aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* prevent recursion with log eventslog-event-recursionRobin Appelman2023-07-131-2/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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
| * | | | | | Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-291-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-202-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix autoloadersCôme Chilliet2023-05-252-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix user tests, avoid setting enabled state to the same valueCôme Chilliet2023-05-231-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Add user enabled state backend featureCôme Chilliet2023-05-232-9/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Silent imagecreatefromstring() errorsGit'Fellow2023-06-301-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Add template types to responsesjld31032023-06-3020-95/+225
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-302-0/+182
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-sharesArthur Schiwon2023-06-292-4/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | display displayname on federated shares