summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/composer
Commit message (Collapse)AuthorAgeFilesLines
* add event for when a share is mountedRobin Appelman2021-08-242-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Drop redundant indesRoeland Jago Douma2021-02-162-0/+2
| | | | | | | Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Adjust share_external tableVincent Petry2020-12-232-0/+2
| | | | | | | Add column "parent" if missing. Drop column "lastscan" if exists. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Migrate files_sharing to migrations and move remote_id to a string in ↵Julius Härtl2020-12-082-0/+2
| | | | | | share_external Signed-off-by: Julius Härtl <jus@bitgrid.net>
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* move share notifcation settings to files groupRobin Appelman2020-08-132-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl2020-07-152-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Convert share event to an interaction eventChristoph Wurst2020-03-252-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Auto accept group shares for users added to a groupRoeland Jago Douma2020-03-252-0/+2
| | | | | | | In case auto accepting is enabled (the default). Users that are newly added to a group should not have to accept those shares. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove global share accepter since auto-accepting is the defaultJulius Härtl2020-01-162-2/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Accept shares when you open mailRoeland Jago Douma2020-01-062-0/+2
| | | | | | | | | Fixes #18380 When you open a direct share to yourself. We should autoaccept the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma2019-12-172-0/+6
| | | | | | | | | Fixes #18255 A new user setting allows a user to always accept (internal) shares. For example if they don't like accepting shares manually ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* config.php setting to always accept internal sharesRoeland Jago Douma2019-12-162-0/+2
| | | | | | Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Inherited SharesMaxence Lange2019-12-032-0/+2
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> working on users with resharing rights Signed-off-by: Maxence Lange <maxence@artificial-owl.com> -getLogger() Signed-off-by: Maxence Lange <maxence@artificial-owl.com> cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fix type Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Update SharingRightsException.php
* Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-022-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Accept existing shares on updateJoas Schilling2019-11-122-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-122-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add notification for shares about to expireRoeland Jago Douma2019-11-012-0/+4
| | | | | | | Introduces a new command that will create notifications for users if they have shares that will expire the next day. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* 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>