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
AgeCommit message (Collapse)Author
2021-07-28Add riotchat to rootUrlAppsenh/noid/add-riotchat-root-appsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-28Merge pull request #27751 from nextcloud/enh/23769/accept-decline-fed-sharing-uiJulius Härtl
2021-07-28Add checkout tokenJohn Molakvoæ
2021-07-28Use COMMAND_BOT_PATJohn Molakvoæ
2021-07-27Merge pull request #27893 from nextcloud/fix/comments-file-actionJulien Veyssier
Fix comments file action sidebar opening
2021-07-27Merge pull request #27886 from ↵Lukas Reschke
ecsecta/keep_pw_based_authntoken_alive_on_pwlesslogin Keep pw based auth tokens valid when pw-less login happens
2021-07-27Fix remote share deletion when deleting userVincent Petry
When deleting a user, we should only delete the direct remote user shares or the remote group based subshares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Delete dependabot-approve-merge.ymlJohn Molakvoæ
2021-07-27Fix route path for pending remote sharesVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Replace ILogger with LoggerInterface in remote share managerVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2021-07-27fix jsunit tests for commentsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-07-27Fix remote group share decline+accept code pathVincent Petry
When declining a remote group share through the dialog that appears when notifications are off, the mount point is now correctly saved when re-accepting. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Use mimetype instead of type when defaulting in remote sharesVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Fix external share manager with multiple user groupsVincent Petry
Use query builder with proper matching for finding the group names. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Fix remote group share API interactionsVincent Petry
Accepting and declining can now be done repeatedly on both the parent group share and sub-share with the same effects. Added unit tests to cover these cases, and also when the same operation is repeated. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Disable default actions in pending file listVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Pending remote group share fixesVincent Petry
Only remove reject share for remote group shares Also fix share indicator to appear for remote group shares as well. Fix pending remote share icon to be the one of a share. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Fix re-accepting or re-rejecting remote group sharesVincent Petry
When accepting a group share, a sub-share entry is created which also has a different id. When accepting or rejecting the sub-share, simply update the "accepted" flag instead of trying to re-insert the entry. Adjust getShare to also properly validate group share membership when called on a sub-share id. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Add logging to external shares managerVincent Petry
Instead of just returning false, also log the exception to make debugging database issues easier. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Remove "Reject share" for pending remote sharesVincent Petry
In the list of pending shares, the option for rejecting the share has been removed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Fix received federated group sharesVincent Petry
Fix pending shares endpoint to consider user-specific sub-entries for group shares whenever a share was accepted or declined. Added unit test for adding remote group shares. Fixed "removeUserShares" to not send a remote request as we never send remote requests for group shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Extend pending shares list to include remote sharesVincent Petry
And adjust the accept/decline actions to use the right endpoint for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-27Add files via uploadJohn Molakvoæ
2021-07-27fix comments file action sidebar openingJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-27Update dependabot-approve-merge.ymlJohn Molakvoæ
2021-07-26Merge pull request #28173 from nextcloud/fix/variable_override_in_file_viewJulius Härtl
Fix variable override in file view
2021-07-26Merge pull request #28127 from nextcloud/dependabot/variousJohn Molakvoæ
2021-07-26Bump p-queueJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-26Bump vue and fix babel warningJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-26Bump dependenciesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-26Add command-compileJohn Molakvoæ
2021-07-26Fix variabable override in file viewLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-07-26Merge pull request #28166 from nextcloud/enh/usermanagement/add-group-iconszaimen
User management - Add icon to user groups
2021-07-26Merge pull request #28164 from nextcloud/fix/file-multiselect-actions-sortJulien Veyssier
Fix sort function of files multiple selection actions
2021-07-26fix sort sort function of files multiple selection actionsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-07-26User management - Add icon to user groupsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-26Merge pull request #28075 from nextcloud/enh/noid/admin_audit-report-full-pathJulius Härtl
Admin Audit - Sharing: createShare - report the full path
2021-07-25Merge pull request #28151 from ↵kesselb
nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
2021-07-25Update psalm baselineNextcloud-PR-Bot
Signed-off-by: GitHub <noreply@github.com>
2021-07-24Merge pull request #27281 from ↵John Molakvoæ
nextcloud/dependabot/npm_and_yarn/nextcloud/router-2.0.0
2021-07-24Merge pull request #28132 from nextcloud/work/carl/fix-testsJohn Molakvoæ
Fix tests in files_versions
2021-07-24Merge pull request #28146 from nextcloud/dependabot/npm_and_yarn/sass-1.36.0dependabot[bot]
2021-07-24Merge pull request #28144 from ↵dependabot[bot]
nextcloud/dependabot/npm_and_yarn/testing-library/user-event-13.2.0
2021-07-24Bump sass from 1.35.2 to 1.36.0dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.35.2 to 1.36.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.35.2...1.36.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-24Bump @testing-library/user-event from 13.1.9 to 13.2.0dependabot[bot]
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.9 to 13.2.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v13.1.9...v13.2.0) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-24RebuildChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-23Merge pull request #28133 from nextcloud/feat/tag_multiple_files_at_onceJohn Molakvoæ
2021-07-23Fix tests in files_versionsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-23add an option to the multiple files selected actions to add and remove tags ↵Roland Scheidel
from multiple files at once Signed-off-by: Roland Scheidel <kontakt@scheidel.at> Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-23Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>