summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #41941 from nextcloud/backport/41924/stable28Louis2023-12-021-93/+131
|\ \ | |/ |/| [stable28] Add comment in SyncLivePhotosListener
| * Add comment in SyncLivePhotosListenerLouis Chemineau2023-12-011-93/+131
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #41960 from ↵Joas Schilling2023-12-011-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/fix-video-verification-tests fix(CI): Fix video verification tests
| * fix(CI): Fix video verification testsJoas Schilling2023-12-011-1/+1
| | | | | | | | | | | | Searching for "master" doesn't work when the app switches to "main" Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #41963 from nextcloud/backport/41957/stable28Joas Schilling2023-12-0111-112/+360
|\ \ | |/ |/| [stable28] feat(out-of-office): Add OCS endpoint to set and clear absence
| * fix(out-of-office)!: Remove non OCS endpointJoas Schilling2023-12-014-103/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(out-of-office): Migrate frontend to OCS endpointJoas Schilling2023-12-015-9/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * feat(out-of-office): Add OCS endpoint to set and clear absenceJoas Schilling2023-12-013-0/+350
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #41956 from nextcloud/backport/41928/stable28Joas Schilling2023-12-017-68/+46
|\ | | | | [stable28] fix(copyright): Fix copyright doc blocks
| * fix(copyright): Fix copyright doc blocksJoas Schilling2023-12-017-68/+46
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-01160-110/+506
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #41945 from ↵Andy Scherzinger2023-11-301-4/+4
|\ | | | | | | | | nextcloud/fix/stable28-cypress-global-search-modal [stable28] fix(cypress): Adjust user columns tests
| * fix(cypress): Adjust user columns tests to be more specific when selecting a ↵Ferdinand Thiessen2023-11-301-4/+4
| | | | | | | | | | | | modal Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #41814 from nextcloud/release/28.0.0_rc2v28.0.0rc2Arthur Schiwon2023-11-301-1/+1
|\ \ | | | | | | 28.0.0 RC2
| * | 28.0.0 RC2Arthur Schiwon2023-11-281-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #41943 from nextcloud/fix/stable28-update-vueArthur Schiwon2023-11-30101-187/+187
|\ \ \ | |_|/ |/| | [stable28] Update `@nextcloud/vue` to 8.3.0
| * | fix: Update dav snapshotsFerdinand Thiessen2023-11-301-35/+35
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | chore: Update `@nextcloud/vue` to 8.3.0Ferdinand Thiessen2023-11-30100-152/+152
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #41932 from nextcloud/backport/41923/stable28Ferdinand Thiessen2023-11-303-4/+7
|\ \ | | | | | | [stable28] fix(core): app icon alignment in app menu
| * | chore(assets): recompile assetsGrigorii K. Shartsev2023-11-302-3/+3
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | fix(core): app icon alignment in app menuGrigorii K. Shartsev2023-11-301-1/+4
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | Merge pull request #41929 from nextcloud/41785-manual-backportAndy Scherzinger2023-11-304-9/+9
|\ \ \ | | | | | | | | [stable28] Migrate openResult method to SearchResult component
| * | | Migrate openResult method to SearchResult componentfenn-cs2023-11-304-9/+9
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | After moving the `SearchResult` to its own component and leaving out the openResult method, the search results do not lead anywhere but but error out. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #41925 from nextcloud/41781-manual-backportFerdinand Thiessen2023-11-3015-37/+46
|\ \ \ | | | | | | | | [stable28] UI updates for global search
| * | | Fix date filter wording & improve search feedbackfenn-cs2023-11-3013-30/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show loading when actually loading, instead of no content - Change modified label to `Date` as it applies to a bunch of things. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Unbold user names in SearchableListfenn-cs2023-11-301-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | Improve accesibility for search tags/chipsfenn-cs2023-11-301-7/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | - Use stand font of filter tags/chips - No bold - Use close icon and no close thick Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #41930 from nextcloud/41792-manual-backportF. E Noel Nfebe2023-11-304-6/+15
|\ \ \ | | | | | | | | [stable28] Handle close GlobalSearchModal gracefully #41792
| * | | Handle close GlobalSearchModal gracefullyfenn-cs2023-11-304-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current close infrastructure modifies a prop which has no real effect aside bugs. In addition, calling the `NcModal.close()` as the primary way to close the search modal instead of using the states defined in `GlobalSearch` view causing re-open bugs (Modal cannot open, needs to click twice, and other weird stuff). Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #41933 from nextcloud/41729-manual-backportF. E Noel Nfebe2023-11-301-5/+2
|\ \ \ \ | | | | | | | | | | [stable28] Enable new global search by default #41729
| * | | | Enable new global search by defaultfenn-cs2023-11-301-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new global search would now be activated by default and users, have the option to revert to the old unified search by setting `unified_search.enabled` to true in the NC `config.php` file. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #41934 from nextcloud/41885-manual-backportAndy Scherzinger2023-11-309-43/+42
|\ \ \ \ \ | |_|/ / / |/| | | | [stable28] Improve share logic for enforced password & expiry date
| * | | | Improve share logic for enforced password & expiry datefenn-cs2023-11-309-43/+42
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * It's possible for the admin to enforce and expiry date after, some shares have been created. This commit makes possible to update the share with the new admin constraints. * This commit would users to modify enforced expiry to anything within range and less than the enforced limit in the pre-create dialog for public shares. * This commit fixes, unable to update share without updating password. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #41921 from nextcloud/backport/41765/stable28Louis2023-11-3013-8/+468
|\ \ \ \ | |_|/ / |/| | | [stable28] Synchronize operation on live photo files
| * | | Synchronize operation on live photo filesLouis Chemineau2023-11-3013-8/+468
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #41926 from nextcloud/41771-manual-backportBenjamin Gaussorgues2023-11-303-6/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Always emit search eventfenn-cs2023-11-303-6/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | For BOD, it's better to always emit the search event so apps (all of which we don't know) responding to this effect would receive notifications when the search happens within these apps. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #41920 from nextcloud/backport/41855/stable28Simon L2023-11-3013-10/+31
|\ \ \ | |/ / |/| | [stable28] fix(theming): Fix color inverted icons based on theming and dark mode
| * | Fix more active entry iconsJoas Schilling2023-11-306-6/+18
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(theming): Fix color inverted icons based on theming and dark modeJoas Schilling2023-11-307-4/+13
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #41912 from nextcloud/update/vue/stable28Simon L2023-11-309-14/+14
|\ \ | | | | | | [stable28] update @nextcloud/upload to 1.0.2
| * | update @nextcloud/upload to 1.0.2root2023-11-299-14/+14
| | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-30296-2256/+626
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #41811 from nextcloud/backport/41778/stable28Arthur Schiwon2023-11-292-20/+492
|\ \ | | | | | | [stable28] fix(dav): don't schedule out-of-office jobs for dates in the past
| * | fix(dav): don't schedule out-of-office jobs for dates in the pastRichard Steinmetz2023-11-282-20/+492
| |/ | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Merge pull request #41873 from nextcloud/backport/41703/stable28Arthur Schiwon2023-11-294-7/+7
|\ \ | | | | | | [stable28] fix(dav): Convert dates without tz drift
| * | fix(dav): Timezone drift of OOO eventChristoph Wurst2023-11-291-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | fix(dav): Convert dates without tz driftChristoph Wurst2023-11-293-6/+6
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #41868 from nextcloud/mime-type-msg-eml-28Christoph Wurst2023-11-293-1/+16
|\ \ | | | | | | [stable28] fix: add mimetype for eml and msg
| * | fix: change mime type for msg fileDaniel Kesselberg2023-11-292-2/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>