summaryrefslogtreecommitdiff
path: root/app/Controller/BaseController.php
AgeCommit message (Expand)Author
2019-01-30Always returns a 404 otherwise people might guess which user existFrédéric Guillot
2019-01-30Add missing CSRF check in TwoFactorController::deactivate()Frédéric Guillot
2018-03-05Redirect to original URL after oauth loginkent1
2018-01-29Add CSRF check for task and project files uploadFrédéric Guillot
2017-09-27Make sure people do not access to files of other projectsFrederic Guillot
2017-09-23Do not expose IDs in formsFrederic Guillot
2017-09-23Avoid people to alter other projects by changing form dataFrederic Guillot
2016-06-05Minor fixesFrederic Guillot
2016-06-01Raise exception for webhook token verificationFrederic Guillot
2016-05-31Fix typo after refactoringFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-15Refactoring: added controlled middleware and changed response classFrederic Guillot