aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: compile assetsJohn Molakvoæ2023-12-203-3/+25
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): drag and drop events chain and cancelJohn Molakvoæ2023-12-203-14/+78
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): recursive drop path joinJohn Molakvoæ2023-12-201-2/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-12-20118-80/+74
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42298 from nextcloud/readOnlyFSFalseGit'Fellow2023-12-191-0/+4
|\ | | | | Don't write back .htaccess file on a RO filesystem
| * Read Only FS return falseGit'Fellow2023-12-151-0/+4
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Merge pull request #42329 from nextcloud/fix/highcontrastEduardo Morales2023-12-198-27/+215
|\ \ | | | | | | fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast
| * | fix(theming): Adjust `color-error` and `color-success` to work for input ↵Ferdinand Thiessen2023-12-193-12/+12
| | | | | | | | | | | | | | | | | | border colors Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrastFerdinand Thiessen2023-12-195-15/+203
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #41088 from nextcloud/enh/text-processing-provider-with-idMarcel Klehr2023-12-196-5/+53
|\ \ \ | |/ / |/| | enh(TextProcessing): Allow providers and task types to declare a dynamic ID instead of using className
| * | Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-197-7/+96
| |\ \
| * | | Update autoloadersMarcel Klehr2023-12-192-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | cs:fixMarcel Klehr2023-12-191-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | Merge branch 'master' into enh/text-processing-provider-with-idMarcel Klehr2023-12-193700-53347/+68220
| |\ \ \ | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix: Make linters happyMarcel Klehr2023-11-083-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix: Remove ITaskTypeWithIdMarcel Klehr2023-11-084-41/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix: Use getId() in ArtificialIntelligence settingsMarcel Klehr2023-11-081-3/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(TextProcessing): fix psalm typingMarcel Klehr2023-10-242-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | enh(TextProcessing): Allow providers and task types to declare a dynamic ID ↵Marcel Klehr2023-10-245-4/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of using className this allows AppAPI to register anonymous classes as TextProcessing providers and task types Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | Merge pull request #42309 from nextcloud/enh/meeting-status-automationAnna2023-12-1911-861/+446
|\ \ \ \ \ | |_|_|/ / |/| | | | fix(userstatus): set user status to 'In a meeting' if calendar is busy
| * | | | fix(userstatus): set user status to 'In a meeting' if calendar is busyAnna Larch2023-12-1911-861/+446
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | Merge pull request #41087 from nextcloud/enh/stt-provider-with-idMarcel Klehr2023-12-195-3/+26
|\ \ \ \ \ | |/ / / / |/| | | | enh(SpeechToText): Allow providers to declare a dynamic ID instead of using className
| * | | | Update autoloadersMarcel Klehr2023-12-192-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | enh(SpeechToText): Allow providers to declare a dynamic ID instead of using ↵Marcel Klehr2023-12-193-3/+24
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | className this allows AppAPI to register anonymous classes as SpeechToText providers Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Merge pull request #42349 from nextcloud/artonge/perf/dav_hidden_propLouis2023-12-191-3/+3
|\ \ \ \ | | | | | | | | | | Use FileInfo's metadata for hidden prop
| * | | | Use FileInfo's metadata for hidden propLouis Chemineau2023-12-191-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #42339 from nextcloud/fix/dav/allow-multiple-organizersRichard Steinmetz2023-12-191-1/+67
|\ \ \ \ \ | |_|/ / / |/| | | | fix(dav): allow multiple organizers if possible
| * | | | fix(dav): allow multiple organizers if possibleRichard Steinmetz2023-12-171-1/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very hacky! However, we want to allow saving events with multiple organizers. Those events are not RFC compliant, but sometimes imported from major external calendar services (e.g. Google). If the current user is not an organizer of the event we ignore the exception as no scheduling messages will be sent anyway. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | Merge pull request #42353 from ↵Louis2023-12-196-7/+20
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/artonge/feat/global_accessibility_switch Add global accessibility switch
| * | | | Add global accessibility switchLouis Chemineau2023-12-196-7/+20
|/ / / / | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #42338 from nextcloud/fix/files-recent-linksJohn Molakvoæ2023-12-1973-180/+116
|\ \ \ \
| * | | | chore: Compile assetsFerdinand Thiessen2023-12-1972-108/+108
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Use DAV functions from library to fix invalid source linksFerdinand Thiessen2023-12-191-72/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #42361 from nextcloud/fix/remove-unnecessary-checksCôme Chilliet2023-12-191-7/+1
|\ \ \ \ \ | |/ / / / |/| | | | fix(manager): removed dead code
| * | | | fix(manager): removed dead codeEduardo Morales2023-12-181-7/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-12-19208-180/+292
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #42287 from nextcloud/fix/dark-theme-and-element-colorsEduardo Morales2023-12-185-28/+207
|\ \ \ \ | | | | | | | | | | fix(theming): Adjust status colors and make dark theme fully accessible
| * | | | fix(theming): Make dark theme accessible and add unit testFerdinand Thiessen2023-12-182-12/+156
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(theming): Adjust status colors to be also accessible on blurry backgroundFerdinand Thiessen2023-12-183-16/+51
|/ / / / | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #42354 from nextcloud/bugfix/noid/typo-in-move-or-copyFerdinand Thiessen2023-12-185-7/+7
|\ \ \ \ | | | | | | | | | | Typo in move or copy
| * | | | chore(assets): Recompile JSJoas Schilling2023-12-184-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix typo in move or copy dialogJoas Schilling2023-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #42350 from ↵Louis2023-12-181-2/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/perf/dont_query_custom_properties_for_metadata_dav_props Don't query oc_properties for metadata props
| * | | | | Don't query oc_properties for metadata propsLouis Chemineau2023-12-181-2/+7
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Merge pull request #42184 from ↵Ferdinand Thiessen2023-12-185-131/+145
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/unified-search-keep-search-input-on-top enh(UnifiedSearch): Keep the searchbar on top of the modal
| * | | | | enh(UnifiedSearch): Keep the searchbar on top of the modalFerdinand Thiessen2023-12-185-131/+145
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #42241 from ↵Joas Schilling2023-12-184-0/+74
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/feat/noid/setup-check-for-maintenance-window feat(setupcheck): Add setup check for maintenance_window_start config
| * | | | feat(setupcheck): Add setup check for maintenance_window_start configJoas Schilling2023-12-184-0/+74
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #42304 from nextcloud/fix/emoji-ooo-statusJoas Schilling2023-12-186-8/+36
|\ \ \ \ \ | |/ / / / |/| | | | fix(ooo): add new ooo status with new emoji
| * | | | fix(ooo): add new ooo status with new emojiAnna Larch2023-12-186-8/+36
|/ / / / | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>