aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-25/+20
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* fixes the throttler not checking the user state on postLoginArthur Schiwon2020-04-031-1/+1
* Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-011-0/+2
|\
| * Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* | Update base.phpJohn Molakvoæ2020-03-281-2/+1
* | Update base.phpJohn Molakvoæ2020-03-281-1/+0
|/
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-17/+17
* E_ALL already sets E_DEPRECATEDJose Quinteiro2020-03-091-1/+1
* Set error_logging correctly. Fixes #19847Jose Quinteiro2020-03-091-1/+5
* Check that username and password are present.Daniel Kesselberg2020-02-231-4/+6
* Move overwritehost check to isTrustedDomainJulius Härtl2019-12-071-3/+0
* Update license headersChristoph Wurst2019-12-051-4/+9
* Make sure we create an app's Application class just onceChristoph Wurst2019-10-111-1/+1
* Move settings to an appChristoph Wurst2019-09-281-1/+2
* Print plain error when the error page errors tooJoas Schilling2019-09-161-20/+25
* Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-271-0/+25
* Migrate the maintenance script to a modern module and bundleChristoph Wurst2019-05-161-1/+1
* Fix placeholder in disable messageJoas Schilling2019-03-251-1/+1
* Add a listener for the eventsJoas Schilling2019-03-011-0/+5
* Remove not used appinfo/classpath.php checkMorris Jobke2019-02-281-17/+0
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-4/+4
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-2/+2
* Revert "Use APCu caching of composer"Joas Schilling2018-09-191-2/+0
* replace setcookie value with '' instead of null.MartB2018-09-061-1/+1
* Fix remnants of refactoringMorris Jobke2018-07-051-2/+2
* Do not use HTTP code OC_Response constants anymoreMorris Jobke2018-06-261-1/+1
* Replace hardcoded status headers with calls to http_response_code()Morris Jobke2018-06-261-15/+8
* Server exception error pages by default with a 500 status codeMorris Jobke2018-06-261-2/+1
* Server error/hint pages with a 500 error code to avoid it being seen instead ...Morris Jobke2018-06-261-4/+4
* Change status code when config is write protectedEric Masseran2018-06-261-2/+6
* Configurable list for opt out from same site cookie protectionjaltek2018-06-061-5/+12
* Use APCu caching of composerRoeland Jago Douma2018-05-101-0/+2
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke2018-04-171-2/+2
* Allow usage of Windows 10 WebDav NetdriveRoeland Jago Douma2018-04-051-0/+1
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-221-2/+2
* Use proper method to log exceptionsMorris Jobke2018-03-121-1/+1
* Remove OC_App::disable methodTobia De Koninck2018-03-061-1/+1
* getIncompatibleApps needs a string not an arrayRoeland Jago Douma2018-02-211-0/+1
* Merge pull request #8096 from nextcloud/feature/6382/do-not-cache-settings-in...Roeland Jago Douma2018-01-311-18/+0
|\
| * Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-18/+0
* | Make sure we don't query the AppManager before the installation startedJulius Härtl2018-01-301-2/+5
|/
* Use ::class statement instead of stringMorris Jobke2018-01-291-10/+16
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-3/+3
* Merge pull request #7991 from nextcloud/show-trusted-domain-error-in-status.phpRoeland Jago Douma2018-01-241-1/+9
|\
| * Send a proper response for status.php on trusted domain errorMorris Jobke2018-01-221-1/+9
* | Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-231-1/+5
|\ \