summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
| |/
* | Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-32/+19
|\ \ | |/ |/|
| * Reuse systemconfigMorris Jobke2017-11-301-6/+5
| * Refactor method to check if update is neededMorris Jobke2017-11-301-27/+15
* | Fix strict typing issues in lib/base.phpMorris Jobke2018-01-121-6/+6
* | Fix error log on PHP 7.2Morris Jobke2017-12-121-3/+4
|/
* Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke2017-11-271-3/+9
|\
| * Get the Installer via DIMorris Jobke2017-11-251-3/+9
* | Reset bruteforce attempt table on successful loginMorris Jobke2017-11-241-4/+12
|/
* Update license headersMorris Jobke2017-11-061-4/+7
* Add logrote as a default background jobRoeland Jago Douma2017-10-241-13/+0
* Remove SAML hack from base.phpRoeland Jago Douma2017-09-271-16/+1
* Handle SameSiteCookie check for index.php in AppFramework MiddlewareRoeland Jago Douma2017-09-241-15/+11
* Use the guest.css for the maintenance page as wellMorris Jobke2017-06-131-0/+1
* Reset opcache if update is detectedMorris Jobke2017-05-211-0/+3
* Merge pull request #4873 from nextcloud/check-whether-REQUEST-existsMorris Jobke2017-05-151-3/+3
|\
| * Check whether the $_SERVER['REQUEST_*'] vars exist before using themJoas Schilling2017-05-151-3/+3
* | Allow to enforce update via web UIMorris Jobke2017-05-111-1/+4
|/
* Properly decide on actual users if instance is too bigMorris Jobke2017-05-101-1/+23
* Fix escaped HTML on error pagesMorris Jobke2017-05-081-3/+2
* dont spam log when request can't access filesystemRobin Appelman2017-04-281-0/+2
* Make the emergency disable also accept arraysLukas Reschke2017-04-261-5/+6
* Add activities when email or password is changedJoas Schilling2017-04-131-0/+3
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+1