aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* fix(Coordinator): ensure the core app is loaded firstFerdinand Thiessen2 days1-2/+0
* Revert "perf(base): Stop setting up the FS for every basic auth request"John Molakvoæ8 days1-0/+17
* Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-requestJohn Molakvoæ8 days1-17/+0
|\
| * perf(base): Stop setting up the FS for every basic auth requestprovokateurin11 days1-17/+0
* | fix: Fix theming for disabled accountsfix-theming-for-disabled-accountsDaniel Calviño Sánchez9 days1-1/+22
|/
* fix(ocs): Return a proper error on JSON decoding failuresCôme Chilliet2025-07-011-4/+5
* feat(core): add cookie_domain config optionSamuel Bizien Filippi2025-06-161-0/+6
* fix: Switch lazy object to enabled by default on PHP 8.4feat/use-php84-lazy-objectsCôme Chilliet2025-06-051-1/+1
* feat: Add a configuration toggle for lazy objects in DICôme Chilliet2025-06-051-0/+3
* Merge pull request #53157 from nextcloud/chore/refactor-coreFerdinand Thiessen2025-06-021-2/+2
|\
| * fix: make core application bootstrapable by coordinatorchore/refactor-coreFerdinand Thiessen2025-06-021-2/+2
* | fix: Remove useless legacy autoloaderfix/delete-legacy-autoloaderCôme Chilliet2025-05-271-32/+2
|/
* chore: Remove useless legacy autoloader for testsfix/cleanup-test-legacy-autoloaderCôme Chilliet2025-05-271-3/+0
* Merge pull request #52810 from nextcloud/artonge/feat/do_not_require_samesite...Louis2025-05-221-4/+4
|\
| * fix: Move CSRF check from base to PublicAuth for public.phpLouis Chemineau2025-05-211-4/+4
* | chore: deprecate `OC_Helper::isReadOnlyConfigEnabled`chore/depreate-oc-helper-roFerdinand Thiessen2025-05-171-1/+2
|/
* Merge pull request #52667 from nextcloud/fix/improve-init-profilingCôme Chilliet2025-05-141-2/+5
|\
| * feat: Improve init a bit, and add more profiling stepsCôme Chilliet2025-05-131-2/+5
* | feat(encryption): Migrate from hooks to eventsCôme Chilliet2025-05-131-7/+8
|/
* perf: Add config options to trigger individual and sample profiling using exc...perf/excimerJulius Knorr2025-04-221-3/+14
* fix: Replace all usages of OC_User backend method calls by IUserManagerfix/cleanup-user-backendsCôme Chilliet2025-04-101-1/+1
* fix: Remove some call and references to deprecated OC_Util classCôme Chilliet2025-04-071-1/+1
* Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-101-10/+11
|\
| * fix: Migrate all uses of OCP\Template to OCP\Template\ITemplateManagerCôme Chilliet2025-03-061-1/+1
| * fix: Deprecate OC_Template, add proper template manager insteadCôme Chilliet2025-03-061-9/+10
* | fix(base.php): Correct order for booting \OC\Serverbugfix/50619/correctly-init-serverJoas Schilling2025-03-101-28/+31
|/
* Merge pull request #51000 from nextcloud/fix/federatedfilesharing/group-cleanupStephan Orbaugh2025-03-031-4/+8
|\
| * fix(Share20): Convert broken hooks to IEventListenerprovokateurin2025-03-031-4/+8
* | Fix A+ rating when checking with Nextcloud Security Scan.backport/51173/masterDaleBCooper2025-03-021-7/+7
* | fix: Replace OC_App calls by IAppManagerCôme Chilliet2025-02-241-9/+14
|/
* Merge pull request #48738 from nextcloud/perf/log-high-memory-requestsJulius Knorr2025-02-131-0/+16
|\
| * perf: Log requests using high amount of memory as warningperf/log-high-memory-requestsJulius Knorr2025-02-131-0/+16
* | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-131-4/+4
|/
* fix: Use the new countUsersTotal method where it makes senseCôme Chilliet2025-01-141-2/+1
* fix(status): Avoid session creation for status requestsavoidStatusSessionsGit'Fellow2024-11-211-0/+7
* fix: Do not check for strict cookie when running webcronfix/cron-strict-cookieFerdinand Thiessen2024-11-071-1/+3
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-3/+5
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-8/+8
* fix(setup-checks): Ensure URL with webroot worksFerdinand Thiessen2024-09-131-1/+1
* fix(setup): ignore long session login during installationMaxence Lange2024-08-271-1/+6
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-9/+9
* (base) Give a hint in web interface if SimpleXML (php-xml) is missingJosh Richards2024-08-161-0/+7
* fix(session): Log when session_* calls are slowChristoph Wurst2024-08-071-1/+4
* fix(occ): Use the const instead of hardcoded string for --debug-log optionCôme Chilliet2024-07-081-1/+1
* fix(occ): Move debug log listener setup to a static method, add option for levelCôme Chilliet2024-07-021-9/+2
* feat(occ): Add a --debug option to output all log levels to the outputCôme Chilliet2024-07-021-0/+12
* chore: Add SPDX headerAndy Scherzinger2024-05-241-64/+3
* chore: remove unnecessary ini_setDaniel Kesselberg2024-04-301-1/+0
* fix: Fix default values for ini var in lib/base.phpCôme Chilliet2024-04-301-2/+2
* fix: Remove unused endpoint from base.phpCôme Chilliet2024-03-061-15/+0