El RIDO
0e217a42c5
introduce new zerobincompatibility option, replacing the base64 one, if it is enabled, delete tokens use sha256; added per paste salt with server salt fallback; this resolves the points 2.2 & 2.9 in #103
2016-07-06 11:37:13 +02:00
El RIDO
6b0b814dc6
removing leftover from previously using a different function, resolves #83
2016-07-06 09:41:07 +02:00
El RIDO
5980f8b603
removing some unused code detected by codacy
2016-07-04 20:46:45 +02:00
rugk
fd5a7a07ae
Soft fail for chmod errors
2016-06-22 18:08:25 +02:00
rugk
54f1cb9d34
Only protect file if it was written
2016-06-21 21:47:03 +02:00
rugk
8a48e9ce78
Set permissions when saving files
...
Fixes https://github.com/elrido/ZeroBin/issues/80
2016-06-21 17:18:11 +02:00
rugk
1a1818660d
Missing space
2016-05-12 20:07:58 +02:00
El RIDO
4918bef4dc
Although there usually are no plurals in chinese, there's an exception
...
for words related to persons, when not preceeded by a numeric word.
Sources:
- http://localization-guide.readthedocs.org/en/latest/l10n/pluralforms.html#f3
- https://answers.yahoo.com/question/index?qid=20110606153553AAAW5zX
2016-04-26 20:21:30 +02:00
El RIDO
3a92c940a9
implementing media type negotiation (based on language negotiation
...
logic) in cases both JSON and (X)HTML are being requested, resolving #68
2016-04-08 23:29:44 +02:00
El RIDO
a4ebdbc606
re-introducing (optional) URL shortener support, resolves #58
2016-01-31 09:56:06 +01:00
El RIDO
09dd79dbc7
switching to SHA256 HMAC of IPs in traffic limiter, resolves #57
2015-12-22 20:58:23 +01:00
Mihail Fedorov
a13ad6368f
MD5 instead of IP
2015-12-22 06:02:41 +03:00
El RIDO
24a4328c55
incrementing version, updating changelog, added missing phpdoc comments
2015-11-09 21:39:42 +01:00
El RIDO
42a9c92b5e
improved database backend support for larger files (100 KiB - 16 MiB),
...
introduced database versioning to reduce amount of checks done per
request
2015-11-01 17:02:20 +01:00
El RIDO
d42975580a
expire_options and formatter_options should not be filled up with
...
default values, resolves #52
2015-10-24 08:44:17 +02:00
El RIDO
176dff3b70
renaming config file to make updates easier, resolving #50
2015-10-22 21:13:15 +02:00
El RIDO
e3f4aa982c
adding configuration option to set a default language and/or force it,
...
resolves #39
2015-10-18 20:38:07 +02:00
El RIDO
ca07398b66
adding option to hide clone button on expiring pastes, resolves #34
2015-10-18 17:56:45 +02:00
El RIDO
14d08ec56d
working on JSON-LD validity, added CORS headers preparing external API
...
call support
2015-10-18 14:37:58 +02:00
El RIDO
22d0b1ec22
updating comment format to match defined JSON-LD API context
2015-10-18 11:38:48 +02:00
El RIDO
f21567133c
changing paste read output for API refactoring
2015-10-18 11:08:28 +02:00
El RIDO
b92b38cee8
found and resolved issues in database layer, thanks to report in #42
2015-10-16 23:13:36 +02:00
El RIDO
2e3bacb699
fixing deletion issue in request refactoring, starting work on API read
...
refactoring
2015-10-15 22:04:57 +02:00
El RIDO
512b3d1172
fixing "missing" comments when they were posted during the same second
2015-10-12 21:07:41 +02:00
El RIDO
1d6cfb7f3b
refactoring delete API, added external JSON-LD context
2015-10-11 21:22:00 +02:00
El RIDO
9e6e29bc93
working on API: simplifying PUT request mocking
2015-10-11 18:50:48 +02:00
El RIDO
e5b096ed8c
found and fixed a bug when using expiration together with discussion
2015-10-03 17:54:18 +02:00
El RIDO
add980d36f
adding UI tests for database configuration, fixed an issue with comment
...
table creation
2015-10-03 15:52:37 +02:00
El RIDO
7ec94e0db5
implementing request refactoring, beginning JS changes for JSON API, but
...
discovered that DELETE and PUT are not available on all webservers by
default
2015-09-27 20:34:39 +02:00
El RIDO
6b7dc44039
preparing unit test for request object
2015-09-27 15:37:17 +02:00
El RIDO
ce3f10f143
improving unit tests, fixing regression in DB model
2015-09-27 14:36:20 +02:00
El RIDO
694138c5d4
mostly finished with data model refactoring
2015-09-27 03:03:55 +02:00
El RIDO
211d3e4622
preparing unit test for model refactoring, refactoring traffic limiter
2015-09-26 17:57:46 +02:00
El RIDO
d04eab52c9
refactoring how attachments are stored
2015-09-26 12:29:27 +02:00
El RIDO
6d24ff824e
refactoring configuration
2015-09-22 23:21:31 +02:00
El RIDO
9f68658106
incrementing version number, updating changelog
2015-09-21 22:43:00 +02:00
El RIDO
0de9f868fa
improving unit tests, fixing #38
2015-09-21 22:32:52 +02:00
El RIDO
608605cd54
incrementing version number, updating docs
2015-09-19 17:23:10 +02:00
El RIDO
a41d0ca4dd
various fixes:
...
- changing default formatter option to plain text to make upgrading from
0.19 Alpha smoother
- fixing translation message change in bootstrap templates
- adjusting how image uploads are displayed in bootstrap templates
2015-09-19 14:22:29 +02:00
El RIDO
a111357fae
add optional (since it uses a session cookie) language selection
2015-09-19 11:21:13 +02:00
El RIDO
47efedf23c
traffic limiter would fail behind a reverse proxy / load balancer.
...
Adding configuration option to set the trusted HTTP header to get the
visitors IP in such a case (avoiding security issue if malicious clients
just set these headers themselfs)
2015-09-18 22:31:01 +02:00
El RIDO
ed9c4f45f4
adding file name support for #20 , solving issue with unencryptable file
2015-09-18 12:33:10 +02:00
El RIDO
ec8851e46c
support < 0.21 syntax highlighting
2015-09-17 20:47:00 +02:00
El RIDO
106141efa4
merging @vikstrous file upload feature for #20 from
...
8a6d268278
2015-09-16 22:51:48 +02:00
El RIDO
0e53d1ee86
added markdown support and a dropdown for the format selection. The
...
options other then markdown are plain text and source code (syntax
highlighting). Resolves #25
2015-09-12 17:33:16 +02:00
El RIDO
b060d57524
- implemented php side of plural translation
...
- using it to generate labels dynamically for the expire options
(deprecating the [expire_labels] configuration).
- added translation of the human readable data sizes to support the
french octet
- fixed IEC label for kibibytes
2015-09-06 19:21:17 +02:00
El RIDO
eee7b0144a
covering JS side of translations ( #7 ), added the messages to the
...
translation files and translated the german ones
2015-09-06 13:07:46 +02:00
El RIDO
a2af88a36e
initial work on translations, covering the PHP side of it
2015-09-05 02:24:56 +02:00
El RIDO
28776ac178
formatting RainTPL class
2015-09-05 01:55:19 +02:00
El RIDO
411419d597
adding tests and unifying paste creation output
2015-09-03 22:55:36 +02:00