Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-27Remove legacy #dir element in files listVincent Petry
Removed legacy "#dir" input element in the DOM. Apps should use OCA.Files.App.currentFileList or OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to retrieve the current directory and changeDirectory() to change it. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Remove obsolete notification containerVincent Petry
The future is TOAST šŸž Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Replace files app ids to classesVincent Petry
Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-04Change tooltip title of files grid view toggle dynamicallyenh/a11y-dynamic-grid-toggle-tooltipChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-06-07l10n: Delete apostropheValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-02-16hide download button for imagesszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-02-10Revert "Add non-breaking space in the file size"szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-01-14Add non-breaking space in the file sizeCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-13Improve layout for the public download pageCarl Schwan
This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-08Move bundles to /distJohn MolakvoƦ (skjnldsv)
Signed-off-by: John MolakvoƦ (skjnldsv) <skjnldsv@protonmail.com>
2021-10-25Fix "No entries in this ā€¦" templateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-13Correct codeValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-09-13l10n: Remove a text string from translationValdnet
Removal of a text string from a translation in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-09-02Duplicate code removedsangramsinh.desai@t-systems.com
Signed-off-by: Sangramsinh Desai <sangramsinh.desai@t-systems.com> Signed-off-by: sangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>
2021-09-02unwanted class removedsangramsinh.desai@t-systems.com
Signed-off-by: Sangramsinh Desai <sangramsinh.desai@t-systems.com> Signed-off-by: sangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>
2021-09-02mimetype condition mergedsangramsinh.desai@t-systems.com
Signed-off-by: Sangramsinh Desai <sangramsinh.desai@t-systems.com> Signed-off-by: sangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>
2021-09-02Guest view download button seperated for imageSangramsinh Desai
Signed-off-by: Sangramsinh Desai <sangramsinh.desai@t-systems.com> Signed-off-by: sangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>
2021-09-02Guest view download button seperated for videoSangramsinh Desai
Signed-off-by: Sangramsinh Desai <sangramsinh.desai@t-systems.com> Signed-off-by: sangramsinh.desai@t-systems.com <sangramsinh.desai@t-systems.com>
2021-07-19Remove trailing whitespace from commentFlorian Storz
Signed-off-by: Florian Storz <florian.storz@devlix.de>
2021-07-19Add comment linking to PRFlorian Storz
PR contains discussion about the implementation with pros and cons Signed-off-by: Florian Storz <florian.storz@devlix.de>
2021-07-19hide download button for public preview of audio filesFlorian Storz
When the option to hide downloads was selected at public link creation, the download button can be hidden by the audio html attribute controlsList="nodownload" Signed-off-by: Florian Storz <florian.storz@devlix.de>
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-17Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke
Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-14Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
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>
2020-04-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-03Merge pull request #19913 from ā†µRoeland Jago Douma
nextcloud/bugfix/noid/remove-user-name-from-public-sharing-page Remove user name from public sharing page
2020-04-01Remove user name from public sharing pageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-31add translation strings & add margin to uploaded files-listChristopher Mueller
Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
2020-03-31Add basic progressbar to public upload pageChristopher Mueller
Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-17Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma
Fixes #18255 A new user setting allows a user to always accept (internal) shares. For example if they don't like accepting shares manually ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-21Fix grid toggle button on public pageJohn MolakvoƦ (skjnldsv)
Signed-off-by: John MolakvoƦ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-04Add the file drop uploaded files elementMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-11-10Fixes the grid toggle for none folder sharesMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-11-07Improve text to be better translatable and use CSS instead of HTML for bold textMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-07Moves the terms of service into a dialogMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-11-07Inlines the share note for file dropsMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-11-06Add grid toggle for every files viewJohn MolakvoƦ (skjnldsv)
Signed-off-by: John MolakvoƦ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-30Honour "hide download" in the public share pageDaniel CalviƱo SƔnchez
When the "hide download" property of a share is set the public share page will not show the download button nor the menu with the download, direct link and "Add to your Nextcloud" actions; the "downloadURL" hidden field will not be included either in the generated HTML. Despite that, note that the "downloadURL" parameter is still set and passed to the template, as this could be needed anyway to generate previews (for example, of audio files). Signed-off-by: Daniel CalviƱo SƔnchez <danxuliu@gmail.com>
2018-10-30Expose hide download to public pageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-18Use grid view in other file views tooJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-08-24Fix mobile view and add public share note viewJohn MolakvoƦ (skjnldsv)
Signed-off-by: John MolakvoƦ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-24Acceptance and mobile navigation fixesJohn MolakvoƦ (skjnldsv)
Signed-off-by: John MolakvoƦ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-21move the note up, so that it is also visible in the file drop viewBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-21some small template fixesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-21show note on public link pageBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-06-20Move public auth page overRoeland Jago Douma
Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-05Move styling and menu handling to publicpage.jsJulius HƤrtl
Signed-off-by: Julius HƤrtl <jus@bitgrid.net>