summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma2019-12-172-1/+9
| | | | | | | | | 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>
* Update license headersChristoph Wurst2019-12-052-7/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Inherited SharesMaxence Lange2019-12-031-0/+5
| | | | | | | | | | | | | | | | | 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-021-82/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Accept existing shares on updateJoas Schilling2019-11-121-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-122-0/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #17727 from nextcloud/enh/share_expiration_notificationRoeland Jago Douma2019-11-041-0/+1
|\ | | | | Enh/share expiration notification
| * Add notification for shares about to expireRoeland Jago Douma2019-11-011-0/+1
| | | | | | | | | | | | | | 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>
* | remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+2
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Dispatch event to allow apps to load their script for collectionsJulius Härtl2019-03-191-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge webpack into main oneJulius Härtl2019-03-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show sharing recommendationsChristoph Wurst2019-02-251-0/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move files_sharing additionalscripts over to webpackRoeland Jago Douma2019-02-151-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't call getUID on null when the app is loaded for a guestJoas Schilling2018-07-231-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Reorder position of "Shared by me" and "Shared with me"Morris Jobke2018-07-161-8/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make section "deleted shares" a subsection of "shares"Morris Jobke2018-07-161-12/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Rename "Shares overview" to "Shares"Morris Jobke2018-07-161-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Upgraded navigation submenu management and api + created sharing submenuJohn Molakvoæ (skjnldsv)2018-07-131-40/+38
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Tiny start of the share overviewRoeland Jago Douma2018-07-131-11/+23
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* implement federated group sharesBjoern Schiessle2018-07-112-1/+12
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Always show menuJohn Molakvoæ (skjnldsv)2018-07-051-13/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Js magic for deleted sharesJohn Molakvoæ (skjnldsv)2018-07-051-0/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+13
| | | | | | | | | | | 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>
* Move public preview endpoint overRoeland Jago Douma2018-06-201-7/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add background job to refresh federated discoveryRoeland Jago Douma2018-04-181-1/+2
| | | | | | Once a day refresh the information automatically in cron Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-23/+29
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use ::class statement instead of stringMorris Jobke2018-01-291-2/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-062-7/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* AutoCompletion backendArthur Schiwon2017-10-221-0/+6
| | | | | | | | | | * introduce a Controller for requests * introduce result sorting mechanism * extend Comments to retrieve commentors (actors) in a tree * add commenters sorter * add share recipients sorter Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix sorting of entries in Files sidebarJan-Christoph Borchardt2017-08-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Use proper methods for registerBackendMorris Jobke2017-08-151-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove old code + add MiddlewareRoeland Jago Douma2017-08-101-7/+2
| | | | | | | * Add proper middleware for shareinfo * Remove old shareinfo routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move shareinfo over to proper controllerRoeland Jago Douma2017-08-101-1/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-241-6/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Split multi-author entriesJoas Schilling2017-05-221-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix the share type of guest shares when migrating from ownCloudJoas Schilling2017-05-121-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the file sharing app to migrationJoas Schilling2017-05-122-30/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove invalid routeLukas Reschke2017-04-131-2/+0
| | | | | | Said file doesn't exist anymore and accessing it would just return a 500 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [files_sharing] Remove unneeded update stepsMorris Jobke2017-04-121-11/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add new password column to the share table in order to set passwords for ↵Bjoern Schiessle2017-04-032-1/+6
| | | | | | share by mails Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Combine additional files_sharing scriptsRoeland Jago Douma2017-03-241-3/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix pathMorris Jobke2017-03-211-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>