aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/src
Commit message (Collapse)AuthorAgeFilesLines
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-093-6/+7
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* style: unify copy iconAndy Scherzinger2024-07-071-1/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(federatedfilesharing): import external federated share scriptskjnldsv2024-06-051-0/+177
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-104-72/+7
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: rename users to account or personVincent Petry2024-02-131-7/+7
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* chore: Remove unnecessary dialogs css importsChristopher Ng2023-10-182-2/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix several personal settings problemsSimon L2023-10-171-1/+6
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-022-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-234-10/+10
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add success message to personal settings buttonjulia.kirschenheuter2023-01-191-1/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native tooltipsjulia.kirschenheuter2023-01-111-5/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-022-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-141-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-252-34/+34
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-12/+12
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* l10n: Separate wordsValdnet2022-07-011-1/+1
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Port federatedfilesharing personal settings to vueCarl Schwan2022-06-152-0/+236
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix various errors reported by eslintCarl Schwan2022-05-241-1/+1
| | | | | | | And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port admin federated files sharing to vueCarl Schwan2022-05-202-0/+173
Signed-off-by: Carl Schwan <carl@carlschwan.eu>