summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Expand)AuthorAgeFilesLines
* Catch exception when the parent is deleted as wellJoas Schilling2018-03-061-2/+27
* Do a recursion instead of an endless loopJoas Schilling2018-03-061-1/+1
* Fix problem with deleted filesJoas Schilling2018-03-061-5/+14
* Fix path handling for activitiesJoas Schilling2018-03-061-7/+20
* Add special handling for e2e encryptionJoas Schilling2018-03-061-1/+108
* Extract duplicated logic into a methodJoas Schilling2018-03-061-80/+24
* Add events for favoritesJoas Schilling2018-01-102-3/+18
* Update quota on file upload and deletionJohn Molakvoæ (skjnldsv)2017-12-211-0/+2
* Merge pull request #7056 from nextcloud/oc-28415-enable-chunking-in-authentic...blizzz2017-11-101-0/+10
|\
| * Enable chunking for bigger files in authenticated web uploadVincent Petry2017-11-031-0/+10
* | Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-072-2/+2
|\ \
| * | Remove unused variablesMorris Jobke2017-11-062-2/+2
| |/
* / Update license headersMorris Jobke2017-11-0619-5/+55
|/
* Correctly format OCS response with favoritesRoeland Jago Douma2017-08-291-17/+17
* Fix comparisons in the files appJoas Schilling2017-08-012-2/+2
* Fix copy and paste error on activity descriptionsJoas Schilling2017-07-202-2/+2
* Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-202-22/+102
* Add an event so apps can add hidden fields to the files pageJoas Schilling2017-06-131-1/+4
* Add quota to the files viewJoas Schilling2017-06-131-0/+11
* Fix username and avatar for external usersJoas Schilling2017-05-191-0/+26
* allow apps to set custom mount typesRobin Appelman2017-04-281-6/+3
* Remove unused use statementsMorris Jobke2017-04-223-5/+0
* Add PHPDoc and handle exception in ScanAppData as wellMorris Jobke2017-04-191-0/+2
* show error when trying to scan non existing pathRobin Appelman2017-04-191-7/+12
* share api expanded by tags (#26583)Michael Jobst2017-04-111-4/+25
* Allow multiple navigation links from info.xmlJoas Schilling2017-03-261-1/+1
* Manage the right side menu via the navigation manager as wellJoas Schilling2017-03-261-1/+9
* Merge file view JS filesLukas Reschke2017-03-241-30/+1
* Merge pull request #4013 from nextcloud/bundle_vendor_jsLukas Reschke2017-03-241-2/+0
|\
| * Handlebars is already loaded by core.jsRoeland Jago Douma2017-03-231-2/+0
* | Merge pull request #3965 from nextcloud/downstream-27343Morris Jobke2017-03-231-4/+33
|\ \ | |/ |/|
| * improve file transfer codeMorris Jobke2017-03-221-26/+15
| * Providing --path option to transfer-ownershipSujith H2017-03-201-4/+44
* | Use proper name and code styleMorris Jobke2017-03-221-2/+2
* | Add files:scanAppData commandRoeland Jago Douma2017-03-221-0/+284
* | Revert "Bundle vendor js"Roeland Jago Douma2017-03-221-0/+2
* | Merge pull request #3795 from nextcloud/bundle_vendor_jsRoeland Jago Douma2017-03-221-2/+0
|\ \
| * | Handlebars is already loaded by core.jsRoeland Jago Douma2017-03-221-2/+0
| |/
* / Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-4/+1
|/
* Log files:scan exception, add InterruptedExceptionVincent Petry2017-03-201-8/+10
* Use a proper date format for transfer ownershipMorris Jobke2017-03-021-1/+1
* Fix app name of files appMorris Jobke2017-02-142-7/+0
* Merge pull request #3181 from nextcloud/fix-favorite-activity-mailBjörn Schießle2017-02-102-12/+28
|\
| * Make sure the file information is available when sending the emailJoas Schilling2017-01-202-12/+28
* | Fix files sharing legacy as wellJoas Schilling2017-02-081-1/+5
* | Add tests for getFile()Joas Schilling2017-02-071-11/+12
* | Make sure ownCloud 8.2 activities also can get displayedJoas Schilling2017-02-071-12/+30
|/
* Remove leading slash from sharing activityJoas Schilling2016-12-152-4/+6
* Add some generic testsJoas Schilling2016-12-041-0/+4
* Add an activity when managing favoritesJoas Schilling2016-12-044-15/+300