aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39132 from nextcloud/fix/correct-exceptions-for-SABArthur Schiwon2023-07-141-1/+0
|\
| * 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
* | | | feat: Add public event for missing indicesJulius Härtl2023-07-144-2/+64
| |_|/ |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-144-2/+4
* | | 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
* | | | Merge pull request #39331 from nextcloud/feature/openapi/coreRobin Appelman2023-07-136-1/+13
|\ \ \ \
| * | | | core: Add OpenAPI specjld31032023-07-136-1/+13
| |/ / /
* | | | Merge pull request #39328 from nextcloud/feature/openapi/federatedfilesharingKate2023-07-131-1/+1
|\ \ \ \
| * | | | federatedfilesharing: Add OpenAPI specjld31032023-07-121-1/+1
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-132-10/+10
| |/ / / |/| | |
* | | | files: Add OpenAPI specjld31032023-07-121-0/+4
|/ / /
* | | Merge pull request #38561 from nextcloud/feat/noid/allow-to-match-client-vers...Joas Schilling2023-07-111-8/+16
|\ \ \
| * | | feat(request): Allow to match the client version with the IRequest::USER_AGEN...Joas Schilling2023-07-111-8/+16
* | | | Merge pull request #39160 from nextcloud/fix/migrate-to-psr-logger-interface-...Benjamin Gaussorgues2023-07-111-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-071-4/+4
| | |/ | |/|
* | | Add IgnoreOpenAPI attributejld31032023-07-103-0/+39
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-092-0/+12
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-082-6/+6
|/ /
* / chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-0621-45/+46
|/
* Add OCSPreconditionFailedExceptionLouis Chemineau2023-07-053-0/+46
* Merge pull request #38978 from fsamapoor/refactor_lib_private_accountsArthur Schiwon2023-07-055-144/+50
|\
| * Renames the property to improve the code readbility/clarity.Faraz Samapoor2023-07-051-2/+2
| * Fixes testcase errors.Faraz Samapoor2023-07-021-8/+9
| * Fixes Psalm error.Faraz Samapoor2023-07-011-4/+1
| * Refactors lib/private/Accounts.Faraz Samapoor2023-07-015-138/+46
* | Merge pull request #38955 from nextcloud/bugfix/noid/dont-use-orJoas Schilling2023-07-051-1/+1
|\ \
| * | fix(eventdispatcher): Don't use all evaluating "or"Joas Schilling2023-06-231-1/+1
* | | Merge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-wi...Christoph Wurst2023-07-051-1/+1
|\ \ \
| * | | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-06-281-1/+1
* | | | Merge pull request #39086 from nextcloud/bugfix/noid/migrate-admin_audit-to-I...Arthur Schiwon2023-07-051-5/+7
|\ \ \ \
| * | | | feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-041-5/+7
* | | | | Merge pull request #39012 from fsamapoor/refactor_lib_private_security_part2Arthur Schiwon2023-07-059-180/+107
|\ \ \ \ \
| * | | | | Refactors lib/private/Security.Faraz Samapoor2023-06-269-180/+107
* | | | | | Merge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warningJoas Schilling2023-07-051-1/+1
|\ \ \ \ \ \
| * | | | | | fixed quotesdartcafe2023-06-201-1/+1
| * | | | | | add type #38909dartcafe2023-06-201-1/+1
| * | | | | | Throw if creation date is read before inserting into databaseCôme Chilliet2023-06-202-2/+8
| * | | | | | Improve typing in ICommentsManagerCarl Schwan2023-06-201-4/+2
| * | | | | | Cleanup comments codeCarl Schwan2023-06-203-164/+83
* | | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| |_|/ / / / |/| | | | |
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-042-8/+8
* | | | | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-0315-7/+327
|\ \ \ \ \ \
| * | | | | | Fix event names of 2FA related typed eventsJoas Schilling2023-07-0315-7/+327
* | | | | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-032-8/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | doc(ocp): Upgrade capability registration recommendationChristoph Wurst2023-07-031-5/+2
| * | | | | | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-032-3/+13
* | | | | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-034-9/+89
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |