aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat(updater): hide overwrites from disabled apps list on upgradeMichaIng2024-02-271-1/+7
* fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-11/+1
* fix(l10n): invalid translation of a numberJohn Molakvoæ2023-10-211-1/+1
* Talk federation authenticationJoas Schilling2023-10-091-0/+3
* Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-2/+3
* fix(autoloader): no apcu no side effectsArthur Schiwon2023-09-081-5/+2
* new name of AppEcosystem is AppAPIAlexander Piskun2023-09-061-6/+6
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-2/+3
* Merge branch 'master' into appecosystem-authAndrey Borysenko2023-08-101-2/+1
|\
| * fix: Migrate collaboration listener and remove legacy adapterJoas Schilling2023-07-281-2/+1
* | Fix psalm ci (stub). Wrap server container with try-catchAndrey Borysenko2023-08-021-2/+6
* | added Application Ecosystem V2 login handlerAlexander Piskun2023-08-011-0/+15
|/