aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-08-2410-32/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix UserController tests failing because of max_quota app value not provided ↵Julien Veyssier2021-08-231-0/+27
| | | | | | by mocks Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Merge pull request #28256 from nextcloud/enh/21045/stable22-quota-restrictionsPytal2021-08-239-10/+38
|\ | | | | [stable22] Add quota restrictions options
| * refs #21045 add app config to disable unlimited quota and to set max quotaChristopher Ng2021-08-209-10/+38
| | | | | | | | | | | | | | | | | | | | avoid unlimited quota as default_quota fallback value if unlimited quota is not allowed avoid getting/setting/displaying unlimited default quota if not allowed implement tests for unlimited quota restrictions Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #28553 from ↵Louis2021-08-232-3/+3
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable22/webdav-4.6.1 Bump webdav from 4.6.0 to 4.6.1
| * | Bump webdav from 4.6.0 to 4.6.1dependabot[bot]2021-08-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/perry-mitchell/webdav-client/releases) - [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: webdav dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-224-4/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28534 from nextcloud/backport/28185/stable22MichaIng2021-08-211-4/+9
|\ \ | | | | | | [stable22] Fix folder size contained in S3 buckets
| * | Fix folder size contained in S3 bucketsLouis Chemineau2021-08-201-4/+9
| | | | | | | | | | | | | | | | | | If 'filesystem_check_changes' was set to never, the cached size was alway set to -1 (Pending) on every access Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Do not load versions tab view if the files app is not availableJulius Härtl2021-08-203-3/+7
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Set alias for result of cast column functionDaniel Kesselberg2021-08-201-1/+2
|/ / | | | | | | | | | | On OCI an expression like to_char(events) end up as $row['to_char(events)'] in the query result. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2021-08-204-2/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Allow to disable group change notificationMarco Ambrosini2021-08-191-1/+1
| | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | Merge pull request #28209 from nextcloud/backport/27751/stable22John Molakvoæ2021-08-1914-174/+816
|\ \
| * | Fix remote share deletion when deleting userVincent Petry2021-08-102-51/+201
| | | | | | | | | | | | | | | | | | | | | 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>
| * | Fix route path for pending remote sharesVincent Petry2021-08-104-4/+4
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Replace ILogger with LoggerInterface in remote share managerVincent Petry2021-08-105-16/+19
| | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
| * | Fix remote group share decline+accept code pathVincent Petry2021-08-102-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Use mimetype instead of type when defaulting in remote sharesVincent Petry2021-08-101-1/+1
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Fix external share manager with multiple user groupsVincent Petry2021-08-102-10/+25
| | | | | | | | | | | | | | | | | | Use query builder with proper matching for finding the group names. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Fix remote group share API interactionsVincent Petry2021-08-102-11/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Disable default actions in pending file listVincent Petry2021-08-103-0/+11
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Pending remote group share fixesVincent Petry2021-08-103-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Fix re-accepting or re-rejecting remote group sharesVincent Petry2021-08-101-42/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Add logging to external shares managerVincent Petry2021-08-105-16/+32
| | | | | | | | | | | | | | | | | | | | | Instead of just returning false, also log the exception to make debugging database issues easier. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Remove "Reject share" for pending remote sharesVincent Petry2021-08-104-3/+18
| | | | | | | | | | | | | | | | | | | | | In the list of pending shares, the option for rejecting the share has been removed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | Fix received federated group sharesVincent Petry2021-08-102-92/+184
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | Extend pending shares list to include remote sharesVincent Petry2021-08-103-3/+48
| | | | | | | | | | | | | | | | | | | | | And adjust the accept/decline actions to use the right endpoint for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #27993 from goyome/goyome-stable22-group-shares-limitJohn Molakvoæ2021-08-191-1/+1
|\ \ \ | |_|/ |/| |
| * | No limit in the number of group sharesGuillaume COLSON2021-07-151-1/+1
| | | | | | | | | | | | Signed-off-by: Guillaume COLSON <guillaume.colson@univ-lorraine.fr>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-192-2/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28479 from nextcloud/backport/28461/stable22Julius Härtl2021-08-183-5/+5
|\ \ \
| * | | Compile assetsnextcloud-command2021-08-172-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Autofocus only additional email inputsChristopher Ng2021-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit f7dee7152adde567571712f8bfe158135764ad7a)
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-186-2/+12
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-178-4/+256
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28446 from nextcloud/backport/28211/stable22Louis2021-08-162-2/+2
|\ \ \ | | | | | | | | [stable22] Improve auto expiration hint for trashbin and file versions
| * | | Improve auto expiration hintszaimen2021-08-162-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
* | | | Merge pull request #28441 from nextcloud/fix/composer-2-missing-files-stable22blizzz2021-08-16100-0/+9575
|\ \ \ \ | |/ / / |/| | | [stable22] Add missing files for Composer v2
| * | | Add missing files for Composer v2Christoph Wurst2021-08-16100-0/+9575
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #28416 from nextcloud/backport/28062/stable22Julius Härtl2021-08-161-1/+1
|\ \ \ \ | |/ / / |/| | | [stable22] Gracefully handle smb acls for users without a domain
| * | | Gracefully handle smb acls for users without a domainRichard Steinmetz2021-08-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-162-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-152-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-1410-84/+498
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28384 from nextcloud/backport/28318/stable22Christoph Wurst2021-08-137-5/+72
|\ \ \ \ | |/ / / |/| | | [stable22] Make "name" column nullable for workflows
| * | | Make "name" column nullable in workflow operationsVincent Petry2021-08-127-5/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "name" column is now unused and the code is always inserting an empty string. While this works with most databases, Oracle complains because an empty string is equivalent to null. To fix this, the column definition is changed to allow null values now. Also added some logging in case of database exceptions, because without this nothing would be logged to detect the above problem. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-1314-14/+236
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-124-4/+6
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | / [tx-robot] updated from transifexNextcloud bot2021-08-1180-160/+874
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>