Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fix(tests): Make timing test more reliable | Joas Schilling | 2024-09-25 | 1 | -1/+4 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-25 | 172 | -182/+222 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(files): Link share URL was not generated due to typo | Ferdinand Thiessen | 2024-09-24 | 1 | -3/+4 | |
| | | | | | | | | | | | | `toen` vs `token` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | refactor(updatenotification): Migrate legacy code | Ferdinand Thiessen | 2024-09-24 | 6 | -45/+85 | |
| | | | | | | | | | | | | | | 1. Remove hook usage and just provide an initial state 2. Replace jQuery code with modern non-deprecated frontend code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #32018 from nextcloud/cleanup/event/trashbin | Côme Chilliet | 2024-09-24 | 8 | -71/+87 | |
|\ \ | |/ |/| | Port files trashbin events to IEventDispatcher/IEventListener | |||||
| * | fix(tests): Fix tests now that trashbin listens to events properly | Côme Chilliet | 2024-09-23 | 1 | -17/+11 | |
| | | | | | | | | | | | | | | Hooks are cleared in test bootstrap so switching to events activates them in tests. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | chore: Use SPDX headers and property promotion in new files | Côme Chilliet | 2024-09-23 | 1 | -18/+2 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListener | Carl Schwan | 2024-09-23 | 7 | -54/+92 | |
| | | | | | | | | | | | | | | | | oc_hooks is deprecated and will at some point be removed Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: Ensure app discover section is returned as listfix/app-discover | Ferdinand Thiessen | 2024-09-24 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #44945 from nextcloud/rakekniven-patch-1 | Joas Schilling | 2024-09-24 | 1 | -1/+1 | |
|\ \ | |/ |/| | fix(i18n): Changed grammar | |||||
| * | fix(translations): Changed grammar | rakekniven | 2024-09-23 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-23 | 6 | -6/+10 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #48111 from ↵ | Côme Chilliet | 2024-09-23 | 1 | -0/+5 | |
|\ | | | | | | | | | nextcloud/fix/move-storage-constructor-to-specific-interface fix: Move storage constructor to specific interface | |||||
| * | fix: Move storage constructor to specific interface | Côme Chilliet | 2024-09-23 | 1 | -0/+5 | |
| | | | | | | | | | | | | That allows Wrappers to use DI and not care about the constructor Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Merge pull request #48223 from nextcloud/feat/add-rector-config | Côme Chilliet | 2024-09-23 | 69 | -137/+137 | |
|\ \ | | | | | | | Add rector config | |||||
| * | | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 69 | -137/+137 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Merge pull request #48175 from ↵ | Joas Schilling | 2024-09-23 | 9 | -46/+41 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/followup/48086/fix-more-activity-providers fix(activity): Update more activity providers to use new exceptions | |||||
| * | | | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providers | Joas Schilling | 2024-09-23 | 9 | -46/+41 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-tests | Joas Schilling | 2024-09-23 | 3 | -15906/+27 | |
|\ \ \ \ | |/ / / |/| | | | fix(tests): Fix test selection and run unit tests of DAV and user_status | |||||
| * | | | test: fix ContactsMigratorTestbugfix/noid/run-all-unit-tests | Anna Larch | 2024-09-19 | 2 | -15894/+21 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
| * | | | fix(user_status): Fix integration test of user status | Joas Schilling | 2024-09-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | | fix(tests): Fix test selection and run unit tests of DAV and user_status | Joas Schilling | 2024-09-19 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_search | Louis Chemineau | 2024-09-23 | 1 | -0/+2 | |
| |_|/ |/| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-23 | 4 | -0/+32 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-22 | 6 | -4/+12 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-21 | 122 | -11064/+11128 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #48152 from nextcloud/clean/version-ocp | Julius Knorr | 2024-09-20 | 14 | -36/+46 | |
|\ \ \ | | | | | | | | | chore(legacy): Introduce public version class and drop version methods from OC_Util | |||||
| * | | | chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocp | Julius Knorr | 2024-09-20 | 14 | -36/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net> | |||||
* | | | | Merge pull request #48241 from nextcloud/chore/remove-legacy-files-scripts | Kate | 2024-09-20 | 77 | -20509/+3 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | chore: Move legacy dialogs template from files to core until we can remove it | Ferdinand Thiessen | 2024-09-20 | 1 | -35/+0 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | | chore(files): Remove legacy style files | Ferdinand Thiessen | 2024-09-20 | 22 | -1843/+0 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | | chore(files): Remove legacy UI scripts now that everything is migrated to Vue | Ferdinand Thiessen | 2024-09-20 | 54 | -18631/+3 | |
| |/ / | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #48224 from nextcloud/object-store-trash-move | Kate | 2024-09-20 | 1 | -11/+8 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | fix: improve moving object store items to trashbinobject-store-trash-move | Robin Appelman | 2024-09-19 | 1 | -11/+8 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Merge pull request #47905 from nextcloud/fix/files-duplicated-nodes | Ferdinand Thiessen | 2024-09-20 | 3 | -13/+194 | |
|\ \ \ | | | | | | | | | fix(files): Ensure children are removed from folder and not duplicated | |||||
| * | | | test(files): Add tests for path handling | Ferdinand Thiessen | 2024-09-20 | 1 | -0/+130 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | | fix(files): Ensure children are removed from folder and not duplicated | Ferdinand Thiessen | 2024-09-20 | 2 | -13/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolves https://github.com/nextcloud/server/issues/47904 We need to make sure that we only add one source (unique!) once as a child, this is ensured by simply use a native `Set`. Also we need to remove children on from folders when the `files:node:deleted` event is emitted. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | Merge pull request #47553 from nextcloud/chore/cleanup-warnings | Ferdinand Thiessen | 2024-09-20 | 3 | -15/+13 | |
|\ \ \ \ | | | | | | | | | | | chore: fix usage of deprecated functions and adjust code style | |||||
| * | | | | chore: fix usage of deprecated functions and adjust code style | Ferdinand Thiessen | 2024-09-20 | 3 | -15/+13 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves 57 ESLint warnings by replacing deprecated code with `@nextcloud/` libraries, as well as adding missing type information, importing jQuery instead of relying on global one, and the same with Moment.js. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* / / / | fix(ci): Remove more withConsecutive in appsbugfix/noid/remove-more-withConsecutive | Joas Schilling | 2024-09-20 | 4 | -90/+68 | |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #48196 from nextcloud/chore/add-deprecation-date | Ferdinand Thiessen | 2024-09-20 | 2 | -13/+4 | |
|\ \ \ | | | | | | | | | chore: Add proper deprecation dates where missing | |||||
| * | | | chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-date | Ferdinand Thiessen | 2024-09-20 | 2 | -13/+4 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-20 | 94 | -134/+398 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(federation): Do not overwrite certificate bundlefix/federation-certificate-store | Julius Härtl | 2024-09-20 | 1 | -14/+17 | |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | | chore: Get rid of travis in DAV appchore/remove-travis | Ferdinand Thiessen | 2024-09-19 | 69 | -41/+26 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | chore: Remove old travis related stuff | Ferdinand Thiessen | 2024-09-19 | 2 | -2/+1 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #48218 from nextcloud/ci/noid/prepare-phpunit-10 | Ferdinand Thiessen | 2024-09-19 | 4 | -28/+21 | |
|\ \ \ | |/ / |/| | | chore: Cleanup and prepare some app tests for PHPUnit 10 | |||||
| * | | chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10 | Joas Schilling | 2024-09-19 | 4 | -28/+21 | |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #47399 from nextcloud/fix/47275/driverException | Hamza | 2024-09-19 | 2 | -8/+10 | |
|\ \ | |/ |/| | fix: expand select and group by for calendar reminder backend | |||||
| * | fix: expand select and group by for calandar reminder backendfix/47275/driverException | Hamza Mahjoubi | 2024-09-19 | 2 | -8/+10 | |
| | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> |