aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* fix(apps): Fix loading info.xml fileJoas Schilling2023-07-201-0/+5
* allow to specify upgrade.cli-upgrade-link in order to link to the correct doc...Simon L2023-06-101-0/+2
* Fixed bug which 'overwritewebroot' does not work with 'overwritecondaddr'.Simon L2023-05-161-0/+3
* adjust wordingSimon L2023-05-091-2/+2
* adjust wording for update hint when files of a specific app are not thereSimon L2023-05-091-2/+2
* Read mtime of version.php only onceArthur Schiwon2023-04-211-2/+4
* add the server roots and version info hash to apcu prefixArthur Schiwon2023-04-211-1/+1
* Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201-1/+4
|\
| * fix(security)!: Use consistent HTTP status for strict cookie checksChristoph Wurst2023-04-171-1/+3
| * app type extended_authenticationMaxence Lange2023-04-121-0/+1
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-4/+4
|/
* Merge pull request #37305 from nextcloud/fix/security/log-failing-strict-cook...Julius Härtl2023-03-211-0/+1
|\