aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/templates
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #43104 from nextcloud/chore/cleanupJohn Molakvoæ2024-01-253-163/+0
|\
| * chore(files): cleanup old templatesJohn Molakvoæ2024-01-253-163/+0
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | fix(files): combine navigation and files list into single Vue appGrigorii K. Shartsev2024-01-251-8/+2
|/ | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
| | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-35/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): migrate recent viewJohn Molakvoæ (skjnldsv)2023-08-021-41/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-062-8/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-44/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port Files navigation to vueJohn Molakvoæ2023-01-042-1/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Make scroll areas keyboard focussableJulius Härtl2022-09-012-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add a11y attributes for legacy app navigationVincent Petry2022-08-291-1/+1
| | | | | | | Aded "role=navigation" Added "aria-current=page" for the currently selected item. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-171-1/+1
| | | | | | | | | | | | Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Show usage percenteage in the tooltipDaniel Calviño Sánchez2022-08-101-1/+1
| | | | | | | | | | | | | The tooltip of the initial quota display showed the usage percenteage and the total available space. However, the total available space was redundant, as it was shown just below. The tooltip of the updated quota display showed the usage percenteage, but based on the quota rather than the total available space, so there was a mismatch between the tooltip and the bar below. Now the tooltip of the initial and the updated quota display both show just the usage percenteage based on the total available space. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Remove more legacy idsVincent Petry2022-07-271-1/+0
| | | | | | | | Remove more unused legacy ids from early ownCloud times. This reduces the number of duplicate ids in the DOM. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Remove legacy #dir element in files listVincent Petry2022-07-273-5/+0
| | | | | | | | | | 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>
* Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanupVincent Petry2022-07-262-2/+2
|\ | | | | Further markup cleanup
| * Removed id=modified in files appVincent Petry2022-07-262-2/+2
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Remove obsolete notification containerVincent Petry2022-07-262-3/+0
|/ | | | | | | The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace files app ids to classesVincent Petry2022-07-263-28/+28
| | | | | | | | | | | 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>
* Change casing of settings labelVincent Petry2022-07-211-1/+1
| | | | Co-authored-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Rename files settings on the bottom leftVincent Petry2022-07-211-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix quota nav itemCarl Schwan2022-07-181-5/+5
| | | | | | - Spacing was not correctly set Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #32993 from nextcloud/fixes-for-quota-text-in-navigation-barDaniel Calviño Sánchez2022-07-051-1/+1
|\ | | | | Fixes for quota text in navigation bar
| * Fix quota text not updated when no quota is setDaniel Calviño Sánchez2022-06-231-1/+1
| | | | | | | | | | | | | | The JavaScript code that updates the quota text expects the element to have "quotatext" as id. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Change tooltip title of files grid view toggle dynamicallyChristopher Ng2022-07-041-1/+1
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* l10n: Delete apostropheValdnet2022-06-071-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-164-13/+13
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* 🔥 remove deprecated elementVinicius Reis2022-05-131-1/+0
| | | | Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-301-7/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move to combined files entrypointJulius Härtl2021-10-251-3/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix "No entries in this …" templateJoas Schilling2021-10-252-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Improve notcreatable permissions hintszaimen2021-07-151-0/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Fix missing label of Files navigation sublist togglesJan C. Borchardt2021-04-191-1/+4
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix missing label of grid view toggleJan C. Borchardt2021-04-191-0/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Add "Crop image previews" setting to filesNina Pypchenko2021-01-142-0/+6
| | | | | | | | | | | | | | Added a new user setting that toggles cropping on image previews in grid view. True (default value): crops each image to a square. False: keep original aspect ratio. Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com> Closes #18439. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-142-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-12/+14
| | | | | | | | | | | | | | | 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>
* Remove trailing and in between spacesChristoph Wurst2020-04-092-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix "Use this address..." Stringszaimen2020-03-261-1/+1
| | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OCA.Files.Settings for Files SettingsGary Kim2020-03-221-0/+4
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Fix webdav urlJohn Molakvoæ (skjnldsv)2020-01-101-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-021-0/+29
| | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow registering header sections in the file listsJulius Härtl2019-10-231-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Don't show absolute number in tooltipDaniel Kesselberg2019-06-241-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Show used space in mb instead of %Daniel Kesselberg2019-06-241-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Hide quota bar if unlimitedDaniel Kesselberg2019-06-231-20/+17
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove the upload and memory settingJoas Schilling2019-03-041-20/+0
| | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>