This website requires JavaScript.
cf1b670215
Update fr.json
Kcchouette
2017-09-20 11:46:05 +0200
30993d8763
Merge branch 'master' into js-unit-testing
El RIDO
2017-09-13 07:29:57 +0200
4d2a297ec5
Merge branch 'Ahuahuachi-master', providing updated spanish translations
El RIDO
2017-09-13 07:25:39 +0200
ba0ff3545d
started work on UiHelper tests
El RIDO
2017-09-13 07:23:56 +0200
5cdd1f480f
Updated spanish translation
Alfredo Fabián Altamirano Tena
2017-09-12 17:27:51 -0500
c898da6279
Merge branch 'Quent-in-patch-3'
rugk
2017-09-08 12:17:32 +0200
c42e7fdd03
Update oc.json
Quent-in
2017-09-08 10:17:03 +0200
18adcca66e
Correction typo + new strings
Quent-in
2017-09-08 10:15:02 +0200
08972e4da3
Merge branch 'master' into attachment-handling
thororm
2017-08-12 13:29:51 +0200
28b8f878dc
Fixed decryption of pastes without attachment, that have a password
thororm
2017-08-12 13:26:43 +0200
70b80b5bca
Deduplicate installation instructions
rugk
2017-08-10 22:01:20 +0200
92f2d27cb7
Improve Readme
rugk
2017-08-10 21:54:38 +0200
53a8449674
Update HTTPS part of Readme
rugk
2017-08-10 21:51:10 +0200
674ebbc6fb
Remove bullet point
rugk
2017-07-06 19:14:49 +0200
5a23284645
Merge branch 'war59312-patch-1'
rugk
2017-05-28 23:00:13 +0200
3a24e19e49
README: Fix some minior grammar mistakes
Will
2017-05-28 15:16:23 -0400
9541a68b97
Merge branch 'master' of https://github.com/PrivateBin/PrivateBin
rugk
2017-05-28 17:10:19 +0200
c6c1fb8957
Merge branch 'JTCozart-patch-1'
rugk
2017-05-28 17:09:02 +0200
f31a99b1c0
added tests for getCipherData(), hasCipherData() & getTemplate()
El RIDO
2017-05-26 21:52:00 +0200
fcfb02c2b7
added tests for getFormatterDefault(), fixing bug in compact design
El RIDO
2017-05-26 20:55:45 +0200
a1881ff49b
Merge branch 'js-unit-testing'
El RIDO
2017-05-22 22:41:30 +0200
a30b31b315
Merge branch 'master' into js-unit-testing
El RIDO
2017-05-22 22:38:49 +0200
5c3e2b3fae
fix travis once more, this time due to jsdom breaking compatibility with nodeJS < 6
El RIDO
2017-05-22 22:34:12 +0200
9f01ccc80e
added tests for getExpirationDefault()
El RIDO
2017-05-22 22:15:13 +0200
ddd5128776
Updated bootstrap.php to fix a display issue
Jake Cozart
2017-05-20 15:08:17 -0700
b5c259dd72
Code review
thororm
2017-05-20 16:11:32 +0200
39717707b3
Code review
thororm
2017-05-20 16:04:10 +0200
a8aacce04d
More localization defaults
thororm
2017-05-15 22:11:34 +0200
2c17c35b85
Code review results and further improvements Added english default for new translations
thororm
2017-05-15 22:05:52 +0200
24aea957b3
Added possibility to paste an image from the clipboard
thororm
2017-05-13 21:43:32 +0200
838ca3d38e
Call removeAttachment on a new paste Improved disabled attachments handling
thororm
2017-05-13 21:27:41 +0200
23f5dfbff8
Merge remote-tracking branch 'remotes/thororm/master' into attachment-handling
thororm
2017-05-13 19:48:25 +0200
b9075d7708
Removed attachmentHelpers and moved functionality to AttachmentViewer
thororm
2017-05-13 19:46:22 +0200
4f070d8fcf
Merge branch 'Angristan-patch-1'
rugk
2017-05-11 10:24:53 +0200
c23c65f1f4
Corrections and missing translations
Angristan
2017-05-10 22:06:19 +0200
0ae952e63f
Add note about PostgreSQL
rugk
2017-05-04 16:49:16 +0200
af595ed96d
Merge branch 'master' of origin
rugk
2017-04-19 00:50:24 +0200
fa2dde0b1f
Use SQL highlighting
rugk
2017-04-19 00:49:59 +0200
f514381aa5
Correct license
rugk
2017-04-19 00:09:41 +0200
283873d89a
Fix stupid copy&paste error
rugk
2017-04-13 10:52:48 +0200
9b6748c54d
Adjust requested changes
rugk
2017-04-13 10:46:09 +0200
073b52ce96
Pass on event
rugk
2017-04-11 22:36:25 +0200
7eb77e90e5
Add retry button to page template too
rugk
2017-04-11 22:25:14 +0200
d53207e404
Add password retry feature
rugk
2017-04-11 22:21:30 +0200
f54036976a
added instantburnafterreading option to address #174
El RIDO
2017-04-11 17:23:26 +0200
183ebe518b
Force JSON request for getting paste data
rugk
2017-04-11 16:34:13 +0200
ab2e789aee
Add JS refactor to credits
rugk
2017-04-11 12:45:51 +0200
fb774c2f8c
Merge branch 'js-unit-testing'
El RIDO
2017-04-07 06:23:46 +0200
99b0c22bf4
Merge branch 'master' into js-unit-testing
El RIDO
2017-04-07 06:19:16 +0200
41701bbfe4
trying to fix unit test execution in Travis
El RIDO
2017-04-05 06:55:20 +0200
8f6c1ee079
added a check for the ZeroBin paste format (uses Base64.js v1.7)
El RIDO
2017-04-05 06:46:21 +0200
2d4c75be85
added tests for entropy checks and key generation, added base64 experiment, showing we could replace Base64.js v2.1.9 with other options, but still need to find a way to handle v1.7 format and UTF16 to UTF8 conversion (btou / utob functions)
El RIDO
2017-04-04 07:43:41 +0200
662b48fccf
Hashes
thororm
2017-04-02 19:28:25 +0200
1a1369ff53
scrutinizer issues
thororm
2017-04-02 19:11:49 +0200
ec9fb750b4
Adapted attachment handling to refactoring
thororm
2017-04-02 18:58:11 +0200
096f07f86e
Merge branch 'master' into attachment-handling
thororm
2017-04-02 13:30:52 +0200
f25ea35666
Merge branch 'idarlund-patch-4'
El RIDO
2017-03-29 19:43:02 +0200
6470d74be3
Merge branch 'patch-4' of https://github.com/idarlund/PrivateBin into idarlund-patch-4
El RIDO
2017-03-29 19:41:43 +0200
10fe965704
Merge branch 'stefanomarty-Italian-Translation'
El RIDO
2017-03-29 19:41:07 +0200
89a00ea48e
Merge branch 'Italian-Translation' of https://github.com/stefanomarty/PrivateBin into stefanomarty-Italian-Translation
El RIDO
2017-03-29 19:39:15 +0200
806b665c6a
Update no.json
idarlund
2017-03-28 16:42:48 +0200
3cf005c8ae
added test with hardcoded v1 pastes to ensure decryption of the original paste format still works, even when the format is changed in the future
El RIDO
2017-03-26 16:16:15 +0200
cdb62b44c7
basic tests for CryptTool classes encryption and compression functions
El RIDO
2017-03-26 11:34:19 +0200
37f5d99bc4
finalizing tests for I18n class, AJAX loading of translations needs to be tested in browser, mocked for now
El RIDO
2017-03-26 09:24:42 +0200
e1ea14627f
handling JSVerify RNG state 88caf85079d32e416b
El RIDO
2017-03-26 06:47:57 +0200
6fb3fe51b2
Merge branch 'master' into js-unit-testing
El RIDO
2017-03-26 06:46:42 +0200
a8d02bd8e2
Merge branch 'master' of github.com:PrivateBin/PrivateBin
El RIDO
2017-03-25 18:45:10 +0100
cd40717301
fixing #209 , refactoring regression when file upload is disabled
El RIDO
2017-03-25 18:44:20 +0100
d23c696e97
Revert delete of (in Inglese)
stefanomarty
2017-03-25 17:33:54 +0100
056f6b01c8
Merge branch 'lex111-patch-1'
rugk
2017-03-25 15:14:59 +0100
82e45915c7
Update Russian translation
Alexey Pyltsyn
2017-03-25 17:06:56 +0300
d8e0a6e986
Italian translation update
Stefano Martinelli
2017-03-25 14:42:31 +0100
945d553830
Merge remote-tracking branch 'PrivateBin/master' into Italian-Translation
Stefano Martinelli
2017-03-25 14:35:16 +0100
628696e524
Merge branch 'tupaschoal-patch-1'
El RIDO
2017-03-25 14:25:50 +0100
2ffc42eb8d
Merge remote-tracking branch 'PrivateBin/master' into Italian-Translation
Stefano Martinelli
2017-03-25 14:21:02 +0100
3fc6ede5bb
Translate missing IDs to Portuguese
Tulio Leao
2017-03-25 09:26:31 -0300
44327bed58
added missing/removed translation IDs found using improved unit test (#201 )
El RIDO
2017-03-25 13:19:11 +0100
e80c726f92
added unit test for missing message IDs accross all translations, added IDs found this way to translation files (#201 )
El RIDO
2017-03-25 12:46:08 +0100
145cfccfcb
corrections for rngState 82b19a3e7604cf825d
El RIDO
2017-03-25 10:47:12 +0100
e15e86ac3f
improving coverage of existing tests
El RIDO
2017-03-25 10:18:28 +0100
2a19b42b15
making I18n class testable, adding minimal test
El RIDO
2017-03-25 09:41:24 +0100
9d2e282772
removing unused function
El RIDO
2017-03-25 09:17:04 +0100
57ebc7338d
Merge branch 'master' into js-unit-testing
El RIDO
2017-03-25 09:06:04 +0100
dfa6f02d12
Merge branch 'tupaschoal-patch-1'
El RIDO
2017-03-25 01:02:03 +0100
d35ae4685c
Merge branch 'patch-1' of https://github.com/tupaschoal/PrivateBin into tupaschoal-patch-1
El RIDO
2017-03-25 01:01:46 +0100
bbcc3e167b
implementing recommendations of scrutinizer
El RIDO
2017-03-25 00:58:59 +0100
3be736fa1d
Update pt.json to reflect latest string changes
Tulio Leao
2017-03-24 20:03:08 -0300
9b2af0abf5
fixing documentation
El RIDO
2017-03-24 23:54:37 +0100
18315e7de0
removing unused class
El RIDO
2017-03-24 23:45:10 +0100
f7853cf439
removing duplicate code, cleanup of temporary test files
El RIDO
2017-03-24 23:42:11 +0100
6db9dae66b
applying styleCI recommendations
El RIDO
2017-03-24 21:35:50 +0100
b2ea65f820
Merge branch 'master' of github.com:PrivateBin/PrivateBin
El RIDO
2017-03-24 21:30:19 +0100
ce92bfa934
updated .htaccess format, refactored .htaccess creation logic and improving code coverage, fixes #194
El RIDO
2017-03-24 21:30:08 +0100
1cb1c1ced8
php minimum version + constant version
Kyodev
2017-03-24 20:34:35 +0100
850b28931f
php minimum version updated
Kyodev
2017-03-24 19:56:52 +0100
88b02d866e
fixes #186 for good
El RIDO
2017-03-24 19:20:34 +0100
e5f4104720
Merge branch 'imtms-master'
El RIDO
2017-03-24 19:01:40 +0100
ebd8913027
Merge branch 'stefanomarty-Italian-Translation'
El RIDO
2017-03-24 18:59:00 +0100
b8d057860c
Merge branch 'locale-ru' of https://github.com/r4sas/PrivateBin
rugk
2017-03-24 18:18:25 +0100
a6b9bc6879
replace php version to constant, #186 #201
R4SAS
2017-03-24 17:50:53 +0300