summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | fix: add mimetype for eml and msgDaniel Kesselberg2023-11-293-1/+16
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #41886 from nextcloud/backport/41866/stable28Christoph Wurst2023-11-292-6/+34
|\ \ \ | | | | | | | | [stable28] fix(dav): Prioritize timezone from core/login
| * | | fix(dav): Prioritize timezone from core/loginChristoph Wurst2023-11-292-6/+34
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #41845 from nextcloud/backport/41818/stable28Andy Scherzinger2023-11-292-7/+4
|\ \ \ | |/ / |/| | [stable28] fix(OOO): Make the returned data more explicit
| * | fix(OOO): Make the returned data more explicitJoas Schilling2023-11-292-7/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #41807 from nextcloud/backport/41753/stable28Andy Scherzinger2023-11-295-6/+6
|\ \ \ | | | | | | | | [stable28] Spelling correction
| * | | Update test for changed string - openInFilesAction.spec.tsAndy Scherzinger2023-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Change to capital letterValdnet2023-11-293-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Correct a typoValdnet2023-11-291-1/+1
| |/ / | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | Merge pull request #41837 from nextcloud/backport/41738/stable28Andy Scherzinger2023-11-293-12/+15
|\ \ \ | | | | | | | | [stable28] feat(dav): hide search providers if their respective app is not activated
| * | | feat(dav): hide search providers if their respective app is not activatedBenjamin Gaussorgues2023-11-293-12/+15
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | Merge pull request #41783 from nextcloud/backport/41749/stable28Andy Scherzinger2023-11-291-20/+16
|\ \ \ \ | |_|/ / |/| | | [stable28] fix(files_versions): Check for user and owner before call getUserFolder
| * | | fix(files_versions): Explicitly check for user or owner before call ↵Git'Fellow2023-11-291-20/+16
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getUserFolder Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix typo Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Fix Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Optimize DI Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Switch to DI Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> userSession does not contain null Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Restore phpdoc annots Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>