summaryrefslogtreecommitdiffstats
path: root/application/core
AgeCommit message (Expand)AuthorFilesLines
2023-01-29fix: Remove double CSRF checkingFlorian Pritz1-1/+0
2023-01-29fix: Add missing parameter for CSRF security class constructorFlorian Pritz1-1/+1
2023-01-29Merge remote-tracking branch 'upstream/develop' into devFlorian Pritz1-1/+1
2020-04-19Reclassify various exceptions as InsufficientPermissionsExceptionFlorian Pritz1-1/+1
2020-01-25inserted required attribute in html tagFrancisco Javier Llanquipichun Garcia1-1/+1
2019-01-28Disable CSRF token regeneration for multipaste AJAXFlorian Pritz1-0/+5
2018-09-24Remove unnecessary set of MB encodingFlorian Pritz1-1/+0
2017-09-21Remove usage of deprecated is_cli_request()Florian Pritz1-3/+3
2017-09-21Fix return checks for CI3Florian Pritz1-2/+2
2017-09-18Migrate return code checks for CI3Florian Pritz1-1/+1
2017-09-09Merge tag '3.1.5' into dev-ci3Florian Pritz1-1/+2
2017-05-15Fix error handling in MY_Input->post_array()Florian Pritz1-1/+7
2017-05-12Catch incorrect POST parameters (array vs string)Florian Pritz1-0/+34
2016-11-05MY_Controller: Extract CSRF code into methodFlorian Pritz1-28/+37
2016-11-05c/MY_Controller: Extract CSRF protection code into methodFlorian Pritz1-5/+9
2016-11-05c/MY_Controller: Extract database migration code into methodFlorian Pritz1-14/+20
2016-11-05Add do_websumit to CSRF exception listFlorian Pritz1-0/+1
2016-11-05Remove cli client upload handlerFlorian Pritz1-2/+0
2016-11-05Remove cli client CSRF whitelistFlorian Pritz1-12/+0
2016-11-05Rename is_cli_client to is_api_clientFlorian Pritz1-3/+3
2016-11-01Only check for multipaste queue when session is avaiableFlorian Pritz1-1/+3
2016-11-01Add multipaste queue button to navigationFlorian Pritz1-0/+1
2016-10-31Disable special handling of {elapsed_time} and {memory_usage}Florian Pritz1-0/+16
2016-07-13Throw public exception when accessing CLI only functionsFlorian Pritz1-0/+7
2016-06-05Fix redirect on login after registering new accountFlorian Pritz1-0/+1
2015-05-22Forbid cli requests until database is updatedFlorian Pritz1-1/+1
2015-02-15add <!DOCTYPE html>Tjoosten1-1/+2
2015-02-03Use exceptions instead of show_errorFlorian Pritz1-3/+4
2015-02-03Remove unstable json apiFlorian Pritz1-27/+2
2015-02-03implement api/user/create_apikeyFlorian Pritz1-1/+7
2015-01-16miscFlorian Pritz1-1/+5
2014-10-15add file/do_multipaste to CSRF exception listFlorian Pritz1-0/+1
2014-10-03Rework image manipulation classFlorian Pritz1-0/+1
2014-08-30Improve migration error messageFlorian Pritz1-2/+2
2014-07-23Move migration code to CLI callable functionFlorian Pritz1-3/+16
2013-09-22Move user_logged_in check to controller constructorFlorian Pritz1-0/+3
2013-09-16Remove executable bitsFlorian Pritz1-0/+0
2013-09-10Add file/get_max_size to csrf whitelistFlorian Pritz1-0/+1
2013-09-05Disable CSRF for cli clients on user/create_apikeyFlorian Pritz1-0/+1
2013-09-04Add support for enabling the profilerFlorian Pritz1-0/+4
2013-09-04Replace is_cli_client() with stateful_client where applicableFlorian Pritz1-1/+0
2013-09-04Generalize request_type() to static_storage()Florian Pritz1-3/+3
2013-09-02Disable CSRF checks for CLI requestsFlorian Pritz1-1/+1
2013-09-02Add GET parameter for json outputFlorian Pritz1-0/+6
2013-09-02Add CSRF protectionFlorian Pritz1-0/+46
2013-09-02Provide json output for api functionsFlorian Pritz1-1/+11
2013-08-22Deduplicate initialisation code in controllersFlorian Pritz1-0/+36
2011-01-28update to CI 2.0Florian Pritz1-0/+10
2010-03-25moved application folder outside of the system folderDerek Jones1-0/+10