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

12 Commits

Author SHA1 Message Date
ksamuel
285da1c596 Edit README and setup.cfg for prod 2020-08-15 13:24:46 +02:00
ksamuel
64e3a285f9 Remove privilege lib 2020-08-12 17:30:39 +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
c33de9c0dc Add a script to remove paste, either from URL of from ID 2015-09-10 23:14:18 +02:00
Shir0kamii
85c0395c37 Use lockfile library instead of custom implementation 2015-09-03 18:45:42 +02:00
sametmax
fd55001894 Bump version 2015-05-10 19:47:59 +02: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
9e48029ef9 Improved setup / build 2013-06-23 16:12:47 +02:00
sametmax
dcefd57875 Bumping version 2013-03-19 12:02:30 +01: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
sametmax
8e318c768b Bumping version 2012-08-07 12:52:43 +02:00
sam
ed059c8216 Fixing various typo 2012-05-16 09:15:14 +02:00