summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/composer
Commit message (Collapse)AuthorAgeFilesLines
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-052-0/+2
| | | | | | | | | | | When a group share is deleted we keep track of this in the DB. Right now it is only possible for a recipient to get back the share by asking the sharer to delete it and to share it again. This doesn't scale. This endpoint makes it possible to get back the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add background job to refresh federated discoveryRoeland Jago Douma2018-04-182-0/+2
| | | | | | Once a day refresh the information automatically in cron Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composer autoloaderJulius Härtl2018-04-052-4/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use PublicTemplateResponse for files_sharingJulius Härtl2018-02-272-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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>
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-014-10/+11
|\
| * Files_Sharing AutoloaderRoeland Jago Douma2017-10-244-10/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | fix sortingArthur Schiwon2017-10-262-0/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move files_sharing to a proper classmapRoeland Jago Douma2017-10-179-0/+694
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>