aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Server::get some moreCôme Chilliet2022-12-191-39/+38
* Use strict typing in base.phpCôme Chilliet2022-12-191-49/+42
* Set apcu prefix for composerJulius Härtl2022-12-071-0/+1
* Refactor the ErrorHandler into a dynamic classChristoph Wurst2022-11-021-3/+14
* Use proper error pages instead of always redirectingJulius Härtl2022-10-211-9/+23
* Merge pull request #33737 from andyxheli/patch-4Simon L2022-10-011-1/+1
|\
| * Makes untrusted domain error on infoAndy Xheli2022-08-291-1/+1
* | remove listeners to OC_Filesystem::(write|rename) old style hooksArthur Schiwon2022-09-261-10/+0
* | 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
| |/