Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "perf(base): Stop setting up the FS for every basic auth request" | John Molakvoæ | 2025-07-11 | 3 | -7/+300 |
| | |||||
* | Merge pull request #53141 from nextcloud/perf/files/setup-fs-basic-auth-request | John Molakvoæ | 2025-07-11 | 3 | -300/+7 |
|\ | |||||
| * | chore: Remove unused \OC\Cache\CappedMemoryCache | provokateurin | 2025-07-08 | 1 | -109/+0 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | chore: Remove unused \OC\Cache\File | provokateurin | 2025-07-08 | 1 | -190/+0 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | refactor(Server): Deprecate \OCP\ICache service and replace it with a ↵ | provokateurin | 2025-07-08 | 1 | -1/+7 |
| | | | | | | | | | | | | distributed cache Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #53887 from nextcloud/fix/lower-email-case | John Molakvoæ | 2025-07-11 | 1 | -2/+6 |
|\ \ | |||||
| * | | fix: force lowercase emailsfix/lower-email-case | skjnldsv | 2025-07-10 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #53896 from nextcloud/feat/talk-9679/threads | Joas Schilling | 2025-07-10 | 1 | -1/+13 |
|\ \ \ | | | | | | | | | feat(comments): Allow to filter by topmost parent id | ||||
| * | | | feat(comments): Allow to filter by topmost parent idfeat/talk-9679/threads | Joas Schilling | 2025-07-10 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #53501 from nextcloud/fix-theming-for-disabled-accounts | Daniel Calviño Sánchez | 2025-07-10 | 3 | -3/+13 |
|\ \ \ \ | | | | | | | | | | | fix: Fix theming for disabled accounts | ||||
| * | | | | fix: Throw specific LoginException when the user is disabled | Daniel Calviño Sánchez | 2025-07-10 | 3 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | | | | Merge pull request #53893 from nextcloud/fix/cleanup-loadapp-calls | Kate | 2025-07-10 | 2 | -2/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | fix: Replace OC_App::loadApp calls by IAppManager | Côme Chilliet | 2025-07-10 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | | Merge pull request #53892 from nextcloud/fix/cleanup-getinstallpath | Côme Chilliet | 2025-07-10 | 3 | -31/+36 |
|\ \ \ \ \ | |_|/ / / |/| | | | | fix: Move getInstallPath to Installer class | ||||
| * | | | | chore: Check if apps directory is really writable in Installerfix/cleanup-getinstallpath | Côme Chilliet | 2025-07-10 | 2 | -14/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...rather than checkServer. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | fix: Move getInstallPath to Installer class | Côme Chilliet | 2025-07-10 | 3 | -21/+30 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | This method does not need a public API for now, it’s only used internally. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | / / | fix(systemtags): case-insensitive search & prevent duplicates | skjnldsv | 2025-07-09 | 1 | -2/+19 |
| |/ / |/| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | chore(Http\Client): fix linting issueschore/update-guzzle7 | Ferdinand Thiessen | 2025-07-09 | 1 | -12/+4 |
|/ / | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #53537 from nextcloud/fix/cleanup-dependencyanalyser | Kate | 2025-07-09 | 4 | -179/+117 |
|\ \ | |||||
| * | | chore: Move info parsing related method from OC_App to InfoParser | Côme Chilliet | 2025-07-08 | 3 | -78/+77 |
| | | | | | | | | | | | | | | | | | | Also fix the tests Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Cleanup DependencyAnalyzer and InfoParser | Côme Chilliet | 2025-07-08 | 2 | -102/+41 |
| | | | | | | | | | | | | | | | | | | Also fix support for database dependency with attributes in the info.xml Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #53763 from nextcloud/feat/task/analyze-image | Lukas Schaefer | 2025-07-08 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | feat(TaskProcessing): Add AnalyzeImage TaskType | ||||
| * | | Merge branch 'master' into feat/task/analyze-imagefeat/task/analyze-image | Lukas Schaefer | 2025-07-08 | 220 | -295/+542 |
| |\ \ | |||||
| * | | | feat: support multiple images | Lukas Schaefer | 2025-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz> | ||||
| * | | | feat(TaskProcessing): Add AnalyzeImage TaskType | Lukas Schaefer | 2025-07-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz> | ||||
* | | | | fix: Tidy up middleware registration code and scope them to application ↵fix/cleanup-dicontainer | Côme Chilliet | 2025-07-08 | 1 | -45/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | container This make sure that all middlewares get a logger scoped to the application id, among other things. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | fix: Do not use deprecated IServerContainer in EventDispatcher | Côme Chilliet | 2025-07-08 | 2 | -21/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | This caused a call to logger too soon in init phase Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | fix: Add back ContainerInterface service to DIContainer | Côme Chilliet | 2025-07-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Otherwise it gets resolved to \OC::$server. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | fix: Put back ScopedPsrLogger service | Côme Chilliet | 2025-07-08 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cannot use an alias for this one, as it depends upon LoggerInterface so that creates an infinite loop. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | fix: Make sure Request class can be dependency injected to fix ↵ | Côme Chilliet | 2025-07-08 | 2 | -12/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | SameSiteCookieMiddleware injection Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | fix: Fix issues and tests in DIContainer and friends | Côme Chilliet | 2025-07-08 | 2 | -23/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | Some tests related to MiddlewareDispatcher are still failing. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | chore: Cleanup DIContainer class | Côme Chilliet | 2025-07-08 | 6 | -167/+80 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | Also removed deprecated tag from the class as this class will not be removed, only the interface IAppContainer and associated methods should be removed. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | feat(TaskProcessing): add agency audio-to-audio task typeenh/noid/taskpro-agency-audio-chat | Julien Veyssier | 2025-07-07 | 1 | -0/+1 |
| |/ |/| | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | Merge pull request #53759 from nextcloud/enh/noid/taskpro-audio-chat | Marcel Klehr | 2025-07-07 | 1 | -0/+1 |
|\ \ | | | | | | | [TaskProcessing] Add audio-to-audio chat task type | ||||
| * | | feat(TaskProcessing): add audio-to-audio chat task type | Julien Veyssier | 2025-07-07 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | chore(AccountManager): adjust code style for cs-fixer | Ferdinand Thiessen | 2025-07-07 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #53109 from TechnicalSuwako/master | Stephan Orbaugh | 2025-07-07 | 1 | -2/+19 |
|\ \ \ | |/ / |/| | | fix(settings): change Mastodon only URI to webfinger | ||||
| * | | fix(settings): add link check in webfinger | 諏訪子 | 2025-05-27 | 1 | -0/+17 |
| | | | | | | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe> | ||||
| * | | fix(settings): change Mastodon only URI to webfinger | 諏訪子 | 2025-05-25 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe> | ||||
* | | | Merge pull request #53740 from nextcloud/fix/properly-fail-on-invalid-json | Andy Scherzinger | 2025-07-03 | 1 | -4/+18 |
|\ \ \ | | | | | | | | | Properly fail on invalid json | ||||
| * | | | fix: Only attempt to decode JSON input if it is not an empty stringfix/properly-fail-on-invalid-json | Côme Chilliet | 2025-07-01 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | fix(ocs): Return a proper error on JSON decoding failures | Côme Chilliet | 2025-07-01 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | chore: Rename property and type it to match its current use in Request | Côme Chilliet | 2025-07-01 | 1 | -3/+3 |
| | |/ | |/| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix(encryption): Correctly handle file opening and copying failuresfix/catch-exception-in-encrypt-all | Côme Chilliet | 2025-07-03 | 1 | -3/+17 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix(l10n): our default language is American English so adjust the spellingfix/l10n-us-english | Ferdinand Thiessen | 2025-07-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | For British English we have the `en-GB` translations, so the default should be American English which spells it `organization` not `organisation`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | test: fix tests | Jana Peper | 2025-07-03 | 1 | -3/+2 |
| | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | | | feat: add toggle for AI guest restriction | Jana Peper | 2025-07-03 | 1 | -1/+33 |
| | | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | | | fix(syslog): open syslog channel on write | Kent Delante | 2025-07-02 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | This fixes a bug where only one tag gets used when multiple tags have been configured (e.g. different tags for 'syslog_tag' and 'syslog_tag_audit') Signed-off-by: Kent Delante <kent.delante@proton.me> | ||||
* | | | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 215 | -281/+422 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | | | Merge pull request #53671 from nextcloud/fix/read-only-share-download | John Molakvoæ | 2025-07-01 | 2 | -0/+25 |
|\ \ \ |