ksamuel
6c1dad2626
Put config app dir
2020-08-13 14:36:42 +02:00
ksamuel
e5faaac077
Delete paste in admin
2020-08-12 15:39:07 +02:00
ksamuel
3b4c57e850
Add empty admin page with login
2020-08-12 15:21:49 +02:00
ksamuel
88df4787bf
WIP: add admin views
2020-08-12 09:19:38 +02:00
ksamuel
6843a19fa8
Add delete paste
2020-08-11 16:37:03 +02:00
ksamuel
e13cead89b
jQuery fully removed, clipboard fixed
2020-08-11 11:55:29 +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
sametmax
9b84122414
Porting zerobin to python 3
2015-05-10 19:19:02 +02: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
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
Kevin Lyda
d599aed09a
Misspelling check.
...
Fixed the spelling using the following command:
misspellings -s fix.sh $(find * -type f)
sh fix.sh
Nothing very important, just was using it for a quick test.
2013-03-03 16:27:39 +00:00
Rémy HUBSCHER
d57595297e
Merge #19 fix
2013-01-19 18:54:51 +01:00
Rémy HUBSCHER
0cfd685e8c
Read the request.body to prevent bottle from cutting it.
2013-01-19 18:50:07 +01:00
Rémy HUBSCHER
74bfee09c8
#17 - Add drag and drop file support. On the upload of an image, display it.
2013-01-19 17:05:37 +01:00
sam
a824bc2a21
Expired pastes are removed from localStorage
2012-05-22 17:40:57 +02:00
sam
6860778f47
Prevent 0bin to crash if the locale formatting is not supported. Moved get_pastes_count into the Paste class. Added 0bin version as query parameter in the scrip and css tags URL
2012-05-22 14:39:34 +02:00
max
7e4a12a263
Added refresh timer for counter
2012-05-21 23:21:06 +07:00
max
26fd2d0913
counter first version
2012-05-21 22:14:01 +07:00
max
6ad2b896fb
Added faq
2012-05-21 17:25:24 +07:00
sam
a3dcbe9c2b
Documentation is now exhaustive and zerobin is apache friendly
2012-05-18 22:18:40 +02:00
sam
97935e51d3
Added documentation, removed some options
2012-05-18 14:29:52 +02:00
sam
0d81a35a47
Static files can now be compressed
2012-05-17 11:13:40 +02:00
sam
ed059c8216
Fixing various typo
2012-05-16 09:15:14 +02:00
sam
78eedf8acb
New clean layout to be pip installable
2012-05-14 17:17:49 +02:00