Age | Commit message (Expand) | Author | Files | Lines |
2013-09-22 | Add debugging support for email | Florian Pritz | 1 | -0/+7 |
2013-09-22 | duser_db: Remove case sensitive username check | Florian Pritz | 1 | -5/+1 |
2013-09-22 | duser_fluxbb: Replace like with equals | Florian Pritz | 1 | -2/+2 |
2013-09-22 | Merge tag '2.1.4' | Florian Pritz | 5 | -11/+10 |
2013-09-22 | Use InnoDB for the files table | Pierre Schmitz | 2 | -1/+17 |
2013-09-22 | Add FluxBB authentication driver | Pierre Schmitz | 3 | -1/+59 |
2013-09-16 | Remove executable bits | Florian Pritz | 150 | -0/+0 |
2013-09-16 | Duser: Rework optional functions | Florian Pritz | 3 | -12/+5 |
2013-09-16 | Duser: Add some comments | Florian Pritz | 2 | -0/+14 |
2013-09-16 | Duser_Driver/username_exists: return null if not implemented | Florian Pritz | 1 | -1/+1 |
2013-09-15 | Add default get_email to Duser_Driver | Florian Pritz | 2 | -6/+4 |
2013-09-10 | Add file/get_max_size to csrf whitelist | Florian Pritz | 1 | -0/+1 |
2013-09-08 | user/create_apikey: Add JSON support | Florian Pritz | 1 | -0/+5 |
2013-09-05 | Disable CSRF for cli clients on user/create_apikey | Florian Pritz | 1 | -0/+1 |
2013-09-05 | Update jquery to 2.0.3 | Florian Pritz | 5 | -7/+8837 |
2013-09-04 | Fix off-by-one error in random_alphanum() | Florian Pritz | 1 | -1/+1 |
2013-09-04 | Remove left over var_dump() | Florian Pritz | 1 | -2/+0 |
2013-09-04 | Remove unneeded "as" in sql query | Florian Pritz | 1 | -1/+1 |
2013-09-04 | Add support for enabling the profiler | Florian Pritz | 2 | -0/+7 |
2013-09-04 | Replace is_cli_client() with stateful_client where applicable | Florian Pritz | 3 | -7/+5 |
2013-09-04 | Only store session information for stateful clients | Florian Pritz | 2 | -0/+53 |
2013-09-04 | Generalize request_type() to static_storage() | Florian Pritz | 5 | -13/+17 |
2013-09-04 | Set login session data in one go | Florian Pritz | 2 | -8/+12 |
2013-09-04 | Only renew uri flashdata when needed. | Florian Pritz | 1 | -1/+1 |
2013-09-03 | Merge branch 'working' | Florian Pritz | 19 | -821/+190 |
2013-09-02 | Autofocus username text box on upload_form | Tillmann Karras | 1 | -1/+1 |
2013-09-02 | Disable CSRF checks for CLI requests | Florian Pritz | 1 | -1/+1 |
2013-09-02 | Add GET parameter for json output | Florian Pritz | 1 | -0/+6 |
2013-09-02 | mfile/delete_id: Remove require_access call | Florian Pritz | 1 | -1/+0 |
2013-09-02 | claim_id: Fix error when called directly without last_upload data | Florian Pritz | 1 | -0/+7 |
2013-09-02 | Replace echo with show_error; misc cleanup | Florian Pritz | 1 | -9/+8 |
2013-09-02 | Add CSRF protection | Florian Pritz | 4 | -5/+51 |
2013-09-02 | Provide json output for api functions | Florian Pritz | 10 | -51/+84 |
2013-09-02 | muser: always verify api credentials; improve error messages | Florian Pritz | 1 | -17/+18 |
2013-09-02 | Allow to override config_item() options; add modification comments | Florian Pritz | 2 | -1/+15 |
2013-09-02 | user_logged_in(): always load muser | Florian Pritz | 1 | -0/+1 |
2013-09-02 | remove left over security library | Florian Pritz | 1 | -737/+0 |
2013-09-02 | Display domain of email address when resetting password | Florian Pritz | 2 | -2/+3 |
2013-08-26 | add readme | Florian Pritz | 1 | -0/+3 |
2013-08-22 | Remove empty line after ansi2html | Florian Pritz | 1 | -4/+8 |
2013-08-22 | Deduplicate initialisation code in controllers | Florian Pritz | 3 | -34/+40 |
2013-08-22 | Only determine latest client version when needed | Florian Pritz | 1 | -6/+3 |
2013-08-22 | Add comment about ID blacklist | Florian Pritz | 1 | -0/+2 |
2013-08-22 | Validate IDs when generating thumbnail history | Florian Pritz | 1 | -0/+5 |
2013-08-17 | add NEWS file to track important changes | Florian Pritz | 1 | -0/+4 |
2013-08-15 | INSTALL: perl is no longer needed for a dev install | Florian Pritz | 1 | -1/+0 |
2013-08-15 | Switch to CI's caching class | Florian Pritz | 9 | -224/+31 |
2013-08-14 | Use python-ansi2html instead of cpan module | Florian Pritz | 4 | -35/+518 |
2013-08-13 | Coding style fixes | Florian Pritz | 2 | -8/+7 |
2013-08-13 | remove caching code from history | Florian Pritz | 1 | -61/+52 |