1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
ksamuel
64e3a285f9 Remove privilege lib 2020-08-12 17:30:39 +02:00
ksamuel
3308e6d74f Move from cherrypy to paste 2020-08-12 17:26:21 +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
ksamuel
722fb45b51 Python 3 support only. Remove vendored libs. 2020-08-10 10:48:47 +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