aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
Commit message (Collapse)AuthorAgeFilesLines
* Use guest css on sharing authentication pageJulius Härtl2018-01-031-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix anchor change when clicking on sharing page menuDaniel Calviño Sánchez2017-12-211-3/+3
| | | | | | | | | | | | | | | | | | | The share menu toggle and some share menu items included an 'href="#"' attribute, so they were handled as internal links by the browser, which changed the current anchor when they were clicked. However, there was no real need to change the anchor in those cases, and it could interfere with other apps (for example, the PDF viewer sets the current anchor to "#pdfviewer" when it is shown and it hides itself when that anchor is modified). According to the HTML 5 spec the "href" attribute is not mandatory for "a" elements, so they were removed. Other options would have been to change the elements from "a" to "div" or something like that, but that would have required changes to the CSS rules too, or to prevent the default event handling for those elements through JavaScript, which would have been a workaround instead of the proper solution. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add HTML5 audio player in public viewWilliam Pain2017-11-221-0/+6
| | | | Signed-off-by: William Pain <pain.william@gmail.com>
* Clicking publicly shared image opens direct preview urlJan-Christoph Borchardt2017-11-011-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Directly show linkJan-Christoph Borchardt2017-11-011-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Use standard way of showing and hiding popover menuJan-Christoph Borchardt2017-11-011-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show and hide menu via Javascript, thanks @skjnldsvJan-Christoph Borchardt2017-11-011-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add label to download actionJan-Christoph Borchardt2017-11-011-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix display of Download entry textJan-Christoph Borchardt2017-11-011-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Move shared page controls to menu in top rightJan-Christoph Borchardt2017-11-011-20/+34
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Use new-password as autocomplete on share auth pageRoeland Jago Douma2017-10-251-1/+1
| | | | | | | | | Fixes #6821 This makes sure that (supported) browsers will not prefill the password field if a user has a password saved for that nextcloud. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* For images we have a preview for use the preview linkRoeland Jago Douma2017-09-251-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add box around link share password box, fix #5560Jan-Christoph Borchardt2017-09-171-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Logo claim is not used anymoreMorris Jobke2017-08-021-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #5920 from nextcloud/gallery-share-view-fixMorris Jobke2017-08-021-2/+2
|\ | | | | Top bar buttons in share view are wrong positioned
| * Change id to class in the main share templateMarin Treselj2017-07-311-2/+2
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Fix comparisons in the sharing appJoas Schilling2017-08-011-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add filename and sharer in public pageMorris Jobke2017-07-211-4/+6
| | | | | | | | * shows the filename and sharer on the public page * allows the user to identify, that this is a user page and not an official page of the Nextcloud hosting * remove link on logo that redirects to login (fixes #5720) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Simplified Nextcloud logo iconMarin Treselj2017-07-021-1/+1
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* fix 'add to your nextcloud' input field, this is not an email addressBjoern Schiessle2017-06-131-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove primary class from public link download buttonJan-Christoph Borchardt2017-05-161-1/+1
|
* Correctly escape the footer description from themingJoas Schilling2017-03-171-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix log and app nameChristoph Wurst2017-01-231-5/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* more cleanupChristoph Wurst2017-01-231-30/+26
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fixed public share download buttonJohn Molakvoæ (skjnldsv)2017-01-221-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed public share header buttonsJohn Molakvoæ (skjnldsv)2017-01-221-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix some outdated namingJan-Christoph Borchardt2016-11-241-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Move away from OC_L10NRoeland Jago Douma2016-10-283-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adding Open Graph Support for public shares http://ogp.me/Thomas Müller2016-10-211-1/+1
| | | | | | In case no preview is available we display the ownCloud logo Fix unit test
* Merge pull request #1606 from nextcloud/search-detailMorris Jobke2016-10-181-1/+0
|\ | | | | search design details
| * search design detailsJan-Christoph Borchardt2016-09-091-1/+0
| |
* | Adding a optional disclaimer to the anonymous upload pageMorris Jobke2016-09-081-1/+4
|/
* Deprecate getEditionString()Joas Schilling2016-09-061-7/+1
|
* move closing div to the right placeBjoern Schiessle2016-07-201-1/+1
|
* Move JS inclusion to ControllerRoeland Jago Douma2016-07-181-20/+0
| | | | * This way we can easier load files conditionally
* replace 'ownCloud' with 'Nextcloud'Bjoern Schiessle2016-07-141-2/+2
|
* create a real federated share if a user add a public link to his ownCloudBjörn Schießle2016-07-141-1/+1
| | | | this way the owner sees all mounted public links and control them individually
* Add expiration date to share by link viewMorris Jobke2016-07-071-0/+3
|
* Add text about uploaded filesLukas Reschke2016-06-101-1/+3
|
* Add some error handlingLukas Reschke2016-06-091-0/+7
|
* Fix public upload for normal sharesLukas Reschke2016-06-091-2/+3
|
* Make uploading possible via select and cleanup CSSLukas Reschke2016-06-091-4/+10
|
* Add fancy layoutLukas Reschke2016-06-091-5/+11
|
* Fix XSSLukas Reschke2016-06-091-1/+1
|
* add hide file list optionBjoern Schiessle2016-06-091-17/+33
|
* video posterPiotr Filiciak2016-05-241-6/+2
|
* Fix: Bugs in shared link with video #24331Piotr Filiciak2016-05-151-3/+5
|
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-222-104/+0
|
* replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-191-1/+0
|
* Consistently use rel=noreferrerLukas Reschke2016-03-202-3/+3
| | | | When linking to external entities we should consistently use rel=noreferrer