aboutsummaryrefslogtreecommitdiffstats
path: root/pasteme.py
Commit message (Expand)AuthorAgeFilesLines
* Implemented the time left functionalityCédric Picard2015-01-031-1/+6
* fix default lexer with pygmentsVG2014-11-301-2/+2
* add cosmetic changeVG2014-11-301-1/+1
* fix unused arg in callback functions for /favicon /robotsVG2014-11-301-2/+2
* fix popular route /favicon.ico and /robots.txtVG2014-11-301-0/+8
* add consistency in encoding for file i/oVG2014-11-291-2/+2
* fix alignment pb on floating menu and add cosmetic changesVG2014-11-291-7/+2
* Fixed unicode errors once and for all (hopefully)Cédric Picard2014-11-291-1/+2
* Merge commit '49bfb56' into devCédric Picard2014-11-291-1/+0
|\
| * Fixed error 500 on raw: removed a redundant lineCédric Picard2014-11-291-1/+0
* | add floating menu bar to access root and rawVG2014-11-291-1/+1
|/
* add correct header for raw contentVG2014-11-281-0/+2
* Merge branch 'dev' of git://0x1707.no-ip.biz/pasteme into devVG2014-11-281-1/+1
|\
| * Added line numbers for codeCédric Picard2014-11-281-1/+1
* | Fix wsgi application declaration (must be in top of file for bottle to work i...VG2014-11-281-1/+1
|/
* Changed from internal error to bad request errorCédric Picard2014-11-281-5/+5
* Better error gestion with correct status codeCédric Picard2014-11-281-2/+10
* Fixed void content errorCédric Picard2014-11-281-2/+6
* fix raw displayVG2014-11-281-1/+2
* Add automatic coloring of text with pygmentsVG2014-11-281-0/+14
* Add paste save and restoreVG2014-11-281-3/+23
* add hash generation from content, and default page displayVG2014-11-281-0/+25