Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2022-08-10Show usage percenteage in the tooltipunify-initial-and-updated-quota-displayDaniel Calviño Sánchez
The tooltip of the initial quota display showed the usage percenteage and the total available space. However, the total available space was redundant, as it was shown just below. The tooltip of the updated quota display showed the usage percenteage, but based on the quota rather than the total available space, so there was a mismatch between the tooltip and the bar below. Now the tooltip of the initial and the updated quota display both show just the usage percenteage based on the total available space. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-10Use total available space rather than quota when updating the displayDaniel Calviño Sánchez
The initial quota display uses the total available space rather than the quota. Moreover, the relative usage is based on the total space rather than the quota. Due to this now the total available space is also used when updating the quota display. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-08Merge pull request #33357 from nextcloud/external_storage_buttons_a11yVincent Petry
Fix accessibility of buttons in the external storage configuration
2022-08-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-04Fix label for allow download share permissionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-08-04Merge pull request #33435 from nextcloud/fix/remove-at-matchers-in-testsCôme Chilliet
Remove at matchers from tests in oauth2 and tests/Test
2022-08-03Fix accessibility of buttons in the external storage configurationexternal_storage_buttons_a11yLukáš Tyrychtr
Note that there is no keyboard only way to close the dropdown Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-03fix external share scanner not propagating locking-opt-outrevert-revert-federation-performance-issuesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-03Disable locking on federated sharesCarl Schwan
The old inneficiant code didn't do locking and adding locking is creating issues Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03Revert "Revert "Remove inefficient fed share scanner""Carl Schwan
This reverts commit 6667007bf235b90a7dd105c881cf5802b2a3f83e. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-02Merge pull request #33425 from nextcloud/fix/fix-dynamic-properties-in-testsCôme Chilliet
Fix dynamic property creations in test files
2022-08-02Remove at matchers from tests in:fix/remove-at-matchers-in-testsCôme Chilliet
* apps/oauth2 * tests/Test/Repair/Owncloud Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-02Improve Devices & sessions settingsimprove-accessibility-deviceCarl Schwan
- Add label for better accessibility - Only allow to add app token with a name - Align in rows Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-01Fix dynamic property creations in test filesfix/fix-dynamic-properties-in-testsCôme Chilliet
This fixes warnings in PHP 8.2 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-01Merge pull request #32482 from nextcloud/enh/noid/share-attributesCarl Schwan
Add share attributes + prevent download permission
2022-07-31Multiple fixesenh/noid/share-attributesCarl Schwan
- Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-28Enforcing permission during resharingCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-28Inherit hide download from share attributesVincent Petry
When resharing by link, if the download permission was removed through share attributes, convert it to the hide download flag. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Block download when needed on direct download endpointVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Fix view-only code after code review commentsVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Fix adding to empty attributes and duplicate requestJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-28Add share attrs + download permission support in frontendVincent Petry
Added download permission checkbox in frontend Added share attributes parsing and setting in frontend. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Add nc:share-attributes Webdav propertyVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Don't reset share attributes when not specifiedVincent Petry
When not specified in the OCS call, don't reset the share attributes. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Fix share attribute related tests + code styleVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Fix share controller to accept share attributes aloneVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Add share attributes + prevent download permissionVincent Petry
Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Merge pull request #33394 from ↵Julia Kirschenheuter
nextcloud/fix/fix-370-Label_not_connected_to_form-element_in_file_listing Connect ```input``` checkbox with corresponding file name via ```aria-describedby```
2022-07-28Connect ```input``` checkbox with corresponding file name via ↵julia.kirschenheuter
```aria-describedby``` Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-07-28handle AccessDenied error when checking if external s3 support versionsMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-07-28Merge pull request #33299 from nextcloud/fix/files-dark-color-themeLouis
[files app]: Fix dark color mode detection for filelist
2022-07-27Merge pull request #33379 from nextcloud/techdebt/noid/goodbye-legacy-idsVincent Petry
Remove more legacy ids
2022-07-27Merge pull request #32956 from nextcloud/fix/upload-folder-wrong-contentVincent Petry
Handle file contained inside the uploads folder
2022-07-27Merge pull request #33316 from ↵Vincent Petry
nextcloud/bugfix/noid/aria-label-share-link-buttons Accessible names for share panel buttons
2022-07-27Remove more legacy idsVincent Petry
Remove more unused legacy ids from early ownCloud times. This reduces the number of duplicate ids in the DOM. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-27Merge pull request #33373 from nextcloud/techdebt/noid/remove-legacy-dirVincent Petry
Remove legacy #dir element in files list
2022-07-27Merge pull request #33368 from luzpaz/fix/apps-dav-typosSimon L
Fix typos in apps/dav subdirectory
2022-07-27Merge pull request #33265 from nextcloud/fix/carl/login-boxesCarl Schwan
Redesign guest pages for better accessibility
2022-07-27Merge pull request #33300 from nextcloud/fix/dashboard-dark-color-themeLouis
dashboard: Fix dark theme detection
2022-07-27Fix caldav invitation related public pagesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27Remove legacy #dir element in files listVincent Petry
Removed legacy "#dir" input element in the DOM. Apps should use OCA.Files.App.currentFileList or OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to retrieve the current directory and changeDirectory() to change it. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-27Merge pull request #33271 from nextcloud/enh/a11y-new-file-menuVincent Petry
Use explicit name for new file/folder menu
2022-07-27Fix typos in apps/dav subdirectoryluz paz
Found via `codespell -q 3 -S l10n -L jus ./apps/dav` Signed-off-by: luz paz <luzpaz@github.com>
2022-07-27Accessible names for share panel buttonsbugfix/noid/aria-label-share-link-buttonsVincent Petry
Added aria-label for the buttons on the share panel. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanupVincent Petry
Further markup cleanup
2022-07-26Merge pull request #33251 from ↵Anna
cneukom/feature/birthday-calendar-reminder-settings Birthday Calendar Reminder Setting
2022-07-26Merge pull request #33341 from ↵blizzz
nextcloud/fix/29617/no-purge-when-birthday-calendar-doesnt-exist Don't try to purge objects from the birthday calendar when it doesn't exist