summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2322-16/+108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38259 from nextcloud/webui-share-reloadRobin Appelman2023-05-222-3/+11
|\ | | | | reload filelist when adding or removing shares
| * reload filelist when adding or removing sharesRobin Appelman2023-05-222-3/+11
| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix loading custom logo imageRobin Appelman2023-05-223-6/+6
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #38164 from ↵Joas Schilling2023-05-221-10/+10
|\ | | | | | | | | nextcloud/show-pending-popover-menu-when-password-is-enabled-by-default Show pending popover menu when password is enabled by default
| * Show pending popover menu when password is enabled by defaultDaniel Calviño Sánchez2023-05-221-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When "Enforce password protection" is enabled in the sharing settings a popover menu is shown to set a password before the share is created. On the other hand, when "Always ask for a password" was enabled in the sharing settings and a new link share was created the share was immediately created with a default password; the user was not able to specify a password (nor create the share without password). The component template already provided the needed elements to also ask for the password without enforcing it, but the popover menu was not shown due to "enableLinkPasswordByDefault" being missing in "if" conditions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Rename "pendingPassword" to "pendingEnforcedPassword"Daniel Calviño Sánchez2023-05-221-4/+4
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Disable "Enforce password protection" if not asking for a passwordDaniel Calviño Sánchez2023-05-222-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Enforce password protection" is a subcase of "Always ask for a password", so it should be disabled if its parent option is unchecked. Although other dependant options in the sharing settings are fully hidden instead of just disabled this option is disabled but shown to avoid confusion when updating from a previous Nextcloud version where "Always ask for a password" was unchecked and "Enforce password protection" was checked. Besides that, due to their dependency the enforced password protection is now automatically unchecked too if its parent option is unchecked. Finally, the groups excluded from password requirements are also disabled when "Always ask for a password" is unchecked, as they might be still shown if "Enforce password protection" was checked due to an update from a previous version. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Split long lineDaniel Calviño Sánchez2023-05-221-1/+2
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Indent "Enforce password protection"Daniel Calviño Sánchez2023-05-221-3/+3
| | | | | | | | | | | | | | "Enforce password protection" is a subcase of "Always ask for a password", so it should be indented to visually show the dependency. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Replace "div" with "span" inside "p"Daniel Calviño Sánchez2023-05-221-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The permitted contents of a paragraph are only phrasing contents, so "div" elements can not be used, although "span" can. Besides being invalid HTML it seems that the browser ends the paragraph at the div, so the label/input that appears after it is treated as being in a new paragraph, which is not indented by default, and thus is not aligned with the rest of its sibling inputs. Note that an additional div is nevertheless added once the page is loaded to be able to select the groups, but this one does not break its parent paragraph (maybe due to being added after the page load, but I do not really know). Nevertheless, it needs to be explicitly indented, and the second indentend wrapper needs to be removed, as it affects only the label but not the div/input, and therefore the label had an extra indentation over the input. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Move "br" immediately after "label" for consistency with other elementsDaniel Calviño Sánchez2023-05-221-2/+1
| | | | | | | | | | | | | | The rest of "<br/>" elements in the file appear immediately after their previous "</label>" rather than in a new line. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Add missing end tag for "label"Daniel Calviño Sánchez2023-05-221-1/+1
|/ | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-224-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2140-30/+90
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2074-170/+362
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38332 from nextcloud/pulsejet/patch-dead1Simon L2023-05-191-3/+0
|\ | | | | Remove some dead code in files app
| * Remove some dead code in files appVarun Patil2023-05-171-3/+0
| | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | fix(comments): Mark comments as readChristopher Ng2023-05-192-1/+72
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | address reviewSimon L2023-05-193-4/+4
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | migrate a few components to NcSelectSimon L2023-05-195-37/+34
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-192-46/+46
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1888-94/+160
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix add new group eventfenn-cs2023-05-181-6/+5
| | | | | | | | | | | | | | | | | | | | | | 1ee8fbaad1eea6544b21059f65efe12a9e601956 broke the addgroup functionality by not updating the event to reflect the one in https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAppNavigationNewItem/NcAppNavigationNewItem.vue Resolves : https://github.com/nextcloud/server/issues/38340 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #38294 from ↵F. E Noel Nfebe2023-05-182-1/+4
|\ \ | | | | | | | | | | | | nextcloud/fix/37137/add-aria-expanded-to-toggler-user-options Use aria-expanded correctly on toggle user actions
| * | Use aria-expanded correctly on toggle user actionsfenn-cs2023-05-172-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The aria-expanded attribute was added on the expandable item rather Than the button that triggers the expand. Resolves : #37137 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1852-220/+450
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38336 from nextcloud/master-is-now-28Joas Schilling2023-05-1729-57/+57
|\ \ \ | | | | | | | | Master is now 28
| * | | chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-1728-56/+56
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | chore(security): Bump "Expires" of well-known/security.txtJoas Schilling2023-05-171-1/+1
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | 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>