summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
2013-08-15Switch to CI's caching classFlorian Pritz7-218/+31
2013-08-14Use python-ansi2html instead of cpan moduleFlorian Pritz1-14/+8
2013-08-13Coding style fixesFlorian Pritz2-8/+7
2013-08-13remove caching code from historyFlorian Pritz1-61/+52
2013-08-12apikeys: allow any chars in commentFlorian Pritz2-4/+3
2013-08-11Allow more chars in apikey commentFlorian Pritz1-2/+2
2013-08-11Document API keys on client pageFlorian Pritz1-0/+8
2013-08-11Remove api keys dependency on usernameFlorian Pritz4-8/+11
2013-08-11Add API keys link to navFlorian Pritz1-0/+1
2013-08-11Add API key supportFlorian Pritz8-16/+191
2013-08-09Add logo to headerFlorian Pritz1-1/+8
2013-08-09Add delete support to thumbnail historyFlorian Pritz1-2/+11
2013-08-08Add delete button to info popup on paste pageFlorian Pritz1-0/+4
2013-08-07Add favicon supportFlorian Pritz1-1/+5
2013-08-05Invert sorting order on thumbnail historyFlorian Pritz1-1/+1
2013-08-05Add history page with thumbnails of imagesFlorian Pritz5-0/+212
2013-08-02Add os x install instructions for clientFlorian Pritz1-2/+6
2013-07-19Alternate message for a delete-timeout of 0 (never delete)Thore Bödecker1-3/+7
2013-07-18Add json support to upload_historyFlorian Pritz2-0/+11
2013-07-18file/download: output html directly, don't use output classFlorian Pritz1-3/+6
2013-07-18Fix missing conversion of timestamps on plaintext upload_historyFlorian Pritz1-1/+1
2013-07-16Decrease size of footerFlorian Pritz1-3/+1
2013-07-16Fix handling of upload_max_age = 0Florian Pritz2-0/+4
2013-07-15header: move #navbar-height below navFlorian Pritz1-1/+1
2013-07-15Add footer; move contact info to footerFlorian Pritz6-6/+32
2013-07-15Rework auto login for cli clientsFlorian Pritz2-32/+51
2013-07-15user/test_login: Allow clients to test login credentialsFlorian Pritz2-0/+13
2013-07-14get_upload_id_limits(): return proper default valuesFlorian Pritz1-1/+1
2013-07-14Add sucess alert when saving profileFlorian Pritz3-4/+23
2013-07-14profile: reword save buttonFlorian Pritz1-1/+1
2013-07-14reset_password_form: fix wrong button textFlorian Pritz1-1/+1
2013-07-14Improve help text for upload id limitsFlorian Pritz1-1/+1
2013-07-13Switch to bootstrap div form code instead of tablesFlorian Pritz6-69/+109
2013-07-13profile view: mark update button as primary buttonFlorian Pritz1-1/+1
2013-07-13Add profile and change password links to navFlorian Pritz3-4/+21
2013-07-13Add profile page to allow changing the upload id limitsFlorian Pritz6-3/+187
2013-07-13duser: add get_email()Florian Pritz3-1/+35
2013-07-12c/file: clarify commentFlorian Pritz1-1/+1
2013-07-12Add standard name for CSP headerFlorian Pritz1-1/+1
2013-07-07Add .coffee extension mappingFlorian Pritz1-0/+1
2013-06-27mfile: Add some more ocaml extension mappingsFlorian Pritz1-0/+3
2013-06-23c/file: remove unused variableFlorian Pritz1-1/+0
2013-06-23duser: add ldap driver to valid_driversFlorian Pritz1-1/+1
2013-06-23c/file: improve upload error handlingFlorian Pritz1-8/+16
2013-06-22mfile: extension -> lexer mapping; mark some functions publicFlorian Pritz1-4/+20
2013-06-09update jquery and jquery.ui to 2.0.2 and 1.10.3Florian Pritz2-3/+3
2013-06-09update to bootstrap 2.3.2Florian Pritz2-3/+2
2013-06-09implement repasting (fills textarea with ID's content)Florian Pritz3-1/+17
2013-06-08mfile/new_id(): rewrite as loop and make min/max parametersFlorian Pritz1-6/+12
2013-06-02c/file/do_upload: fix fallback if base64_decode failsFlorian Pritz1-1/+3