summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates/list.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy #dir element in files listVincent Petry2022-07-271-2/+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>
* Remove obsolete notification containerVincent Petry2022-07-261-1/+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-261-7/+7
| | | | | | | | | | | 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>
* Fix "No entries in this …" templateJoas Schilling2021-10-251-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use grid view in other file views tooJan-Christoph Borchardt2018-10-181-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Move away from OC_L10NRoeland Jago Douma2016-10-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* search design detailsJan-Christoph Borchardt2016-09-091-1/+0
|
* Add expiration date to share by link viewMorris Jobke2016-07-071-0/+3
|
* Remove controls for file lists that don't need itVincent Petry2015-10-131-3/+0
| | | | | Remove controls from sharing overview and favorite file lists which don't display paths.
* use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-061-1/+1
|
* filter trashbin and share viewsJörn Friedrich Dreyer2015-01-051-0/+6
|
* Removed "Share with" columnVincent Petry2014-05-301-3/+0
|
* Sharing overview fixes and unit testsVincent Petry2014-05-301-2/+2
| | | | | | | | | | | | - Fixed renaming and fileActionsReady event - Added unit tests for shares list - Fixed public page with defer - Fixed file actions in sharing overview - Fixed sharing counterpart list (10 entries max) - Fixed file path attribute to be used in download action - Fix sharing list headers - OC.Share icons now operate on fileList instance - Fix OC.Share.updateIcon when more than one list in DOM
* Small fixes to sharing overviewVincent Petry2014-05-301-1/+1
| | | | | | - Removed file size from file summary in sharing overview - Fixed document title - Fixed empty content text for shared overview
* Removed selection checkboxesVincent Petry2014-05-301-9/+0
|
* Group shares by typeVincent Petry2014-05-301-3/+0
|
* Added sharing overview page (WIP)Vincent Petry2014-05-301-0/+43
| | | | | - added sharing overview entries in the sidebar - use OCS Share API to get the list of files
* Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-221-30/+0
|
* Added translatable text.Marvin Thomas Rabe2011-10-021-6/+6
|
* changed quotesJan-Christoph Borchardt2011-08-111-12/+12
|
* Human readable permissions in shared files listMichael Gapczynski2011-07-311-1/+1
|
* Remove shared items check, it prevents sharing items if there aren't already ↵Michael Gapczynski2011-07-211-2/+0
| | | | any.
* First implementation of sharing user interfaceMichael Gapczynski2011-07-201-0/+32