summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/util.php
Commit message (Expand)AuthorAgeFilesLines
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-11/+11
* Remove deprecated OC_User::isLoggedInSebastian Wessalowski2017-03-021-2/+2
* always allow remembered loginChristoph Wurst2017-01-111-21/+0
* Only show version in settings - do not list channelMorris Jobke2016-12-221-2/+2
* Properly check the data dirMorris Jobke2016-12-051-0/+2
* Merge pull request #2066 from nextcloud/fix-redirect-double-encodingMorris Jobke2016-11-291-1/+1
|\
| * do not double encode the redirect urlChristoph Wurst2016-11-091-1/+1
* | Use correct channel informationMorris Jobke2016-11-291-7/+1
* | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-161-3/+4
* | Fix testsRoeland Jago Douma2016-11-151-15/+9
* | Do not cache version info in the sessionsRoeland Jago Douma2016-11-151-29/+32
* | We need to ensure that the app holding the objectstore implementation is load...Thomas Müller2016-11-141-0/+5
|/
* Add update supportLukas Reschke2016-10-311-0/+1
* Move away from OC_L10NRoeland Jago Douma2016-10-281-1/+1
* Remove checks whether OC is running on Windows pt. 2RealRancor2016-10-241-18/+0
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-3/+2
* Kill users with the reserved name on loginRoeland Jago Douma2016-10-051-1/+11
* Graceful error handling and loggingLukas Reschke2016-09-251-1/+16
* Deprecate getEditionString()Joas Schilling2016-09-061-9/+2
* Merge pull request #1054 from nextcloud/less-cache-hitsLukas Reschke2016-08-271-0/+1
|\
| * cache user foldersRobin Appelman2016-08-251-0/+1
* | prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-1/+1
|/
* Merge pull request #899 from nextcloud/nfd-defaultRobin Appelman2016-08-171-1/+1
|\
| * Disable NFD encoding wrapper by defaultVincent Petry2016-08-171-1/+1
* | use $userId instead of $userJörn Friedrich Dreyer2016-08-141-3/+3
* | Ensure the user exists before calling a method on it - fixes #24751Thomas Müller2016-08-141-3/+7
|/
* libxml - compare against loaded versionMorris Jobke2016-07-281-2/+8
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-4/+5
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-21/+12
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-5/+6
|\
| * redirect to new login route (#25099)Christoph Wurst2016-06-211-5/+6
* | fix more stringsMorris Jobke2016-06-201-8/+4
|/
* Check 2FA state for raw php files tooChristoph Wurst2016-06-101-0/+5
* Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-071-13/+24
* Properly check for mbstring extensionLukas Reschke2016-05-311-1/+1
* Update license headersLukas Reschke2016-05-261-8/+6
* Add encoding wrapper as opt-in mount optionVincent Petry2016-05-201-4/+2
* Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-0/+9
* token based authChristoph Wurst2016-05-111-2/+1
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+1450