summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Collapse)AuthorAgeFilesLines
* allow apps to set custom mount typesRobin Appelman2017-04-281-6/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove unused use statementsMorris Jobke2017-04-223-5/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add PHPDoc and handle exception in ScanAppData as wellMorris Jobke2017-04-191-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* show error when trying to scan non existing pathRobin Appelman2017-04-191-7/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* share api expanded by tags (#26583)Michael Jobst2017-04-111-4/+25
| | | | | | | | | | | | | | | | | | | | | | | | * share api expanded by tags * Modified files_sharing JS Unit tests * modified tests. renamed request parameter. refactoring * Update Share20OCS.php Added missing function description * Update Helper.php Added missing function description * Update Helper.php implicit boolean conversion to !empty() * Update Share20OCSTest.php Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow multiple navigation links from info.xmlJoas Schilling2017-03-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Manage the right side menu via the navigation manager as wellJoas Schilling2017-03-261-1/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge file view JS filesLukas Reschke2017-03-241-30/+1
| | | | | | Removes 26 requests on the file list loading Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #4013 from nextcloud/bundle_vendor_jsLukas Reschke2017-03-241-2/+0
|\ | | | | Bundle vendor js
| * Handlebars is already loaded by core.jsRoeland Jago Douma2017-03-231-2/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #3965 from nextcloud/downstream-27343Morris Jobke2017-03-231-4/+33
|\ \ | |/ |/| Providing --path option to transfer-ownership
| * improve file transfer codeMorris Jobke2017-03-221-26/+15
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Providing --path option to transfer-ownershipSujith H2017-03-201-4/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will help user to selectively move the folders specified using --path option, instead of moving entire folder under files directory. Signed-off-by: Sujith H <sharidasan@owncloud.com> Update the integration test for transfer-ownership Update the integration test for transfer-ownership as the new option --path is introduced in the command. Signed-off-by: Sujith H <sharidasan@owncloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use proper name and code styleMorris Jobke2017-03-221-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add files:scanAppData commandRoeland Jago Douma2017-03-221-0/+284
| | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/3041 Add a dedicated command to scan the special appdata dir Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | 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
|\ \ | | | | | | Bundle vendor js
| * | Handlebars is already loaded by core.jsRoeland Jago Douma2017-03-221-2/+0
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-4/+1
|/ | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Log files:scan exception, add InterruptedExceptionVincent Petry2017-03-201-8/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use a proper date format for transfer ownershipMorris Jobke2017-03-021-1/+1
| | | | | | | * on Windows : is not allowed as filename and doesn't get synced then * uses 2017-03-02 22-00-00 instead of 2017-03-02T22:00:00+00:00 as format Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix app name of files appMorris Jobke2017-02-142-7/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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 email
| * Make sure the file information is available when sending the emailJoas Schilling2017-01-202-12/+28
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix files sharing legacy as wellJoas Schilling2017-02-081-1/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add tests for getFile()Joas Schilling2017-02-071-11/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Make sure ownCloud 8.2 activities also can get displayedJoas Schilling2017-02-071-12/+30
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove leading slash from sharing activityJoas Schilling2016-12-152-4/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add some generic testsJoas Schilling2016-12-041-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an activity when managing favoritesJoas Schilling2016-12-044-15/+300
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust all implementations in the server repoJoas Schilling2016-12-011-4/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-1/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Working towards groupsJoas Schilling2016-11-251-108/+68
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* document new variableMorris Jobke2016-11-221-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use the display name for files activities againJoas Schilling2016-11-221-4/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2154 from nextcloud/comments-activities-updateMorris Jobke2016-11-221-10/+9
|\ | | | | Move comments activities to the new API
| * Fix wrong copyright headersJoas Schilling2016-11-161-10/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2109 from nextcloud/oc_26533Morris Jobke2016-11-181-0/+5
|\ \ | |/ |/| Transfer ownership only analyze home storage
| * Test on storageRoeland Jago Douma2016-11-151-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Transfer ownership only analyze home storageVincent Petry2016-11-141-0/+5
| | | | | | | | | | | | | | | | | | | | When transferring ownership, only the local files will be transferred during the rename operation. This means that the analyzing code doesn't need to recurse into any mount points. Furthermore this fixes issues where FailedStorage might appear as mount points as a result of inaccessible external storages or shares. So this makes it more robust.
* | Update the since version to 11.0.0Joas Schilling2016-11-168-50/+50
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Remove the old activity extensionJoas Schilling2016-11-161-343/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add back the support for the short translationsJoas Schilling2016-11-161-4/+68
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Don't even try to combine when the subject is differentJoas Schilling2016-11-161-0/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Provider for the files appJoas Schilling2016-11-161-0/+207
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Register the settings of the files app via info.xmlJoas Schilling2016-11-166-20/+491
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move the favorites filter to IFilterJoas Schilling2016-11-163-84/+166
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move files filter to IFilterJoas Schilling2016-11-162-15/+98
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2125 from nextcloud/downstream-26546Morris Jobke2016-11-151-3/+3
|\ \ | | | | | | Transfer ownership now returns exit code on error
| * | Transfer ownership now returns exit code on error (#26546)Vincent Petry2016-11-141-3/+3
| |/