summaryrefslogtreecommitdiffstats
path: root/apps/files/composer
Commit message (Collapse)AuthorAgeFilesLines
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-102-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix files app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-042-0/+2
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add a transfer ownership background jobRoeland Jago Douma2019-12-022-0/+14
| | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Only expose link to info endpoint in capabiltiesJulius Härtl2019-11-272-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Direct editing API to allow file editing using a one-time token forJulius Härtl2019-11-272-0/+6
| | | | | | mobile apps Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Extract transfer ownership logic into a reusable serviceChristoph Wurst2019-11-262-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-10-292-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add new LoadAdditionalScriptsEventRoeland Jago Douma2019-09-232-0/+4
| | | | | | | This adds a new event that is in the new style of event dispatching. This should allow more lazy loading and better sepeartion of concerns Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove the upload and memory settingJoas Schilling2019-03-042-4/+0
| | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update autoloaderJoas Schilling2019-03-012-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make names mandatoryJoas Schilling2019-03-012-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move storagestats endpoint to proper controllerRoeland Jago Douma2018-03-132-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Files AutoloaderRoeland Jago Douma2017-10-249-0/+655
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>