summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/app.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-6/+2
* Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-021-82/+1
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-0/+1
* remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+2
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-0/+1
* Dispatch event to allow apps to load their script for collectionsJulius Härtl2019-03-191-0/+3
* Merge webpack into main oneJulius Härtl2019-03-011-1/+1
* Move files_sharing additionalscripts over to webpackRoeland Jago Douma2019-02-151-1/+0
* Don't call getUID on null when the app is loaded for a guestJoas Schilling2018-07-231-1/+5
* Reorder position of "Shared by me" and "Shared with me"Morris Jobke2018-07-161-8/+10
* Make section "deleted shares" a subsection of "shares"Morris Jobke2018-07-161-12/+8
* Rename "Shares overview" to "Shares"Morris Jobke2018-07-161-1/+1
* Upgraded navigation submenu management and api + created sharing submenuJohn Molakvoæ (skjnldsv)2018-07-131-40/+38
* Tiny start of the share overviewRoeland Jago Douma2018-07-131-11/+23
* Always show menuJohn Molakvoæ (skjnldsv)2018-07-051-13/+11
* Js magic for deleted sharesJohn Molakvoæ (skjnldsv)2018-07-051-0/+16
* Use ::class statement instead of stringMorris Jobke2018-01-291-2/+5
* Update license headersMorris Jobke2017-11-061-3/+4
* Fix sorting of entries in Files sidebarJan-Christoph Borchardt2017-08-251-3/+3
* Use proper methods for registerBackendMorris Jobke2017-08-151-2/+2
* Combine additional files_sharing scriptsRoeland Jago Douma2017-03-241-3/+1
* fix pathMorris Jobke2017-03-211-1/+1
* Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-4/+1
* use closure to properly defer l10n initialization (#27328)Jörn Friedrich Dreyer2017-03-131-30/+30
* Move file sharing activities to the new APIJoas Schilling2016-11-161-8/+0
* visually reflect sharing state of current folderChristoph Wurst2016-11-071-0/+1
* show whether the current folder was shared or notChristoph Wurst2016-11-071-0/+1
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-2/+0
* Move Share backends to PSR-4 instead of using class path (#24941)Joas Schilling2016-08-051-4/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-3/+3
* move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-141-3/+0
* Delay files_sharing's registerMountProvidersVincent Petry2016-06-171-3/+3
* Update license headersLukas Reschke2016-05-261-2/+2
* Move classes from outside lib/ to PSR-4Joas Schilling2016-05-251-3/+1
* move motifier from the files_sharing app to the federatedfilessharing appBjörn Schießle2016-05-201-12/+0
* Cleanup Files_Sharing CLASSPATHRoeland Jago Douma2016-05-021-7/+0
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-3/+0
* Fix the notification API usageJoas Schilling2016-02-101-0/+5
* Revert "Disable the remote sharing notifications until they work properly"Joas Schilling2016-02-101-3/+0
* Happy new year!Thomas Müller2016-01-121-1/+2
* [Sharing] Respect disabled incoming federated sharesRoeland Jago Douma2015-12-021-1/+3
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-1/+0
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Merge pull request #19487 from owncloud/split_share_middlewareThomas Müller2015-10-051-3/+0
|\
| * sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma2015-10-021-3/+0
* | Use shorter text on the sidebar for files_sharing activitiesJoas Schilling2015-10-021-1/+2
|/
* Disable the remote sharing notifications until they work properlyJoas Schilling2015-09-171-0/+3
* now you even can shareArthur Schiwon2015-09-161-0/+1
* Add share dialog into share tabVincent Petry2015-09-161-3/+10