This website requires JavaScript.
176264f135
making tests use promises instead of async
El RIDO
2018-09-02 11:49:55 +0200
b791157717
fix unit tests after merge from master, issues due to newly async tests that cause environment changes across test scripts
El RIDO
2018-09-02 11:33:27 +0200
b191e2c437
Merge remote-tracking branch 'origin/master' into webcrypto
El RIDO
2018-09-02 10:07:57 +0200
d66800b8ce
docker is now provided via https://github.com/PrivateBin/docker-nginx-fpm-alpine
El RIDO
2018-09-02 09:22:55 +0200
8b71cb0b2f
properly escaping HTML in raw text mode, fixes #358
El RIDO
2018-09-02 09:14:36 +0200
30b7be0781
async test, finding error for rngState 00b15fc0a8247e693d, due to failure in decompressing
El RIDO
2018-09-01 22:55:52 +0200
b97ac08003
improving tests, correcting cipher
El RIDO
2018-09-01 22:22:10 +0200
0dbbb61d11
implementing web crypto API for encryption
El RIDO
2018-09-01 19:42:22 +0200
fe7fa09ce8
Merge branch 'idarlund-patch-5'
rugk
2018-08-14 17:56:18 +0200
5f8aeabea0
Update no.json
idarlund
2018-08-14 13:01:46 +0200
bd6888687f
Merge branch 'master' into webcrypto
El RIDO
2018-08-14 06:59:47 +0200
8db98becb7
upgrading DOMpurify library
1.2.1
El RIDO
2018-08-11 19:45:57 +0200
b5ebc4a3d7
incrementing version
El RIDO
2018-08-11 19:29:58 +0200
fb6a9ccf09
document changes
El RIDO
2018-08-11 08:17:08 +0200
10201dc463
expanded unit tests to cover mega links, reverted regex to old one, but fixed to cover mega links, just to prove it works
El RIDO
2018-08-11 07:33:33 +0200
c468b74b9b
Merge branch 'master' into linkregex
El RIDO
2018-08-11 06:56:02 +0200
e4cc9ef4f6
Merge branch 'r4sas-update-ru'
El RIDO
2018-08-06 19:40:17 +0200
9a5be5521b
update ru translation
R4SAS
2018-08-06 20:24:59 +0300
c4fc7edc43
replacing Base64.js with browser built in's, except for legacy paste support
El RIDO
2018-08-05 08:56:03 +0200
6f25d651b7
switching to client side libraries for key generation, remove legacy browser support
El RIDO
2018-08-04 22:30:01 +0200
c9a3bb08ee
remove dead code
El RIDO
2018-08-04 17:49:08 +0200
4f332b7719
revert legacy browser support, dropped in favour of webcrypto API
El RIDO
2018-08-04 17:25:59 +0200
0319a16b15
support older browsers correctly and ensure the paranoia setting for the sjcl.random.isReady call matches paranoia level 10 instead of the default 6
El RIDO
2018-08-04 13:25:31 +0200
1be1047a94
while we do start the collection of randomness even before initializing our logic, raising the 'paranoia' parameter to 10 ensures that in legacy browsers not yet supporting the webcrypto API we would get an exception, instead of a weak key
El RIDO
2018-08-01 21:56:23 +0200
a5e8eeaaf9
StyleCI: Obey the alphabet #342
El RIDO
2018-07-29 16:15:52 +0200
4a35428499
cleanup of PurgeLimiter #342
El RIDO
2018-07-29 16:05:57 +0200
3470dcd9a8
more compact ServerSalt #342
El RIDO
2018-07-29 15:50:36 +0200
5db3412b69
cleanup of TrafficLimiter #342
El RIDO
2018-07-29 15:43:28 +0200
f9c8441edb
renaming controller #342
El RIDO
2018-07-29 15:17:35 +0200
90e83ddb30
bump changelog, fixes #344
El RIDO
2018-07-24 20:32:18 +0200
055a2fb9d8
incrementing version
1.2
El RIDO
2018-07-22 11:44:18 +0200
b781e179c4
adding two more things not to get release archived
El RIDO
2018-07-22 11:40:34 +0200
756a810395
better link
El RIDO
2018-07-22 11:16:36 +0200
e2c04e13e8
fixing doc block for jsdoc
El RIDO
2018-07-22 10:24:39 +0200
640e5a7fe1
Merge remote-tracking branch 'origin/fix-password'
El RIDO
2018-07-21 08:51:25 +0200
e78d35ccd7
add missing translation
El RIDO
2018-07-21 06:45:28 +0000
720897b902
correct CSP to allow password prompt
El RIDO
2018-07-21 06:45:09 +0000
3fecd0f2ce
correct page template & password prompt/modal, fixes #341 , remove JS map reference leading to unnecessary load error
El RIDO
2018-07-21 06:44:04 +0000
4f17dde5ee
Merge branch 'master' of https://github.com/PrivateBin/PrivateBin
rugk
2018-07-01 20:23:17 +0200
c1ab1dd8c5
Enable auto-linking in Markdown
rugk
2018-07-01 20:22:21 +0200
c3c1473dc9
Allow one-letter TLDs/host names
rugk
2018-07-01 19:49:21 +0200
17a468a4e5
updating prettify library to 453bd5f
El RIDO
2018-07-01 19:17:05 +0200
676a02619d
Fix magnet links
rugk
2018-07-01 16:31:40 +0200
911fb51734
remove read tests, since that is now purely API based
El RIDO
2018-07-01 16:25:50 +0200
f325ff7058
Merge branch 'master' of github.com:PrivateBin/PrivateBin
El RIDO
2018-07-01 15:32:59 +0200
fd6c18e573
updating random_compat library to 2.0.15 (not upgrading identicon, would raise PHP requirements to 5.5)
El RIDO
2018-07-01 15:32:22 +0200
119c3931cc
Try new RegEx for creating links
rugk
2018-07-01 15:13:24 +0200
8386141322
Merge branch 'master' of https://github.com/PrivateBin/PrivateBin
rugk
2018-07-01 14:59:51 +0200
60d4ccb02c
Add comment about blocked images
rugk
2018-07-01 14:59:24 +0200
3745f9d96b
Merge branch 'fix-prettyprint-comments'
El RIDO
2018-07-01 14:57:05 +0200
2a3017a3bd
making comments on pretty printed pastes work again
El RIDO
2018-07-01 12:49:35 +0000
bd1e40ac36
updating DOMpurify library to 1.0.5
El RIDO
2018-07-01 13:36:16 +0200
30d9cb45cc
updating Showdown library to 1.8.6
El RIDO
2018-07-01 13:29:57 +0200
91baef389d
updating Base64 library to 2.4.5 (keeping old 1.7 library for legacy ZeroBin support)
El RIDO
2018-07-01 13:23:39 +0200
cfe60db8fd
increment version number
El RIDO
2018-07-01 13:11:32 +0200
5e01fc06d0
updating change log
El RIDO
2018-07-01 12:46:22 +0200
641abe99d2
Merge branch 'fix-anon-comments'
El RIDO
2018-07-01 09:30:40 +0200
c22537c979
fix sending anonymous comments
El RIDO
2018-07-01 07:18:21 +0000
5eebd27e82
fixing rngState 858b17ef69dc30a542, upgrade to jQuery 3.3.1 made event queue load callback too late, hence highlight right away and only handle highlight disable in the callback, after scrolling to comment
El RIDO
2018-07-01 08:59:55 +0200
f92330443e
updating jQuery
El RIDO
2018-07-01 08:08:21 +0200
da11d2e729
fixing SRI hash generation, broken by yesterdays Cloudflare fix that changed the script tag format
El RIDO
2018-07-01 07:51:05 +0200
ded3767803
updated SJCL to 1.0.7
El RIDO
2018-07-01 07:29:49 +0200
e35342e3a4
tell Cloudflare not to mess with our JS, fixes #284
El RIDO
2018-06-30 17:55:59 +0200
f2e16fcb6f
updating documentation
El RIDO
2018-06-30 17:14:38 +0200
a7029cc564
fixes #282
El RIDO
2018-06-30 15:59:54 +0200
c76957b3cb
adding unit test for truncation issue #328
El RIDO
2018-06-26 22:31:26 +0200
14d4226173
update JS unit test requirements
El RIDO
2018-06-26 22:21:33 +0200
851c5135fc
Merge branch 'master' of https://github.com/PrivateBin/PrivateBin
rugk
2018-06-21 12:50:08 +0200
6134e68daa
Deduplicate installation instructions
rugk
2018-06-21 12:48:26 +0200
9f8b3433ae
Merge branch 'master' of github.com:PrivateBin/PrivateBin
El RIDO
2018-06-16 11:02:48 +0200
9d96923b12
Update nl.json
Michael van Schaik
2018-06-06 12:48:41 +0200
6225a8ef16
updating translators in credits
El RIDO
2018-05-31 21:04:35 +0200
1d87eb01ab
updating translators in credits
El RIDO
2018-05-31 21:04:35 +0200
2ff5491752
Merge branch 'Peneheals-hungarian-translation'
rugk
2018-05-31 17:42:41 +0200
848efde4a6
Regenerate SRI hashes
rugk
2018-05-31 17:42:21 +0200
3eb4acfd32
New Hungarian translation file and languange selector added to js.
Peter Tabajdi
2018-05-31 17:07:42 +0200
9a0318517b
correct PHPdoc, fixes #264
El RIDO
2018-05-27 15:18:25 +0200
4ccb4b1af4
Merge branch 'burnafterreading-fix'
El RIDO
2018-05-27 15:06:23 +0200
d6f203dc4c
Removed option to hide clone button on expiring pastes, since this requires reading the paste for rendering the template, which leaks information on the pastes state
El RIDO
2018-05-27 15:05:31 +0200
05c1776ada
ensure ALL read errors are only exposed in the JSON API to avoid information leakage (i.e. beviour for deleted vs expired pastes), updated test cases & removed duplicate test
El RIDO
2018-05-27 14:36:30 +0200
e511613bbc
StyleCI recommendations
El RIDO
2018-05-27 14:16:47 +0200
6cf599781a
corrected test case of expired paste to use the API
El RIDO
2018-05-27 14:10:54 +0200
2d09a6d73c
Merge branch 'master' into burnafterreading-fix
El RIDO
2018-05-27 14:00:38 +0200
57754fa440
Merge branch 'master' of github.com:PrivateBin/PrivateBin
El RIDO
2018-05-27 13:49:11 +0200
378a259cde
Merge branch 'restruct-master'
El RIDO
2018-05-27 13:44:57 +0200
c3db83aa12
fixing message IDs, updating SRI hashes
El RIDO
2018-05-27 13:44:40 +0200
1985dff67c
Clear file input on pste event, too
rugk
2018-05-22 13:09:15 +0200
567fa8b61f
Add semicolon required by codacy
rugk
2018-05-22 11:43:44 +0200
0b98e444d6
Update SRI hashes
rugk
2018-05-22 11:42:28 +0200
1bf910480b
Do not show error, when paste is deleted manually
rugk
2018-05-22 11:41:35 +0200
626b4450e3
Merge branch 'master' into burnafterreading-fix
rugk
2018-05-22 10:57:30 +0200
733cc70967
Improve code style of function names
rugk
2018-05-22 10:19:53 +0200
429d43dc78
Make some functions of AttachmentHandler private
rugk
2018-05-22 00:43:24 +0200
14a7fd7091
Fix https://github.com/PrivateBin/PrivateBin/issues/315
rugk
2018-05-22 00:41:02 +0200
da45d347e2
Fix attachment issues
rugk
2018-05-21 19:32:01 +0200
923521b9c0
Correct %s replacements & missing strings
Michael van Schaik
2018-05-21 16:35:19 +0200
8ab7162c78
Update: replace 'PrivateBin' with %s
Michael van Schaik
2018-05-21 06:20:11 +0200
fe4b8e0e94
Fix some typos in nl.json
Michael van Schaik
2018-05-18 15:54:15 +0200
652ba607a5
Adding 'nl' (Dutch) language to privatebin.js
Michael van Schaik
2018-05-18 06:36:35 +0200
32b20ebc68
Create nl.json - Dutch translation
Michael van Schaik
2018-05-18 06:33:56 +0200