summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* fix(theming): replace elementColor dark value with better contrast `#8c8c8c`John Molakvoæ2023-05-044-8/+6
* fix(theming): do not show the image default background on user theming if dis...John Molakvoæ2023-05-041-1/+1
* fix(theming): remove unnecessary `color-primary-element-default-hover` variableJohn Molakvoæ2023-05-042-6/+18
* fix(theming): replace `color-primary-text-dark` with `color-primary-element-t...John Molakvoæ2023-05-042-5/+5
* fix(theming): ensure image background is not defined if admin disabled itJohn Molakvoæ2023-05-041-10/+11
* fix(theming): calc primary element from current main backgroundJohn Molakvoæ2023-05-042-6/+19
* Merge pull request #38028 from nextcloud/fix/36958Ferdinand Thiessen2023-05-041-3/+3
|\
| * fix(settings): Increase "Edit your profile visibility button" contrastFerdinand Thiessen2023-05-021-3/+3
* | Merge pull request #38051 from nextcloud/fix/weather-menu-ariaFerdinand Thiessen2023-05-041-0/+1
|\ \
| * | fix(weather_status): Override the default `NcActions` aria-labelFerdinand Thiessen2023-05-031-0/+1
* | | Merge pull request #38046 from nextcloud/bugfix/noid/abort-dav-requests-with-429Joas Schilling2023-05-044-0/+63
|\ \ \
| * | | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-034-0/+63
| |/ /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-0494-84/+222
* | | Merge pull request #38012 from nextcloud/fix/a11y-share-inputPytal2023-05-031-1/+1
|\ \ \ | |/ / |/| |
| * | Fix share input idChristopher Ng2023-05-021-1/+1
* | | Merge pull request #38025 from nextcloud/enh/37800/write-profile-prop-to-syst...Johannes2023-05-031-0/+6
|\ \ \
| * | | enh(contacts): write profile prop and backend prop to system addressbookJohannes Merkel2023-05-021-0/+6
| | |/ | |/|
* | | Merge pull request #37787 from nextcloud/fix/rollback-files-locked-by-appsJulius Härtl2023-05-032-16/+67
|\ \ \
| * | | fix: catch ManuallyLockedException and use app contextMax2023-05-032-16/+67
* | | | Merge pull request #37385 from nextcloud/bugfix/noid/dont-allow-adding-the-sa...Joas Schilling2023-05-032-4/+161
|\ \ \ \
| * | | | fix(provisioning_api): Don't allow to configure the same additional email mul...Joas Schilling2023-04-262-4/+161
* | | | | Merge pull request #37802 from nextcloud/fix/37729Marcel Klehr2023-05-031-1/+1
|\ \ \ \ \
| * | | | | fix(files_sharing): Don't show copy action when !canDownload and no update pe...Marcel Klehr2023-05-021-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #37958 from nextcloud/artonge/fix/better_handle_expireDate...Arthur Schiwon2023-05-031-30/+19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Mutualize expireDate handling when creating and updating a shareLouis Chemineau2023-04-271-30/+19
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-034-2/+4
* | | | | Merge pull request #37903 from nextcloud/fix/user_ldap-fix-multiple-ldap-supportCôme Chilliet2023-05-023-23/+6
|\ \ \ \ \
| * | | | | Add comment about Manager instance not being sharedCôme Chilliet2023-04-271-0/+1
| * | | | | Adapt Sync job tests to the constructor changeCôme Chilliet2023-04-271-2/+1
| * | | | | Fix multiple LDAP configuration support by fixing AccessFactoryCôme Chilliet2023-04-242-21/+4
* | | | | | Merge pull request #32866 from nextcloud/performance/searchInGroup-displaynam...Côme Chilliet2023-05-023-8/+18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Clear up return typesCôme Chilliet2023-04-273-6/+12
| * | | | | Let OC\Group\Group handle the fallback and remove default implementation from...Côme Chilliet2023-04-271-11/+2
| * | | | | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-272-4/+17
* | | | | | Merge pull request #37938 from nextcloud/feat/tags-files-inlineJohn Molakvoæ2023-05-0210-6/+180
|\ \ \ \ \ \
| * | | | | | feat(system-tags): show inline in filesJohn Molakvoæ2023-05-0210-6/+180
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-022-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-012-2/+2
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-302-2/+2
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2916-4/+18
|/ / / / /
* | | | | fix(psalm): systemtagsJohn Molakvoæ2023-04-288-23/+110
* | | | | expose system tags as dav property for filesRobin Appelman2023-04-286-18/+171
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-28120-4/+122
| |_|/ / |/| | |
* | | | Merge pull request #37948 from nextcloud/artonge/fix/dont_show_tags_action_wh...Simon L2023-04-271-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Do not show Tags action when systemtag is disabledLouis Chemineau2023-04-271-6/+8
* | | | Create new file/folder labelsChristopher Ng2023-04-275-6/+16
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-274-0/+14
|/ / /
* | | fix(settings): Fix title of profile scope optionsJoas Schilling2023-04-261-1/+1
* | | Merge pull request #35121 from nextcloud/feat/dav-wrap-app-calendarsChristoph Wurst2023-04-2612-19/+758
|\ \ \
| * | | Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-2512-19/+758