summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-13Change license to AGPLFlorian Pritz7-86/+73
2013-02-08c/file/claim_id(): Call _show_url() with an arrayFlorian Pritz1-1/+1
2013-02-08Add a viewport meta tag to control the layout on mobile browsersMarkus Cisler1-0/+1
2013-02-08Add some mimetypes and sort the listFlorian Pritz1-32/+41
2013-02-04Add files to add localized html header and cssFlorian Pritz1-0/+9
2013-02-04Handle text/x-diff MIME typeFlorian Pritz1-0/+1
2013-02-03Use php's fileinfo instead of perl to detect mimetypeFlorian Pritz4-41/+4
2013-02-03Abort execution if we hit any php error/warning/noticeFlorian Pritz1-1/+2
2013-02-03Suppress open_basedir warning for /dev/urandomFlorian Pritz1-1/+1
2013-02-02Add tex highlightingFlorian Pritz1-0/+1
2013-01-31Duser: small comment fixesFlorian Pritz1-3/+3
2013-01-30Remove userid from session upon logoutFlorian Pritz1-0/+1
2013-01-30Make authentication driver configureableFlorian Pritz2-2/+6
2013-01-30Modularize authentication systemFlorian Pritz4-37/+164
2013-01-25Refactor querying action tableFlorian Pritz2-21/+18
2013-01-24Use the alert-error class for some error message in views/userFlorian Pritz3-3/+3
2013-01-24m/user/username_exists: fix bug on empty/false argumentFlorian Pritz1-0/+4
2013-01-24Add password reset function/pages/linksFlorian Pritz7-0/+171
2013-01-24Repurpose invitations table to actionsFlorian Pritz4-14/+54
2013-01-23Reverse sort order on upload_historyFlorian Pritz1-1/+3
2013-01-17Support multiple uploads in the same requestFlorian Pritz7-83/+155
2013-01-17Reduce font size on error pageFlorian Pritz1-0/+4
2013-01-17Fix js TypeError on pages != upload_formFlorian Pritz1-1/+1
2013-01-09Fix some indentation issuesFlorian Pritz4-8/+8
2013-01-09Fix copyright informationFlorian Pritz4-2/+16
2012-12-16c/user: register() prevent DB error if username is non-asciiFlorian Pritz1-4/+4
2012-12-06Extend INSTALL fileFlorian Pritz1-1/+22
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 Pritz2-0/+13
2012-10-27remove unused iconFlorian Pritz2-73/+0
2012-10-27Set font in textarea on upload_form to monospacedFlorian Pritz1-1/+1
2012-10-26fix handling of special chars in lexer namesFlorian Pritz1-1/+5
2012-10-26fix missing htmlspecialchars in html_header.phpFlorian Pritz1-1/+1
2012-10-25Increase width of paste containerFlorian Pritz2-2/+11
2012-10-23Prevent date wrapping on history pageFlorian Pritz2-1/+5
2012-10-23Use better monospace fontsFlorian Pritz1-0/+4
2012-10-22Don't send a cli client unwanted HTML codeFlorian Pritz4-3/+16
2012-10-22retab css; remove unused css classFlorian Pritz1-76/+72
2012-10-22Fix aligment if last line of paste is emptyFlorian Pritz1-0/+3
2012-10-22Merge upload_form.js into script.jsFlorian Pritz3-17/+15
2012-10-22Remove old css filesFlorian Pritz3-342/+0
2012-10-22ID/info: add missing htmlspecialchars()Florian Pritz1-1/+1
2012-10-22switch design to bootstrap; minor fixes along the wayFlorian Pritz43-248/+1034
2012-10-16Fall back to plain text if lexer is unknown/brokenFlorian Pritz3-15/+52
2012-10-10Accept authentication via post parametersFlorian Pritz1-5/+18
2012-10-09Rename $mode to $lexerFlorian Pritz2-42/+42
2012-10-08Merge tag '2.1.3'Florian Pritz11-117/+106
2012-10-08Really fix #1715Andrey Andreev1-1/+1