aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46923 from nextcloud/feat/update-border-radius-variablesMarco2024-08-023-10/+25
|\ | | | | Feat: update border radius variables
| * feat(theming): Update value of body container radiusMarco Ambrosini2024-08-013-5/+7
| | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
| * Feat: update border radius variablesMarco Ambrosini2024-08-012-9/+22
| | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
* | Merge pull request #46956 from nextcloud/fix/noid/ldap-cleanup-depsJoas Schilling2024-08-0110-85/+44
|\ \ | | | | | | fix(LDAP): remove unneeded dependencies
| * | fix(LDAP): remove unneeded dependenciesArthur Schiwon2024-08-0110-85/+44
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #46591 from nextcloud/fix/subtitle-on-search-for-shareJulius Härtl2024-08-011-6/+6
|\ \ \ | |_|/ |/| | fix(files_sharing): add missing subtitle on search for share recipients
| * | fix(files_sharing): add missing subtitle on search for share recipientsLuka Trovic2024-08-011-6/+6
| | | | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #46596 from nextcloud/feat/folder-treeArthur Schiwon2024-08-0118-126/+716
|\ \ \ | |/ / |/| | feat: Navigate via folder tree
| * | feat(files): Update openapi specChristopher Ng2024-08-013-1/+104
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | test(files): Fix ApiController testChristopher Ng2024-08-011-1/+16
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat(files): Allow toggling folder treeChristopher Ng2024-08-013-1/+18
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | fix(files): Fix root crumb not marking navigation entry as activeChristopher Ng2024-08-011-0/+7
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat: Navigate via folder treeChristopher Ng2024-08-019-98/+469
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat(files): Support setting view config for complex idsChristopher Ng2024-08-012-1/+8
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat(files): Implement endpoint to retrieve a user's folder treeChristopher Ng2024-08-012-25/+95
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #46353 from nextcloud/skipOPcacheCLIGit'Fellow2024-08-011-0/+5
|\ \ \ | |/ / |/| | fix(setupchecks): Skip checking for OPcache settings if running checks from CLI
| * | fix: typoGit'Fellow2024-07-081-1/+1
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | fix: check both CLI and valueGit'Fellow2024-07-081-1/+1
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | fix(setupchecks): Skip checking for OPcache if running from CLIGit'Fellow2024-07-081-0/+5
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Merge pull request #46287 from nextcloud/fix/noid/missing-parenthesesAndy Scherzinger2024-08-011-3/+3
|\ \ \ | | | | | | | | fix(userstatus): add missing parenthesis
| * | | fix(userstatus): add missing parenthesisAnna Larch2024-08-011-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #46881 from nextcloud/try-non-recursive-sourceStephan Orbaugh2024-08-011-6/+18
|\ \ \ \ | |/ / / |/| | | fix: try to find non-recursive share source
| * | | fix: try to find non-recursive share sourceRobin Appelman2024-07-301-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | instead of always picking the first one, try to find one that won't blow up Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #46807 from nextcloud/refactor/files/security-attributesKate2024-08-017-73/+56
|\ \ \ \ | |_|_|/ |/| | |
| * | | refactor(files): Replace security annotations with respective attributesprovokateurin2024-07-277-73/+56
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | fix(files): Correctly create Nodes from WebDAV result in "recent"-viewFerdinand Thiessen2024-08-012-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The recent search works on a different remote URL so the source of the files were wrong, because the remote url was included twice in the source. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #45950 from nextcloud/chore/remove-depreacted-searchAndy Scherzinger2024-08-012-10/+0
|\ \ \ \ | | | | | | | | | | chore: Remove deprecated legacy search backend
| * | | | chore: Remove deprecated legacy search backendJulius Härtl2024-08-012-10/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #40163 from nextcloud/enhanc/audit-tag-creatorAndy Scherzinger2024-08-014-0/+38
|\ \ \ \ \ | | | | | | | | | | | | Audit the tag creator
| * | | | | feat(admin_audit): Audit the tag creationgreta2024-08-014-0/+38
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: greta <gretadoci@gmail.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: greta <gretadoci@gmail.com>
* | | | | Merge pull request #46943 from nextcloud/fix/ghost-providersAnupam Kumar2024-08-011-1/+6
|\ \ \ \ \ | | | | | | | | | | | | fix(AdminSettings/AI): show pref list of only the enabled translation providers
| * | | | | fix(AdminSettings/AI): show pref list of only the enabled translation providersAnupam Kumar2024-08-011-1/+6
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* | | | | Merge pull request #46928 from nextcloud/fix/files-pending-sizeJohn Molakvoæ2024-08-011-2/+2
|\ \ \ \ \
| * | | | | fix(files): empty folder pending sizeskjnldsv2024-08-011-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / / / / fix(activity): regroup Files and spltit sharing activityskjnldsv2024-08-013-15/+31
|/ / / / | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #46804 from nextcloud/refactor/encryption/security-attributesKate2024-08-013-8/+9
|\ \ \ \
| * | | | refactor(encryption): Replace security annotations with respective attributesprovokateurin2024-07-273-8/+9
| |/ / / | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #46810 from ↵Kate2024-08-0110-75/+57
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/refactor/files_sharing/security-attributes
| * | | | refactor(files_sharing): Replace security annotations with respective attributesprovokateurin2024-07-2710-75/+57
| |/ / / | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge branch 'master' into feat/add-small-font-size-variableMarco2024-08-0130-181/+214
|\ \ \ \
| * | | | refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-014-14/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-0123-23/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Add missing directory variable to error messageFerdinand Thiessen2024-08-011-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-016-74/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes non reactive default action text of the name component. Also use download action as default action so that only one place is needed to define how to download a file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | Merge pull request #46921 from nextcloud/fix/system-tags-displaynameJohn Molakvoæ2024-08-011-13/+14
| |\ \ \ \ | | | | | | | | | | | | fix(systemtags): Correctly set the display name for the Nextcloud node
| | * | | | fix(systemtags): Correctly set the display name for the Nextcloud nodeFerdinand Thiessen2024-07-311-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | fix(files): Add missing `emptyView` handlingFerdinand Thiessen2024-07-311-26/+54
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface provides this option but it was never implemented. This feature of being able to render a custom empty view message is needed for public file drops to properly show the terms of service. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Merge pull request #46913 from nextcloud/fix/menu-orderFerdinand Thiessen2024-07-312-29/+10
| |\ \ \ \ | | | | | | | | | | | | fix: template folder and file request menu order
| | * | | | fix(files): fix template folder and file request menu orderskjnldsv2024-07-312-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| | * | | | chore(files_sharing): use spawnDialog for new file request handlerskjnldsv2024-07-311-26/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>