summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* remove unneeded ifRobin Appelman2020-08-281-44/+42
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-08-272-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-08-262-0/+4
|
* Bump vue and vue-template-compilerdependabot-preview[bot]2020-08-254-4/+4
| | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) Updates `vue-template-compiler` from 2.6.11 to 2.6.12 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.11...v2.6.12) 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 bot2020-08-252-42/+42
|
* Merge pull request #22393 from nextcloud/fix/license-headers-20Roeland Jago Douma2020-08-2425-7/+30
|\ | | | | Update the license headers for Nextcloud 20
| * Update the license headers for Nextcloud 20Christoph Wurst2020-08-2425-7/+30
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix missing FN from federated contactJohn Molakvoæ (skjnldsv)2020-08-241-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-08-242-6/+110
|
* [tx-robot] updated from transifexNextcloud bot2020-08-222-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-08-212-2/+2
|
* Merge pull request #22331 from ↵Roeland Jago Douma2020-08-201-2/+2
|\ | | | | | | | | nextcloud/bugfix/noid/dont-use-deprecated-inigetwrapper Don't use deprecated getIniWrapper() anymore
| * Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Only copy the link when updating a share or no password was forcedJoas Schilling2020-08-203-3/+7
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-192-6/+7
| | | | | | Found by Psalm 3.14.1 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-08-192-0/+4
|
* Use dispatchTyped instead of dispatch on the new event dispatcherMorris Jobke2020-08-181-5/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve recent file fetchingRoeland Jago Douma2020-08-181-0/+5
| | | | | | | | | | | | | | | | Fixes #16876 Before we'd just fetch everything from all storages we'd have access to. Then we'd sort. And filter in php. Now this of course is tricky if a user shared just a file with you and then has a ton of activity. Now we try to contruct the prefix path. So that the filtering can happen right away in the databae. Now this will make the DB more busy. But it should help overall as in most cases less queries are needed then etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-08-186-32/+34
|
* Merge pull request #22109 from nextcloud/feature/20931/followup-1John Molakvoæ2020-08-178-11/+71
|\
| * Display user-status in sharing listGeorg Ehrke2020-08-175-2/+22
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * Expose status via Collaborators APIGeorg Ehrke2020-08-143-9/+49
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
| | | | | | | | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-146-8/+8
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2020-08-14114-2/+120
|
* merge file activity settings into a single 'favorite changed' itemRobin Appelman2020-08-133-9/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move share notifcation settings to files groupRobin Appelman2020-08-136-36/+52
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #22199 from ↵Morris Jobke2020-08-1212-60/+60
|\ | | | | | | | | nextcloud/techdebt/noid/PHPUnit_Framework_MockObject_MockObject Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to …
| * Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-1212-60/+60
| | | | | | | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-08-122-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2020-08-112-0/+4
|
* Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbinblizzz2020-08-072-3/+10
|\ | | | | Use IBootstrap for the files_trashbin app
| * Use IBootstrap for the files_trashbin appMorris Jobke2020-07-232-3/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-08-0648-44/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-044-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-08-012-0/+4
| |
* | Add @nextcloud/event-bus to babel transpileJohn Molakvoæ (skjnldsv)2020-07-312-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-3110-18/+20
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump @nextcloud/eslint-config and peersJohn Molakvoæ (skjnldsv)2020-07-316-6/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-3116-41/+41
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Bump p-queue from 6.4.0 to 6.6.0dependabot-preview[bot]2020-07-312-2/+2
| | | | | | | | | | | | | | | | | | Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.4.0 to 6.6.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.4.0...v6.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | When no user is logged in null is usedJoas Schilling2020-07-291-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-294-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-282-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-272-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-244-4/+10
| |
* | Merge pull request #21814 from ↵Morris Jobke2020-07-234-39/+29
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/federated_share_added-into-typed-event Move federated_share_added into a typed event
| * | Move federated_share_added into a typed eventMorris Jobke2020-07-234-39/+29
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Bump @nextcloud/vue from 2.2.1 to 2.3.0Georg Ehrke2020-07-232-2/+2
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Respect default share permissionsRoeland Jago Douma2020-07-233-3/+3
|/ / | | | | | | | | | | Else we'll always create new shares with the max permissions. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>