summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Autofocus username text box on upload_formTillmann Karras1-1/+1
2013-09-02Disable CSRF checks for CLI requestsFlorian Pritz1-1/+1
2013-09-02Add GET parameter for json outputFlorian Pritz1-0/+6
2013-09-02mfile/delete_id: Remove require_access callFlorian Pritz1-1/+0
2013-09-02claim_id: Fix error when called directly without last_upload dataFlorian Pritz1-0/+7
2013-09-02Replace echo with show_error; misc cleanupFlorian Pritz1-9/+8
2013-09-02Add CSRF protectionFlorian Pritz4-5/+51
2013-09-02Provide json output for api functionsFlorian Pritz10-51/+84
2013-09-02muser: always verify api credentials; improve error messagesFlorian Pritz1-17/+18
2013-09-02Allow to override config_item() options; add modification commentsFlorian Pritz2-1/+15
2013-09-02user_logged_in(): always load muserFlorian Pritz1-0/+1
2013-09-02remove left over security libraryFlorian Pritz1-737/+0
2013-09-02Display domain of email address when resetting passwordFlorian Pritz2-2/+3
2013-08-26add readmeFlorian Pritz1-0/+3
2013-08-22Remove empty line after ansi2htmlFlorian Pritz1-4/+8
2013-08-22Deduplicate initialisation code in controllersFlorian Pritz3-34/+40
2013-08-22Only determine latest client version when neededFlorian Pritz1-6/+3
2013-08-22Add comment about ID blacklistFlorian Pritz1-0/+2
2013-08-22Validate IDs when generating thumbnail historyFlorian Pritz1-0/+5
2013-08-17add NEWS file to track important changesFlorian Pritz1-0/+4
2013-08-15INSTALL: perl is no longer needed for a dev installFlorian Pritz1-1/+0
2013-08-15Switch to CI's caching classFlorian Pritz9-224/+31
2013-08-14Use python-ansi2html instead of cpan moduleFlorian Pritz4-35/+518
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-11Merge branch 'working-split/api-keys' into workingFlorian Pritz13-19/+206
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-11data/local: add missing examples and gitignoreFlorian Pritz3-0/+3
2013-08-09Add logo to headerFlorian Pritz1-1/+8
2013-08-09Add delete support to thumbnail historyFlorian Pritz3-2/+54
2013-08-08Add delete button to info popup on paste pageFlorian Pritz1-0/+4
2013-08-07Add favicon supportFlorian Pritz3-1/+6
2013-08-05Invert sorting order on thumbnail historyFlorian Pritz1-1/+1
2013-08-05Add history page with thumbnails of imagesFlorian Pritz7-0/+249
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 Pritz2-7/+13
2013-07-16Fix handling of upload_max_age = 0Florian Pritz2-0/+4
2013-07-15Fix typo in exampleFlorian Pritz1-1/+1
2013-07-15data/local/examples: fix .gitignoreFlorian Pritz2-1/+5
2013-07-15header.inc example: Clarify include positionFlorian Pritz1-1/+1
2013-07-15header: move #navbar-height below navFlorian Pritz1-1/+1