aboutsummaryrefslogtreecommitdiffstats
path: root/pasteme.py
Commit message (Expand)AuthorAgeFilesLines
* 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