summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-01-1812-4/+40
|
* [tx-robot] updated from transifexNextcloud bot2020-01-1720-2/+26
|
* Bump bundlesJulius Härtl2020-01-164-26/+26
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make auto accepting the default and provide setting to enforce the share ↵Julius Härtl2020-01-163-8/+12
| | | | | | acceptance process Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove global share accepter since auto-accepting is the defaultJulius Härtl2020-01-164-66/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-01-1626-6/+62
|
* Merge pull request #18894 from nextcloud/fix/note/debounceRoeland Jago Douma2020-01-167-30/+61
|\ | | | | Save sharing note on close or submit
| * Do not save on update, use submitJohn Molakvoæ (skjnldsv)2020-01-167-30/+61
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Listen to the right even for auto share acceptRoeland Jago Douma2020-01-151-9/+30
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18732 from nextcloud/enh/files-sidebarJohn Molakvoæ2020-01-152-39/+39
|\ | | | | Sidebar polishing
| * Close after clickJohn Molakvoæ (skjnldsv)2020-01-152-39/+39
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Don't show link shares hash in inherited share listRoeland Jago Douma2020-01-152-28/+28
|/ | | | | | This adds no value at all. Just showing the text "(Shared link)" now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Only allow navigation to a folder if you have accessRoeland Jago Douma2020-01-153-5/+5
| | | | | | | | | Fixes #18716 If you can delete the share then you have access yourself to that shares location. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-156-54/+394
|
* Add "Password protected by Talk" option to sharesDaniel Calviño Sánchez2020-01-144-9/+69
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Bump @nextcloud/axios from 1.1.0 to 1.3.1dependabot-preview[bot]2020-01-1412-94/+87
| | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.1.0 to 1.3.1. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.1.0...v1.3.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 bot2020-01-144-0/+32
|
* Merge pull request #18860 from nextcloud/fix/license-headersRoeland Jago Douma2020-01-133-1/+5
|\ | | | | Fix license headers
| * Fix license headersChristoph Wurst2020-01-133-1/+5
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-01-132-0/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2020-01-1234-34/+34
| |
* | Merge pull request #18814 from nextcloud/backport/18771/masterRoeland Jago Douma2020-01-118-32/+43
|\ \ | | | | | | [master] Fix sharing note placeholder
| * | Add placeholderJohn Molakvoæ2020-01-105-21/+22
| | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | Fix sharing note placeholderJohn Molakvoæ (skjnldsv)2020-01-104-11/+21
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / [tx-robot] updated from transifexNextcloud bot2020-01-118-8/+38
|/
* [tx-robot] updated from transifexNextcloud bot2020-01-0928-38/+254
|
* moving ->getParent earlierMaxence Lange2020-01-081-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #18707 from nextcloud/enh/pending_shares_overviewRoeland Jago Douma2020-01-077-3/+166
|\ | | | | A pending shares overview
| * Add pending share list to frontendJulius Härtl2020-01-076-8/+136
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * A pending shares overviewRoeland Jago Douma2020-01-072-0/+35
| | | | | | | | | | | | | | | | Now that we accept shares we should show an overview of shares that are pending. This first part is the small API to get a list of the currently pending shares. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Only show others with access if you have reshare permissionsRoeland Jago Douma2020-01-073-3/+3
| | | | | | | | | | | | | | | | | | Fixes #18711 If you do not have reshare permissions the others with access will throw an error anyways. So better to just not show it ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #18701 from ↵Roeland Jago Douma2020-01-073-5/+11
|\ \ | | | | | | | | | | | | nextcloud/fix/18632/show_info_when_no_others_with_access_found Show message if no other users with access are found
| * | Show message if no other users with access are foundRoeland Jago Douma2020-01-063-5/+11
| |/ | | | | | | | | | | | | Fixes #18632 Show a small subtitle if no other users with access are found. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2020-01-072-0/+2
|/
* Accept shares when you open mailRoeland Jago Douma2020-01-064-1/+91
| | | | | | | | | Fixes #18380 When you open a direct share to yourself. We should autoaccept the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't show link shares in sidebar if disabledRoeland Jago Douma2020-01-063-3/+9
| | | | | | Fixes #17799 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not show e-mail suggestions if link shares are disabledRoeland Jago Douma2020-01-064-67/+83
| | | | | | | | | For #17774 This removes the e-mail suggestions from the share input if link shares are disabled. As e-mail shares use just link shares. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18674 from nextcloud/enh/no_global_GETRoeland Jago Douma2020-01-062-6/+8
|\ | | | | Do not use $_GET
| * Do not use $_GETRoeland Jago Douma2020-01-052-6/+8
| | | | | | | | | | | | The appframework is more than capable of handling this properly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-01-064-4/+22
| |
* | Bump css-loader from 3.4.0 to 3.4.1dependabot-preview[bot]2020-01-054-4/+4
|/ | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.4.0...v3.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-054-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-01-032-2/+2
|
* confirm resharing rights if viewer is current ownerMaxence Lange2020-01-021-0/+4
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Fix style of the sharing setting checkboxJulius Härtl2020-01-023-7/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-01-024-2/+20
|
* [tx-robot] updated from transifexNextcloud bot2020-01-014-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2019-12-312-0/+20
|
* Bump css-loader from 3.3.2 to 3.4.0dependabot-preview[bot]2019-12-304-4/+4
| | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.3.2...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump @babel/preset-env from 7.7.6 to 7.7.7dependabot-preview[bot]2019-12-302-9/+30
| | | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.7.6 to 7.7.7. - [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.7.6...v7.7.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>