summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/json.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.