aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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