aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build(JS): compile assetsfix/noid/ldap-remnants-as-disabled-globalArthur Schiwon2024-08-0210-524/+207
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(LDAP): harmonize template nameArthur Schiwon2024-08-022-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(LDAP): add migration step to set and clean up config valueArthur Schiwon2024-08-027-6/+63
| | | | | | | | - *ldap_mark_remnants_as_disabled were old values and removed now, after - combining their value and storing into current backend_mark_remnants_as_disabled Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix(LDAP): disabled state can only be configuration indepentendArthur Schiwon2024-08-0215-30/+680
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #46986 from nextcloud/bugfix/noid/align-2fa-iconsJoas Schilling2024-08-023-3/+2
|\ | | | | fix(2fa): Vertical align the 2FA icons with the name
| * chore(assets): Recompile assetsnextcloud-command2024-08-021-1/+1
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(2fa): Vertical align the 2FA icons with the nameJoas Schilling2024-08-024-4/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #45487 from nextcloud/fix/reset-notification-emailFerdinand Thiessen2024-08-024-3/+9
|\ | | | | fix: Reset notification email when deleting additonal email
| * chore: compile assetsChristopher Ng2024-08-022-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Reset notification email automatically when deleting additonal emailChristopher Ng2024-08-022-0/+6
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #46958 from ↵John Molakvoæ2024-08-023-4/+4
|\ | | | | | | nextcloud/fix-6153-Space-in-new-file-name-picker-with-create-from-template-dialog
| * fix(files): Minimize `min-height` of dialog formjulia.kirschenheuter2024-08-023-4/+4
|/ | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #46963 from nextcloud/fix/move-copy-errorJohn Molakvoæ2024-08-025-19/+38
|\
| * fix(files): cancel move-copy action should not be handled as an errorFerdinand Thiessen2024-08-015-19/+38
| | | | | | | | | | | | | | Instead we should just show an information message why the file is not moved / copied. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-02422-378/+1082
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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-019-13/+13
|\ \ \ | |_|/ |/| | fix(files_sharing): add missing subtitle on search for share recipients
| * | fix(files_sharing): add missing subtitle on search for share recipientsLuka Trovic2024-08-019-13/+13
| | | | | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #46946 from nextcloud/release/30.0.0_beta_3v30.0.0beta3Arthur Schiwon2024-08-013-5/+5
|\ \ \ | | | | | | | | 30.0.0 beta 3
| * | | build(assets): compile jsArthur Schiwon2024-08-012-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | build(hub): 30.0.0 beta 3Arthur Schiwon2024-08-011-2/+2
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #46596 from nextcloud/feat/folder-treeArthur Schiwon2024-08-0140-160/+763
|\ \ \ | |/ / |/| | feat: Navigate via folder tree
| * | chore: compile assetsChristopher Ng2024-08-0120-30/+30
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | 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>
| * | feat: Allow passing additional encode flags for json responseChristopher Ng2024-08-011-2/+15
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | feat: Increase max depth of encoded jsonChristopher Ng2024-08-011-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | fix(files): Fix incorrect keys by reindexingChristopher Ng2024-08-011-2/+2
| | | | | | | | | | | | 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 #46864 from nextcloud/fix/dont-persist-blurhash-preview-2Richard Steinmetz2024-08-011-19/+4
|\ \ \ \ \ | |_|/ / / |/| | | | fix: don't persist previews used during blurhash generation - take 2
| * | | | fix: don't persist previews used during blurhash generationRichard Steinmetz2024-07-301-19/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | 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>
* | | | | Merge pull request #46550 from nextcloud/fix/missing-RemoteException-classJohn Molakvoæ2024-08-012-7/+13
|\ \ \ \ \