summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old activity extensionJoas Schilling2016-11-161-343/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Register the settings of the files app via info.xmlJoas Schilling2016-11-161-20/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the favorites filter to IFilterJoas Schilling2016-11-161-81/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move files filter to IFilterJoas Schilling2016-11-161-15/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust wording to make the separation between sharing and files clearerJoas Schilling2016-10-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1418 from nextcloud/add-move-rename-supportMorris Jobke2016-10-051-1/+26
|\ | | | | Add support for translations of move/rename activities
| * Add support for translations of move/rename activitiesJoas Schilling2016-10-051-1/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add icons to activity navigationJoas Schilling2016-10-051-0/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-121-0/+424
* Move lib/ of Files app to PSR-4 * Move tests to PSR-4