aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #36594 from nextcloud/fix-handling-of-invitationsblizzz2023-03-022-18/+48
|\ \ \ \ | |/ / / |/| | |
| * | | fix(caldav): Correctly handle calendar recreation for invitations when the cu...Thomas Citharel2023-02-092-18/+48
* | | | Merge pull request #36998 from nextcloud/fix/share-select-viewerJohn Molakvoæ2023-03-021-0/+7
|\ \ \ \
| * | | | Fix share select dropdown not opening when viewer is openChristopher Ng2023-03-011-0/+7
* | | | | fix(theming): select "no-background" option and fix layout orderJohn Molakvoæ2023-03-021-14/+25
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-02146-484/+678
|/ / / /
* | | | Merge pull request #36785 from nextcloud/bug/bring-back-auth-checkboxblizzz2023-03-011-32/+58
|\ \ \ \
| * | | | Add back authentication checkbox for mailer settingsAnna Larch2023-02-221-32/+58
* | | | | Merge pull request #36843 from nextcloud/enh/a11y-user-status-clear-selectJulia Kirschenheuter2023-03-011-12/+12
|\ \ \ \ \
| * | | | | Port clear user status selectChristopher Ng2023-02-281-12/+12
* | | | | | 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
| * | | | | | feat(theming): Only convert a background image if it benefits from itFerdinand Thiessen2023-02-202-5/+37
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-0134-30/+386
| |/ / / / / |/| | | | |
* | | | | | Port admin delegation selectsChristopher Ng2023-02-283-11/+20
* | | | | | Merge pull request #36898 from nextcloud/fix/36897/recipient-name-stringRichard Steinmetz2023-02-281-1/+1
|\ \ \ \ \ \
| * | | | | | fix(caldav): convert iMip recipient name to a stringRichard Steinmetz2023-02-281-1/+1
* | | | | | | Merge pull request #36855 from nextcloud/fix/bread-paddingAndy Scherzinger2023-02-285-7/+8
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fix files breadcrumb spacingJohn Molakvoæ2023-02-285-7/+8
* | | | | | | Merge pull request #36881 from nextcloud/fix/noid/bump-hub-numberAndy Scherzinger2023-02-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | up the hubArthur Schiwon2023-02-281-1/+1
* | | | | | | | Merge pull request #36358 from nextcloud/fix/36357-Adapt_tooltips_on_NcAvatar...Julia Kirschenheuter2023-02-283-4/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Adapt native tooltip for new structure of NcAvatarjulia.kirschenheuter2023-02-273-4/+3
| |/ / / / / /
* | | | | | | Merge pull request #36866 from nextcloud/fix#35645Robin Windey2023-02-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Convert tag ids to numberRobin Windey2023-02-271-1/+1
* | | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2818-2/+326
| |/ / / / / / |/| | | | | |
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2724-24/+94
|/ / / / / /
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2624-14/+212
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2518-6/+130
* | | | | | Merge pull request #36754 from nextcloud/bugfix/noid/fix-broken-tag-search-in...Joas Schilling2023-02-241-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix broken search for tags in workflow checksJoas Schilling2023-02-241-3/+3
* | | | | | Merge pull request #36781 from nextcloud/bugfix/noid/run-repairsteps-against-...v26.0.0beta5Joas Schilling2023-02-241-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(Repair): Fix repair step compatibility with Oracle DBJoas Schilling2023-02-231-1/+1
* | | | | | Merge pull request #36486 from nextcloud/bugfix/12475/dont-warn-about-missing...Joas Schilling2023-02-241-0/+9
|\ \ \ \ \ \
| * | | | | | fix(updater): Don't warn about missing appstore updates for apps deployed fro...Joas Schilling2023-02-011-0/+9
* | | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2416-2/+130
* | | | | | | Bump @nextcloud/vue from 7.5.0 to 7.7.0Christopher Ng2023-02-231-20/+20
| |/ / / / / |/| | | | |
* | | | | | Also check the scope when reading operations from the databaseJoas Schilling2023-02-232-0/+76
* | | | | | Validate the scope when validating operationsJoas Schilling2023-02-232-8/+118
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-232-0/+2
| |_|/ / / |/| | | |
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-2268-192/+280
* | | | | Merge pull request #36795 from nextcloud/fix/remove-erronous-parentheses-in-i...Côme Chilliet2023-02-211-5/+5
|\ \ \ \ \
| * | | | | Avoid extra parenthesis around SQL in IN expressionsCôme Chilliet2023-02-211-5/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #34375 from nextcloud/fix/trashbin-uidDaniel2023-02-211-4/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow reimporting prev. deleted items by deleting trashbin itemAnna Larch2023-02-131-4/+6
* | | | | Merge pull request #36748 from nextcloud/artonge/fix/encrypted_shared_folderLouis2023-02-211-6/+6
|\ \ \ \ \
| * | | | | Encrypted and shared folders should use the encrypted iconLouis Chemineau2023-02-201-6/+6
| | |_|/ / | |/| | |
* | | | | 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
* | | | | feat(directediting): Allow opening by file idJulius Härtl2023-02-202-5/+5
|/ / / /