aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/src
Commit message (Collapse)AuthorAgeFilesLines
* fix: Move cloud id into readonly inputbackport/48542/stable30Christopher Ng2024-11-151-29/+31
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(federatedfilessharing): Use social media icons from core rather than ↵Ferdinand Thiessen2024-10-091-26/+44
| | | | | | | | | | | | | | inline SVGs * Use correct facebook icon provided by Meta The legal terms require to exactly use the facebook logo as provided by Meta. * Add correct X logo as provided by X Corp. * Use social media icons from core rather than inline SVGs * Make copy logic more resilient and use Typescript * Add aria label to include the `X` in `X (formerly Twitter)` button. * Use valid mastodon URL for sharing Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Replace Twitter & Diaspora links and textfenn-cs2024-10-091-15/+15
| | | | | | | | | - Use Twitters new name "X" - Remove Diaspora social and include Mastodon instead Resolves : https://github.com/nextcloud/server/issues/48409 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵Ferdinand Thiessen2024-08-132-4/+4
| | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* 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>