Age | Commit message (Expand) | Author | Files | Lines |
2017-04-18 | Use === for some equality checks | Florian Pritz | 1 | -2/+2 |
2016-11-05 | muser: Rename login_cli_client to login_api_client | Florian Pritz | 1 | -10/+10 |
2016-11-05 | Disable cli client login function | Florian Pritz | 1 | -3/+4 |
2016-11-01 | mmultipaste->delete_id: Fix inverted return value | Florian Pritz | 1 | -1/+1 |
2016-08-21 | Remove unecessary whitespace | Florian Pritz | 1 | -1/+1 |
2016-08-21 | Improve coding style for return statements that only check one condition | Florian Pritz | 2 | -20/+4 |
2016-08-21 | muser: Add delete_user() | Florian Pritz | 3 | -0/+78 |
2016-08-21 | mfile->add_file: Take userid via argument | Florian Pritz | 1 | -3/+1 |
2016-07-14 | muser: Add add_user function | Florian Pritz | 1 | -0/+23 |
2016-07-14 | Move username/email validation functions to muser | Florian Pritz | 1 | -0/+25 |
2016-07-13 | Improve insufficient permisions error message | Florian Pritz | 1 | -1/+1 |
2016-07-13 | Add site URL to authentication error | Florian Pritz | 1 | -1/+1 |
2016-07-13 | muser: Improve invalid action key error message | Florian Pritz | 1 | -1/+1 |
2016-07-13 | Fix typo | Florian Pritz | 1 | -1/+1 |
2016-06-07 | mmultipaste->valid_id: Detect empty multipastes as invalid | Florian Pritz | 1 | -0/+4 |
2016-05-24 | mfile/valid_id: Remove duplicate code | Florian Pritz | 1 | -1/+1 |
2016-05-24 | Fix TypeError when getting thumbnail for invalid ID | Florian Pritz | 1 | -0/+5 |
2016-04-01 | Support rehashing of passwords not conforming to config | Florian Pritz | 1 | -0/+6 |
2016-04-01 | muser: Add set_password | Florian Pritz | 1 | -0/+7 |
2016-04-01 | Support changing password hashing settings | Florian Pritz | 1 | -1/+6 |
2016-03-29 | Catch potential password hashing errors | Florian Pritz | 1 | -1/+5 |
2016-03-29 | Use PHP's password_hash function | Florian Pritz | 1 | -5/+1 |
2015-09-20 | postgres: Fix multiple queries using MySQL syntax | Florian Pritz | 1 | -6/+6 |
2015-08-18 | Fix redirect URI when using multiple tabs | Florian Pritz | 1 | -12/+0 |
2015-08-10 | Increase thumbnail cache ttl | Florian Pritz | 1 | -0/+1 |
2015-08-09 | Improve performance of thumbnail history | Florian Pritz | 1 | -12/+16 |
2015-05-21 | Support multiple files with the same hash | Florian Pritz | 1 | -45/+38 |
2015-04-08 | Cache filedata | Florian Pritz | 1 | -12/+15 |
2015-04-01 | Refactor lexer code into dedicated class | Florian Pritz | 1 | -183/+0 |
2015-03-21 | Highlight application/postscript | Florian Pritz | 1 | -0/+1 |
2015-03-19 | Make user/get_action/invalid-action exception public | Florian Pritz | 1 | -1/+1 |
2015-03-16 | Map .pp files to puppet lexer | Florian Pritz | 1 | -0/+1 |
2015-03-08 | Unify file/cron and mfile->valid_id | Florian Pritz | 1 | -25/+18 |
2015-03-02 | Add imagemagick support | Florian Pritz | 1 | -9/+1 |
2015-02-19 | Add claiming of multipastes | Florian Pritz | 2 | -0/+13 |
2015-02-06 | fixup! Support database table prefixes | Florian Pritz | 1 | -8/+8 |
2015-02-05 | fixup! Support database table prefixes | Florian Pritz | 1 | -6/+6 |
2015-02-03 | Use exceptions instead of show_error | Florian Pritz | 3 | -5/+5 |
2015-02-03 | use function instead of variable | Florian Pritz | 1 | -2/+2 |
2015-02-03 | generalize authentication handling | Florian Pritz | 1 | -12/+10 |
2014-11-08 | mfile->delete_id: Forgive if a dir doesn't exist | Florian Pritz | 1 | -2/+4 |
2014-11-03 | mfile->delete_id: Check for file before trying to unlink | Florian Pritz | 1 | -1/+3 |
2014-11-03 | Simplify mfile->delete_hash | Florian Pritz | 1 | -31/+3 |
2014-11-03 | Properly delete multipastes when deleting a single paste | Florian Pritz | 1 | -4/+4 |
2014-11-03 | Fix deletion of multipaste tarball when deleting a multipaste | Florian Pritz | 1 | -1/+1 |
2014-11-02 | Add tarball support to multipastes | Florian Pritz | 1 | -0/+9 |
2014-10-19 | Clean up the postgres changes | Florian Pritz | 1 | -6/+10 |
2014-10-10 | Merge remote-tracking branch 'rafi/master' into rafi | Florian Pritz | 3 | -71/+77 |
2014-10-03 | Move thumbnail code to dedicated class | Florian Pritz | 1 | -172/+0 |
2014-09-20 | thumbnails: Handle EXIF orientation | Florian Pritz | 1 | -0/+63 |