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-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
2022-07-26Merge pull request #33358 from ↵Vincent Petry
nextcloud/techdebt/noid/remove-old-notification-container Remove obsolete notification container
2022-07-26Add missing closing spans and avoid empty hrefVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Remove obsolete notification containerVincent Petry
The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Removed id=modified in files appVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Add argument to getSharesInFolder enable deep share lookupLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Skip testMovedIntoShareChangeOwnerLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Recursively fetch subsharesLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Change share owner when moving share out of shareLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26Update owner of subdir on move into/out of shareVincent Petry
When moving a directory into or out of a received share, make sure to also update the share owner column for shares that exist insie the directory. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Test moving share in and out of another shareLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-26dashboard: Fix dark theme detectionfix/dashboard-dark-color-themeFerdinand Thiessen
When system default color theme is selected for theming, the enabledThemes array is empty or just contains one entry 'default', in this case the color theme has to be retrieved from the browser. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26files: Fix colormode detection for filelistfix/files-dark-color-themeFerdinand Thiessen
When system default color theme is selected for theming, the `enabledThemes` array is empty or just contains on entry `'default'`, in this case the color theme has to be retrieved from the browser to ensure text like the modified date is readable. This fixes #33298 Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2022-07-26Replace files app ids to classesVincent Petry
Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Merge pull request #33315 from ↵Joas Schilling
nextcloud/bugfix/33314/allow-reseting-status-only-with-message-id Reset user status based on message ID only
2022-07-26Merge pull request #33206 from nextcloud/enh/27869/consolidateVincent Petry
Consolidate account property getters
2022-07-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>