summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* [tx-robot] updated from transifexNextcloud bot2022-08-0812-8/+58
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-0714-6/+56
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-0684-362/+456
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-05284-170/+504
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33455 from nextcloud/backport/32852/stable24Vincent Petry2022-08-042-80/+3
|\ | | | | [stable24] Revert "Revert "Remove inefficient fed share scanner""
| * fix external share scanner not propagating locking-opt-outRobin Appelman2022-08-041-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Disable locking on federated sharesCarl Schwan2022-08-041-0/+5
| | | | | | | | | | | | | | The old inneficiant code didn't do locking and adding locking is creating issues Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Revert "Revert "Remove inefficient fed share scanner""Carl Schwan2022-08-042-82/+0
| | | | | | | | | | | | This reverts commit 6667007bf235b90a7dd105c881cf5802b2a3f83e. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix backportCarl Schwan2022-08-035-3/+17
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix label for allow download share permissionJulius Härtl2022-08-031-5/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Multiple fixesCarl Schwan2022-08-0315-171/+334
| | | | | | | | | | | | | | | | | | | | | | - 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>
* | Enforcing permission during resharingCarl Schwan2022-08-034-10/+14
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Inherit hide download from share attributesVincent Petry2022-08-031-0/+27
| | | | | | | | | | | | | | 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>
* | Block download when needed on direct download endpointVincent Petry2022-08-032-1/+17
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix view-only code after code review commentsVincent Petry2022-08-036-17/+22
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix adding to empty attributes and duplicate requestJulius Härtl2022-08-032-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add share attrs + download permission support in frontendVincent Petry2022-08-035-2/+114
| | | | | | | | | | | | | | Added download permission checkbox in frontend Added share attributes parsing and setting in frontend. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add nc:share-attributes Webdav propertyVincent Petry2022-08-033-0/+84
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Don't reset share attributes when not specifiedVincent Petry2022-08-031-2/+6
| | | | | | | | | | | | When not specified in the OCS call, don't reset the share attributes. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix share attribute related tests + code styleVincent Petry2022-08-036-42/+73
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Fix share controller to accept share attributes aloneVincent Petry2022-08-031-2/+5
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add share attributes + prevent download permissionVincent Petry2022-08-0317-46/+845
|/ | | | | | Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #33407 from nextcloud/backport/stable24/one-time-passwordVincent Petry2022-08-031-1/+11
|\ | | | | [stable24] Handle one time and large passwords
| * Handle one time and large passwordsCarl Schwan2022-07-291-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For passwords bigger than 250 characters, use a bigger key since the performance impact is minor (around one second to encrypt the password). For passwords bigger than 470 characters, give up earlier and throw exeception recommanding admin to either enable the previously enabled configuration or use smaller passwords. This adds an option to disable storing passwords in the database. This might be desirable when using single use token as passwords or very large passwords. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | handle AccessDenied error when checking if external s3 support versionsMatthieu Gallien2022-07-281-1/+1
|/ | | | Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
* Merge pull request #33132 from nextcloud/backport/33090/stable24Vincent Petry2022-07-261-56/+76
|\ | | | | [stable24] DAV custom props: catch Exception and rollback transaction in case
| * catch any exception for transaction controlArthur Schiwon2022-07-061-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * DAV custom props: catch Exception and rollback transaction in caseArthur Schiwon2022-07-061-56/+76
| | | | | | | | | | | | | | | | - before exceptions were not caught, a started transaction might not have been finished - also resolve depractions and use IQueryBuilder Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #33350 from nextcloud/backport/33315/stable24Vincent Petry2022-07-264-13/+20
|\ \ | | | | | | [stable24] Reset user status based on message ID only
| * | Reset user status based on message ID onlyJoas Schilling2022-07-264-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | Since some statuses (call) can occure with different status (away and dnd) we need to reset only based on the message id. But as it can not be set by the user this is still save and okay. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Don't try to purge objects from the birthday calendar when it doesn't existThomas Citharel2022-07-261-0/+3
|/ / | | | | | | | | | | | | | | Doesn't matter much as it's been recreated afterwards with (ensureCalendarExists). Closes #29617 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | [tx-robot] updated from transifexNextcloud bot2022-07-268-2/+264
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-254-2/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-246-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-23152-304/+308
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33178 from nextcloud/backport/33118/stable24blizzz2022-07-221-0/+4
|\ \ | | | | | | [stable24] Fix empty address books being exported
| * | Fix empty address books being exportedChristopher Ng2022-07-081-0/+4
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-224-4/+30
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-218-4/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33262 from nextcloud/backport/33222/stable24Vincent Petry2022-07-202-2/+10
|\ \ \ | | | | | | | | [stable24] Translate error when user already exists
| * | | Translate error when user already existsJoas Schilling2022-07-182-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-07-206-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-07-194-0/+8
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-1812-0/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-174-0/+16
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-1612-4/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-1522-0/+66
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-14154-2240/+2360
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-1312-6/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-124-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>