summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/list.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant eventsVincent Petry2022-08-151-16/+0
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Move files_sharing over to new event for projectsJulius Härtl2022-05-121-7/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* list.php files are only invoked via ViewController and APIControllerJoas Schilling2021-12-011-2/+0
| | | | | | | | Both of them actually check that the user is logged in before and also the list.php files themselves would break with getUserSession()->getUser()->getUID() which they contain. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-301-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Drop \OCP\UserChristoph Wurst2021-05-211-1/+1
| | | | | | Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Drop \OCP\Util::isIeChristoph Wurst2021-03-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use dispatchTyped instead of dispatch on the new event dispatcherMorris Jobke2020-08-181-5/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Properly emit Viewer event on files and files_sharingJohn Molakvoæ (skjnldsv)2020-03-111-0/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #18256 from nextcloud/files-aditional-scripts-new-eventsRoeland Jago Douma2019-12-091-1/+2
|\ | | | | Use non-depricated events for loading additional scripts in files app
| * use OCP\EventDispatcher\GenericEvent in more placesRobin Appelman2019-12-091-1/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update license headersChristoph Wurst2019-12-051-1/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-021-3/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Dispatch event to allow apps to load their script for collectionsJulius Härtl2019-03-191-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move files_sharing to webpackJulius Härtl2019-03-011-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-151-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-0/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Update license headersJenkins for ownCloud2015-03-261-1/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+19
|
* Added sharing overview page (WIP)Vincent Petry2014-05-301-0/+11
| | | | | - 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-35/+0
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
|
* port checkAppEnabledFrank Karlitschek2012-05-021-1/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-021-1/+1
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-011-1/+1
|
* ported addSyript and other small stuffFrank Karlitschek2012-05-011-1/+1
|
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
|
* Check if the application is actually enabledBart Visscher2011-09-301-0/+1
|
* Move some common code to OC_UtilBart Visscher2011-09-181-5/+2
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Merge branch 'master' into sharing. Integrate with changes in master, rename ↵Michael Gapczynski2011-07-301-6/+5
| | | | | | | classes Conflicts: lib/base.php
* First implementation of sharing user interfaceMichael Gapczynski2011-07-201-0/+40