summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/json.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code in legacy classesMorris Jobke2018-10-031-19/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unused methods of OC_JsonMorris Jobke2018-03-211-26/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unused private functionRoeland Jago Douma2018-03-191-15/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-1/+1
| | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-231-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Some more invalid PHPDocs in legacy classesLukas Reschke2017-08-011-0/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move \OC_L10N_String to proper \OC\L10N\L10NStringRoeland Jago Douma2017-07-241-1/+1
| | | | | | | * Proper namespacing * Fixed phpdocs Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove deprecated OC_User::isLoggedInSebastian Wessalowski2017-03-021-1/+1
| | | | Signed-off-by: Sebastian Wessalowski <sebastian@wessalowski.org>
* prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-1/+1
| | | | | | | This fixes infinite loops that are caused whenever a user is about to solve a 2FA challenge, but the provider app is disabled at the same time. Since the session value usually indicates that the challenge needs to be solved before we grant access we have to remove that value instead in this special case.
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+3
|
* [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+5
| | | | Fixes https://github.com/nextcloud/server/issues/50
* Check 2FA state for raw php files tooChristoph Wurst2016-06-101-1/+3
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+179
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.