Age | Commit message (Expand) | Author | Files | Lines |
2017-09-21 | Remove usage of deprecated is_cli_request() | Florian Pritz | 1 | -3/+3 |
2017-09-21 | Fix return checks for CI3 | Florian Pritz | 1 | -2/+2 |
2017-09-18 | Migrate return code checks for CI3 | Florian Pritz | 1 | -1/+1 |
2017-09-09 | Merge tag '3.1.5' into dev-ci3 | Florian Pritz | 1 | -1/+2 |
2017-05-15 | Fix error handling in MY_Input->post_array() | Florian Pritz | 1 | -1/+7 |
2017-05-12 | Catch incorrect POST parameters (array vs string) | Florian Pritz | 1 | -0/+34 |
2016-11-05 | MY_Controller: Extract CSRF code into method | Florian Pritz | 1 | -28/+37 |
2016-11-05 | c/MY_Controller: Extract CSRF protection code into method | Florian Pritz | 1 | -5/+9 |
2016-11-05 | c/MY_Controller: Extract database migration code into method | Florian Pritz | 1 | -14/+20 |
2016-11-05 | Add do_websumit to CSRF exception list | Florian Pritz | 1 | -0/+1 |
2016-11-05 | Remove cli client upload handler | Florian Pritz | 1 | -2/+0 |
2016-11-05 | Remove cli client CSRF whitelist | Florian Pritz | 1 | -12/+0 |
2016-11-05 | Rename is_cli_client to is_api_client | Florian Pritz | 1 | -3/+3 |
2016-11-01 | Only check for multipaste queue when session is avaiable | Florian Pritz | 1 | -1/+3 |
2016-11-01 | Add multipaste queue button to navigation | Florian Pritz | 1 | -0/+1 |
2016-10-31 | Disable special handling of {elapsed_time} and {memory_usage} | Florian Pritz | 1 | -0/+16 |
2016-07-13 | Throw public exception when accessing CLI only functions | Florian Pritz | 1 | -0/+7 |
2016-06-05 | Fix redirect on login after registering new account | Florian Pritz | 1 | -0/+1 |
2015-05-22 | Forbid cli requests until database is updated | Florian Pritz | 1 | -1/+1 |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 1 | -1/+2 |
2015-02-03 | Use exceptions instead of show_error | Florian Pritz | 1 | -3/+4 |
2015-02-03 | Remove unstable json api | Florian Pritz | 1 | -27/+2 |
2015-02-03 | implement api/user/create_apikey | Florian Pritz | 1 | -1/+7 |
2015-01-16 | misc | Florian Pritz | 1 | -1/+5 |
2014-10-15 | add file/do_multipaste to CSRF exception list | Florian Pritz | 1 | -0/+1 |
2014-10-03 | Rework image manipulation class | Florian Pritz | 1 | -0/+1 |
2014-08-30 | Improve migration error message | Florian Pritz | 1 | -2/+2 |
2014-07-23 | Move migration code to CLI callable function | Florian Pritz | 1 | -3/+16 |
2013-09-22 | Move user_logged_in check to controller constructor | Florian Pritz | 1 | -0/+3 |
2013-09-16 | Remove executable bits | Florian Pritz | 1 | -0/+0 |
2013-09-10 | Add file/get_max_size to csrf whitelist | Florian Pritz | 1 | -0/+1 |
2013-09-05 | Disable CSRF for cli clients on user/create_apikey | Florian Pritz | 1 | -0/+1 |
2013-09-04 | Add support for enabling the profiler | Florian Pritz | 1 | -0/+4 |
2013-09-04 | Replace is_cli_client() with stateful_client where applicable | Florian Pritz | 1 | -1/+0 |
2013-09-04 | Generalize request_type() to static_storage() | Florian Pritz | 1 | -3/+3 |
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 | Add CSRF protection | Florian Pritz | 1 | -0/+46 |
2013-09-02 | Provide json output for api functions | Florian Pritz | 1 | -1/+11 |
2013-08-22 | Deduplicate initialisation code in controllers | Florian Pritz | 1 | -0/+36 |
2011-01-28 | update to CI 2.0 | Florian Pritz | 1 | -0/+10 |
2010-03-25 | moved application folder outside of the system folder | Derek Jones | 1 | -0/+10 |