Age | Commit message (Expand) | Author | Files | Lines |
2016-06-05 | config: Clarify comment about password hashing settings | Florian Pritz | 1 | -1/+2 |
2016-06-05 | Fix redirect on login after registering new account | Florian Pritz | 3 | -1/+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 | Fix typo | Florian Pritz | 1 | -1/+1 |
2016-04-01 | Support rehashing of passwords not conforming to config | Florian Pritz | 2 | -0/+7 |
2016-04-01 | muser: Add set_password | Florian Pritz | 2 | -4/+8 |
2016-04-01 | Support changing password hashing settings | Florian Pritz | 2 | -1/+15 |
2016-03-29 | Catch potential password hashing errors | Florian Pritz | 1 | -1/+5 |
2016-03-29 | Increase size of password field in DB | Florian Pritz | 2 | -1/+28 |
2016-03-29 | Use PHP's password_hash function | Florian Pritz | 3 | -259/+2 |
2016-02-26 | Fix MYSQL error in migration 14/15 | Florian Pritz | 2 | -24/+16 |
2016-02-19 | view/user/profile: Fix typo | Florian Pritz | 1 | -1/+1 |
2016-01-24 | PHP7: Ignore Notice when getting mimetype0.9.10 | Florian Pritz | 1 | -0/+5 |
2015-12-14 | PasswordHash: Fix PHP7 compatability0.9.9 | Florian Pritz | 1 | -1/+1 |
2015-11-23 | l/Pygments: Fix exception for filenames ending with a dot | Florian Pritz | 2 | -1/+11 |
2015-11-02 | view/client: Hardcode URLs | Florian Pritz | 3 | -7/+4 |
2015-11-02 | l/Image/D/imagemagick: Allow output on stderr | Florian Pritz | 1 | -1/+1 |
2015-09-30 | Bring a/views/file_plaintext in line with a/v/file | Florian Pritz | 8 | -4/+30 |
2015-09-28 | Fix login redirect with multipate URL | Florian Pritz | 1 | -1/+1 |
2015-09-26 | f/cron: Fix missing field when deleting unowned uploads | Florian Pritz | 1 | -2/+3 |
2015-09-20 | Migration 16: Increase length of ci_session.ip_address for IPv6 | Florian Pritz | 2 | -1/+28 |
2015-09-20 | postgres: Add missing prefix to index creation | Florian Pritz | 7 | -11/+11 |
2015-09-20 | postgres: Adapt MySQL query for thumbnail history | Florian Pritz | 1 | -3/+3 |
2015-09-20 | postgres: Fix multiple queries using MySQL syntax | Florian Pritz | 2 | -11/+11 |
2015-09-20 | Implement migration 14 for postgres | Florian Pritz | 3 | -49/+101 |
2015-09-20 | Fix missing prefix in migration 7 | Florian Pritz | 1 | -1/+1 |
2015-09-20 | l/Image::type_supported: improve performance | Florian Pritz | 1 | -3/+10 |
2015-09-20 | API 2.1: Add thumbnail link to history | Florian Pritz | 4 | -4/+26 |
2015-09-14 | API 2.0: Remove private fields from file/history | Florian Pritz | 6 | -1/+620 |
2015-09-14 | API 1.4: Add more values to file/get_config | Florian Pritz | 3 | -2/+15 |
2015-08-18 | claim_id: Support multiple upload batches | Florian Pritz | 1 | -5/+13 |
2015-08-18 | Fix redirect URI when using multiple tabs | Florian Pritz | 4 | -21/+14 |
2015-08-10 | Increase thumbnail cache ttl | Florian Pritz | 2 | -1/+3 |
2015-08-09 | Improve performance of thumbnail history | Florian Pritz | 2 | -13/+17 |
2015-08-09 | Increase performance of thumbnail view | Florian Pritz | 1 | -1/+17 |
2015-08-04 | Add audio and video players to multipastes | Florian Pritz | 3 | -1/+24 |
2015-08-02 | Add PLS playlist support for multipastes | Florian Pritz | 2 | -0/+32 |
2015-07-18 | Display hash on file info page | Florian Pritz | 1 | -0/+4 |
2015-07-18 | Fix double path in exception handler | Florian Pritz | 1 | -1/+1 |
2015-07-10 | Make javascript baseUrl honor subdirs | Florian Pritz | 1 | -1/+1 |
2015-06-05 | Keep email reset keys after use | Florian Pritz | 1 | -2/+0 |
2015-06-05 | Allow users to change their email | Florian Pritz | 4 | -3/+135 |
2015-06-05 | Move public files to ./public_html | Florian Pritz | 4 | -6/+6 |
2015-06-04 | Refactor exception handling into dedicated class | Florian Pritz | 3 | -2/+156 |
2015-06-01 | Allow stderr for pygments | Florian Pritz | 1 | -1/+0 |
2015-05-31 | test: Add more \libraries\Image tests | Florian Pritz | 1 | -0/+30 |
2015-05-28 | JS: Use newest file time for cache buster0.9.2 | Florian Pritz | 1 | -2/+20 |
2015-05-28 | imagemagick: Use nested exception | Florian Pritz | 2 | -3/+3 |
2015-05-28 | Improve running of external commands | Florian Pritz | 4 | -27/+156 |