aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-162-6/+28
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1676-118/+488
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45848 from nextcloud/fix/comment-deleting-with-activitiesChristoph Wurst2024-07-155-3/+60
|\ | | | | Fix/comment deleting with activities installed
| * fix(comments): comment deleting with activities installedGrigory Vodyanov2024-07-155-3/+60
| | | | | | | | | | | | | | Signed-off-by: Grigory Vodyanov <scratchx@gmx.com> Signed-off-by: Grigory V <scratchx@gmx.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #46397 from nextcloud/extended-query-builder-baseRobin Appelman2024-07-151-4/+4
|\ \ | |/ |/| feat: add base class for extending the query builder
| * feat: add base class for extending the query builderRobin Appelman2024-07-121-4/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix(files): Close the sidebar on navigationFerdinand Thiessen2024-07-153-3/+10
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #46504 from nextcloud/fix/dark-theme-enforceJohn Molakvoæ2024-07-152-2/+19
|\ \
| * | fix(theming): enforce theme should still provide dark as fallbackskjnldsv2024-07-132-2/+19
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1512-6/+522
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1426-48/+470
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-13120-654/+1394
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files_sharing): fix label usage of file request featureJohn Molakvoæ2024-07-124-8/+10
| | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | chore(files_sharing): lint & refactor fixesskjnldsv2024-07-127-17/+18
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-127-27/+20
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-1215-312/+774
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(files_sharing): cleanup NewFileRequestDialog vueskjnldsv2024-07-125-23/+29
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix: psalm, cs, autoloader and lintskjnldsv2024-07-124-32/+38
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(files_sharing): refactor share password mailskjnldsv2024-07-122-53/+95
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(files_sharing): refactor sharing configskjnldsv2024-07-1214-378/+463
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files_sharing): adjust NewFileRequestDialog for emails invitesskjnldsv2024-07-121-4/+14
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(files_sharing): allow mixed values in share attributes and allow ↵skjnldsv2024-07-128-25/+66
| | | | | | | | | | | | storing email arrays Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(files_sharing): refactor mail handlingskjnldsv2024-07-122-14/+64
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(files_sharing): implement IShareProviderWithNotification and refactor ↵skjnldsv2024-07-123-51/+47
| | | | | | | | | | | | sendMailNotification Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(files_sharing): add `new file request` optionskjnldsv2024-07-1212-14/+1047
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(files_sharing): rename `File drop` to `File requests`skjnldsv2024-07-123-4/+4
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(theming): Allow shipped backgrounds to have a dark variantFerdinand Thiessen2024-07-129-15/+41
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1258-174/+174
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(settings): Rename user groupsChristopher Ng2024-07-113-4/+4
| | | | | | | - "Active accounts" -> "All accounts" - "Recent accounts" -> "Recently active" Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(l10n): Translate group namesChristopher Ng2024-07-111-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Add Recent accounts sectionChristopher Ng2024-07-116-11/+71
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #46373 from nextcloud/artonge/fix/rounded_corner_in_grid_viewFerdinand Thiessen2024-07-111-5/+2
|\ | | | | fix(files): Add rounded corners back in grid view
| * fix(files): Add rounded corners back in grid viewLouis Chemineau2024-07-111-5/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #46448 from ↵Andy Scherzinger2024-07-115-14/+27
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-missing-dashboard-widget-icon fix(dashboard): Unify widget icon colors and document it's behaviour
| * | fix(dashboard): Use the widget icon URL when it was providedJoas Schilling2024-07-112-2/+24
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(userstatus): Fix dashboard iconJoas Schilling2024-07-113-12/+3
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-112-9/+31
|/ | | | | | | | | Allow clients to access the new filename validation options and make frontend name validation possible. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #46428 from nextcloud/fix/noid/fix-cypress-test-cachebusterMarcel Müller2024-07-111-0/+4
|\ | | | | fix(theming): Don't reset the cachebuster value when we reset theming
| * fix(theming): Don't reset the cachebuster value when we reset themingMarcel Müller2024-07-101-0/+4
| | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1112-24/+24
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #46391 from nextcloud/chore/use-consistent-material-symbolsFerdinand Thiessen2024-07-1035-34/+33
|\ | | | | chore: Make app icons consistent Material Symbols with same settings
| * chore: Make app icons consistent Material Symbols with same settingsFerdinand Thiessen2024-07-1035-34/+33
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(workflows): Fix file systemtag cacheJoas Schilling2024-07-101-21/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1010-4/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Make active apps initial state consistent with OCS APIFerdinand Thiessen2024-07-104-32/+15
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_sharing): Only enable mixed sharing types if there is at least one ↵Ferdinand Thiessen2024-07-091-1/+2
| | | | | | | | sharing type If the array is empty it means it is not shared. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(files): Fix ESLint issues with files and files_sharing appFerdinand Thiessen2024-07-0914-17/+19
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-0915-25/+42
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-0968-213/+266
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #46361 from nextcloud/perf/scroll-user-listPytal2024-07-091-0/+1
|\ | | | | perf(settings): Optimize user list scroll performance