summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17077 from nextcloud/enh/10869/no_link_disabled_userRoeland Jago Douma2020-02-072-6/+146
|\ | | | | Disable link shares of disabled users
| * Disable link shares of disabled usersRoeland Jago Douma2020-02-072-6/+146
| | | | | | | | | | | | Fixes #10869 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-02-0742-40/+34
|/
* [tx-robot] updated from transifexNextcloud bot2020-02-042-2/+62
|
* [tx-robot] updated from transifexNextcloud bot2020-02-032-6/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-02-026-4/+154
|
* [tx-robot] updated from transifexNextcloud bot2020-02-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-314-2/+6
|
* Merge pull request #19125 from nextcloud/bugfix/noid/tab-idJohn Molakvoæ2020-01-307-50/+53
|\ | | | | Give the sharing tab a unique id so it also opens properly on other languages
| * Bump @nextcloud/vueJulius Härtl2020-01-296-48/+48
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Give the sharing tab a unique id so it also opens properly on other languagesJulius Härtl2020-01-291-2/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-01-302-0/+20
|/
* [tx-robot] updated from transifexNextcloud bot2020-01-292-4/+6
|
* Merge pull request #19164 from nextcloud/dependabot/variousRoeland Jago Douma2020-01-2810-40/+40
|\ | | | | Dependabot/various
| * Merge multiple dependabots updatesJohn Molakvoæ (skjnldsv)2020-01-2710-40/+40
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-01-282-8/+8
|/
* [tx-robot] updated from transifexNextcloud bot2020-01-272-4/+4
|
* Merge pull request #19115 from nextcloud/fix/share_accepting/do_not_use_node_yetRoeland Jago Douma2020-01-261-2/+2
|\ | | | | Use the target for file notifications
| * Use the target for file notificationsRoeland Jago Douma2020-01-241-2/+2
| | | | | | | | | | | | | | The node is not yet accessible if you did not accept the share yet. So trying to get it results in an acception. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Bump @nextcloud/vue from 1.2.5 to 1.2.7dependabot-preview[bot]2020-01-268-44/+44
| | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.2.5 to 1.2.7. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.2.5...V1.2.7) 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-252-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2020-01-244-2/+8
|
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-2221-717/+108
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2020-01-222-0/+4
|
* Compile templatesJohn Molakvoæ (skjnldsv)2020-01-211-9/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-216-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-01-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-194-2/+4
|
* [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
| |