summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-05-2014-0/+28
|
* [tx-robot] updated from transifexNextcloud bot2021-05-1932-64/+0
|
* Merge pull request #26580 from castillo92/patch-2Morris Jobke2021-05-181-2/+2
|\ | | | | Fix casing of exception string
| * Update ShareAPIController.phpcastillo922021-04-161-2/+2
| | | | | | | | | | Change to capital letters in an abbreviation. Signed-off-by: castillo92 javiercizquierdo@gmail.com
* | [tx-robot] updated from transifexNextcloud bot2021-05-162-0/+6
| |
* | Merge pull request #26945 from nextcloud/enh/shareinfo/throttleRoeland Jago Douma2021-05-122-5/+14
|\ \ | | | | | | Add bruteforce protection to the shareinfo endpoint
| * | Add bruteforce protection to the shareinfo endpointRoeland Jago Douma2021-05-122-5/+14
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2021-05-122-0/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-05-102-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-062-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-046-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-032-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-014-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-3016-0/+16
| |
* | Merge pull request #26736 from ↵dependabot-preview[bot]2021-04-292-2/+2
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.13.16
| * | Bump @babel/core from 7.13.15 to 7.13.16dependabot-preview[bot]2021-04-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.15 to 7.13.16. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.16/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-04-29122-182/+182
| | |
* | | Merge pull request #26784 from nextcloud/Valdnet-patch-8rakekniven2021-04-282-2/+2
|\ \ \ | | | | | | | | l10n: Change to a capital letter
| * | | Change size of the letter in testValdnet2021-04-281-1/+1
| | | |
| * | | l10n: Change to a capital letterValdnet2021-04-271-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-286-6/+12
| | | |
* | | | Fix unit testsJoas Schilling2021-04-271-1/+1
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-04-272-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-04-252-0/+6
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-04-232-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-212-0/+482
| |
* | Merge pull request #26624 from nextcloud/enh/sharing/readpermMorris Jobke2021-04-204-5/+28
|\ \ | | | | | | Consider read permission in sharing tab
| * | Consider read permission in sharing tabRoeland Jago Douma2021-04-194-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | When updating a share we should make sure to use all the old permissions (and only change what we actually changed). So the READ permission in this case should also be fetched instead of always granted. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #26633 from nextcloud/enh/sharee/lookup_laterJulius Härtl2021-04-201-1/+1
|\ \ \ | | | | | | | | Make lookup search explicit
| * | | Make lookup search explicitRoeland Jago Douma2021-04-191-1/+1
| |/ / | | | | | | | | | | | | | | | Speedsup sharee lookup quite a bit. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / [tx-robot] updated from transifexNextcloud bot2021-04-202-0/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-04-194-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-1714-10/+40
|/
* Separate settings for remote share expirationVincent Petry2021-04-155-8/+64
| | | | | | | Added separate settings for default and enforced expiration date for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Unit tests for federated share expiration dateVincent Petry2021-04-152-1/+198
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix expire date capability for federated sharesVincent Petry2021-04-151-1/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Implement expiration date for federated sharesVincent Petry2021-04-152-14/+28
| | | | | | | | | Add expiration date field in UI. Save expiration date when creating or updating federated share. Read expiration date from DB in federated share provider. Applies to both federated user and group shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-04-154-0/+4
|
* Merge pull request #26529 from J0WI/getSystemValue-typeRoeland Jago Douma2021-04-141-1/+1
|\ | | | | Use correct getSystemValue type
| * Use correct getSystemValue typeJ0WI2021-04-121-1/+1
| | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Merge pull request #26533 from nextcloud/fix/add-share-resolve-defaultJohn Molakvoæ2021-04-143-4/+4
|\ \ | | | | | | Fix undefined error on add-share
| * | Fix undefined error on add-shareJohn Molakvoæ (skjnldsv)2021-04-133-4/+4
| |/ | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* / [tx-robot] updated from transifexNextcloud bot2021-04-142-2/+18
|/
* [tx-robot] updated from transifexNextcloud bot2021-04-112-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-04-104-32/+32
|
* Bump core-js from 3.9.1 to 3.10.1dependabot-preview[bot]2021-04-084-24/+24
| | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.9.1 to 3.10.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.10.1/packages/core-js) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-04-042-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-04-022-0/+6
|
* Compile nodeJohn Molakvoæ (skjnldsv)2021-03-3112-16/+151
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-3124-66/+242
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>