aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fix(security): Log failing strict cookie checkChristoph Wurst2023-03-201-0/+1
* | fix(session): Fix DAVx5 sync problems by partial reverting session changesJoas Schilling2023-03-201-7/+11
|/
* fix: Avoid log spam on 404 routes not using GETJulius Härtl2023-03-031-1/+4
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-0/+17
* Do not set up filesystem on every callAnna Larch2023-02-171-17/+0
* extend the reference API for the new link pickerJulien Veyssier2023-01-271-0/+5
* fix(session): Always setup the session if a session cookie is passedJulius Härtl2022-12-221-1/+1
* Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-211-5/+15
* Strong type singletons from lib/base.phpCôme Chilliet2022-12-191-12/+4
* Migrate lib/base.php to LoggerInterfaceCôme Chilliet2022-12-191-6/+5
* Put back cast to string now that timelimit is an intCôme Chilliet2022-12-191-1/+1
* Fixing more psalm errors from lib/base.phpCôme Chilliet2022-12-191-32/+31