summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2534-64/+69
|\ | | | | Some php-cs fixes
| * Some php-cs fixesRoeland Jago Douma2019-11-2234-64/+69
| | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #17993 from waleczny/patch-1Roeland Jago Douma2019-11-251-1/+1
|\ \ | | | | | | Get first element of nodes array
| * | Get first element of nodes arraywaleczny2019-11-181-1/+1
| | | | | | | | | Geting first element of nodes array instead of element with key 0. In some cases key 0 not exists in this array ie. when file is shared from group folder with member of this group who have no permission to read this file.
* | | [tx-robot] updated from transifexNextcloud bot2019-11-252-0/+20
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-11-228-12/+78
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-216-28/+34
| |
* | Fix share testsRoeland Jago Douma2019-11-2010-25/+125
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-2022-12/+92
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-1924-46/+56
|/
* Merge pull request #16828 from nextcloud/feature/noid/accept-incoming-sharesRoeland Jago Douma2019-11-1812-11/+455
|\ | | | | 🔗☑️ Accept all incoming shares
| * FixesRoeland Jago Douma2019-11-181-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make sure the super share also has a valid typeJoas Schilling2019-11-121-3/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix "Invalid parameter number: mixed named and positional parameters"Joas Schilling2019-11-121-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Correctly use the displayname of the sharer in the notificationJoas Schilling2019-11-121-6/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * The share manager knows which provider can accept sharesJoas Schilling2019-11-121-5/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use constants for the magic stringsJoas Schilling2019-11-122-8/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Accept existing shares on updateJoas Schilling2019-11-124-1/+83
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Only restrict loading of group and user shares for nowJoas Schilling2019-11-121-1/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add notifications for users that are added to the groupJoas Schilling2019-11-122-3/+51
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to accept group sharesJoas Schilling2019-11-123-30/+85
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Notifications for group sharesJoas Schilling2019-11-121-1/+14
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-128-5/+230
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Respect the accepted flag for group and user sharesJoas Schilling2019-11-122-2/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump p-queue from 6.2.0 to 6.2.1dependabot-preview[bot]2019-11-182-3/+3
| | | | | | | | | | | | | | | | | | Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.2.0...v6.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-11-162-8/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-152-6/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-134-0/+44
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-124-4/+14
|
* Compile handlebarsJulius Härtl2019-11-111-6/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #17895 from ↵Roeland Jago Douma2019-11-112-30/+9
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.7.1 Bump @babel/preset-env from 7.6.3 to 7.7.1
| * Bump @babel/preset-env from 7.6.3 to 7.7.1dependabot-preview[bot]2019-11-102-30/+9
| | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.3 to 7.7.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-11-104-0/+108
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-0816-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2019-11-074-2/+170
|
* Merge pull request #17753 from nextcloud/clean/old-sharingRoeland Jago Douma2019-11-0620-2876/+273
|\ | | | | Cleanup sharing leftovers
| * Fix sharing breadcrumbsJohn Molakvoæ (skjnldsv)2019-11-0610-2444/+164
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-0513-437/+114
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-11-0612-0/+124
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-056-0/+18
|
* Merge pull request #17727 from nextcloud/enh/share_expiration_notificationRoeland Jago Douma2019-11-046-0/+206
|\ | | | | Enh/share expiration notification
| * Add notification for shares about to expireRoeland Jago Douma2019-11-016-0/+206
| | | | | | | | | | | | | | Introduces a new command that will create notifications for users if they have shares that will expire the next day. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-048-4/+226
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-038-18/+100
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-0216-4/+972
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-01102-104/+104
|/
* Compile assetsnpmbuildbot[bot]2019-10-2914-1370/+2492
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)2019-10-295-63/+181
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adjust unit tests to new OCA.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-207/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>