Steeve
d850f343e5
Update README.md
2013-10-31 22:45:02 +01:00
Sean McGregor
956b82b825
added functions for placing many parameters in the anchor string
2013-10-31 22:42:20 +01:00
Frédérik Paradis
7cb345001a
Change URL on clone
2013-10-31 22:41:30 +01:00
Simon Rupf
d247bff897
syntax highlighting can now be turned off, template can be changed in
...
configuration
2013-10-31 22:24:40 +01:00
Simon Rupf
630e16c4a0
Added more configuration options, based on patch by Uli Köhler
2013-10-30 23:54:42 +01:00
El RIDO
b19e4d4689
Merge pull request #5 from ic0nic/patch-1
...
Allow discovery
2013-03-21 14:10:30 -07:00
ic0nic
50d4fb9bf3
Allow discovery
...
To allow search engines to at least find the website.
2013-01-29 19:33:31 +00:00
Simon Rupf
8582dd0d35
Merge branch 'master' of git@github.com:elrido/ZeroBin.git
2012-09-08 19:56:47 +02:00
Simon Rupf
51008d3e68
added test for entropy of cypher text - closes #3
2012-09-08 19:54:24 +02:00
Simon Rupf
0079c73a84
added test for entropy of cypher text
2012-09-08 19:52:44 +02:00
Simon Rupf
2b69a862ec
moved updated sjcl into place
2012-09-08 16:34:34 +02:00
Simon Rupf
8b21a4ae41
Merge branch 'master' of /home/elrido/Projekte/SJCL
2012-09-08 16:15:21 +02:00
Simon Rupf
6f4758839b
cleanup repository before import
2012-09-08 16:13:48 +02:00
Simon Rupf
2470871e70
add robots meta tag, in case we are not installed in the root
...
folder of a domain or subdomain. fixes #2
2012-09-08 13:24:39 +02:00
Simon Rupf
2d4f155064
had to revert to HTML5 instead of XHTML5 because of compatibility
...
problem with code prettifier, fixed some display bugs
2012-08-28 23:28:41 +02:00
Simon Rupf
907538875b
removed leftovers from submodule uglifyjs, added credits file,
...
cleaned up CSS, changed template to output clean XHTML 5,
added unit tests for 60% of the code, found a few bugs by doing
that and fixed them
2012-08-26 00:49:11 +02:00
Greg Knaddison
f37303d858
For server-load and privacy reasons, disallow robots.
2012-08-10 18:21:26 +02:00
Simon Rupf
f1e5769f03
removed submodule uglifyjs - i don't think it improves performance that much
...
and also the whole trust of zerobin rests in the JS code, so some people
might feel safer if the can read a servers JS files.
2012-08-10 18:18:50 +02:00
Mike Hamburg
da0c687131
fix exception when mouse crosses 0
2012-07-25 22:27:31 -07:00
Mike Hamburg
7c426619c8
remake
2012-07-24 22:00:52 -07:00
bitwiseshiftleft
45d99e5dd9
Merge pull request #60 from Sc00bz/master
...
sjcl.random.addEntropy() and sjcl.random._loadTimeCollector() are broken
2012-07-24 21:59:20 -07:00
unknown
0278f2f177
sjcl.random.addEntropy():
...
Fixed bug: Now accepts Uint32Array for data
2012-07-24 15:08:25 -05:00
unknown
8bf8bbbf3c
sjcl.random.addEntropy():
...
* Fixed bug: when data is a number, it is now added to this._pools
* Fixed bug: throws an exception when data is an object but not an array of numbers
* Removed unused variable "ty"
sjcl.random._loadTimeCollector():
* Fixed bug: now passes a number into sjcl.random.addEntropy() instead of an object
2012-07-23 21:03:04 -05:00
bitwiseshiftleft
ec303b26ef
Merge pull request #58 from fmarier/cachedpbkdf2_docs
...
jsdoc: fix param names in misc.cachedPbkdf2
2012-06-18 23:10:16 -07:00
Francois Marier
a7f830229d
jsdoc: fix param names in misc.cachedPbkdf2
2012-06-19 14:18:30 +12:00
Simon Rupf
421e6cba97
implemented zerobin_db model, added more options for paste expiration, made comments and max data size configurable
2012-05-19 23:59:41 +02:00
El RIDO
7cee995cd7
Merge pull request #1 from legion-github/elrido-uglifyjs
...
Add uglifyjs as submodule
THX legion!
2012-05-19 02:04:31 -07:00
Alexey Gladkov
a791c8c2a4
Add install script
...
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
2012-05-12 01:07:24 +04:00
Alexey Gladkov
778eb91d92
Add UglifyJS
...
Add a JavaScript parser/compressor/beautifier as submodule:
https://github.com/mishoo/UglifyJS
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
2012-05-12 00:17:09 +04:00
Simon Rupf
edf95ff56d
added autoloading, configurable paste size limit, changed JS to calculate localized comment times instead of UTC
2012-04-30 22:58:08 +02:00
Simon Rupf
5d6401b44d
Merge branch 'master' of https://github.com/legion-github/ZeroBin
2012-04-30 21:42:30 +02:00
Simon Rupf
23487ce779
Fixed bug with missing directory separator and added .htaccess files to lib & cfg directories. If those are not present, the application will create them for you.
2012-04-30 13:58:29 +02:00
Simon Rupf
ba90d0cae2
Refactoring of code base - modularized code, introduced configuration, started working on a PDO based DB connector
2012-04-29 19:15:06 +02:00
Alexey Gladkov
0057045f51
Add syntax highlighting
...
Syntax highlighting is done with the use of the library:
http://code.google.com/p/google-code-prettify/
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
2012-04-29 20:27:00 +04:00
Sebastien SAUVAGE
241c75a5d5
Removed the shortening url service button.
2012-04-24 14:29:16 +02:00
Sébastien SAUVAGE
566dd1d05f
Merge pull request #5 from erwanlr/master
...
Few fixes :)
2012-04-23 13:05:09 -07:00
Erwan
0b14a73ea4
Merge branch 'master' of git://github.com/sebsauvage/ZeroBin
2012-04-23 16:37:30 +02:00
Erwan
5d02750316
Fix : 404 for Shorten URL image
2012-04-23 16:30:02 +02:00
Erwan
e71e7cfce6
PHP Notice Fix (when burn after reading is selected) : Notice: Undefined property: stdClass::$expire_date in /ZeroBin/index.php on line 289
2012-04-23 16:16:44 +02:00
Sébastien SAUVAGE
ae57f84c9d
Merge pull request #4 from thi3rry/master
...
Changelog
2012-04-23 04:47:49 -07:00
thi3rry
3ea37176f4
adding changelog file
2012-04-23 13:40:27 +02:00
Sébastien SAUVAGE
e7e53a21c8
Merge pull request #3 from erwanlr/master
...
Correctif des deux notices PHP
2012-04-22 15:38:10 -07:00
Erwan
aa9d4a4dbf
PHP Notice Fix (added check)
2012-04-23 00:10:32 +02:00
Erwan
c585f0d712
PHP Notice Bug fix (Notice: Undefined property: stdClass::$burafterreading & $opendiscussion)
2012-04-22 23:52:03 +02:00
Mike Hamburg
181e2c73d1
fix opacify.pl not to change 1.0 -> 1["0"]
2012-04-22 13:25:48 -07:00
Mike Hamburg
e1e0b7a9bf
fix opacify.pl not to change 1.0 -> 1["0"]
2012-04-22 13:24:59 -07:00
Sebastien SAUVAGE
50272a678f
- Minor fixes following previous merge.
...
- Fixed regression: "Clone" button was visible for IE.
2012-04-22 20:43:11 +02:00
Sébastien SAUVAGE
b57995474a
Merge pull request #2 from thi3rry/master
...
Refactoring zerobin.js
2012-04-22 09:45:05 -07:00
Sébastien SAUVAGE
caaf49af65
Merge pull request #1 from Debetux/master
...
Ajout d'un fichier .gitignore et ajout de l'extension .md au README
2012-04-22 05:01:09 -07:00
Thierry Poinot
6083c7a23c
refactoring files and directory structure
2012-04-22 13:34:17 +02:00