aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39062 from nextcloud/fix/tag-search-short-circuit-masterArthur Schiwon2023-07-051-4/+6
|\
| * Fix psalm errorMarcel Klehr2023-06-301-1/+1
| * fix(TagSearchProvider): Short circuit if no tag matches the queryMarcel Klehr2023-06-301-4/+6
* | 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-057-57/+63
|\ \ \ \
| * | | | feat(admin_audit): Migrate to non-deprecated IEventDispatcherJoas Schilling2023-07-047-57/+63
* | | | | 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-2018-345/+147
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0530-4/+94
* | | | | | | Merge pull request #39115 from nextcloud/fix/unecrypted-size-part-filesArthur Schiwon2023-07-041-13/+21
|\ \ \ \ \ \ \
| * | | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #38975 from fsamapoor/constructor_property_promotion_in_re...Robin Appelman2023-07-0413-133/+74
|\ \ \ \ \ \ \
| * | | | | | | Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2313-133/+74
* | | | | | | | Merge pull request #38974 from fsamapoor/constructor_property_promotion_in_co...Robin Appelman2023-07-0411-50/+31
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2311-50/+31
| |/ / / / / /
* | | | | | | 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
|/ / / / / / /
* | | | | | | Merge pull request #39116 from nextcloud/feature/psalm-enable-more-less-specificKate2023-07-042-84/+478
|\ \ \ \ \ \ \
| * | | | | | | psalm: Enable more/less specific errorsjld31032023-07-032-84/+478
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0426-232/+462
* | | | | | | | Merge pull request #38969 from nextcloud/enh/38944/add-profile-url-to-sabJohannes2023-07-032-4/+28
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | enh(sab): Add profileUrl to SABJohannes Merkel2023-07-032-4/+28
|/ / / / / / /
* | | | | | | Merge pull request #39070 from nextcloud/fix/bump-sabre/dav-to-4.4.0-in-masterDaniel2023-07-031-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Bump sabre/dav to 4.4.0 in masterCôme Chilliet2023-07-031-0/+0
* | | | | | | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-0374-1495/+1667
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix event names of 2FA related typed eventsJoas Schilling2023-07-0374-1495/+1667
* | | | | | | | | Merge pull request #39120 from nextcloud/fix/psalm-disable-cacheKate2023-07-031-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | psalm: Disable cachejld31032023-07-031-3/+3
* | | | | | | | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-0311-29/+15
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | doc(ocp): Upgrade capability registration recommendationChristoph Wurst2023-07-031-5/+2
| * | | | | | | | | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-0311-24/+13
* | | | | | | | | | 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
* | | | | | | | | | | Merge pull request #39096 from nextcloud/automated/noid/master-update-psalm-b...Côme Chilliet2023-07-032-83/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Update psalm baselinenextcloud-command2023-07-012-83/+0
* | | | | | | | | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-0319-179/+355
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-293-0/+25
| * | | | | | | | | | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-204-10/+11
| * | | | | | | | | | Fix User_Proxy tests as wellCôme Chilliet2023-05-251-1/+11
| * | | | | | | | | | Use DI for DeletedUsersIndex and fix testsCôme Chilliet2023-05-259-118/+151
| * | | | | | | | | | Fix autoloadersCôme Chilliet2023-05-252-0/+2