papee
e5637fd7bf
change prettify code error in behavior
2020-08-12 11:35:35 +02:00
papee
a057e31e5d
change prettify code error in behavior
2020-08-12 11:34:33 +02:00
ksamuel
2aeaa0c482
Fix email this
2020-08-12 11:21:18 +02:00
ksamuel
b2f49953f5
Fix progress bar
2020-08-12 11:15:01 +02:00
ksamuel
23d7b73514
Fix 404
2020-08-12 11:01:31 +02:00
ksamuel
7c6adb32ab
Fix previousPaste menu
2020-08-12 11:00:41 +02:00
ksamuel
601aa5a16b
Post merge fixes
2020-08-12 10:19:31 +02:00
ksamuel
933118c1cd
Merge new theme
2020-08-12 10:11:51 +02:00
papee
2e67a09bca
Merge branch 'v2' of github.com:Tygs/0bin into v2
2020-08-12 09:34:14 +02:00
jhon doe
a8e6763cc0
new theme
2020-08-12 09:26:17 +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
nekokatt
bd9b5d4d25
Fixed grammatical error in metadata tag
2019-11-16 17:32:23 +00:00
KardiffInker
fbbe23c959
Updated Spelling
2019-05-20 10:31:21 +01:00
Shir0kamii
8c1379b827
Fix burn_after_reading feature, along with zerobin.py
2015-10-04 19:47:00 +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
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
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
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
Rémy HUBSCHER
ff0e9f13f6
Set the default key size to 256 bits.
2014-06-20 09:16:17 +02: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
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
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
sametmax
18e407b152
Translated last documentation addition to french
2013-04-22 23:15:24 +02:00
Mike Kazantsev
ce7ede3e35
Added simple "zerobinpaste" cli tool
2013-04-20 23:39:26 +06: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
Rémy HUBSCHER
fb957f8cde
If there is no coloration, use the decrypted content
2013-01-31 14:00:53 +01:00
Rémy HUBSCHER
ab9ef15de2
#12 - Problem for encoding URL when sending mail
2013-01-31 12:05:48 +01:00
Rémy HUBSCHER
b241b86125
Fix w3c validation
2013-01-24 10:59:25 +01:00
Rémy HUBSCHER
6170665e1c
dry e.preventDefault to minimum
2013-01-24 10:51:49 +01:00
Rémy HUBSCHER
6fffdc0371
Merge 18_shorten_over_https
2013-01-24 09:55:48 +01:00
Rémy HUBSCHER
2b9bf81fcd
Merge 12_shorten_url_for_email_this
2013-01-24 09:53:04 +01:00
Rémy HUBSCHER
b729a678ea
#21 - Resize too big images before upload
2013-01-19 19:40:44 +01: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
82ea02a60c
Refs #12 - Shorten url before to actually send a mail
2013-01-19 18:32:06 +01:00
Rémy HUBSCHER
28bff88784
#18 - It is better to shorten URL over SSH since there is the encryption key - futhermore if you run 0bin over SSH.
2013-01-19 18:13:40 +01:00
Rémy HUBSCHER
b5de896ef6
#16 - When displaying an image add a download button
2013-01-19 17:48:04 +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
Rémy HUBSCHER
0879a8556e
#17 - Detect images and display them as image files
2013-01-19 12:37:39 +01:00
Rémy HUBSCHER
b2a9812688
#17 - Add html5 file drag&drop on textarea
2013-01-19 11:31:03 +01:00
sametmax
303905aff5
Fixed grammar error
2012-10-07 15:33:46 +02:00
sametmax
451a282684
Improved comments handling in code detection
2012-09-07 17:07:53 +02:00
sametmax
8e318c768b
Bumping version
2012-08-07 12:52:43 +02:00
sametmax
54e9098999
Fixing non breakable space insertion
2012-08-07 12:38:06 +02:00
sam
a045de73d1
Going back to a very simple 'send by email' link since the previous attempt didn't work as expected
2012-05-24 14:41:26 +02:00
sam
419f618a30
Typos
2012-05-23 18:46:18 +02:00
sam
72fc5d4646
Improved error handling on emai link
2012-05-23 16:20:46 +02:00
sametmax
16f3e2e474
Merge pull request #9 from dorey/email-links
...
allows quick-sending of email links.
2012-05-23 01:38:46 -07:00
dorey
60ddbf49c6
minimal javascript to automatically open up an email message (tested and works in chrome,ff when a mailto client is available.)
2012-05-23 01:52:20 -04:00
sam
6959fcbed9
Fix timedelta.in_seconds support in python 2.6
2012-05-22 20:11:38 +02:00
sam
d12718d9dd
Expiration date is now displayed for each paste
2012-05-22 19:58:23 +02:00
sam
7b8108ea6b
Try code detection, and if detected has plain text,, do not apply code coloration
2012-05-22 19:10:54 +02:00
sam
a824bc2a21
Expired pastes are removed from localStorage
2012-05-22 17:40:57 +02:00
sam
470194806e
Make local storage format version decouple from 0bin version
2012-05-22 14:47:24 +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
780c50f971
merging
2012-05-22 18:48:24 +07:00
max
02a5aa6cf6
Merging counter
2012-05-22 18:44:51 +07:00
sam
2b9a70c19b
Recompressed static
2012-05-22 13:40:58 +02:00
sam
22774feb8f
Changed short url provider
2012-05-22 13:40:17 +02:00
sam
7703b26333
Improved url sanitizing
2012-05-22 12:45:44 +02:00
sametmax
14b0b37bfb
Merge pull request #8 from antoinec/br-fix
...
Fix typo on </br>
2012-05-22 02:46:58 -07:00
sametmax
84268bc2fe
Merge pull request #7 from antoinec/pullrequest-4-fixed
...
Pullrequest #4 fixed
2012-05-22 02:44:50 -07:00
dorey
e584338776
allows quick-sending of email links. ( #2 )
2012-05-22 03:10:13 -04:00
max
63d58305a9
Counter added lock compatibility
2012-05-22 02:48:21 +07:00
max
801227fde1
Counter added lock compatibility
2012-05-22 02:24:39 +07:00
Antoine Catton
8cb5457467
Add wrap-content end tag.
2012-05-21 20:00:48 +02:00
max
7e4a12a263
Added refresh timer for counter
2012-05-21 23:21:06 +07:00
sam
f9e4f4acc0
Typo
2012-05-21 18:06:50 +02:00
sam
111255352c
Improved FAQ
2012-05-21 18:01:52 +02:00
max
26fd2d0913
counter first version
2012-05-21 22:14:01 +07:00
sam
fb60e4e332
Added pastebin article to FAQ
2012-05-21 13:38:53 +02:00
sam
c96e8b6006
Typo
2012-05-21 13:21:16 +02:00
sam
2b35351aeb
Merge branch 'master' of sametmax-github:sametmax/0bin
2012-05-21 13:17:16 +02:00
sam
e83a7d6a58
Added a FAQ
2012-05-21 13:16:49 +02:00
max
3a07efeec0
Added faq
2012-05-21 17:44:21 +07:00
max
d72f60405a
Added faq
2012-05-21 17:42:47 +07:00
max
2fb38d0c00
Merge branch 'master' of github.com:sametmax/0bin
2012-05-21 17:25:48 +07:00
max
6ad2b896fb
Added faq
2012-05-21 17:25:24 +07:00
Antoine Catton
6cfd005c98
Fix typo on </br>
2012-05-21 11:15:31 +02:00
sam
489946df63
Recompressed static to get new featured and fixed bug with non created subpath
2012-05-21 11:04:28 +02:00
Martin Dreher
2392e357f9
corrected spelling
2012-05-20 22:11:50 +02:00
max
4ce06120b0
removed contact us from footer
2012-05-20 19:32:49 +07:00
max
02e48d5d8c
Merge branch 'master' of github.com:sametmax/0bin
2012-05-20 19:16:31 +07:00
max
4b969ac1c7
Added email obfusctaing to menu
2012-05-20 19:16:05 +07:00
sametmax
b65ba444dd
Merge pull request #4 from antoinec/javascript-fix
...
Display error message when javascript disabled.
2012-05-20 05:09:29 -07:00
Antoine Catton
0065eac1ab
Display error message when javascript disabled.
2012-05-20 03:22:20 +02:00
Antoine Catton
ddb3562315
Use english quotation mark
...
Angle quotation marks (guillemets) are only used in French. English
typography requires usage of “double quotes” or ‘single quotes’.
2012-05-20 02:50:08 +02: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
12a6df1f18
Remove prompt for goodle chrome frame
2012-05-17 00:22:25 +02:00
sam
d91a5a512c
Fix regression on expiration dropdown sync
2012-05-16 20:17:29 +02:00
sam
fb15ca9d0c
Fixed CSS but in paste listing
2012-05-16 20:00:50 +02:00
sam
b6b3c5b599
Added back cancel clone button
2012-05-16 19:35:56 +02:00
sam
0707c77b65
Replace date parsing with a cross browser regex
2012-05-16 19:16:02 +02:00
sam
4baa3757da
Prefixed the key with 'zerobinV'
2012-05-16 18:53:24 +02:00
sam
461fa4992d
Use date and version for previous paste keys in local storage
2012-05-16 18:44:56 +02:00
max
2a55070305
added some about text
2012-05-16 15:40:26 +07:00
max
78bc46df02
added some about text
2012-05-16 15:38:45 +07: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