summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2010-12-07update to CI 1.7.3Florian Pritz99-101/+100
2010-12-07catch empty idFlorian Pritz1-1/+1
2010-12-07remove all ids if the file doesn't existFlorian Pritz1-5/+5
2010-12-07cosmetic changeFlorian Pritz1-1/+1
2010-12-07 will never be 'file' so don't checkFlorian Pritz1-1/+1
2010-12-07fix spelling mistakeFlorian Pritz3-4/+4
2010-12-07remove old files when viewing; catch non existent filesFlorian Pritz2-1/+24
2010-12-06add timeout to html pageFlorian Pritz2-2/+8
2010-11-24fix error in extension_aliases()Florian Pritz1-0/+1
2010-11-23add aliases for highlight extensionsFlorian Pritz1-0/+12
2010-11-07change indentaion to tabsFlorian Pritz4-720/+714
2010-11-02move client/shell stuff to an own page; cleanup upload_formFlorian Pritz4-30/+37
2010-10-24unify designFlorian Pritz3-3/+3
2010-10-24add slackware package linkFlorian Pritz2-1/+3
2010-10-24add .deb link and line for arch usersFlorian Pritz2-0/+4
2010-10-24client download location movedFlorian Pritz2-2/+6
2010-10-23remove double check of in file_mod->download()Florian Pritz1-5/+1
2010-10-19remove name attributeFlorian Pritz1-1/+1
2010-10-19fix XHTML errorsFlorian Pritz5-14/+21
2010-10-05fix .as filetypeFlorian Pritz1-1/+2
2010-09-22split css fileFlorian Pritz1-0/+1
2010-09-13clean up file_mod->random_id()Florian Pritz1-6/+2
2010-09-13cleanup file_mod->download()Florian Pritz1-51/+34
2010-09-13Add a lot of commentsFlorian Pritz2-1/+34
2010-09-122 filename2extension fixesFlorian Pritz1-1/+2
2010-09-12switch to geshi for highlightingFlorian Pritz164-14/+49816
2010-09-04skip show_url page for textFlorian Pritz2-4/+21
2010-09-03fix markdown highlightingFlorian Pritz1-1/+2
2010-08-23add support for special filenamesFlorian Pritz1-0/+11
2010-08-22save mimetype in DBFlorian Pritz1-5/+6
2010-08-21some mimetype=>extension fixesFlorian Pritz1-3/+3
2010-08-17fix error message when client is too oldFlorian Pritz1-1/+1
2010-08-16show correct link to latest clientFlorian Pritz2-4/+5
2010-08-16fix encoding issues; add codetagify option to pygmentizeFlorian Pritz1-1/+1
2010-08-16use pygmentize for txt tooFlorian Pritz1-23/+15
2010-08-15highlight makefilesFlorian Pritz1-1/+1
2010-08-14support unix sockets for memcacheFlorian Pritz1-1/+1
2010-08-14use memcacheFlorian Pritz3-3/+210
2010-08-14switch to pygments for highlightingFlorian Pritz1-1/+9
2010-07-26display maximum upload size on upload formFlorian Pritz2-1/+2
2010-07-26change filesize checking to > instead of >=Florian Pritz1-2/+2
2010-07-26add function to get max upload sizeFlorian Pritz1-0/+5
2010-07-19also generate QR codes for textFlorian Pritz1-1/+1
2010-07-19add support for QR code generationFlorian Pritz1-0/+5
2010-07-17add the currently used highlighting lang to the pageFlorian Pritz2-1/+7
2010-07-13print nice error instead of html for cli clientsFlorian Pritz1-0/+2
2010-07-13apply CI_1.7.2_201007_sec_patchFlorian Pritz1-69/+90
2010-07-11display minimum deletion size on upload_formFlorian Pritz3-2/+14
2010-07-11don't delete if max age is 0Florian Pritz2-0/+4
2010-07-11allow small files to be excluded from deletionFlorian Pritz2-4/+16