aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/PersonalSettings.vue
Commit message (Collapse)AuthorAgeFilesLines
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Let users choose a share_folderHinrich Mahler2021-09-061-10/+35
|
* Changing the translation catalog for "Share"Valdnet2020-04-121-1/+1
| | | | | | Change "files" to "files_sharing". Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add more tests for the new js modulesChristoph Wurst2020-02-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make auto accepting the default and provide setting to enforce the share ↵Julius Härtl2020-01-161-5/+3
| | | | | | acceptance process Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix style of the sharing setting checkboxJulius Härtl2020-01-021-5/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-4/+4
| | | | | | | | | | 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>
* Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma2019-12-171-0/+59
Fixes #18255 A new user setting allows a user to always accept (internal) shares. For example if they don't like accepting shares manually ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>