El RIDO
e326310c57
wrote a unit test to generate old style pastes and comments and check that the purge converts them to PHP files
2017-10-08 07:46:28 +02:00
El RIDO
22a061e01e
adding correct HTTP error to response, as per @rugk's recommentation
2017-10-08 07:03:53 +02:00
El RIDO
b88d22a06a
removing dead code
2017-10-04 22:06:39 +02:00
El RIDO
098ff786c8
making StyleCI happy
2017-10-04 22:02:27 +02:00
El RIDO
9215a9617e
implemented INI cenversion functionality
2017-10-04 21:55:03 +02:00
El RIDO
7911b4f6a0
adding test for INI config file conversion
2017-10-04 20:31:37 +02:00
El RIDO
cfa8c83d61
updating SRI hashes
2017-10-04 20:27:43 +02:00
El RIDO
8c328aa9cf
updated documentation, incremented version
2017-10-04 20:05:46 +02:00
El RIDO
9744c02b04
disabling two new options that do no match our style guidelines
2017-10-03 20:49:36 +02:00
El RIDO
3abb333d0b
make travis use phpunit < 6 to avoid failing builds for PHP 7, see: https://github.com/travis-ci/travis-ci/issues/7226#issuecomment-285852088
2017-10-03 20:44:26 +02:00
El RIDO
0eaf803490
ask composer in TravisCI to use an oauth token to avoid rate limiting
2017-10-03 20:34:39 +02:00
El RIDO
dd32156c9b
hiding INI contents from StyleCI
2017-10-03 20:33:24 +02:00
rugk
bb639d7894
changes the file extension to php and adds a small one-liner to stop PHP from presenting the file to any website visitor
...
Signed-off-by: El RIDO <elrido@gmx.net>
2017-10-03 20:03:00 +02:00
El RIDO
2c8a4c631b
updating unit test in preparation for planned file name change, currently failing
2017-10-03 19:45:47 +02:00
El RIDO
e505f8ab71
excluding some development files from being packaged
2016-12-26 12:19:33 +01:00
El RIDO
1426d4e371
tagging 1.1 release and updating documentation
2016-12-26 12:13:50 +01:00
El RIDO
1badd5e542
applying HTML entity cleanup to raw paste, too, fixing #137
2016-12-25 13:04:06 +01:00
El RIDO
97cbcb0aab
Merge branch 'PunKeel-add-dockerfile'
2016-12-25 12:35:07 +01:00
El RIDO
eca37c2184
Merge branch 'add-dockerfile' of https://github.com/PunKeel/PrivateBin into PunKeel-add-dockerfile
2016-12-25 12:32:14 +01:00
El RIDO
f6b8ee3e20
add missing check for non-expiring pastes, fixes #149
2016-12-25 12:15:29 +01:00
El RIDO
577031cc1f
written unit test to reproduce #149
2016-12-25 12:04:47 +01:00
El RIDO
3d6676eee8
Merge branch 'r4sas-master'
2016-12-25 11:38:12 +01:00
El RIDO
ecd8a51137
writing a unit test for #145 lead to the discovery of two errors in the polish translations: error in formula and missing number placeholders in the translation strings
2016-12-25 11:37:45 +01:00
El RIDO
fc874fe448
Merge branch 'master' of https://github.com/r4sas/PrivateBin into r4sas-master
2016-12-25 11:00:36 +01:00
El RIDO
0506ac018d
correcting instructions based on Ubuntu 16.04
2016-12-25 10:58:35 +01:00
PunKeel
77f464f650
Add .dockerignore
2016-12-23 20:01:17 +01:00
PunKeel
f45367fac2
Add a Dockerfile
...
This is not a perfect Dockerfile, but is a perfect base for anyone willing to run PrivateBin
inside a container. There are a lot of ways to improve it, first being "having configuration
in environment variables".
Anyway, this Dockerfile is great as a basis, and it is possible to "fork" the image and add
our own config file into it.
Another improvement might be "adding a docker-compose.yml full stack, with mysql+bin".
Feel free to do it \o/
2016-12-23 18:56:49 +01:00
r4sas
aacfe8e5fa
added a forgotten option 'ru' in supportedLanguages section
2016-12-19 17:26:04 +03:00
atnaguzin
bbcc53f08e
StyleCI fix
2016-12-16 12:25:10 +03:00
atnaguzin
2847bbc45d
added ru plural formula, updated template for edited privatebin.js
2016-12-16 12:21:15 +03:00
R4SAS
ccba2f029f
added ru plural formula
2016-12-16 12:15:37 +03:00
R4SAS
6ff5caf758
JavaScript
2016-12-16 12:13:28 +03:00
R4SAS
94aab2977d
Merge pull request #2 from PrivateBin/master
...
upstream pull
2016-12-16 12:12:22 +03:00
rugk
90e0bf6058
Merge branch 'tables'
2016-12-14 19:03:58 +01:00
rugk
aab6bd83c9
Merge branch 'JSnotWorkingError'
2016-12-14 19:02:54 +01:00
R4SAS
08a34fda82
update russian translation
2016-12-14 19:42:17 +03:00
rugk
58bd603c7c
Use nice condensed table with border
...
and alos clean the prettyMessage even without showdown
2016-12-13 23:30:28 +01:00
R4SAS
8d73a81582
Added Russian translation
2016-12-14 01:21:11 +03:00
rugk
d6255f64e4
German translation: lower case for 'du'
...
Writing 'Du' with a capital letter is an older style of writing it.
'du' is muich better.
(Of course, we could also introduce a 'Sie' version, but that's another thing)
2016-12-13 23:20:50 +01:00
R4SAS
4a85ced4b1
Merge pull request #1 from PrivateBin/master
...
upstream pull
2016-12-14 01:19:42 +03:00
rugk
ac53f0abdb
Add translation string
2016-12-13 23:19:19 +01:00
rugk
0831ece7cd
Merge branch 'master' into JSnotWorkingError
2016-12-12 19:31:00 +01:00
rugk
67094022dd
Remove code duplication
2016-12-12 19:29:29 +01:00
rugk
124d1de3eb
Remove accidentially added file
2016-12-12 19:09:08 +01:00
rugk
da10a761c4
Fix more typos
2016-12-12 18:50:00 +01:00
rugk
61ee0ef7d3
Fix typos
2016-12-12 18:49:08 +01:00
rugk
658d5ae84d
Fix style-ci errors
2016-12-12 18:43:23 +01:00
rugk
bdf1586539
Add FAQ link & add to all templates
2016-12-12 18:37:54 +01:00
rugk
f755a99ab8
Add table class to parsed Markdown
...
Fixes https://github.com/PrivateBin/PrivateBin/issues/140
2016-12-12 17:37:51 +01:00
El RIDO
b94d252421
Merge branch 'master' into JSnotWorkingError
2016-11-13 18:30:14 +01:00