This website requires JavaScript.
fc25e4c631
Added execution permission on rapport_activite.sh script.
Didier Clermonté
2019-04-12 19:25:00 +0200
49ba8840e4
Fixed name parameter in config file.
Didier Clermonté
2019-04-12 19:22:40 +0200
292b9e723e
Added custom changes from chapril-1.1.1.
Clermonté
2019-04-12 19:05:18 +0200
b11fce7f18
Replaced with files from 1.2.1 version.
master-1.2.1
Clermonté
2019-04-12 18:14:25 +0200
f173b9978e
Added actual number of pastes
chapril-1.1.1
Didier Clermonté
2019-04-10 22:28:18 +0200
eeca365e18
Merge branch 'master' into webcrypto
El RIDO
2019-03-25 20:18:10 +0100
0e18b5d0c1
Merge branch 'billux-master'
El RIDO
2019-03-25 20:13:29 +0100
0033f39b85
Fix #413 . Exclude Let's Encrypt bot from blacklisted bots
Romain Dessort
2019-03-24 09:50:04 -0400
d8616d1e68
Merge branch 'AreYouLoco-master'
rugk
2019-03-10 11:13:35 +0100
8ea7c4cda6
Update polish translation.
AreYouLoco
2019-03-08 23:03:07 +0100
742add3d1e
Merge branch 'Quenty31-patch-3'
rugk
2019-02-25 21:13:47 +0100
e01179653f
Update: added QR code
Quentí
2019-02-25 20:45:59 +0100
a60b86691e
Merge branch 'master' into webcrypto, fix nvm
El RIDO
2019-02-23 07:20:34 +0100
ec698681aa
Merge branch 'ff98sha-patch-1'
El RIDO
2019-02-23 07:17:56 +0100
2a9d2f9993
Merge branch 'patch-1' of https://github.com/ff98sha/PrivateBin into ff98sha-patch-1
El RIDO
2019-02-23 07:15:20 +0100
fd33cc8206
switch to newer node version, in an attempt to support mocha 6
El RIDO
2019-02-23 07:06:39 +0100
9c3a4cebd4
Update zh.json
ff98sha
2019-02-22 22:56:13 +0800
3d24b74754
Improved script rapport_activite.sh according with shellCheck
Didier Clermonté
2019-02-20 16:18:05 +0100
a08d603b49
Added directory tools and script rapport_activite.sh (#3593 )
Didier Clermonté
2019-02-19 16:52:09 +0100
ba3efefc7b
Add warning for insecure HTTP
rugk
2019-02-13 11:59:07 +0100
e418b083e8
Merge branch 'master' into webcrypto
El RIDO
2019-01-22 20:11:42 +0100
48560e3d60
Merge branch 'fb-tracking-param-fix'
El RIDO
2019-01-22 20:06:04 +0100
34c64acb75
Apply StyleCi recommendation
rugk
2019-01-22 00:12:02 +0100
c2a46b7af7
Make JS function more robust
rugk
2019-01-22 00:07:28 +0100
99d49a56ba
Fix PHPunit tests
rugk
2019-01-21 23:49:33 +0100
7cb942aca3
Make PHP paste ID function more robust
rugk
2019-01-21 23:19:41 +0100
541fff199a
Put PHP paste request into own function
rugk
2019-01-21 23:06:25 +0100
6beea8f2f4
apply yet another StyleCI recommendations
El RIDO
2019-01-20 12:29:27 +0100
e3d7ac4442
apply StyleCI recommendations
El RIDO
2019-01-20 12:28:03 +0100
79a858f176
extracting only the 16 hex characters of the query string as paste ID, addressing #396
El RIDO
2019-01-20 12:20:37 +0100
cc53d95ed1
extending test cases to reproduce the issue from #396 , causing the existing logic to now fail the tests
El RIDO
2019-01-20 11:05:34 +0100
5e4c6b5770
Merge branch 'master' into webcrypto
El RIDO
2019-01-07 21:29:14 +0100
6bb599c81f
Merge branch 'Ahuahuachi'
El RIDO
2019-01-07 21:18:49 +0100
8f52173ec3
Translate new parameters
Alfredo Fabián Altamirano
2019-01-05 19:11:23 -0600
287130dd37
Add missing translation for "QR code"
Alfredo Fabián Altamirano
2019-01-05 19:07:55 -0600
ec68abe2b5
revert formatting changes, for easier comparison of changes
El RIDO
2019-01-07 21:02:51 +0100
ce87b1cc39
Improved Spanish translation
Alfredo Fabián Altamirano
2019-01-05 16:08:43 -0600
0ee86f33da
key in version 2 is raw value instead of base64 (which reduces its complexity), made PasteDecryptor support both versions of the format, refactoring method names, replacing var by let / const, reducing zlib compression level from 9 to 7 to half the time spent on compression
El RIDO
2018-12-29 18:40:59 +0100
f74d2b8bef
Replaced 'logiciel libre' by 'libre' (#3500 )
Didier Clermonté
2018-12-28 22:14:05 +0100
be69e4a50f
simplify password catenation in version 2, to avoid potential key derivation weakening
El RIDO
2018-12-28 05:49:34 +0100
0ad5b3e900
implement zlib via web assembly, replacing rawdeflate library
El RIDO
2018-12-27 21:32:13 +0100
5ce3aa2817
increase PBKDF2 iterations further, as suggested in #350
El RIDO
2018-12-25 20:19:57 +0100
210870590c
improving cleanup between tests in order to combat the frequent test failures seen recently
El RIDO
2018-12-25 20:16:41 +0100
0ab06e34ec
initial refactoring for support of version 2 paste format, some cleanup on the side
El RIDO
2018-12-25 17:34:39 +0100
f3165f0cab
suppress current jsDOMs errors
El RIDO
2018-12-25 17:17:49 +0100
70007285bf
remove console suppression, fixing I18n mock
El RIDO
2018-12-25 16:42:18 +0100
4edbb66c91
re-add CreationTime, still used in comment
El RIDO
2018-12-24 08:20:39 +0100
3883e3fb30
adjusting test to make it work in latest jsDOM versions that don't support arbitrary bytes in a URLs hash anymore
El RIDO
2018-12-24 08:19:58 +0100
9348cbe2a1
address security concerns reg. paste creation date by removing it in the API, keep comment creation date exposed, displayed in discussion - resolves #390
El RIDO
2018-12-23 20:10:24 +0100
2bb3df5bee
adressing rngStates 013286cb47a0f51d9e & 83975e102a4db8f3c6 that frequently fail in latest jsDOM env, showing URL hashes can't contain certain unicode sequences after all
El RIDO
2018-12-18 06:04:17 +0100
1de57c874e
reduce duplication in format
El RIDO
2018-12-17 21:42:49 +0100
e64eaf45ee
Merge branch 'master' into webcrypto
El RIDO
2018-12-17 21:34:15 +0100
c39e578f04
Merge branch 'micschwarz-patch-1'
El RIDO
2018-12-17 21:31:43 +0100
c15351b793
designing v2 paste & comment format
El RIDO
2018-12-17 19:43:16 +0100
cde96d8f24
fixing bug in jsonld processing with certain URL paths
El RIDO
2018-12-17 19:42:26 +0100
e220a97c8f
Improve German Translation for more consistency
Michael Schwarz
2018-11-27 11:03:12 +0100
fe670dc94f
Merge pull request #378 from PrivateBin/googlespy
El RIDO
2018-11-22 09:10:07 +0100
ac9eac5ed6
Ask google not to translate the page
rugk
2018-11-21 23:32:06 +0100
2303c81ce0
Merge branch 'master' into webcrypto
El RIDO
2018-11-19 13:14:54 +0100
9ce41022cf
correcting namespaces
El RIDO
2018-11-19 13:07:25 +0100
b36b3d1a82
Merge branch 'master' into webcrypto
El RIDO
2018-11-16 18:36:07 +0100
18151e6e9e
Merge branch 'Quenty31-patch-2'
El RIDO
2018-11-16 18:05:26 +0100
30bb34a4fe
generate code docs for private interfaces, too
El RIDO
2018-11-16 18:04:09 +0100
7a5a97c6ae
Update translation
Quentí
2018-11-15 22:17:08 +0100
8d91117c67
added .gitignore
master-1.1.1
master
Didier Clermonté
2018-11-14 21:13:37 +0100
8b803a1f5d
Merge branch 'dan-nkl-patch-1'
rugk
2018-11-08 22:23:36 +0100
3885047cb6
Update i18n/de.json
rugk
2018-11-07 08:38:35 +0100
82a8804acc
replaced open source by logiciel libre
Didier Clermonté
2018-11-01 17:10:57 +0100
419311dffa
Update de.json
Daniel Nikulin
2018-10-30 19:06:12 +0100
9cce056cc8
Merge branch 'shrz-Fix-Ru-translation'
rugk
2018-10-28 20:04:16 +0100
6f34626ad6
Fix Russian translation.
shrz
2018-10-28 18:20:54 +0300
5414471fc1
improved paste.log
Didier Clermonté
2018-10-23 18:18:23 +0200
5b00f4ead7
further code deduplication
El RIDO
2018-10-20 23:08:13 +0200
4c3fb3fe63
reduce code duplication
El RIDO
2018-10-20 22:34:36 +0200
717e5b0e57
addressing issues found by codacy
El RIDO
2018-10-20 22:05:35 +0200
0f76b9066d
remove SJCL library
El RIDO
2018-10-20 19:53:21 +0200
2d7996570e
typos, documentation
El RIDO
2018-10-20 17:57:21 +0200
2929d5c17a
fixing async comment nicknames
El RIDO
2018-10-20 13:54:17 +0200
a08fed1add
ensure promises can be collected
El RIDO
2018-10-20 12:40:08 +0200
35045bb69a
improving error handling
El RIDO
2018-10-20 11:40:37 +0200
100d955e1a
address decryptComments() async compatibility
El RIDO
2018-10-20 10:20:32 +0200
ff8ec5a1a0
address decryptOrPromptPassword(), decryptPaste() and decryptAttachment() async compatibility
El RIDO
2018-10-20 09:56:05 +0200
c0d3b9062b
updating SRI hashes
El RIDO
2018-10-20 08:40:48 +0200
f6ef4f4255
Improved logToChapril.php
Didier Clermonté
2018-10-18 16:04:28 +0200
7dd0d77664
Added method logToChapril
Didier Clermonté
2018-10-17 17:17:27 +0200
0f32f79e21
initial version of the project
Didier Clermonté
2018-10-17 15:07:17 +0200
17131f3172
Add verys important return to ensure Promise chain works
rugk
2018-10-08 21:04:13 +0200
746debf586
Adjust functions using Uploader.setData to handle promises
rugk
2018-10-08 21:03:10 +0200
94a352e7f5
Fix eslint config and issues
rugk
2018-10-08 20:36:50 +0200
bc0fb5b91e
Merge branch 'master' into webcrypto
El RIDO
2018-10-02 20:43:40 +0200
00692a29d6
Merge branch 'SuperTux88-fix-dark-download-link'
El RIDO
2018-10-02 20:42:38 +0200
538462f134
Fix download-link color in dark boostrap themes
Benjamin Neff
2018-10-02 02:06:44 +0200
b62e259cfb
Merge branch 'master' into webcrypto
El RIDO
2018-09-17 05:26:58 +0200
034d60f966
Merge branch 'EmilKra-patch-1'
El RIDO
2018-09-17 05:26:15 +0200
256a5b2450
Update pl.json
EmilKra
2018-09-16 16:50:44 +0200
41c54325fa
Merge branch 'master' into webcrypto
El RIDO
2018-09-16 16:24:15 +0200
f9e0b7236c
Merge branch 'EmilKra-patch-1'
El RIDO
2018-09-16 16:23:27 +0200
dcee0c7d39
Update pl.json
EmilKra
2018-09-16 14:43:44 +0200
762386efd7
reverting to promises, since done can cause timeouts, indicating that the async execution can be really slow
El RIDO
2018-09-02 12:12:55 +0200
f3eaee206c
using done() instead of promise, to enforce mocha to wait on the tests
El RIDO
2018-09-02 11:52:57 +0200