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

208 Commits

Author SHA1 Message Date
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
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
sametmax
ff60fa9a3c Merge pull request #34 from lyda/misspellings
Misspelling check.
2013-03-05 16:20:18 -08: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
9a0efa7fa7 Merge pull request #30 from Natim/12_shorten_url_for_email_this
[CopyToClipboard] If there is no coloration, use the decrypted content
2013-01-31 07:31:15 -08:00
Rémy HUBSCHER
fb957f8cde If there is no coloration, use the decrypted content 2013-01-31 14:00:53 +01:00
sametmax
1e3a9e227d Merge pull request #27 from Natim/12_shorten_url_for_email_this
#12 - Problem for encoding URL when sending mail
2013-01-31 03:08:34 -08:00
Rémy HUBSCHER
ab9ef15de2 #12 - Problem for encoding URL when sending mail 2013-01-31 12:05:48 +01:00
sametmax
0c1bcfdc87 Merge pull request #17 from Natim/master
Display bin image file as image.
2013-01-31 02:25:40 -08: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