Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-03Add share attributes + prevent download permissionVincent Petry
Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-04-14Fix an issue with the search backend updateCarl Schwan
And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-11Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu
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>
2022-04-05Update autoloader to include new migrationCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-30Build autoloader with new composer versionCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-14Update composer generated files to latest versionCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-11-04Update to composer 2.1.11Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-14Bump autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-22Update generated composer files to latest formatChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-09-10Emit event on link share actionJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2021-08-24add event for when a share is mountedRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-08-13Add missing files for Composer v2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-21Update AutoloaderLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-03-02Update autoloader filesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-02-16Drop redundant indesRoeland Jago Douma
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>
2021-01-28Update all composer autoloader filesChristoph Wurst
The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-23Adjust share_external tableVincent Petry
Add column "parent" if missing. Drop column "lastscan" if exists. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-08Migrate files_sharing to migrations and move remote_id to a string in ↵Julius Härtl
share_external Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-26rebuild autoloader scripts with 2.0.7Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-09-24Update autloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-13move share notifcation settings to files groupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-15Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-25Convert share event to an interaction eventChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-25Auto accept group shares for users added to a groupRoeland Jago Douma
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>
2020-03-19Update autoloaders for composer v1.10.1Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-17Remove global share accepter since auto-accepting is the defaultJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-06Accept shares when you open mailRoeland Jago Douma
Fixes #18380 When you open a direct share to yourself. We should autoaccept the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-17Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma
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>
2019-12-16config.php setting to always accept internal sharesRoeland Jago Douma
Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-03Inherited SharesMaxence Lange
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
2019-12-02Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-11-12Accept existing shares on updateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12Add the notifier and the API endpoint for user sharesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-01Add notification for shares about to expireRoeland Jago Douma
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>
2018-11-14Shorten index name of calendar changes tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-10Bump autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-05Add API to undelete delete group sharesRoeland Jago Douma
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>
2018-04-18Add background job to refresh federated discoveryRoeland Jago Douma
Once a day refresh the information automatically in cron Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-05Update composer autoloaderJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-27Use PublicTemplateResponse for files_sharingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-13Update composerMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-04Composer updatedRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-14Use proper authorative-autoloader for app autoloadersRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-01Merge branch 'master' into autocomplete-guiArthur Schiwon
2017-10-26fix sortingArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-10-24Files_Sharing AutoloaderRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-10-17Move files_sharing to a proper classmapRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>