b883d5eb4cMerge branch 'master' of git@github.com:elrido/ZeroBin.git
El RIDO
2015-09-05 17:21:05 +0200
3099e10dfarefactored JS: - moved from global namespace into anonymous function - as onclick has no direct access to the zerobin methods, the events are now bound in the init() method via bindEvents() - to simplify maintenance, the functions were wrapped into 3 objects: zerobin (display logic, event handling), filter (compression, encryption) and helper (stateless utilities) - some CSS and template adjustements were also done
El RIDO
2015-09-05 17:12:11 +0200
d74172064bHide error message when paste is posted correctly
Hexalyse
2015-09-05 14:45:50 +0200
9687144c92Error messages are now replaced and not appended
Hexalyse
2015-09-05 14:38:53 +0200
a2af88a36einitial work on translations, covering the PHP side of it
El RIDO
2015-09-05 02:24:56 +0200
28776ac178formatting RainTPL class
El RIDO
2015-09-05 01:55:19 +0200
3edeefd799change project homepage link in templates
El RIDO
2015-09-03 23:51:42 +0200
411419d597adding tests and unifying paste creation output
El RIDO
2015-09-03 22:55:36 +0200
2d79ba8243updating docs, bumping version to 0.20
El RIDO
2015-09-03 22:22:59 +0200
5dacd409eeMerge pull request #18 from Hexalyse/patch-1
El RIDO
2015-09-02 20:24:13 +0200
143be83426Updated README.me to explain password feature
Hexalyse
2015-09-02 14:07:31 +0200
602fc4705echange for API consistency
El RIDO
2015-09-01 23:51:31 +0200
b25022e403refactored JSON API, its now possible to retrieve pastes as JSON, which is now used when posting comments, eliminating the need to store the password in sessionStorage
El RIDO
2015-09-01 22:33:07 +0200
ded24b43abMerge pull request #17 from Hexalyse/master
El RIDO
2015-09-01 18:52:20 +0200
9611e0ec4fThe default expiration time of the paste is now also displayed before we select an expiration time.
Hexalyse
2015-09-01 14:19:03 +0200
802a0b26b9burn after reading messages are only deleted after callback by JS when successfully decrypted, resolves#11
El RIDO
2015-08-31 22:10:41 +0200
9fdbba76ceworking on password function for #15: - asking again if password is wrong - display error if user cancels dialog - use password to encrypt comments, too (password is "stored" in the password field) - store password in sessionStorage when posting a comment so, that it doesn't have to typed in again, but clear sessionStorage as soon as password is retrieved
El RIDO
2015-08-31 21:14:12 +0200
d3c4600806slight configuration changes, template modifications to make discussions and password configurable, removed generated configuration test as it grows quite big and a new one can be generated easily if needed
El RIDO
2015-08-31 00:01:35 +0200
0198371049Password input id change in zerobin.js
Hexalyse
2015-08-30 15:06:32 +0200
eadcd60e14Password input id change in zerobin.js
Hexalyse
2015-08-30 15:05:50 +0200
1009491721Fixed bug of password input not displaying on bootstrap theme
Hexalyse
2015-08-30 14:46:43 +0200
f2532f8310Changed ids in HTML
Hexalyse
2015-08-30 14:44:46 +0200
2c8f5a0566Added password field on bootstrap theme
Hexalyse
2015-08-30 14:43:01 +0200
fa273a3429Added password field on bootstrap theme
Hexalyse
2015-08-30 14:36:40 +0200
2d0668af03concluding work on configuration test generator for #16. Replaced a few die()s in the code with Exception, making it possible to test properly. Fixed some outdated unit tests.
El RIDO
2015-08-29 20:29:14 +0200
99dbb22e21refining configuration test generator, now supporting conditions on tests (i.e. if syntax highlighting is false, highlighting should never be loaded)
El RIDO
2015-08-29 10:41:10 +0200
1c4d1aa6b6working on configuration unit test generator as described in #16
El RIDO
2015-08-29 01:26:48 +0200
ae82e84ef8correcting php doc comments
El RIDO
2015-08-27 23:58:56 +0200
be91afa042- fixing JS errors when syntax highlighting is disabled (point 1. #15) - fixing missing url conversion in highlighted text (point 2. # 15)
El RIDO
2015-08-27 23:58:28 +0200
d57d6cf44bcreated initial unit tests for main zerobin class
El RIDO
2015-08-27 23:30:35 +0200
f775da3931fixing nasty deletion bug from #15, included unit tests to trigger it and reworked persistence classes to through exceptions rather to fail silently
El RIDO
2015-08-27 21:41:21 +0200
d042bb41baUpdated README with a security notice as mentioned in issue #13
El RIDO
2015-08-23 18:09:34 +0200
3306bcff99switch to bootstrap theme by default
El RIDO
2015-08-23 18:08:45 +0200
259ca3c55fbootstrap theme should display the textarea as monospaced text, too
El RIDO
2015-08-23 18:07:38 +0200
3b537eda40Added an optional password protection
Hexalyse
2015-08-22 17:23:41 +0200
02964aa936changed button color when Open discussion is disabled
Hexalyse
2015-08-22 17:01:14 +0200
d600ae7319Changed text size of about box for readability
Hexalyse
2015-08-22 16:54:37 +0200
f2912a07b0Changed config to use SQLite
Hexalyse
2015-08-22 16:43:02 +0200
b299a6e03eadded a bootstrap theme, still needs some work in the comments layout
El RIDO
2015-08-17 23:19:15 +0200
cb28056223made highlighting more configurable, added all four themes, there is now a configurable flavour text (notice)
El RIDO
2015-08-17 23:18:33 +0200
24d18c5313cleaned up phpdoc comments, added README on how to install and use it
El RIDO
2015-08-16 15:55:31 +0200
3a183470a6included sons of obsidian prettify template, since the new default one is a bit bleak
El RIDO
2015-08-16 15:52:46 +0200
0c1d5c62d5updated de/inflate to versions 0.5/0.3, using versions found at a3725d3bee kudos Dan Kogai
El RIDO
2015-08-16 13:02:27 +0200
49c6e3c1b6updated base64.js to version 2.1.9, using minified version found at 9192c510f5/base64.min.js kudos Dan Kogai
El RIDO
2015-08-16 12:27:06 +0200
7bc8c14df6updated sjcl to version 1.0.2, using minified version found at 11a673d1d3/sjcl.js kudos Nils Kenneweg
El RIDO
2015-08-16 11:24:56 +0200
769768d25eupdated jquery to 1.11.3
El RIDO
2015-08-16 11:20:06 +0200
3aa4911991Small text message changes
El RIDO
2015-08-16 01:56:39 +0200
8881b3047achanging version string
El RIDO
2015-08-16 00:04:14 +0200
e7feca0e53Stronger server salt
Sebastien SAUVAGE
2014-02-06 22:33:55 +0100
4f72f04edaPrevent inconstitent /data/trafic_limiter.php due to file read while writing (cherry picked from commit 71a7f6adaea9a86a84fa8ebbcb9e5c506a785527)
jeldrik
2013-09-28 13:39:38 +0200