Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Admin audit app: optimization according to PHP 8 | Danial Rahimi | 2023-07-05 | 2 | -12/+7 | |
* | | | | | Merge pull request #38978 from fsamapoor/refactor_lib_private_accounts | Arthur Schiwon | 2023-07-05 | 5 | -144/+50 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Renames the property to improve the code readbility/clarity. | Faraz Samapoor | 2023-07-05 | 1 | -2/+2 | |
| * | | | | Fixes testcase errors. | Faraz Samapoor | 2023-07-02 | 1 | -8/+9 | |
| * | | | | Fixes Psalm error. | Faraz Samapoor | 2023-07-01 | 1 | -4/+1 | |
| * | | | | Refactors lib/private/Accounts. | Faraz Samapoor | 2023-07-01 | 5 | -138/+46 | |
* | | | | | Merge pull request #39062 from nextcloud/fix/tag-search-short-circuit-master | Arthur Schiwon | 2023-07-05 | 1 | -4/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix psalm error | Marcel Klehr | 2023-06-30 | 1 | -1/+1 | |
| * | | | | | fix(TagSearchProvider): Short circuit if no tag matches the query | Marcel Klehr | 2023-06-30 | 1 | -4/+6 | |
* | | | | | | Merge pull request #38955 from nextcloud/bugfix/noid/dont-use-or | Joas Schilling | 2023-07-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix(eventdispatcher): Don't use all evaluating "or" | Joas Schilling | 2023-06-23 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-wi... | Christoph Wurst | 2023-07-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem | Christoph Wurst | 2023-06-28 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #39086 from nextcloud/bugfix/noid/migrate-admin_audit-to-I... | Arthur Schiwon | 2023-07-05 | 7 | -57/+63 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | feat(admin_audit): Migrate to non-deprecated IEventDispatcher | Joas Schilling | 2023-07-04 | 7 | -57/+63 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #39012 from fsamapoor/refactor_lib_private_security_part2 | Arthur Schiwon | 2023-07-05 | 9 | -180/+107 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | Refactors lib/private/Security. | Faraz Samapoor | 2023-06-26 | 9 | -180/+107 | |
* | | | | | | | | Merge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warning | Joas Schilling | 2023-07-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fixed quotes | dartcafe | 2023-06-20 | 1 | -1/+1 | |
| * | | | | | | | | add type #38909 | dartcafe | 2023-06-20 | 1 | -1/+1 | |
| * | | | | | | | | Throw if creation date is read before inserting into database | Côme Chilliet | 2023-06-20 | 2 | -2/+8 | |
| * | | | | | | | | Improve typing in ICommentsManager | Carl Schwan | 2023-06-20 | 1 | -4/+2 | |
| * | | | | | | | | Cleanup comments code | Carl Schwan | 2023-06-20 | 18 | -345/+147 | |
* | | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-05 | 30 | -4/+94 | |
* | | | | | | | | | Merge pull request #39115 from nextcloud/fix/unecrypted-size-part-files | Arthur Schiwon | 2023-07-04 | 1 | -13/+21 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix(sse): don't update uncached files | Richard Steinmetz | 2023-07-04 | 1 | -13/+21 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #38975 from fsamapoor/constructor_property_promotion_in_re... | Robin Appelman | 2023-07-04 | 13 | -133/+74 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Uses PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-23 | 13 | -133/+74 | |
* | | | | | | | | | | Merge pull request #38974 from fsamapoor/constructor_property_promotion_in_co... | Robin Appelman | 2023-07-04 | 11 | -50/+31 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Uses PHP8's constructor property promotion. | Faraz Samapoor | 2023-06-23 | 11 | -50/+31 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #39127 from nextcloud/fix/password-confirmation-master | Marcel Klehr | 2023-07-04 | 5 | -8/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix(OC/password-confirmation): Hide the correct button | Marcel Klehr | 2023-07-04 | 5 | -8/+9 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #39116 from nextcloud/feature/psalm-enable-more-less-specific | Kate | 2023-07-04 | 2 | -84/+478 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | psalm: Enable more/less specific errors | jld3103 | 2023-07-03 | 2 | -84/+478 | |
* | | | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-04 | 26 | -232/+462 | |
* | | | | | | | | | | Merge pull request #38969 from nextcloud/enh/38944/add-profile-url-to-sab | Johannes | 2023-07-03 | 2 | -4/+28 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | enh(sab): Add profileUrl to SAB | Johannes Merkel | 2023-07-03 | 2 | -4/+28 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #39070 from nextcloud/fix/bump-sabre/dav-to-4.4.0-in-master | Daniel | 2023-07-03 | 1 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Bump sabre/dav to 4.4.0 in master | Côme Chilliet | 2023-07-03 | 1 | -0/+0 | |
* | | | | | | | | | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-names | Joas Schilling | 2023-07-03 | 74 | -1495/+1667 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix event names of 2FA related typed events | Joas Schilling | 2023-07-03 | 74 | -1495/+1667 | |
* | | | | | | | | | | | Merge pull request #39120 from nextcloud/fix/psalm-disable-cache | Kate | 2023-07-03 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | psalm: Disable cache | jld3103 | 2023-07-03 | 1 | -3/+3 | |
* | | | | | | | | | | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilities | Christoph Wurst | 2023-07-03 | 11 | -29/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | doc(ocp): Upgrade capability registration recommendation | Christoph Wurst | 2023-07-03 | 1 | -5/+2 | |
| * | | | | | | | | | | | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 11 | -24/+13 | |
* | | | | | | | | | | | | Merge pull request #39103 from nextcloud/fix/remove-orphaned-file | John Molakvoæ | 2023-07-03 | 1 | -44/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | chore(files_sharing): Remove orphaned file with deprecated imports | Ferdinand Thiessen | 2023-07-01 | 1 | -44/+0 | |
* | | | | | | | | | | | | | Merge pull request #39096 from nextcloud/automated/noid/master-update-psalm-b... | Côme Chilliet | 2023-07-03 | 2 | -83/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Update psalm baseline | nextcloud-command | 2023-07-01 | 2 | -83/+0 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |