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-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-08Merge pull request #33480 from nextcloud/bugfix/noid/fix-workflow-engine-a11yJoas Schilling
Fix workflow engine a11y and spacing of icons
2022-08-08Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan
Remove OCP\App and OCP\BackgroundJob
2022-08-08Fix eslint line breaksJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Add empty alt tags for decorative iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Fix inverting on darkmode and spacingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Allow to invert when on brightJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.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-04Adapt test to fixed command output.fix/add-option-to-fix-encryptedCôme Chilliet
No user and non-existing user are now correctly treated as two separated cases Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.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-03First first run wizzardfix/firstrunwizzardCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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-02Fix encryption:fix-encrypted-version command when encrypted is set to 0Côme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-08-02Improve typing in FixEncryptedVersion commandCôme Chilliet
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-01Remove OCP\App and OCP\BackgroundJobcleanup/remove-long-deprecated-classesCarl Schwan
Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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