aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntryInherited.vue
Commit message (Collapse)AuthorAgeFilesLines
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-7/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Adapt native tooltip for new structure of NcAvatarjulia.kirschenheuter2023-02-271-2/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native one in vue components and viewsjulia.kirschenheuter2023-01-051-3/+3
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-15/+15
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Auto fix warningsLouis Chemineau2022-01-211-4/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Allow to navigate to others with access from the sidebarRoeland Jago Douma2020-04-291-5/+10
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-221-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Only allow navigation to a folder if you have accessRoeland Jago Douma2020-01-151-1/+1
| | | | | | | | | 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>
* Change icon-delete to icon-close in others locationsAlexandre Guiot--Valentin2019-12-261-1/+1
| | | | | Signed-off-by: Alexandre Guiot--Valentin <contact@alexandregv.fr> Signed-off-by: Gary Kim <gary@garykim.dev>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-6/+6
| | | | | | | | | | 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>
* clarifying share source folder link stringSascha Wiswedel2019-12-171-1/+1
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Streamline "unshare" wordingSascha Wiswedel2019-12-171-1/+1
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* replace "invited by" with "added by"Sascha Wiswedel2019-12-171-1/+1
| | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Inherited share UIJohn Molakvoæ (skjnldsv)2019-12-031-0/+112
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>