aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-144-60/+124
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-132-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-122-4/+6
| | | | | | | | The cache might expire between checking for key existence and fetching the value. In this rare case the code continues with a null value when it doesn't expect one. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-124-108/+110
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-114-284/+290
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38620 from ↵Côme Chilliet2023-06-054-4/+4
|\ | | | | | | | | fsamapoor/replace_strpos_calls_in_files_sharing_app Refactors "strpos" calls in /apps/files_sharing
| * Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-024-4/+4
| | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-051-441/+21
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-032-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-012-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-302-2/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2792-448/+86
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-262-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38438 from nextcloud/feature/openapi/specsKate2023-05-241-0/+3506
|\ | | | | Add OpenAPI specs
| * Add OpenAPI specsjld31032023-05-241-0/+3506
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Merge pull request #38329 from nextcloud/pulsejet/patch-webpackJohn Molakvoæ2023-05-241-2/+7
|\ \ | |/ |/|
| * Fix lint errorsVarun Patil2023-05-231-0/+4
| | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
| * Optimize webpack chunksVarun Patil2023-05-231-2/+3
| | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-242-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* reload filelist when adding or removing sharesRobin Appelman2023-05-221-1/+6
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-212-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-182-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-142-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Use the color-primary-element* variablesSimon L2023-05-131-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-122-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37691 from nextcloud/object-store-background-scanJohn Molakvoæ2023-05-112-4/+7
|\
| * repair -1 folder sizes for object store background scanRobin Appelman2023-05-102-4/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #37954 from ↵Louis2023-05-101-0/+1
|\ \ | | | | | | | | | | | | nextcloud/artonge/fix/do_not_allow_to_show_pwd_in_sharing Do not allow to toggle between password and text in sharing
| * | Do not allow to toggle between password and text in sharingLouis Chemineau2023-05-091-0/+1
| |/ | | | | | | | | | | This does not makes sense as we do not have the clear text value. Signed-off-by: Louis Chemineau <louis@chmn.me>
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-05-102-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-092-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-082-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-0478-78/+80
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38012 from nextcloud/fix/a11y-share-inputPytal2023-05-031-1/+1
|\
| * Fix share input idChristopher Ng2023-05-021-1/+1
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | 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 ↵Marcel Klehr2023-05-021-1/+1
| |/ | | | | | | | | | | permissions Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #37958 from ↵Arthur Schiwon2023-05-031-30/+19
|\ \ | |/ |/| | | | | nextcloud/artonge/fix/better_handle_expireDate_for_share Mutualize expireDate handling when creating and updating a share
| * Mutualize expireDate handling when creating and updating a shareLouis Chemineau2023-04-271-30/+19
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-282-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-264-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-254-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-232-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37525 from nextcloud/file-debug-infoRobin Appelman2023-04-211-0/+7
|\ | | | | add command for getting fileinfo for debugging