summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu2022-04-111-1/+1
| | | | | | | | | | | | | | | | | | shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
* Version bumpCôme Chilliet2022-04-041-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* move files_sharing to IBootStrapRobin Appelman2021-10-191-34/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update app versions for 23Vincent Petry2021-09-281-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Let users choose a share_folderHinrich Mahler2021-09-061-0/+11
|
* Bump app versionJoas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-4/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Drop redundant indesRoeland Jago Douma2021-02-161-1/+1
| | | | | | | 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>
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust share_external tableVincent Petry2020-12-231-1/+1
| | | | | | | Add column "parent" if missing. Drop column "lastscan" if exists. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Get rid of database.xml in files_sharingJulius Härtl2020-12-081-120/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-10/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Show filename on share link downloadJohn Molakvoæ (skjnldsv)2020-09-171-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-0/+31
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* A pending shares overviewRoeland Jago Douma2020-01-071-0/+5
| | | | | | | | Now that we accept shares we should show an overview of shares that are pending. This first part is the small API to get a list of the currently pending shares. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Accept shares when you open mailRoeland Jago Douma2020-01-061-1/+6
| | | | | | | | | 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-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>