Age | Commit message (Expand) | Author | Files | Lines |
2016-09-19 | Move file controller into subdir | Florian Pritz | 2 | -4/+4 |
2016-09-19 | Update jQuery UI and include sortable | Florian Pritz | 1 | -1/+1 |
2016-08-26 | Improve wording and code layout on start page | Florian Pritz | 1 | -5/+24 |
2016-08-25 | Move client documentation to fron page | Florian Pritz | 4 | -47/+27 |
2016-08-25 | Increase readability of HTML code | Florian Pritz | 1 | -0/+3 |
2016-08-25 | Document special filenames | Florian Pritz | 1 | -0/+5 |
2016-08-25 | Switch client git repo link to HTTPS | Florian Pritz | 2 | -2/+2 |
2016-08-25 | Drop links to outdated clients | Florian Pritz | 1 | -7/+0 |
2016-08-25 | Remove documentation for deprecated API | Florian Pritz | 2 | -37/+0 |
2016-08-23 | Only show account deletion link if supported | Florian Pritz | 1 | -0/+2 |
2016-08-21 | Display deprecation warning for files uploaded via plain text API | Florian Pritz | 2 | -0/+8 |
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 | Allow users to delete their accounts | Florian Pritz | 4 | -0/+102 |
2016-08-21 | muser: Add delete_user() | Florian Pritz | 5 | -0/+136 |
2016-08-21 | mfile->add_file: Take userid via argument | Florian Pritz | 5 | -15/+19 |
2016-08-20 | Migration 18: Allow user info to be nulled | Florian Pritz | 2 | -1/+32 |
2016-08-20 | Duser: Add function to test if login credentials are valid | Florian Pritz | 1 | -0/+11 |
2016-08-20 | tests: Use one webserver per testcase | Florian Pritz | 4 | -11/+54 |
2016-08-20 | Test \libraries\Output_cache | Florian Pritz | 2 | -0/+87 |
2016-08-20 | Decouple output_cache from CI for easier testing | Florian Pritz | 2 | -15/+17 |
2016-08-20 | service\storage->gzip_compress: Remove incorrectly documented parameter | Florian Pritz | 1 | -1/+0 |
2016-08-20 | Test \services\storage | Florian Pritz | 1 | -0/+172 |
2016-08-20 | Test \libraries\Image some more | Florian Pritz | 1 | -0/+15 |
2016-08-20 | l/Image/Driver/GD: Drop unused get_exif_orientation() | Florian Pritz | 1 | -9/+0 |
2016-08-17 | pygments: Add .yml extension | Florian Pritz | 1 | -0/+1 |
2016-08-12 | pygments: Add .haml extension | Florian Pritz | 1 | -0/+1 |
2016-08-02 | Test filebin_helper | Florian Pritz | 1 | -0/+70 |
2016-08-01 | Test \libraries\Pygments | Florian Pritz | 1 | -0/+16 |
2016-08-01 | Test \libraries\Exif | Florian Pritz | 1 | -0/+48 |
2016-08-01 | Test \libraries\Image::get_exif_orientation | Florian Pritz | 1 | -0/+15 |
2016-08-01 | Create Clover coverage report | Florian Pritz | 1 | -3/+3 |
2016-07-31 | Test \libraries\Tempfile | Florian Pritz | 1 | -0/+46 |
2016-07-31 | Test \libraries\ProcRunner | Florian Pritz | 1 | -0/+118 |
2016-07-31 | Silence some untestable coverage warnings in the test cases | Florian Pritz | 2 | -0/+6 |
2016-07-31 | Add code coverage output | Florian Pritz | 2 | -0/+24 |
2016-07-30 | Fix dbprefix in database example config | Florian Pritz | 1 | -1/+1 |
2016-07-29 | Return 403 instead of 401 for missing authentication | Florian Pritz | 2 | -2/+2 |
2016-07-21 | history: Disable lazy loading for the first 42 thumbnails | Florian Pritz | 1 | -4/+14 |
2016-07-21 | Add special *.asciinema.json filename0.9.18 | Florian Pritz | 2 | -0/+14 |
2016-07-14 | Tests: Test muser username/email verification | Florian Pritz | 1 | -0/+56 |
2016-07-14 | Tests: Use muser->add_user to create test users | Florian Pritz | 2 | -22/+12 |
2016-07-14 | muser: Add add_user function | Florian Pritz | 2 | -14/+25 |
2016-07-14 | controller/user: Use our function for email verifcation | Florian Pritz | 1 | -2/+1 |
2016-07-14 | Move username/email validation functions to muser | Florian Pritz | 2 | -29/+29 |
2016-07-14 | Fix incorrect username validation0.9.17 | Florian Pritz | 1 | -1/+1 |
2016-07-13 | Fix missing empty lines in chromium when copying code | Florian Pritz | 1 | -2/+6 |
2016-07-13 | Fix double linebreaks when copying code in firefox | Florian Pritz | 1 | -3/+3 |
2016-07-13 | Improve insufficient permisions error message | Florian Pritz | 3 | -3/+11 |
2016-07-13 | Add site URL to authentication error | Florian Pritz | 3 | -3/+3 |