| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-28 | 26 | -30/+88 |
* | Merge pull request #39409 from nextcloud/automated/noid/master-fix-npm-audit | Ferdinand Thiessen | 2023-07-28 | 3 | -439/+161 |
|\ |
|
| * | chore(deps): fix npm audit | nextcloud-command | 2023-07-23 | 3 | -439/+161 |
* | | Merge pull request #39537 from nextcloud/ocs-update-group | Alexander Piskun | 2023-07-27 | 1 | -0/+3 |
|\ \ |
|
| * | | to return correct code when group not found | Alexander Piskun | 2023-07-22 | 1 | -0/+3 |
* | | | Merge pull request #39571 from nextcloud/bugfix/noid/move-lib-to-IEventDispat... | Joas Schilling | 2023-07-27 | 27 | -369/+93 |
|\ \ \ |
|
| * | | | fix!: Remove User events which have a typed event replacement | Joas Schilling | 2023-07-27 | 1 | -4/+0 |
| * | | | fix: Move Sharing events to IEventDispatcher | Joas Schilling | 2023-07-27 | 4 | -29/+35 |
| * | | | fix: Move Node HookConnecter events to IEventDispatcher | Joas Schilling | 2023-07-27 | 3 | -38/+19 |
| * | | | fix: Move SystemTags events to IEventDispatcher | Joas Schilling | 2023-07-27 | 5 | -60/+21 |
| * | | | fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA Manager | Joas Schilling | 2023-07-27 | 4 | -37/+5 |
| * | | | fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalS... | Joas Schilling | 2023-07-27 | 3 | -80/+5 |
| * | | | fix: Move AppManager events to IEventDispatcher | Joas Schilling | 2023-07-27 | 4 | -20/+8 |
| * | | | fix!: Remove legacy event dispatching Symfony's GenericEvent | Joas Schilling | 2023-07-27 | 5 | -101/+0 |
* | | | | Merge pull request #38667 from nextcloud/fix/systemtagmanager-gettag-updatetag | Joas Schilling | 2023-07-27 | 1 | -4/+8 |
|\ \ \ \ |
|
| * | | | | fix(SystemTagManager): Use truncated tagName in getTag and updateTag | Marcel Klehr | 2023-07-27 | 1 | -4/+8 |
| |/ / / |
|
* | | | | Merge pull request #39486 from nextcloud/3rdparty-bump-punic | Andy Scherzinger | 2023-07-27 | 3 | -16/+16 |
|\ \ \ \ |
|
| * | | | | chore: update expected results for CLDR 42 | Daniel Kesselberg | 2023-07-27 | 2 | -14/+14 |
| * | | | | chore: update expected timezone from GMT+0 to UTC | Daniel Kesselberg | 2023-07-27 | 1 | -8/+8 |
| * | | | | chore(3rdparty): update punic to 3.8.1 | Daniel Kesselberg | 2023-07-27 | 1 | -0/+0 |
| |/ / / |
|
* | | | | Merge pull request #39483 from nextcloud/fix/files-vue-favorite-icon | Ferdinand Thiessen | 2023-07-27 | 5 | -18/+97 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix(files): Adjust files favorite marker for vue file list to not overflow | Ferdinand Thiessen | 2023-07-19 | 5 | -18/+97 |
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-27 | 12 | -32/+60 |
* | | | | Merge pull request #39485 from nextcloud/bugfix/noid/move-remaining-easy-usag... | Joas Schilling | 2023-07-26 | 10 | -48/+30 |
|\ \ \ \ |
|
| * | | | | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher | Joas Schilling | 2023-07-25 | 10 | -48/+30 |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-26 | 24 | -18/+144 |
* | | | | | Merge pull request #39487 from nextcloud/feat/noid/typed-events-for-db_add-mi... | Joas Schilling | 2023-07-25 | 13 | -890/+496 |
|\ \ \ \ \ |
|
| * | | | | | fix(db)!: Remove private legacy event because we can not keep it | Joas Schilling | 2023-07-24 | 6 | -91/+9 |
| * | | | | | fix(db): Move missing core indices to typed event | Joas Schilling | 2023-07-24 | 2 | -588/+176 |
| * | | | | | fix: Add options to support all used features by core | Joas Schilling | 2023-07-24 | 2 | -5/+40 |
| * | | | | | fix(db): Move missing core columns to typed event | Joas Schilling | 2023-07-24 | 3 | -53/+15 |
| * | | | | | fix(db): Move missing core primary keys to typed event | Joas Schilling | 2023-07-24 | 3 | -178/+46 |
| * | | | | | feat(dispatcher): Add typed event for "db:add-missing-primary-keys" | Joas Schilling | 2023-07-24 | 6 | -9/+130 |
| * | | | | | feat(dispatcher): Add typed event for "db:add-missing-columns" | Joas Schilling | 2023-07-24 | 7 | -16/+130 |
* | | | | | | Merge pull request #39317 from nextcloud/fix/4193-change-color-primary-hover | John Molakvoæ | 2023-07-25 | 2 | -2/+2 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Change color for primary element on hover | julia.kirschenheuter | 2023-07-24 | 2 | -2/+2 |
| |/ / / / |
|
* / / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-25 | 20 | -16/+62 |
|/ / / / |
|
* | | | | Merge pull request #39506 from nextcloud/techdebt/39488/ensure-index-name-uni... | Joas Schilling | 2023-07-24 | 2 | -2/+57 |
|\ \ \ \ |
|
| * | | | | fix(tests): Adjust unit tests to outline the schema is checked twice now | Joas Schilling | 2023-07-21 | 1 | -2/+2 |
| * | | | | feat(db): Ensure that index names are unique across the database | Joas Schilling | 2023-07-20 | 1 | -0/+55 |
* | | | | | Merge pull request #38606 from fsamapoor/replace_strpos_calls_in_settings_app | Daniel | 2023-07-24 | 4 | -7/+7 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into replace_strpos_calls_in_settings_app | Faraz Samapoor | 2023-06-12 | 314 | -2412/+3142 |
| |\ \ \ \ \ |
|
| * | | | | | | Refactors "strpos" calls in /apps/settings to improve code readability. | Faraz Samapoor | 2023-06-05 | 4 | -8/+8 |
* | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-24 | 30 | -30/+116 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-23 | 28 | -4/+116 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-07-22 | 274 | -1004/+1276 |
* | | | | | Merge pull request #39402 from nextcloud/enh/a11y-users-settings | Pytal | 2023-07-21 | 8 | -293/+432 |
|\ \ \ \ \ |
|
| * | | | | | test(settings): User management settings dialog | Christopher Ng | 2023-07-18 | 1 | -22/+24 |
| * | | | | | chore: Compile assets | Christopher Ng | 2023-07-18 | 5 | -7/+9 |
| * | | | | | enh(a11y): User management settings dialog | Christopher Ng | 2023-07-18 | 2 | -264/+399 |