summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Support EXIF orientation in colorboxFlorian Pritz2-1/+3
2014-10-03Rework image manipulation classFlorian Pritz5-172/+297
2014-10-03Move thumbnail code to dedicated classFlorian Pritz3-176/+175
2014-10-03Add colorbox on thumnail pagesFlorian Pritz2-1/+3
2014-09-20thumbnails: Handle EXIF orientationFlorian Pritz1-0/+63
2014-09-20Improve handling of PHP errorsFlorian Pritz1-1/+4
2014-09-11Fix black background in thumbnails with transparencyFlorian Pritz1-0/+6
2014-08-30Improve migration error messageFlorian Pritz1-2/+2
2014-08-29Set title on code render pageFlorian Pritz1-0/+2
2014-08-29Document multipastes on the front pageFlorian Pritz1-0/+7
2014-08-29Fix code renders for cli clientsFlorian Pritz2-0/+2
2014-08-29add multipaste supportFlorian Pritz20-274/+888
2014-08-29Add multiple file input boxes on upload formFlorian Pritz1-1/+4
2014-08-29Simplify sorting of history tableFlorian Pritz1-3/+4
2014-08-29Display better errors for CLI requestsFlorian Pritz3-125/+15
2014-07-23Move migration code to CLI callable functionFlorian Pritz5-13/+69
2014-07-22update gentoo overlay URLFlorian Pritz1-1/+1
2014-07-11Reword invitation text on front pageFlorian Pritz1-1/+2
2014-06-06Merge remote-tracking branch 'remotes/upstream/2.2-stable' into workingFlorian Pritz2-1/+11
2014-04-17migration 12: remove dependencies on users table againFlorian Pritz1-9/+0
2014-04-15Use alter table to rename tablesFlorian Pritz1-2/+2
2014-04-15migration 12: Remove tablename, fix ordering problemFlorian Pritz1-6/+6
2014-04-12Add foreign keys to databaseFlorian Pritz3-2/+31
2014-03-02Clean up default config commentsFlorian Pritz2-21/+34
2014-02-27Added a .htaccess file to the application/cache folder for security-in-depths...Ender Teszla1-0/+1
2014-02-27Deleted useless .htaccess file, added missed index.html files.Ender Teszla2-1/+10
2014-02-23user/create_apikey: Use empty comment if unsetFlorian Pritz1-0/+1
2014-02-21Implement multiple access levels for api keysFlorian Pritz6-16/+71
2014-02-15Work around PHP 5.3 limitationFlorian Pritz1-3/+5
2014-01-24client: add gentoo overlayFlorian Pritz1-0/+1
2014-01-21Disable automatic code display for SVG filesFlorian Pritz1-1/+0
2014-01-10let GD itself determine what it can readFlorian Pritz1-14/+5
2013-11-09use cache_function() everywhereFlorian Pritz2-21/+16
2013-11-09cache file/thumbnail responsesFlorian Pritz1-5/+13
2013-11-09implement cache_function to easily cache return values of functionsFlorian Pritz1-0/+18
2013-10-31Fix alignment of date column in plain text viewFlorian Pritz1-1/+3
2013-10-22Remove unnecessary TODOFlorian Pritz1-1/+0
2013-10-22Update CSP header; change order to fix svg display in firefoxFlorian Pritz1-1/+1
2013-10-06Fix display error when redering markdownLukas Epple1-2/+4
2013-09-25Align the brand image correctlyMarkus Cisler1-1/+1
2013-09-25Remove chmod on uploaded filesFlorian Pritz1-2/+0
2013-09-25Remove whitespaces from upload form textareaPierre Schmitz1-4/+4
2013-09-25Change upload form layoutMarkus Cisler1-31/+45
2013-09-25Fix indentation on upload formMarkus Cisler1-13/+13
2013-09-25Make tables responsiveMarkus Cisler4-91/+99
2013-09-23Limit header nav width to content widthFlorian Pritz1-39/+39
2013-09-23Remove unneeded return statements after show_errorFlorian Pritz2-2/+0
2013-09-23Implement rangeDownload() as driver and provide sendfile implementations for ...Pierre Schmitz7-101/+222
2013-09-22Add some more file extension -> lexer mappingsFlorian Pritz1-0/+18
2013-09-22Move user_logged_in check to controller constructorFlorian Pritz6-13/+6