aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #38176 from danialRahimy/masterArthur Schiwon2023-07-052-12/+7
|\ \ \ \ | | | | | | | | | | Admin audit app: optimization according to PHP 8
| * | | | Admin audit app: optimization according to PHP 8Danial Rahimi2023-07-052-12/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Danial Rahimi <daniel_rahimi@outlook.com>
* | | | | 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 #39062 from nextcloud/fix/tag-search-short-circuit-masterArthur Schiwon2023-07-051-4/+6
|\ \ \ \ \ | | | | | | | | | | | | fix(TagSearchProvider): Short circuit if no tag matches the query
| * | | | | Fix psalm errorMarcel Klehr2023-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | | fix(TagSearchProvider): Short circuit if no tag matches the queryMarcel Klehr2023-06-301-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | 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-057-57/+63
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-047-57/+63
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | 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-2018-345/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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(l10n): Update translations from TransifexNextcloud bot2023-07-0530-4/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #39115 from nextcloud/fix/unecrypted-size-part-filesArthur Schiwon2023-07-041-13/+21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix(sse): don't update uncached files
| * | | | | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | | Merge pull request #38975 from ↵Robin Appelman2023-07-0413-133/+74
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_remaining_core_classes Uses PHP8's constructor property promotion in remaining /core classes
| * | | | | | | | | Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2313-133/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | | | | | Merge pull request #38974 from ↵Robin Appelman2023-07-0411-50/+31
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_migrations Uses PHP8's constructor property promotion in core/Migrations
| * | | | | | | | | Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2311-50/+31
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | | | | Merge pull request #39127 from nextcloud/fix/password-confirmation-masterMarcel Klehr2023-07-045-8/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-045-8/+9
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | | | Merge pull request #39116 from nextcloud/feature/psalm-enable-more-less-specificKate2023-07-042-84/+478
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | psalm: Enable more/less specific errors
| * | | | | | | | | psalm: Enable more/less specific errorsjld31032023-07-032-84/+478
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0426-232/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #38969 from nextcloud/enh/38944/add-profile-url-to-sabJohannes2023-07-032-4/+28
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | enh(sab): Add profileUrl to SAB
| * | | | | | | | | enh(sab): Add profileUrl to SABJohannes Merkel2023-07-032-4/+28
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | | | | | | | Merge pull request #39070 from nextcloud/fix/bump-sabre/dav-to-4.4.0-in-masterDaniel2023-07-031-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Bump sabre/http to 5.1.7 in master
| * | | | | | | | | Bump sabre/dav to 4.4.0 in masterCôme Chilliet2023-07-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-0374-1495/+1667
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix event names of 2FA related typed events
| * | | | | | | | | | Fix event names of 2FA related typed eventsJoas Schilling2023-07-0374-1495/+1667
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | | Merge pull request #39120 from nextcloud/fix/psalm-disable-cacheKate2023-07-031-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | psalm: Disable cache
| * | | | | | | | | | | psalm: Disable cachejld31032023-07-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | | | | | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-0311-29/+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-0311-24/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | | | | Merge pull request #39103 from nextcloud/fix/remove-orphaned-fileJohn Molakvoæ2023-07-031-44/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | chore(files_sharing): Remove orphaned file with deprecated importsFerdinand Thiessen2023-07-011-44/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | | | | | | | Merge pull request #39096 from ↵Côme Chilliet2023-07-032-83/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml