summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-213-25/+70
|\ | | | | Add option to exclude groups from creating link shares
| * load share settings from the share manager in more placesRobin Appelman2021-05-123-25/+70
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #25679 from nextcloud/drop/ocp-userMorris Jobke2021-05-212-4/+4
|\ \ | | | | | | Drop \OCP\User
| * | Drop \OCP\UserChristoph Wurst2021-05-212-4/+4
| | | | | | | | | | | | | | | | | | Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #27039 from nextcloud/fix/2973/rename-external-storagesMorris Jobke2021-05-211-1/+1
|\ \ \ | | | | | | | | Rename External storages to External storage
| * | | Rename External storages to External storageszaimen2021-05-201-1/+1
| |/ / | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* / / [tx-robot] updated from transifexNextcloud bot2021-05-21120-180/+184
|/ /
* | l10n: Unify spelling in testValdnet2021-05-201-1/+1
| |
* | l10n: Unify spelling in testValdnet2021-05-201-2/+2
| |
* | l10n: Unify spellingValdnet2021-05-201-1/+1
| | | | | | Spelling unification in Nextcloud applications.
* | [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>