Commit Graph

  • fdc87a7fcf Added "Raw text" button. Sebastien SAUVAGE 2013-02-24 16:29:13 +0100
  • 09bebae286 Removed dead code. Sebastien SAUVAGE 2013-02-24 14:37:32 +0100
  • cff4d99f05 "Burn after reading" as a checkbox Sebastien SAUVAGE 2013-02-24 14:33:51 +0100
  • 1b95d6fff7 base64.js downgraded from 2.6 to 1.7 Sebastien SAUVAGE 2013-02-23 23:19:01 +0100
  • 8435b9ab3a Added version to js/css assets URLs. Sebastien SAUVAGE 2013-02-23 23:00:26 +0100
  • c7c5dd6f4e Removed unused icon. Sebastien SAUVAGE 2013-02-23 22:54:44 +0100
  • eccd4a816a base64.js updated to 2.6 Sebastien SAUVAGE 2013-02-23 22:51:59 +0100
  • ad70051323 reviewed unit tests, fixing line endings, added more tests El RIDO 2015-08-15 18:32:31 +0200
  • 7db76d8d71 Updated json checking. Sebastien SAUVAGE 2013-02-23 22:44:46 +0100
  • 315c45ed0c Auto-select paste URL Sebastien SAUVAGE 2013-02-23 15:11:45 +0100
  • 134d22c958 small unit testing improvements, removing never accessed code El RIDO 2015-08-15 16:37:44 +0200
  • c918a9fe2e Incorrect structure ic0nic 2013-11-01 01:22:16 +0100
  • 3b3a841be6 Included .htaccess and .htapasswd for safety. Mihail Fedorov 2013-11-01 01:20:59 +0100
  • 72f5361a77 Changelog markdown correction (again). Sebastien SAUVAGE 2013-02-23 00:46:16 +0100
  • 54a24f104c Readme and changes update. Sebastien SAUVAGE 2013-02-23 00:44:06 +0100
  • badf459390 split common persistance logic into abstract class Simon Rupf 2013-11-01 01:15:58 +0100
  • 5b253cf77c ZeroBin 0.17 Sebastien SAUVAGE 2013-11-01 01:15:14 +0100
  • 6c7de8aca8 Libs upgrade Sébastien SAUVAGE 2013-10-31 22:59:01 +0100
  • c26c4a8bec arbitrary JSON file disclosure correction Sébastien SAUVAGE 2013-10-31 22:53:22 +0100
  • d850f343e5 Update README.md Steeve 2012-10-22 18:18:33 +0300
  • 956b82b825 added functions for placing many parameters in the anchor string Sean McGregor 2012-07-28 12:35:14 -0700
  • 7cb345001a Change URL on clone Frédérik Paradis 2012-05-10 14:35:33 -0400
  • d247bff897 syntax highlighting can now be turned off, template can be changed in configuration Simon Rupf 2013-10-31 22:24:40 +0100
  • 630e16c4a0 Added more configuration options, based on patch by Uli Köhler Simon Rupf 2013-10-30 23:54:42 +0100
  • b19e4d4689 Merge pull request #5 from ic0nic/patch-1 El RIDO 2013-03-21 14:10:30 -0700
  • 50d4fb9bf3 Allow discovery ic0nic 2013-01-29 19:33:31 +0000
  • 8582dd0d35 Merge branch 'master' of git@github.com:elrido/ZeroBin.git Simon Rupf 2012-09-08 19:56:47 +0200
  • 51008d3e68 added test for entropy of cypher text - closes #3 Simon Rupf 2012-09-08 19:54:24 +0200
  • 0079c73a84 added test for entropy of cypher text Simon Rupf 2012-09-08 19:52:44 +0200
  • 2b69a862ec moved updated sjcl into place Simon Rupf 2012-09-08 16:34:34 +0200
  • 8b21a4ae41 Merge branch 'master' of /home/elrido/Projekte/SJCL Simon Rupf 2012-09-08 16:15:21 +0200
  • 6f4758839b cleanup repository before import Simon Rupf 2012-09-08 16:13:48 +0200
  • 2470871e70 add robots meta tag, in case we are not installed in the root folder of a domain or subdomain. fixes #2 Simon Rupf 2012-09-08 13:24:39 +0200
  • 2d4f155064 had to revert to HTML5 instead of XHTML5 because of compatibility problem with code prettifier, fixed some display bugs Simon Rupf 2012-08-28 23:28:41 +0200
  • 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 Simon Rupf 2012-08-26 00:49:11 +0200
  • f37303d858 For server-load and privacy reasons, disallow robots. Greg Knaddison 2012-08-02 09:23:04 -0600
  • 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. Simon Rupf 2012-08-10 18:18:50 +0200
  • da0c687131 fix exception when mouse crosses 0 Mike Hamburg 2012-07-25 22:27:31 -0700
  • 7c426619c8 remake Mike Hamburg 2012-07-24 22:00:52 -0700
  • 45d99e5dd9 Merge pull request #60 from Sc00bz/master bitwiseshiftleft 2012-07-24 21:59:20 -0700
  • 0278f2f177 sjcl.random.addEntropy(): Fixed bug: Now accepts Uint32Array for data unknown 2012-07-24 15:08:25 -0500
  • 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" unknown 2012-07-23 21:03:04 -0500
  • ec303b26ef Merge pull request #58 from fmarier/cachedpbkdf2_docs bitwiseshiftleft 2012-06-18 23:10:16 -0700
  • a7f830229d jsdoc: fix param names in misc.cachedPbkdf2 Francois Marier 2012-06-19 14:18:30 +1200
  • 421e6cba97 implemented zerobin_db model, added more options for paste expiration, made comments and max data size configurable Simon Rupf 2012-05-19 23:59:41 +0200
  • 7cee995cd7 Merge pull request #1 from legion-github/elrido-uglifyjs El RIDO 2012-05-19 02:04:31 -0700
  • a791c8c2a4 Add install script Alexey Gladkov 2012-05-12 01:07:24 +0400
  • 778eb91d92 Add UglifyJS Alexey Gladkov 2012-05-12 00:17:09 +0400
  • edf95ff56d added autoloading, configurable paste size limit, changed JS to calculate localized comment times instead of UTC Simon Rupf 2012-04-30 22:58:08 +0200
  • 5d6401b44d Merge branch 'master' of https://github.com/legion-github/ZeroBin Simon Rupf 2012-04-30 21:42:30 +0200
  • 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. Simon Rupf 2012-04-30 13:58:29 +0200
  • ba90d0cae2 Refactoring of code base - modularized code, introduced configuration, started working on a PDO based DB connector Simon Rupf 2012-04-29 19:15:06 +0200
  • 0057045f51 Add syntax highlighting Alexey Gladkov 2012-04-29 20:27:00 +0400
  • 241c75a5d5 Removed the shortening url service button. Sebastien SAUVAGE 2012-04-24 14:29:16 +0200
  • 566dd1d05f Merge pull request #5 from erwanlr/master Sébastien SAUVAGE 2012-04-23 13:05:09 -0700
  • 0b14a73ea4 Merge branch 'master' of git://github.com/sebsauvage/ZeroBin Erwan 2012-04-23 16:37:30 +0200
  • 5d02750316 Fix : 404 for Shorten URL image Erwan 2012-04-23 16:30:02 +0200
  • e71e7cfce6 PHP Notice Fix (when burn after reading is selected) : Notice: Undefined property: stdClass::$expire_date in /ZeroBin/index.php on line 289 Erwan 2012-04-23 16:16:44 +0200
  • ae57f84c9d Merge pull request #4 from thi3rry/master Sébastien SAUVAGE 2012-04-23 04:47:49 -0700
  • 3ea37176f4 adding changelog file thi3rry 2012-04-23 13:40:27 +0200
  • e7e53a21c8 Merge pull request #3 from erwanlr/master Sébastien SAUVAGE 2012-04-22 15:38:10 -0700
  • aa9d4a4dbf PHP Notice Fix (added check) Erwan 2012-04-23 00:10:32 +0200
  • c585f0d712 PHP Notice Bug fix (Notice: Undefined property: stdClass::$burafterreading & $opendiscussion) Erwan 2012-04-22 23:52:03 +0200
  • 181e2c73d1 fix opacify.pl not to change 1.0 -> 1["0"] Mike Hamburg 2012-04-22 13:25:48 -0700
  • e1e0b7a9bf fix opacify.pl not to change 1.0 -> 1["0"] Mike Hamburg 2012-04-22 13:24:59 -0700
  • 50272a678f - Minor fixes following previous merge. - Fixed regression: "Clone" button was visible for IE. Sebastien SAUVAGE 2012-04-22 20:43:11 +0200
  • b57995474a Merge pull request #2 from thi3rry/master Sébastien SAUVAGE 2012-04-22 09:45:05 -0700
  • caaf49af65 Merge pull request #1 from Debetux/master Sébastien SAUVAGE 2012-04-22 05:01:09 -0700
  • 6083c7a23c refactoring files and directory structure Thierry Poinot 2012-04-22 13:34:17 +0200
  • d92d8658a5 refactoring zerobin js, adding JSDoc Thierry Poinot 2012-04-22 12:45:45 +0200
  • c525fb40e7 Delete first README Lancelot HARDEL 2012-04-22 11:50:12 +0200
  • e1e8792bbc Markdown in README Lancelot HARDEL 2012-04-22 11:48:39 +0200
  • cc2af8c5ee Added a .gitignore file Lancelot HARDEL 2012-04-22 11:10:18 +0200
  • 52630374e5 Initial commit of version 0.15 alpha. Sebastien SAUVAGE 2012-04-21 21:59:45 +0200
  • 42555270e5 don't subtract defaults Mike Hamburg 2012-02-28 20:12:06 -0800
  • c0d8675070 fix adata security bug Mike Hamburg 2012-02-27 16:36:20 -0800
  • 205d7dea6d Merge pull request #47 from mrdomino/master bitwiseshiftleft 2012-02-11 12:46:23 -0800
  • 6f02fe7424 fix type annotation Steve Dee 2012-02-07 23:21:23 -0800
  • f811403b20 fix typo Steve Dee 2012-02-07 23:20:46 -0800
  • f922fc35bc fix demo when json is disabled Mike Hamburg 2012-01-24 20:05:16 -0800
  • 4abe395d16 turning off random iv works Mike Hamburg 2012-01-24 19:59:44 -0800
  • 4cc368fad9 re-fix JSON encoding issue again!... and remake Mike Hamburg 2011-12-03 15:39:11 -0800
  • 5780c6cf52 remake Mike Hamburg 2011-11-25 11:02:24 -0800
  • 8aa3859e32 Merge pull request #39 from azer/master bitwiseshiftleft 2011-11-25 11:01:30 -0800
  • 61228e7c23 Merge pull request #40 from RobertLarsen/master bitwiseshiftleft 2011-11-25 10:57:38 -0800
  • 502d313351 Added double quotes around keys in JSON encoded strings to conform with JSON format. Robert Larsen 2011-11-24 14:23:36 +0100
  • caaf800931 export sjcl for commonjs compliant environments E.Azer Koçulu 2011-11-20 21:39:58 -0800
  • 3fddb9e668 Merge pull request #38 from regality/master bitwiseshiftleft 2011-11-06 10:48:45 -0800
  • 9d01837e1a base64url Mike Hamburg 2011-08-13 20:23:11 -0700
  • cddf9c8a3b base64url Mike Hamburg 2011-08-13 20:19:09 -0700
  • b25a0d63e6 remove extra variable i Mike Hamburg 2011-07-10 16:22:16 -0700
  • c1fcb9a560 randomness in Chrome Mike Hamburg 2011-07-10 16:20:58 -0700
  • 8d3a6e7ded fix ts -> tag Mike Hamburg 2011-06-25 16:53:40 -0700
  • 9d07c282ca fix ts -> tag Mike Hamburg 2011-06-25 16:53:15 -0700
  • 8aee1ef00f remake Mike Hamburg 2011-06-14 16:42:41 -0700
  • 71ef53f140 Merge pull request #27 from vibornoff/ocb2-test-fix bitwiseshiftleft 2011-06-14 16:39:04 -0700
  • 291414a86c vibornoff: fix stopCollectors Mike Hamburg 2011-06-14 16:36:39 -0700
  • 6ee517c7cc Fix OCB2 test dependecy checking Artem S Vybornov 2011-06-14 11:48:27 +0400
  • 117fce4fa2 restore ecc, cbc Mike Hamburg 2011-05-23 13:56:45 -0700
  • 28b0b389ac resolve merge in sjcl.js Mike Hamburg 2011-04-28 16:31:24 -0700