sametmax
29dc683287
Merge pull request #127 from nekokatt/patch-1
...
Fixed grammatical error in metadata tag
2019-11-18 07:54:59 +01:00
nekokatt
bd9b5d4d25
Fixed grammatical error in metadata tag
2019-11-16 17:32:23 +00:00
sametmax
14a00ece3c
Merge pull request #121 from KardiffInker/patch-1
...
Updated Spelling
2019-05-23 10:04:55 +02:00
KardiffInker
fbbe23c959
Updated Spelling
2019-05-20 10:31:21 +01:00
sametmax
7da1615d41
Merge pull request #91 from Shir0kamii/master
...
Fix burn_after_reading feature, along with zerobin.py
2016-01-08 14:10:38 +01:00
Shir0kamii
8c1379b827
Fix burn_after_reading feature, along with zerobin.py
2015-10-04 19:47:00 +02:00
sametmax
a344dbb18f
Merge pull request #88 from Shir0kamii/bin_remove_paste
...
Bin remove paste
2015-09-18 19:01:49 +02:00
Shir0kamii
590ea9913f
Merge remove_paste.py and and zerobin.py in cmd.py
...
The two commands have been merged together, using subcommands.
`remove_paste` is now accessible with `zerobin delete-paste`
`zerobin` is moved to `zerobin runserver` but is still accessible
with `zerobin` to keep compatibility with older versions. Unfortunately,
clize is not structured to allow default subcommand and the actual
implementation is nothing but a hack.
2015-09-18 17:36:14 +02:00
Shir0kamii
bd7a372551
Add compatibility with python 2
2015-09-17 02:51:31 +02:00
Shir0kamii
7aa7873b48
Fixes according to comments by @RaitoBezarius
2015-09-14 21:38:27 +02:00
Shir0kamii
c33de9c0dc
Add a script to remove paste, either from URL of from ID
2015-09-10 23:14:18 +02:00
sametmax
11ff63d931
Merge pull request #86 from Shir0kamii/fix_faq
...
Remove TrueCrypt from the FAQ
2015-09-07 16:12:46 +02:00
sametmax
7159d8b12f
Merge pull request #85 from Shir0kamii/feature_lockfile
...
Use lockfile library instead of custom implementation
2015-09-06 07:57:00 +02:00
Shir0kamii
85c0395c37
Use lockfile library instead of custom implementation
2015-09-03 18:45:42 +02:00
Shir0kamii
d47aa95362
Remove TrueCrypt from the FAQ
2015-09-03 18:42:20 +02:00
sametmax
66fe5d4088
Merge pull request #75 from meowstars/master
...
Add https support for cli tool
2015-07-08 23:14:10 +02:00
sametmax
b87a0db3a4
Bumped python version in doc
2015-05-10 19:53:55 +02:00
sametmax
bfde901a46
Merge branch 'master' of sametmax-github:/sametmax/0bin
2015-05-10 19:49:30 +02:00
sametmax
fd55001894
Bump version
2015-05-10 19:47:59 +02:00
sametmax
3a6e8a48fe
Fixing the 'Mail this' feature
2015-05-10 19:46:30 +02:00
sametmax
9b84122414
Porting zerobin to python 3
2015-05-10 19:19:02 +02:00
Yann Bordenave
f193dd9403
Add https support for cli tool
2015-04-28 17:59:42 +02:00
sametmax
e5586121d1
Merge pull request #72 from Mkaysi/patch-1
...
README.rst: be really gender neutral
2014-10-23 08:25:02 +02:00
Mikaela Suomalainen
41d9c3e47b
README.rst: be really gender neutral
2014-10-19 10:34:44 +03:00
sametmax
391df055f9
Settings now don't fiddle with sys.path
2014-06-22 12:42:21 +07:00
sametmax
1a0426881a
Made 0.4 release easily installable
...
Static files are compressed
Mention of compress.sh in README
Privilege is now an embeded dependancy.
2014-06-22 12:02:17 +07:00
sametmax
eda8c4ae22
Bumping version, adding editor config file and a contribution section to the readme.
2014-06-22 11:00:05 +07:00
sametmax
c13dc59629
Merge pull request #67 from Natim/set-default-key-size
...
Set the default key size to 256 bits.
2014-06-20 15:00:43 +07:00
Rémy HUBSCHER
ff0e9f13f6
Set the default key size to 256 bits.
2014-06-20 09:16:17 +02:00
sametmax
6387eb170a
Merge pull request #55 from iceTwy/master
...
Rewrite & add further info to the FAQ
2013-10-03 16:05:42 -07:00
iceTwy
706ad42098
Rewrite & add further info to the FAQ
...
The FAQ contained a bunch of typos and inaccurate information. Hopefully, this should fix both problems.
2013-10-03 23:36:30 +02:00
sametmax
1a99bde81c
Update easy_install.rst
...
Removed Python 2.6 support from FR doc.
2013-10-02 10:42:16 +02:00
sametmax
255d9ba0f7
Update easy_install.rst
...
Removed Python 2.6 support from EN doc.
2013-10-02 10:41:57 +02:00
sametmax
80734eb622
Update README.rst
...
Added supported Python version
2013-10-02 10:37:36 +02:00
sametmax
bb9b84cbfc
Merge pull request #53 from xaocon/master
...
Fixed a link in README.rst
2013-10-01 07:18:51 -07:00
Evan
b68b327880
Fixed a link in README.rst
...
The cherrypy link included comment information so it was broken.
2013-09-27 15:03:29 -04:00
sametmax
522bc27f1c
Moved deployment scripts in a dedicated directory. Added an importable wsgi.py module (app.wsgi works only for Apache, and now imports wsgi.py) and a script for gunicorn. Settings file can now be specified using an environnement variable.
2013-07-03 11:12:12 +02:00
sametmax
9e48029ef9
Improved setup / build
2013-06-23 16:12:47 +02:00
sametmax
04099c631a
Merge pull request #41 from mk-fg/zerobinpaste_updates
...
Zerobinpaste updates: seed prng from /dev/(u)random, shorter keys
2013-05-04 05:01:00 -07:00
sametmax
759bb82d93
Merge pull request #42 from mk-fg/shorter_urls
...
Shorter urls. Thanks again for this piece of work to the author.
2013-05-04 04:58:01 -07:00
Mike Kazantsev
d82669e8ee
Generate shorter 48-bit keys in the interface js
2013-05-01 22:40:06 +06:00
Mike Kazantsev
6675209e31
Use base64-like (dashes in place of slashes) paste-ids with (configurable) 8-char length limit
2013-05-01 22:40:05 +06:00
Mike Kazantsev
118b0ce47d
zerobinpaste: use 48b keys (only 6 chars) by default
2013-04-30 00:28:24 +06:00
Mike Kazantsev
415516ee0c
zerobinpaste: seed sjcl prng from /dev/(u)random
2013-04-30 00:28:02 +06:00
sametmax
353fac415a
Renerated the HTML documentation
2013-04-22 23:22:33 +02:00
sametmax
33d94fdbbd
Updated doc menu to include new file
2013-04-22 23:17:28 +02:00
sametmax
18e407b152
Translated last documentation addition to french
2013-04-22 23:15:24 +02:00
sametmax
09d7bb4f24
Merge pull request #39 from mk-fg/add_zerobinpaste_cli_tool
...
Add simple "zerobinpaste" cli tool
2013-04-22 13:30:56 -07:00
Mike Kazantsev
dabae7a130
Update docs wrt zerobinpaste tool
2013-04-23 01:48:48 +06:00
Mike Kazantsev
4eb40b9c8f
zerobinpaste: add --expire option
2013-04-23 00:39:29 +06:00