aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/templates
Commit message (Collapse)AuthorAgeFilesLines
* Port federatedfilesharing personal settings to vueCarl Schwan2022-06-151-57/+23
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port admin federated files sharing to vueCarl Schwan2022-05-201-76/+23
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* fix social sharing buttonsszaimen2022-04-261-3/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Use proper "Share to Diaspora" URLLukas Reschke2021-07-071-1/+1
| | | | | | | | | The previous URL leads to an outdated GitHub page that links to websites which are already available to sale. This uses the somewhat more official https://share.diasporafoundation.org/ Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Clarify that federated sharing settings may also affect shares between users ↵Julius Härtl2021-07-011-1/+1
| | | | | | on the current instance Signed-off-by: Julius Härtl <jus@bitgrid.net>
* l10n: Change the size of the letterValdnet2020-09-161-1/+1
|
* l10n: Add parenthesesValdnet2020-09-161-1/+1
|
* Mention in the settings the side effect of outgoing federated sharesDaniel Calviño Sánchez2020-09-151-1/+1
| | | | | | | Currently outgoing federated shares need to be enabled to allow WebDAV access to public shares. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+20
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Show share settings only if incoming federated shares are allowedMorris Jobke2019-05-311-51/+50
| | | | | | Fixes #15802 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add hint to user documentation (Federation)Marius Blüm2019-03-111-0/+3
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Merge pull request #14585 from nextcloud/ocm-mention-federationMorris Jobke2019-03-081-1/+1
|\ | | | | Mention Open Cloud Mesh in Federated User Settings
| * Mention Open Cloud Mesh in Federated User SettingsMarius Blüm2019-03-071-1/+1
| | | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | Remove G+ code from Federated Files Sharing-usersettingsMarius Blüm2019-03-071-4/+0
|/ | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Fix layout of "i" in admin settings of federated sharingMorris Jobke2018-12-041-3/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add setting to enable/disable federated group sharingBjoern Schiessle2018-07-111-1/+16
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Move documentation link in relation to the headingJulius Härtl2018-05-031-5/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Prevent XSS in links which open a new browser windowMarkus Staab2017-10-192-3/+3
|
* Fix anchor name for federated sharing settingsMorris Jobke2017-07-281-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* adapt federatedfilesharingArthur Schiwon2017-06-231-2/+0
| | | | | | also drops IE8 switch Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix config switch description, this is only about searching for users, to ↵Bjoern Schiessle2017-06-131-1/+1
| | | | | | enable/disable the possibility to publish users data we have a seperate config switch below Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-0/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add more hints to settingsJan-Christoph Borchardt2017-04-262-1/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* adding some documentation hints and some smaller cleanupFrank Karlitschek2017-04-251-1/+0
|
* allow to disable upload to lookup server, by default it is enabledBjoern Schiessle2017-04-071-1/+9
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* improve wording of admin settings to enable search on the public address bookBjoern Schiessle2016-12-121-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add config switchLukas Reschke2016-11-211-0/+7
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move away from OC_L10NRoeland Jago Douma2016-10-282-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1085 from nextcloud/fix-ffs-sharing-syntaxRoeland Jago Douma2016-08-261-20/+9
|\ | | | | Fix the syntax of the federation ID share buttons
| * Reorder the buttons by importanceJoas Schilling2016-08-261-19/+8
| |
| * FIx the syntax of the buttonsJoas Schilling2016-08-261-1/+1
| |
* | Make federadedfilesharing button match the theming valuesJulius Haertl2016-08-261-10/+5
| |
* | Theming: fix federated sharing button colorJulius Haertl2016-08-261-1/+1
|/
* change federatedfilesharing css class to followupsection to reduce whitespaceArthur Schiwon2016-08-131-1/+1
|
* adjust federatedfilesharingArthur Schiwon2016-08-111-1/+1
|
* Add clipboard action to Personal Settings Fed Cloud IdRoeland Jago Douma2016-08-091-1/+2
|
* s/ownCloud/NextcloudBjoern Schiessle2016-06-201-2/+2
|
* THIS IS NEXTCLOUD! adjusting the designJan-Christoph Borchardt2016-06-081-2/+2
|
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-222-0/+106