Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix button text | Christopher Ng | 2023-04-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Port federatedfilesharing personal settings to vue | Carl Schwan | 2022-06-15 | 1 | -68/+0 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Port admin federated files sharing to vue | Carl Schwan | 2022-05-20 | 1 | -11/+0 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Typing corrections | Louis Chemineau | 2022-01-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Migrate deprecated toolip methods | MichaIng | 2021-09-26 | 1 | -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 NC | Vincent Petry | 2021-03-04 | 1 | -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 issue | John Molakvoæ (skjnldsv) | 2020-07-20 | 2 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix external sharing loading script | John Molakvoæ (skjnldsv) | 2019-12-06 | 1 | -50/+46 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add missing variable declarations | Stefan Weil | 2018-10-19 | 1 | -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 tooltip | Jan-Christoph Borchardt | 2017-04-28 | 1 | -0/+3 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix tooltips - they now properly change on click | Morris Jobke | 2016-11-16 | 1 | -10/+21 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Switch to public API | Joas Schilling | 2016-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Reorder the buttons by importance | Joas Schilling | 2016-08-26 | 1 | -206/+0 |
| | |||||
* | Merge pull request #780 from nextcloud/copy_fed_cloud_id | Roeland Jago Douma | 2016-08-09 | 1 | -0/+31 |
|\ | | | | | Add clipboard action to Personal Settings Fed Cloud Id | ||||
| * | Add clipboard action to Personal Settings Fed Cloud Id | Roeland Jago Douma | 2016-08-09 | 1 | -0/+31 |
| | | |||||
* | | Make 'Add to your website' toggleable | Roeland Jago Douma | 2016-08-09 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #379 from nextcloud/create_federated_share_on_mount | Morris Jobke | 2016-07-18 | 1 | -0/+177 |
|\ | | | | | Create federated share on mount | ||||
| * | allow to mount public link from Nextclouds <= 9 | Bjoern Schiessle | 2016-07-14 | 1 | -1/+6 |
| | | |||||
| * | move some stuff over to the federatedfilesharing app | Bjoern Schiessle | 2016-07-14 | 1 | -0/+172 |
| | | |||||
* | | Remove unneeded usage of tipsy | Morris Jobke | 2016-07-13 | 1 | -1/+0 |
|/ | | | | * tooltip is already initialized | ||||
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 3 | -0/+237 |