summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(theming): select "no-background" option and fix layout orderJohn Molakvoæ2023-03-021-14/+25
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-02146-484/+678
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36785 from nextcloud/bug/bring-back-auth-checkboxblizzz2023-03-011-32/+58
|\ | | | | Add back authentication checkbox for mailer settings
| * Add back authentication checkbox for mailer settingsAnna Larch2023-02-221-32/+58
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #36843 from nextcloud/enh/a11y-user-status-clear-selectJulia Kirschenheuter2023-03-011-12/+12
|\ \ | | | | | | Port clear user status select
| * | Port clear user status selectChristopher Ng2023-02-281-12/+12
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #36471 from nextcloud/fix/theming-keep-imagesJohn Molakvoæ2023-03-012-20/+70
|\ \ \
| * | | fix(themeing): Add error handling to ImageManagerFerdinand Thiessen2023-02-201-23/+41
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
| * | | feat(theming): Only convert a background image if it benefits from itFerdinand Thiessen2023-02-202-5/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WebP images are generally quite small, converting to pngs would increase the filesize a lot. * Small JPEG and PNG images do not benefit from any conversion, so skip it. * JPEG images will get quite bigger when converted to PNG so instead convert to progressive JPEG Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-0134-30/+386
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Port admin delegation selectsChristopher Ng2023-02-283-11/+20
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #36898 from nextcloud/fix/36897/recipient-name-stringRichard Steinmetz2023-02-281-1/+1
|\ \ \ | | | | | | | | fix(caldav): convert iMip recipient name to a string
| * | | fix(caldav): convert iMip recipient name to a stringRichard Steinmetz2023-02-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #36855 from nextcloud/fix/bread-paddingAndy Scherzinger2023-02-285-7/+8
|\ \ \ \ | | | | | | | | | | Fix files breadcrumb spacing
| * | | | Fix files breadcrumb spacingJohn Molakvoæ2023-02-285-7/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #36881 from nextcloud/fix/noid/bump-hub-numberAndy Scherzinger2023-02-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | bump the hub number
| * | | | | up the hubArthur Schiwon2023-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #36358 from ↵Julia Kirschenheuter2023-02-283-4/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | nextcloud/fix/36357-Adapt_tooltips_on_NcAvatar_for_files_sharing Adapt native tooltip for new structure of NcAvatar
| * | | | | Adapt native tooltip for new structure of NcAvatarjulia.kirschenheuter2023-02-273-4/+3
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | | Merge pull request #36866 from nextcloud/fix#35645Robin Windey2023-02-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Convert tag id to number (closing #35645)
| * | | | | Convert tag ids to numberRobin Windey2023-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for #35645 Signed-off-by: GitHub <noreply@github.com>
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2818-2/+326
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2724-24/+94
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2624-14/+212
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2518-6/+130
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36754 from ↵Joas Schilling2023-02-241-3/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/fix-broken-tag-search-in-workflow-checks Fix broken search for tags in workflow checks
| * | | Fix broken search for tags in workflow checksJoas Schilling2023-02-241-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #36781 from ↵v26.0.0beta5Joas Schilling2023-02-241-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/bugfix/noid/run-repairsteps-against-oracle fix(CI): Run repair steps against Oracle DB
| * | | fix(Repair): Fix repair step compatibility with Oracle DBJoas Schilling2023-02-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #36486 from ↵Joas Schilling2023-02-241-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/12475/dont-warn-about-missing-appstore-updates-for-git-apps fix(updater): Don't warn about missing appstore updates for apps depl…
| * | | | fix(updater): Don't warn about missing appstore updates for apps deployed ↵Joas Schilling2023-02-011-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from git Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2416-2/+130
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Bump @nextcloud/vue from 7.5.0 to 7.7.0Christopher Ng2023-02-231-20/+20
| |/ / / |/| | | | | | | | | | | | | | | | | | | - Add node-polyfill-webpack-plugin to polyfill Node.js core modules Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Also check the scope when reading operations from the databaseJoas Schilling2023-02-232-0/+76
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Validate the scope when validating operationsJoas Schilling2023-02-232-8/+118
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-232-0/+2
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2268-192/+280
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36795 from ↵Côme Chilliet2023-02-211-5/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/remove-erronous-parentheses-in-in-clause Avoid extra parenthesis around SQL in IN expressions
| * | | Avoid extra parenthesis around SQL in IN expressionsCôme Chilliet2023-02-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The expression builder already suround the SQL with parenthesis when using in(), so we must not add another pair, this confuses at least sqlite. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #34375 from nextcloud/fix/trashbin-uidDaniel2023-02-211-4/+6
|\ \ \ \ | |/ / / |/| | | fix(dav) Handle Calendar trashbin UID conflicts by removing the deleted calendar object
| * | | Allow reimporting prev. deleted items by deleting trashbin itemAnna Larch2023-02-131-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #36748 from nextcloud/artonge/fix/encrypted_shared_folderLouis2023-02-211-6/+6
|\ \ \ \ | | | | | | | | | | Encrypted-shared folders should use the encrypted icon
| * | | | Encrypted and shared folders should use the encrypted iconLouis Chemineau2023-02-201-6/+6
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-2120-141/+727
| | | |
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2178-186/+394
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | feat(directediting): Allow opening by file idJulius Härtl2023-02-202-5/+5
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | assign group share valueMaximilian Martin2023-02-201-1/+1
| | | | | | | | | | | | Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
* | | Merge pull request #36589 from nextcloud/enh/perf-remove-icacheJulius Härtl2023-02-2020-727/+141
|\ \ \
| * | | fix: Use passed LazyFolder when building sabre nodesJulius Härtl2023-02-171-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | tests: Fix test isolation on object storageJulius Härtl2023-02-172-1/+13
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>