aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #39132 from nextcloud/fix/correct-exceptions-for-SABArthur Schiwon2023-07-141-1/+0
|\ | | | | fix(CardDAV): catch right exception when checking for federated app classes
| * Merge branch 'master' into fix/correct-exceptions-for-SABAnna2023-07-1420-32/+113
| |\
| * \ Merge branch 'master' into fix/correct-exceptions-for-SABAnna2023-07-0721-45/+46
| |\ \
| * | | fix(CardDAV): catch right exception when checking for federated app classesAnna Larch2023-07-061-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | feat: Add public event for missing indicesJulius Härtl2023-07-144-2/+64
| |_|/ |/| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-144-2/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #39339 from nextcloud/fix/noid/d404-nosearchMarcel Klehr2023-07-131-0/+4
|\ \ \
| * | | fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the previosuly introduced searchBySystemTag was not overwritten in NonExistingFolder and could run the inherited method. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #39331 from nextcloud/feature/openapi/coreRobin Appelman2023-07-136-1/+13
|\ \ \ \ | | | | | | | | | | core: Add OpenAPI spec
| * | | | core: Add OpenAPI specjld31032023-07-136-1/+13
| |/ / / | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #39328 from nextcloud/feature/openapi/federatedfilesharingKate2023-07-131-1/+1
|\ \ \ \ | | | | | | | | | | federatedfilesharing: Add OpenAPI spec
| * | | | federatedfilesharing: Add OpenAPI specjld31032023-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-132-10/+10
| |/ / / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | files: Add OpenAPI specjld31032023-07-121-0/+4
|/ / / | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #38561 from ↵Joas Schilling2023-07-111-8/+16
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feat/noid/allow-to-match-client-versions-with-regex feat(request): Allow to match the client version with the IRequest::U…
| * | | feat(request): Allow to match the client version with the ↵Joas Schilling2023-07-111-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | IRequest::USER_AGENT_* regex Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #39160 from ↵Benjamin Gaussorgues2023-07-111-4/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/migrate-to-psr-logger-interface-federatedfilesharing Migrate federated file sharing to PSR LoggerInterface
| * | | Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-071-4/+4
| | |/ | |/| | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Add IgnoreOpenAPI attributejld31032023-07-103-0/+39
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-092-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-082-6/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-0621-45/+46
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OCSPreconditionFailedExceptionLouis Chemineau2023-07-053-0/+46
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #38978 from fsamapoor/refactor_lib_private_accountsArthur Schiwon2023-07-055-144/+50
|\ | | | | Refactors lib/private/Accounts classes
| * Renames the property to improve the code readbility/clarity.Faraz Samapoor2023-07-051-2/+2
| | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38978#pullrequestreview-1514202944 Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * Fixes testcase errors.Faraz Samapoor2023-07-021-8/+9
| | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * Fixes Psalm error.Faraz Samapoor2023-07-011-4/+1
| | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * Refactors lib/private/Accounts.Faraz Samapoor2023-07-015-138/+46
| | | | | | | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Merge pull request #38955 from nextcloud/bugfix/noid/dont-use-orJoas Schilling2023-07-051-1/+1
|\ \ | | | | | | fix(eventdispatcher): Don't use all evaluating "or"
| * | fix(eventdispatcher): Don't use all evaluating "or"Joas Schilling2023-06-231-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #39043 from ↵Christoph Wurst2023-07-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/ocp/dashboard-widgetitems-see-widget-getitems fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
| * | | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-06-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #39086 from ↵Arthur Schiwon2023-07-051-5/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/migrate-admin_audit-to-IEventDispatcher feat(admin_audit): Migrate to non-deprecated IEventDispatcher
| * | | | feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-5/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #39012 from fsamapoor/refactor_lib_private_security_part2Arthur Schiwon2023-07-059-180/+107
|\ \ \ \ \ | | | | | | | | | | | | [2/3] Refactors lib/private/Security
| * | | | | Refactors lib/private/Security.Faraz Samapoor2023-06-269-180/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | Merge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warningJoas Schilling2023-07-051-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cast string type for trim()
| * | | | | | fixed quotesdartcafe2023-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | | | add type #38909dartcafe2023-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | | | Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-202-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | | | Improve typing in ICommentsManagerCarl Schwan2023-06-201-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | | | Cleanup comments codeCarl Schwan2023-06-203-164/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix various psalm issues - Add as much typing as possible while preserving stable API Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: dartcafe <github@dartcafe.de>
* | | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-042-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-0315-7/+327
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix event names of 2FA related typed events
| * | | | | | Fix event names of 2FA related typed eventsJoas Schilling2023-07-0315-7/+327
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-032-8/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | feat(ocp): More specific type for ICapabilities::getCapabilities
| * | | | | | doc(ocp): Upgrade capability registration recommendationChristoph Wurst2023-07-031-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-032-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-034-9/+89
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add IProvideEnabledStateBackend interface