summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
2012-11-09file/client: Add information about fb's config fileFlorian Pritz1-5/+3
2012-11-09Rework file/client pageFlorian Pritz2-13/+38
2012-10-31Fix "invite" link on upload_formFlorian Pritz1-1/+1
2012-10-29Add button to wrap long lines in code viewFlorian Pritz1-0/+1
2012-10-26fix missing htmlspecialchars in html_header.phpFlorian Pritz1-1/+1
2012-10-25Increase width of paste containerFlorian Pritz1-2/+2
2012-10-23Prevent date wrapping on history pageFlorian Pritz1-1/+1
2012-10-22Don't send a cli client unwanted HTML codeFlorian Pritz4-3/+16
2012-10-22Merge upload_form.js into script.jsFlorian Pritz1-1/+0
2012-10-22ID/info: add missing htmlspecialchars()Florian Pritz1-1/+1
2012-10-22switch design to bootstrap; minor fixes along the wayFlorian Pritz17-246/+360
2012-10-16Fall back to plain text if lexer is unknown/brokenFlorian Pritz2-15/+46
2012-10-10Accept authentication via post parametersFlorian Pritz1-5/+18
2012-10-09Rename $mode to $lexerFlorian Pritz2-42/+42
2012-10-07c/file/download: display an error if highlighting failsFlorian Pritz1-5/+9
2012-10-07c/file/download: remove useless return statementFlorian Pritz1-2/+0
2012-10-07c/file/download: stop working around CI's output classFlorian Pritz1-3/+4
2012-09-26c/file/_download: urldecode mode to fix lexers with spacesFlorian Pritz1-1/+1
2012-09-23error_general: Prevent endless loopFlorian Pritz1-2/+2
2012-09-11file/cron: always remove stale filesFlorian Pritz2-0/+8
2012-09-10Let pygments guess input encodingFlorian Pritz1-1/+1
2012-09-09m/file: add text/x-tcl to autodetectionFlorian Pritz1-0/+1
2012-08-31Fix missing require_session callFlorian Pritz1-0/+1
2012-08-28Only create new sessions when the are really neededFlorian Pritz2-3/+39
2012-08-28Move most config files back to app/config/Florian Pritz16-2/+21
2012-08-16Add help message when running file controller via CLIFlorian Pritz1-0/+12
2012-08-16html_header: fix indentationFlorian Pritz1-19/+19
2012-08-16Add Content-Type meta tagFlorian Pritz1-0/+1
2012-08-16remove 'class="no"' from highlit htmlFlorian Pritz1-1/+1
2012-08-16switch to pygmentsFlorian Pritz212-60519/+7
2012-08-09rename file_mod to mfileFlorian Pritz2-33/+33
2012-07-26fix typo in migration "add username index"Florian Pritz1-1/+1
2012-07-24Don't call undefined functions on error pageFlorian Pritz1-11/+84
2012-07-22display header on client page when using browserFlorian Pritz1-2/+2
2012-07-22fix call to _non_existent() typosFlorian Pritz1-2/+2
2012-07-12Add cron function for user controllerFlorian Pritz2-0/+15
2012-07-12Improve design of general error pageFlorian Pritz2-61/+22
2012-07-12c/user: improve error messagesFlorian Pritz1-6/+2
2012-07-12u/register: improve error message for invalid usernameFlorian Pritz1-1/+1
2012-07-12Explicitly select fields in db queriesFlorian Pritz2-2/+2
2012-07-12Store userid in sessionFlorian Pritz1-6/+2
2012-07-12Display nice error message if username exists alreadyFlorian Pritz2-0/+19
2012-07-12Add unique index for users.usernameFlorian Pritz2-1/+22
2012-07-07Display total size uploaded by user on history pageFlorian Pritz3-0/+15
2012-07-02Only send a Content-Range header when we output a rangeFlorian Pritz1-2/+2
2012-06-22format_bytes(): fix bug if size=0Florian Pritz1-5/+18
2012-06-13Merge tag '2.1.1'Florian Pritz1-2/+2
2012-06-12fix missing negation in deleteFlorian Pritz1-1/+1
2012-06-09detect new curl user agentFlorian Pritz1-1/+1
2012-05-17Move some functions from file_mod to file controllerFlorian Pritz3-212/+210