Age | Commit message (Expand) | Author | Files | Lines |
2015-01-16 | Fix error in file/upload_history | Florian Pritz | 1 | -1/+1 |
2015-01-16 | Improve history api for multipastes | Florian Pritz | 2 | -11/+37 |
2015-01-16 | add missing files | Florian Pritz | 2 | -0/+88 |
2015-01-16 | misc | Florian Pritz | 4 | -93/+27 |
2015-01-16 | first go at reworking; needs to be redesigned | Florian Pritz | 7 | -76/+285 |
2015-01-03 | Lazyload thumbnails | Florian Pritz | 1 | -1/+2 |
2015-01-03 | Ignore exif_read_data warnings/errors | Florian Pritz | 1 | -1/+1 |
2014-12-06 | libraries\Image::get_exif: Fix undefined index error | Florian Pritz | 1 | -1/+1 |
2014-12-06 | add opensuse client repo | Florian Pritz | 1 | -1/+2 |
2014-11-08 | Fix handling of images with XMP instead of EXIF data | Florian Pritz | 1 | -13/+19 |
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 | Ignore special dir in clean_stale_files | Florian Pritz | 1 | -1/+1 |
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 | 5 | -0/+254 |
2014-10-29 | Simplify creation of initial user | Florian Pritz | 1 | -0/+67 |
2014-10-29 | Make email sender configurable | Florian Pritz | 2 | -8/+4 |
2014-10-19 | Merge postgresql support | Florian Pritz | 19 | -366/+599 |
2014-10-19 | Clean up the postgres changes | Florian Pritz | 6 | -23/+21 |
2014-10-15 | add file/do_multipaste to CSRF exception list | Florian Pritz | 1 | -0/+1 |
2014-10-10 | Merge remote-tracking branch 'rafi/master' into rafi | Florian Pritz | 19 | -366/+601 |
2014-10-03 | Support EXIF orientation in colorbox | Florian Pritz | 2 | -1/+3 |
2014-10-03 | Rework image manipulation class | Florian Pritz | 5 | -172/+297 |
2014-10-03 | Move thumbnail code to dedicated class | Florian Pritz | 3 | -176/+175 |
2014-10-03 | Add colorbox on thumnail pages | Florian Pritz | 2 | -1/+3 |
2014-09-28 | Merge branch 'pgsql_controllers' | Rafael Bodill | 3 | -39/+35 |
2014-09-28 | file/cron: Protecting identifiers | Rafael Bodill | 1 | -1/+2 |
2014-09-20 | thumbnails: Handle EXIF orientation | Florian Pritz | 1 | -0/+63 |
2014-09-20 | Improve handling of PHP errors | Florian Pritz | 1 | -1/+4 |
2014-09-19 | Fixing multipaste delete queries | Rafael Bodill | 2 | -38/+33 |
2014-09-19 | Merge branch 'pgsql_controllers' | Rafael Bodill | 6 | -196/+210 |
2014-09-19 | Fix user/register mistaken query handling | Rafael Bodill | 1 | -1/+1 |
2014-09-19 | Optimizing multipaste tables | Rafael Bodill | 1 | -17/+7 |
2014-09-19 | WIP: Cascading delete | Rafael Bodill | 2 | -20/+40 |
2014-09-19 | where_in for in array queries a proper count usage | Rafael Bodill | 2 | -4/+4 |
2014-09-19 | Fix timestamp adjusting for a list of arrays | Rafael Bodill | 1 | -2/+6 |
2014-09-19 | apikeys.created should be timestamp with default now() | Rafael Bodill | 1 | -1/+1 |
2014-09-19 | Correct unsupported open/close where query statements | Rafael Bodill | 1 | -3/+1 |
2014-09-19 | No column based encoding. Reverting dbforge migration | Rafael Bodill | 1 | -15/+31 |
2014-09-19 | File controller uses query builder, except 2 queries | Rafael Bodill | 1 | -32/+36 |
2014-09-18 | Integrating query builder in models | Rafael Bodill | 2 | -51/+42 |
2014-09-18 | User controller queries built dynamically | Rafael Bodill | 1 | -74/+72 |
2014-09-18 | Correcting bracket style for 'if' | Rafael Bodill | 13 | -95/+56 |
2014-09-18 | Query builder in user login and controller | Rafael Bodill | 2 | -20/+19 |
2014-09-18 | Migrations support for PostgreSQL | Rafael Bodill | 13 | -168/+426 |
2014-09-11 | Fix black background in thumbnails with transparency | Florian Pritz | 1 | -0/+6 |
2014-08-30 | Improve migration error message | Florian Pritz | 1 | -2/+2 |
2014-08-29 | Set title on code render page | Florian Pritz | 1 | -0/+2 |