summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/views
Commit message (Collapse)AuthorAgeFilesLines
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-082-8/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix share owner not being displayed in sharing tabCarl Schwan2021-12-141-0/+13
| | | | | | | | | | | | | | | This only concerns subfolder and files inside a shared folder and is used as fallback when the OCS api returns a empty result, because it only works on the shared folder and not the content inside of it. This unify the tab with the folder list. This offers a less descriptive share information but making the OCS api returns all the details even for the subfolder would very probably be bad for performance (since we would need to fetch the shares for all the parent folders until we found one or are in the root folder). Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-232-3/+3
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-222-0/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix undefined error on add-shareJohn Molakvoæ (skjnldsv)2021-04-131-2/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Handle enforced password for mail shares in the WebUIJohn Molakvoæ (skjnldsv)2021-03-221-3/+32
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show unique displayname context in the user share list entriesJulius Härtl2020-12-141-0/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly encode path when fetching inherited sharesJulius Härtl2020-11-261-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Disable share input for a received share if resharing is not allowedDaniel Calviño Sánchez2020-11-111-1/+4
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Upgrade lifecycle and vue parent contextJohn Molakvoæ (skjnldsv)2020-10-071-20/+14
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move Files Sidebar to proper javascript standardJohn Molakvoæ (skjnldsv)2020-10-071-33/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Display user-status in sharing listGeorg Ehrke2020-08-171-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Bump @nextcloud/eslint-config and peersJohn Molakvoæ (skjnldsv)2020-07-311-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Do not process the same FileInfo twiceJohn Molakvoæ (skjnldsv)2020-05-061-3/+9
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Process shares only once, better debug and expiration date codeJohn Molakvoæ (skjnldsv)2020-05-011-4/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Allow to navigate to others with access from the sidebarRoeland Jago Douma2020-04-291-0/+1
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* 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>
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-222-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix sharing note placeholderJohn Molakvoæ (skjnldsv)2020-01-101-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Only show others with access if you have reshare permissionsRoeland Jago Douma2020-01-071-1/+1
| | | | | | | | | 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>
* Show message if no other users with access are foundRoeland Jago Douma2020-01-061-1/+7
| | | | | | | Fixes #18632 Show a small subtitle if no other users with access are found. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't show link shares in sidebar if disabledRoeland Jago Douma2020-01-061-1/+7
| | | | | | Fixes #17799 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-194-37/+37
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* removed inherited shares counterSascha Wiswedel2019-12-171-3/+1
| | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Inherited share UIJohn Molakvoæ (skjnldsv)2019-12-032-3/+172
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Systemtags and external actions updateJohn Molakvoæ (skjnldsv)2019-10-291-0/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add projects view to sidebarJulius Härtl2019-10-291-0/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-293-0/+535
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-8/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump settingsJohn Molakvoæ (skjnldsv)2019-05-221-17/+17
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move translations to coreJulius Härtl2019-03-281-7/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust resource type to fileJulius Härtl2019-03-191-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use nextcloud-vue-collection 0.1.2Julius Härtl2019-03-011-1/+22
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use nextcloud-vue-collections libraryJulius Härtl2019-03-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add eslint settings and reorganize filesJulius Härtl2019-03-011-0/+36
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Add files_sharing package-lock Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement frontend for search/renameJulius Härtl2019-03-011-188/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Move to vuex Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use proper public javascript methodsJulius Härtl2019-03-011-7/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add vue app for collaboration resourcesJulius Härtl2019-03-011-0/+184
Signed-off-by: Julius Härtl <jus@bitgrid.net> Add js api for resources Signed-off-by: Julius Härtl <jus@bitgrid.net> More frontend work Signed-off-by: Julius Härtl <jus@bitgrid.net>