summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Fix basic auth for OAuth token endpointJoas Schilling2021-10-191-1/+7
* Remove usage of \OC_Util::getDefaultPageUrl() and \OC_Util::redirectToDefault...Daniel Rudolf2021-08-041-4/+2
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon2021-06-301-2/+4
* Merge pull request #27190 from nextcloud/bugfix/noid/deduplicate-translationJoas Schilling2021-06-161-5/+5
|\
| * Deduplicate translations and fix double .Joas Schilling2021-06-041-5/+5
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
|/
* Merge pull request #26758 from J0WI/more-strictChristoph Wurst2021-04-281-1/+1
|\
| * Fix ini_set() typeJ0WI2021-04-261-1/+1
* | Fix psalm errorsJoas Schilling2021-04-271-1/+1
|/
* Don't hardcode the product name to Nextcloud but use the theming valueJoas Schilling2021-03-221-1/+6
* Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-rootRoeland Jago Douma2021-01-211-9/+2
|\
| * Apps folder is defacto in root folder and not aboveMorris Jobke2021-01-201-9/+2
* | Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-201-39/+37
|/
* Merge pull request #25015 from nextcloud/fix/no-double-intl-polyfillRoeland Jago Douma2021-01-081-2/+1
|\
| * Replace patchwork/utf8 with symfony-polyfill-*Christoph Wurst2021-01-071-2/+1
* | Remove useless ini_set functionsCarlos Ferreira2021-01-071-5/+0
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Make $vars and $secureRandom required.Daniel Kesselberg2020-12-101-1/+1
* Allow lazy app registrationChristoph Wurst2020-11-181-1/+1
* Remove some IRouter methodsRoeland Jago Douma2020-11-171-1/+1
* Removed config.jsJohn Molakvoæ2020-11-091-1/+0
* Do not setup the default FS on normal routesRoeland Jago Douma2020-11-061-1/+0
* Use auto-wiring on most outer levelJoas Schilling2020-10-201-1/+1
* PSR logger for accountsJoas Schilling2020-10-201-1/+1
* Fix type errors detected by PsalmChristoph Wurst2020-10-141-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-1/+1
* Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke2020-07-301-3/+3
* Correctly remove usergroup shares on removing group membersJoas Schilling2020-07-301-1/+6
* Remove hook for initSessionMorris Jobke2020-07-071-8/+2
* Migrate Settings to new bootstrap mechanismChristoph Wurst2020-06-171-2/+0
* Add dedicated API for apps' bootstrapping processChristoph Wurst2020-06-171-0/+4
* Add lazy events for the Node APIRoeland Jago Douma2020-05-281-0/+1
* 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