index
:
pasteme
master
[released] A pastebin like service
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pasteme.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Implemented the time left functionality
Cédric Picard
2015-01-03
1
-1
/
+6
|
*
fix default lexer with pygments
VG
2014-11-30
1
-2
/
+2
|
*
add cosmetic change
VG
2014-11-30
1
-1
/
+1
|
*
fix unused arg in callback functions for /favicon /robots
VG
2014-11-30
1
-2
/
+2
|
*
fix popular route /favicon.ico and /robots.txt
VG
2014-11-30
1
-0
/
+8
|
*
add consistency in encoding for file i/o
VG
2014-11-29
1
-2
/
+2
|
*
fix alignment pb on floating menu and add cosmetic changes
VG
2014-11-29
1
-7
/
+2
|
*
Fixed unicode errors once and for all (hopefully)
Cédric Picard
2014-11-29
1
-1
/
+2
|
*
Merge commit '49bfb56' into dev
Cédric Picard
2014-11-29
1
-1
/
+0
|
\
|
*
Fixed error 500 on raw: removed a redundant line
Cédric Picard
2014-11-29
1
-1
/
+0
|
|
*
|
add floating menu bar to access root and raw
VG
2014-11-29
1
-1
/
+1
|
/
*
add correct header for raw content
VG
2014-11-28
1
-0
/
+2
|
*
Merge branch 'dev' of git://0x1707.no-ip.biz/pasteme into dev
VG
2014-11-28
1
-1
/
+1
|
\
|
*
Added line numbers for code
Cédric Picard
2014-11-28
1
-1
/
+1
|
|
*
|
Fix wsgi application declaration (must be in top of file for bottle to work ↵
VG
2014-11-28
1
-1
/
+1
|
/
|
|
|
in wsgi)
*
Changed from internal error to bad request error
Cédric Picard
2014-11-28
1
-5
/
+5
|
*
Better error gestion with correct status code
Cédric Picard
2014-11-28
1
-2
/
+10
|
*
Fixed void content error
Cédric Picard
2014-11-28
1
-2
/
+6
|
*
fix raw display
VG
2014-11-28
1
-1
/
+2
|
*
Add automatic coloring of text with pygments
VG
2014-11-28
1
-0
/
+14
|
*
Add paste save and restore
VG
2014-11-28
1
-3
/
+23
|
*
add hash generation from content, and default page display
VG
2014-11-28
1
-0
/
+25