| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(setup): ignore long session login during installation | Maxence Lange | 2024-08-27 | 1 | -1/+6 |
* | fix(session): Log when session_* calls are slow | Christoph Wurst | 2024-08-07 | 1 | -1/+4 |
* | fix(occ): Use the const instead of hardcoded string for --debug-log option | Côme Chilliet | 2024-07-08 | 1 | -1/+1 |
* | fix(occ): Move debug log listener setup to a static method, add option for level | Côme Chilliet | 2024-07-02 | 1 | -9/+2 |
* | feat(occ): Add a --debug option to output all log levels to the output | Côme Chilliet | 2024-07-02 | 1 | -0/+12 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -64/+3 |
* | chore: remove unnecessary ini_set | Daniel Kesselberg | 2024-04-30 | 1 | -1/+0 |
* | fix: Fix default values for ini var in lib/base.php | Côme Chilliet | 2024-04-30 | 1 | -2/+2 |
* | fix: Remove unused endpoint from base.php | Côme Chilliet | 2024-03-06 | 1 | -15/+0 |
* | feat(updater): hide overwrites from disabled apps list on upgrade | MichaIng | 2024-02-27 | 1 | -1/+7 |
* | fix: Use DI for Setup class and move away from deprecated methods | Côme Chilliet | 2024-01-29 | 1 | -11/+1 |
* | fix(l10n): invalid translation of a number | John Molakvoæ | 2023-10-21 | 1 | -1/+1 |
* | Talk federation authentication | Joas Schilling | 2023-10-09 | 1 | -0/+3 |
* | Remove deprecated methods Util::writeLog and DIContainer::log | Côme Chilliet | 2023-09-25 | 1 | -2/+3 |
* | fix(autoloader): no apcu no side effects | Arthur Schiwon | 2023-09-08 | 1 | -5/+2 |
* | new name of AppEcosystem is AppAPI | Alexander Piskun | 2023-09-06 | 1 | -6/+6 |
* | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 1 | -2/+3 |
* | Merge branch 'master' into appecosystem-auth | Andrey Borysenko | 2023-08-10 | 1 | -2/+1 |
|\ |
|
| * | fix: Migrate collaboration listener and remove legacy adapter | Joas Schilling | 2023-07-28 | 1 | -2/+1 |
* | | Fix psalm ci (stub). Wrap server container with try-catch | Andrey Borysenko | 2023-08-02 | 1 | -2/+6 |
* | | added Application Ecosystem V2 login handler | Alexander Piskun | 2023-08-01 | 1 | -0/+15 |
|/ |
|
* | fix(apps): Fix loading info.xml file | Joas Schilling | 2023-07-20 | 1 | -0/+5 |
* | allow to specify upgrade.cli-upgrade-link in order to link to the correct doc... | Simon L | 2023-06-10 | 1 | -0/+2 |
* | Fixed bug which 'overwritewebroot' does not work with 'overwritecondaddr'. | Simon L | 2023-05-16 | 1 | -0/+3 |
* | adjust wording | Simon L | 2023-05-09 | 1 | -2/+2 |
* | adjust wording for update hint when files of a specific app are not there | Simon L | 2023-05-09 | 1 | -2/+2 |
* | Read mtime of version.php only once | Arthur Schiwon | 2023-04-21 | 1 | -2/+4 |
* | add the server roots and version info hash to apcu prefix | Arthur Schiwon | 2023-04-21 | 1 | -1/+1 |
* | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 1 | -1/+4 |
|\ |
|
| * | fix(security)!: Use consistent HTTP status for strict cookie checks | Christoph Wurst | 2023-04-17 | 1 | -1/+3 |
| * | app type extended_authentication | Maxence Lange | 2023-04-12 | 1 | -0/+1 |
* | | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #37305 from nextcloud/fix/security/log-failing-strict-cook... | Julius Härtl | 2023-03-21 | 1 | -0/+1 |
|\ |
|
| * | fix(security): Log failing strict cookie check | Christoph Wurst | 2023-03-20 | 1 | -0/+1 |
* | | fix(session): Fix DAVx5 sync problems by partial reverting session changes | Joas Schilling | 2023-03-20 | 1 | -7/+11 |
|/ |
|
* | fix: Avoid log spam on 404 routes not using GET | Julius Härtl | 2023-03-03 | 1 | -1/+4 |
* | Revert "fix(performance): Do not set up filesystem on every call" | Joas Schilling | 2023-02-21 | 1 | -0/+17 |
* | Do not set up filesystem on every call | Anna Larch | 2023-02-17 | 1 | -17/+0 |
* | extend the reference API for the new link picker | Julien Veyssier | 2023-01-27 | 1 | -0/+5 |
* | fix(session): Always setup the session if a session cookie is passed | Julius Härtl | 2022-12-22 | 1 | -1/+1 |
* | Do not setup a session when not required on WebDAV requests | Julius Härtl | 2022-12-21 | 1 | -5/+15 |
* | Strong type singletons from lib/base.php | Côme Chilliet | 2022-12-19 | 1 | -12/+4 |
* | Migrate lib/base.php to LoggerInterface | Côme Chilliet | 2022-12-19 | 1 | -6/+5 |
* | Put back cast to string now that timelimit is an int | Côme Chilliet | 2022-12-19 | 1 | -1/+1 |
* | Fixing more psalm errors from lib/base.php | Côme Chilliet | 2022-12-19 | 1 | -32/+31 |
* | Use Server::get some more | Côme Chilliet | 2022-12-19 | 1 | -39/+38 |
* | Use strict typing in base.php | Côme Chilliet | 2022-12-19 | 1 | -49/+42 |
* | Set apcu prefix for composer | Julius Härtl | 2022-12-07 | 1 | -0/+1 |
* | Refactor the ErrorHandler into a dynamic class | Christoph Wurst | 2022-11-02 | 1 | -3/+14 |
* | Use proper error pages instead of always redirecting | Julius Härtl | 2022-10-21 | 1 | -9/+23 |