summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Refactor cache handlingJulius Härtl2022-08-311-0/+5
* Move setting of gc_maxlifetime to initSessionJulius Härtl2022-08-171-3/+2
* Add config option to disable strict session timeout to be able to use read_an...Julius Härtl2022-08-171-1/+10
* Reopen sessions if we need to write to them instead of keeping them openJulius Härtl2022-08-171-0/+1
* Merge pull request #33173 from nextcloud/enhancement/maintenance-mode-http-he...Christoph Wurst2022-08-101-0/+1
|\
| * Set special header for 503 maintenance modeChristoph Wurst2022-08-081-0/+1
* | Do not redirect if requested CSS can not be foundChristoph Wurst2022-08-081-0/+9
|/
* Fix 404 handling of requested JSON/XMLChristoph Wurst2022-07-081-0/+7
* Merge pull request #32435 from nextcloud/revert-32278-remove-default-phpJoas Schilling2022-06-031-1/+10
|\
| * Revert "Remove call to already default php.ini values"Joas Schilling2022-05-161-1/+10
* | Merge pull request #32349 from nextcloud/enh/projects-eventCarl Schwan2022-05-271-1/+3
|\ \
| * | Introduce event for loading additional script on projectsJulius Härtl2022-05-121-1/+3
| |/
* | Merge pull request #32427 from nextcloud/boot-event-orderingRobin Appelman2022-05-171-5/+5
|\ \
| * | reorder startup events to fix overlappingRobin Appelman2022-05-161-5/+5
| |/
* | Merge pull request #32216 from SUNET/masterLouis2022-05-171-6/+13
|\ \
| * | Fix suggestions by @artonageMicke Nordin2022-05-161-3/+3
| * | Simpler version as proposed by @artonageMikael Nordin2022-04-301-14/+5
| * | Respect user settings in php.ini if they are big enoughMicke Nordin2022-04-291-6/+22
* | | Properly import maintenance scriptJulius Härtl2022-05-161-2/+2
| |/ |/|
* | Remove default valuesGit'Fellow2022-05-051-10/+1
|/
* Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-0/+1
* Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-221-1/+5
|\
| * Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-231-1/+5
* | Merge pull request #31124 from nextcloud/enh/diagnostics-loggingJulius Härtl2022-03-021-0/+7
|\ \
| * | Add event logging to app loadingJulius Härtl2022-02-281-0/+7
| |/
* / Build OC\Core\Application when running occ or cron to register listeners corr...Côme Chilliet2022-02-281-0/+2
|/
* Makes untrusted domain error a warning.Pierre Ozoux2022-01-251-1/+1
* Use less deprecated methods in base.phpLouis Chemineau2022-01-191-4/+4
* Load core before the update scriptJoas Schilling2022-01-181-1/+4
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
* l10n: Separate wordsValdnet2021-12-151-3/+3
* 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