summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix mixed up message and subject on notifications for file transferJoas Schilling2019-12-031-10/+14
* Also allow transfer ownership of filesChristoph Wurst2019-12-021-1/+1
* Add a transfer ownership background jobRoeland Jago Douma2019-12-028-2/+842
* Only expose link to info endpoint in capabiltiesJulius Härtl2019-11-273-42/+113
* Expose editor id for creatorsJulius Härtl2019-11-271-0/+1
* Add mimetype to creatorsJulius Härtl2019-11-271-5/+2
* Code style fixes and cleanupJulius Härtl2019-11-273-6/+18
* Move editor list to capabilitiesJulius Härtl2019-11-272-43/+42
* Add background job for token cleanupJulius Härtl2019-11-271-0/+31
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-272-0/+228
* Extract transfer ownership logic into a reusable serviceChristoph Wurst2019-11-263-220/+329
* Merge pull request #18107 from nextcloud/undefined-index-ownerRoeland Jago Douma2019-11-251-2/+2
|\
| * dont throw undefined index errors for storages that have no owner setRobin Appelman2019-11-251-2/+2
* | Some php-cs fixesRoeland Jago Douma2019-11-2214-25/+19
|/
* Check quota before transfer ownershipRoeland Jago Douma2019-11-131-2/+14
* add option to disable background scanning of filesRobin Appelman2019-11-051-0/+4
* Add LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-10-292-0/+35
* Add new LoadAdditionalScriptsEventRoeland Jago Douma2019-09-234-9/+111
* Lets use DI where we canRoeland Jago Douma2019-08-021-26/+1
* Merge pull request #16200 from nextcloud/revert/16049-wrong-roundMorris Jobke2019-07-031-1/+1
|\
| * Revert parts hide quota bar if unlimitedDaniel Kesselberg2019-07-021-1/+1
* | Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke2019-07-023-2/+12
|\ \ | |/ |/|
| * misc phpdoc fixesMax Kovalenko2019-05-273-0/+10
| * fixed phpdoc parameter typesMax Kovalenko2019-05-271-2/+2
* | Show used space in mb instead of %Daniel Kesselberg2019-06-241-1/+1
* | Properly redirect if accessing invalid file though /f/ entrypointJulius Härtl2019-06-181-1/+6
|/
* Use rich objects instead of name, link and iconJoas Schilling2019-03-191-42/+31
* Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-191-9/+13
* Import needed classMorris Jobke2019-03-141-0/+1
* Add correct method for hardcoded `/f/{fileid}`Joas Schilling2019-03-141-2/+14
* Remove the upload and memory settingJoas Schilling2019-03-042-138/+0
* Fetch node and filename also if access cache was usedJulius Härtl2019-03-011-0/+9
* Register providers via class namesJoas Schilling2019-03-011-1/+1
* Invalidate the cache when a share is updatedJoas Schilling2019-03-012-0/+46
* Fix doc blockJoas Schilling2019-03-011-2/+1
* Further work on the access cacheJoas Schilling2019-03-011-1/+1
* Add icon for resource type and icons for folder/fileJulius Härtl2019-03-011-1/+12
* Add link to resource providerJulius Härtl2019-03-011-1/+17
* Only call resource provider if type matchesJulius Härtl2019-03-011-4/+14
* Allow apps to register resource providersJulius Härtl2019-03-011-0/+9
* Add iconClass to resourcesJulius Härtl2019-03-011-0/+12
* Make names mandatoryJoas Schilling2019-03-011-0/+83
* Fix occ files:scan-app-data elapsed timeJoel S2019-02-222-5/+4
* Fix-13911-occ-files-scan-elapsed-timeJoel S2019-02-221-4/+3
* Make the yellow favorite icon non-monochromeJoas Schilling2019-01-221-0/+2
* Add icon to restore activityJoas Schilling2019-01-221-3/+6
* Fix default filepicker style and gridviewJohn Molakvoæ (skjnldsv)2018-11-291-1/+1
* Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-151-1/+1
* Update PHPDoc to fix typosMorris Jobke2018-11-141-2/+3
* Merge pull request #12303 from nextcloud/grid-for-all-file-templatesJohn Molakvoæ2018-11-061-0/+2
|\