aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-271236-11164/+2872
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(carddav): Don't show system address book cards to guestsChristoph Wurst2023-05-252-8/+84
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #38455 from nextcloud/backport/38423/stable27Andy Scherzinger2023-05-252-3/+309
|\ | | | | [stable27] fix(carddav): Check enumeration settings for all SAB methods
| * fix(carddav): Check enumeration settings for all SAB methodsChristoph Wurst2023-05-252-3/+309
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #38444 from nextcloud/backport/38441/stable27John Molakvoæ2023-05-253-16/+87
|\ \ | |/ |/|
| * fix(files): make open folder a default actionJohn Molakvoæ2023-05-253-16/+87
| | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Add OpenAPI specsjld31032023-05-2410-0/+12537
|/ | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* fix(SAB): Save avatar to SABJohannes Merkel2023-05-231-1/+1
| | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* Merge pull request #38327 from nextcloud/fix/dashboard-adjust-borderSimon L2023-05-171-1/+1
|\ | | | | dashboard: Adjust border radius of panels to match main content container
| * fix(dashboard): Adjust border radius of panels to match main content containerFerdinand Thiessen2023-05-171-1/+1
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1728-48/+110
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(deps): Bump @nextcloud/vue from 7.11.4 to 7.11.6Christopher Ng2023-05-161-43/+45
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(theming): Add border radius rounded css variable so ↵Ferdinand Thiessen2023-05-162-0/+2
| | | | | | `body-container-radius` can be used on mobile devices Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #38310 from ↵Joas Schilling2023-05-162-3/+0
|\ | | | | | | | | nextcloud/followup/38170/remove-former-track-by-property fix(workflowengine): Remove unused property track-by
| * fix(workflowengine): Remove unused property track-byJoas Schilling2023-05-162-3/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #38101 from ↵Simon L2023-05-163-6/+2
|\ \ | | | | | | | | | | | | nextcloud/Jerome-Herbinet-share-expire-after-n-days-width-patch-1 Fix : Share Expire After N Days width
| * | Finally no with seams better to be relevant with other fieldsJérôme Herbinet2023-05-163-6/+2
| | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Fix : Share Expire After N Days widthJérôme Herbinet2023-05-161-1/+1
| | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | Merge pull request #38303 from nextcloud/fix/loadmoreSimon L2023-05-161-1/+1
|\ \ \ | | | | | | | | fix(search): fix load more
| * | | fix(search): fix load moreJohn Molakvoæ2023-05-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #38115 from DerGenaue/patch-1Simon L2023-05-161-6/+6
|\ \ \ \ | | | | | | | | | | Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.php
| * | | | Rename `numericStorageId` to `numericExternalStorageId` in PersonalMount.phpDaniel2023-05-071-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that it doesn't override `numericStorageId` in the `MountPoint` baseclass fixes https://github.com/nextcloud/server/issues/37473 fixes https://github.com/nextcloud/server/issues/37414 Signed-off-by: Daniel <7558512+DerGenaue@users.noreply.github.com>
* | | | | 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\AddressBook
| * | | | feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBookThomas Citharel2023-05-167-28/+332
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to just UPDATE the card row instead of deleting it and reinsert it. It's very similar to https://github.com/nextcloud/server/pull/30120 for calendars. As we need the addressbookid exposed, this introduces OCA\DAV\CardDAV\Card that extends Sabre's. I chose specifically NOT to auto-inject LoggerInterface in Addressbook like in #30120 because the chain of DI is huge just for ONE simple call and it would break an existing dirty call (OCA\Contacts calling OCA\DAV) of ContactsManager in Contacts: https://github.com/nextcloud/contacts/pull/1722 (in SocialApiService), but this is debatable. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #38205 from nextcloud/feat/css-add-info-colorSimon L2023-05-162-0/+6
|\ \ \ \ | |/ / / |/| | | Add css variables for info colors (`--color-info`)
| * | | feat(css): Add css variables for info colors (`--color-info`)Ferdinand Thiessen2023-05-162-0/+6
| | |/ | |/| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #37965 from ↵Simon L2023-05-162-30/+49
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/transactional-system-addressbook-sync fix(dav): Run system address book create-if-not-exists in transaction
| * | fix(dav): Run system address book create-if-not-exists in transactionChristoph Wurst2023-05-122-30/+49
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | 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 used
| * | | fix(settings): Fix `UserList` styles set to css but scss is usedFerdinand Thiessen2023-05-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-168-0/+36
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #38202 from nextcloud/fix/37135/addgroup-link-to-buttonF. E Noel Nfebe2023-05-161-3/+10
|\ \ \ \ | | | | | | | | | | Convert Add group link to button
| * | | | Convert Add group link to buttonfenn-cs2023-05-141-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "Add group" peforms an on-page action and does not route or link to anywhere else hence, not semantically a link but a button. This commit implements the ehancement described at the respository level. A change would be required in [@nextcloud/nextcloud-vue](https://github.com/nextcloud/nextcloud-vue/issues/4108) since the `NcAppNavigationNewItem` is an out-of-repo dependency. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | Merge pull request #38265 from nextcloud/session-auth-check-usernameRobin Appelman2023-05-151-0/+5
|\ \ \ \ \ | | | | | | | | | | | | check the username when doing external storage session auth
| * | | | | check the username when doing external storage session authRobin Appelman2023-05-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #38256 from nextcloud/fix/noid/file-smart-picker-paddingFerdinand Thiessen2023-05-151-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adjust file custom picker component padding
| * | | | | | adjust file custom picker component padding as the smart picker does not ↵Julien Veyssier2023-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have padding anymore Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | fix(user_status): Remove redundant styling, use global class insteadFerdinand Thiessen2023-05-151-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix(user_status): Use native radio buttons for online status selectionFerdinand Thiessen2023-05-151-42/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix(user_status): Add missing `radiogroup` role to online status selectorFerdinand Thiessen2023-05-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix(user_status): Group custom message input elements and assign label to ↵Ferdinand Thiessen2023-05-151-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emoji selector Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | fix(user_status): Use role=radio for predefined statuses in online status modalFerdinand Thiessen2023-05-153-6/+33
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Instead of tabable DIVs properly assign the radio role * Set role to radiogroup of list container to group the predefined statuses Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | 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-only
| * | | | | | fix(carddav): Mark system address book as read-onlyChristoph Wurst2023-05-151-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #38242 from nextcloud/fix/35286/fix-scrollingSimon L2023-05-155-4/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix incosistent scrolling in Firefox
| * | | | | | Fix incosistent scrolling in FirefoxSimon L2023-05-145-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #38224 from nextcloud/versionEntityisSetLouis2023-05-151-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Check if version has entity before trying to access it
| * | | | | | Check if version has entity before trying to access itGit'Fellow2023-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | | Merge pull request #38080 from nextcloud/enh/add-occ-command-for-legacy-filekeyCôme Chilliet2023-05-157-5/+179
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add an occ command to scan files for legacy file key in use and get rid of those