summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/js
Commit message (Collapse)AuthorAgeFilesLines
* Fix button textChristopher Ng2023-04-121-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port federatedfilesharing personal settings to vueCarl Schwan2022-06-151-68/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port admin federated files sharing to vueCarl Schwan2022-05-201-11/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Typing correctionsLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Migrate deprecated toolip methodsMichaIng2021-09-261-4/+4
| | | | | | | With Bootstrap v4, the tooltip methods "fixTitle" and "destroy" have been removed. Only core/src/Polyfill/tooltip.js keeps them methods valid by translating them. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Skip empty obsolete owner when adding to own NCVincent Petry2021-03-041-1/+1
| | | | | | | | | The owner field is nowadays always empty when adding a federated share using "Add to your Nextcloud", so don't check for it. Fixes an issue where "Add to your Nextcloud" doesn't add anything. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-202-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix external sharing loading scriptJohn Molakvoæ (skjnldsv)2019-12-061-50/+46
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add missing variable declarationsStefan Weil2018-10-191-2/+2
| | | | | | | | | This fixes errors from LGTM like the following one: Variable i is used like a local variable, but is missing a declaration. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Use JS for verification icon tooltipJan-Christoph Borchardt2017-04-281-0/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix tooltips - they now properly change on clickMorris Jobke2016-11-161-10/+21
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Switch to public APIJoas Schilling2016-10-211-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Reorder the buttons by importanceJoas Schilling2016-08-261-206/+0
|
* Merge pull request #780 from nextcloud/copy_fed_cloud_idRoeland Jago Douma2016-08-091-0/+31
|\ | | | | Add clipboard action to Personal Settings Fed Cloud Id
| * Add clipboard action to Personal Settings Fed Cloud IdRoeland Jago Douma2016-08-091-0/+31
| |
* | Make 'Add to your website' toggleableRoeland Jago Douma2016-08-091-1/+5
|/
* Merge pull request #379 from nextcloud/create_federated_share_on_mountMorris Jobke2016-07-181-0/+177
|\ | | | | Create federated share on mount
| * allow to mount public link from Nextclouds <= 9Bjoern Schiessle2016-07-141-1/+6
| |
| * move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-141-0/+172
| |
* | Remove unneeded usage of tipsyMorris Jobke2016-07-131-1/+0
|/ | | | * tooltip is already initialized
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-223-0/+237