aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1728-48/+110
* chore(deps): Bump @nextcloud/vue from 7.11.4 to 7.11.6Christopher Ng2023-05-161-43/+45
* feat(theming): Add border radius rounded css variable so `body-container-radi...Ferdinand Thiessen2023-05-162-0/+2
* Merge pull request #38310 from nextcloud/followup/38170/remove-former-track-b...Joas Schilling2023-05-162-3/+0
|\
| * fix(workflowengine): Remove unused property track-byJoas Schilling2023-05-162-3/+0
* | Merge pull request #38101 from nextcloud/Jerome-Herbinet-share-expire-after-n...Simon L2023-05-163-6/+2
|\ \
| * | Finally no with seams better to be relevant with other fieldsJérôme Herbinet2023-05-163-6/+2
| * | Fix : Share Expire After N Days widthJérôme Herbinet2023-05-161-1/+1
* | | Merge pull request #38303 from nextcloud/fix/loadmoreSimon L2023-05-161-1/+1
|\ \ \
| * | | fix(search): fix load moreJohn Molakvoæ2023-05-161-1/+1
* | | | Merge pull request #38115 from DerGenaue/patch-1Simon L2023-05-161-6/+6
|\ \ \ \
| * | | | Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.phpDaniel2023-05-071-6/+6
* | | | | Merge pull request #37326 from nextcloud/add-IMoveTarget-support-to-addressbooksSimon L2023-05-167-28/+332
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBookThomas Citharel2023-05-167-28/+332
| | |_|/ | |/| |
* | | | Merge pull request #38205 from nextcloud/feat/css-add-info-colorSimon L2023-05-162-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | feat(css): Add css variables for info colors (`--color-info`)Ferdinand Thiessen2023-05-162-0/+6
| | |/ | |/|
* | | Merge pull request #37965 from nextcloud/fix/transactional-system-addressbook...Simon L2023-05-162-30/+49
|\ \ \ | |/ / |/| |
| * | fix(dav): Run system address book create-if-not-exists in transactionChristoph Wurst2023-05-122-30/+49
* | | Merge pull request #38293 from nextcloud/fix/users-table-alignmentLouis2023-05-161-1/+1
|\ \ \
| * | | fix(settings): Fix `UserList` styles set to css but scss is usedFerdinand Thiessen2023-05-161-1/+1
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-168-0/+36
* | | | Merge pull request #38202 from nextcloud/fix/37135/addgroup-link-to-buttonF. E Noel Nfebe2023-05-161-3/+10
|\ \ \ \
| * | | | Convert Add group link to buttonfenn-cs2023-05-141-3/+10
* | | | | Merge pull request #38265 from nextcloud/session-auth-check-usernameRobin Appelman2023-05-151-0/+5
|\ \ \ \ \
| * | | | | check the username when doing external storage session authRobin Appelman2023-05-111-0/+5
* | | | | | Merge pull request #38256 from nextcloud/fix/noid/file-smart-picker-paddingFerdinand Thiessen2023-05-151-1/+1
|\ \ \ \ \ \
| * | | | | | adjust file custom picker component padding as the smart picker does not have...Julien Veyssier2023-05-151-1/+1
* | | | | | | fix(user_status): Remove redundant styling, use global class insteadFerdinand Thiessen2023-05-151-11/+1
* | | | | | | fix(user_status): Use native radio buttons for online status selectionFerdinand Thiessen2023-05-151-42/+52
* | | | | | | fix(user_status): Add missing `radiogroup` role to online status selectorFerdinand Thiessen2023-05-151-1/+3
* | | | | | | fix(user_status): Group custom message input elements and assign label to emo...Ferdinand Thiessen2023-05-151-2/+4
* | | | | | | fix(user_status): Use role=radio for predefined statuses in online status modalFerdinand Thiessen2023-05-153-6/+33
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #38247 from nextcloud/fix/read-only-system-addres-book-aclsChristoph Wurst2023-05-151-0/+10
|\ \ \ \ \ \
| * | | | | | fix(carddav): Mark system address book as read-onlyChristoph Wurst2023-05-151-0/+10
* | | | | | | Merge pull request #38242 from nextcloud/fix/35286/fix-scrollingSimon L2023-05-155-4/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix incosistent scrolling in FirefoxSimon L2023-05-145-4/+6
* | | | | | | Merge pull request #38224 from nextcloud/versionEntityisSetLouis2023-05-151-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Check if version has entity before trying to access itGit'Fellow2023-05-121-1/+1
* | | | | | | Merge pull request #38080 from nextcloud/enh/add-occ-command-for-legacy-filekeyCôme Chilliet2023-05-157-5/+179
|\ \ \ \ \ \ \
| * | | | | | | Add fclose on opened resourcesCôme Chilliet2023-05-111-0/+7
| * | | | | | | Rename command to drop-legacy-filekey and remove comment about legacy mode.Côme Chilliet2023-05-115-112/+114
| * | | | | | | Copy data back instead of renaming to avoid changing the fileidCôme Chilliet2023-05-111-2/+11
| * | | | | | | Copy and move files to migrate them to the new keyCôme Chilliet2023-05-091-12/+21
| * | | | | | | Log failures to delete legacy file keyCôme Chilliet2023-05-041-1/+6
| * | | | | | | Fix fopen modeCôme Chilliet2023-05-041-3/+8
| * | | | | | | Add an occ command to scan files for legacy file key in use and get rid of thoseCôme Chilliet2023-05-046-109/+246
* | | | | | | | Merge pull request #38195 from nextcloud/fix/update-icewind-streams-in-files-...Côme Chilliet2023-05-1515-61/+113
|\ \ \ \ \ \ \ \
| * | | | | | | | Require icewind/streams to get the same version as 3rdpartyCôme Chilliet2023-05-111-1/+2
| * | | | | | | | Update icewind/streams to 0.7.7, and remove it from explicit deps in files_ex...Côme Chilliet2023-05-1115-60/+111
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1510-0/+40
| |_|_|/ / / / / |/| | | | | | |