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 (Expand)Author
2020-04-14Handle unset owner in sharingJoas Schilling
2020-03-18Update the target when it isempty after sharingRoeland Jago Douma
2020-02-22Strip of users home path from share api messageJoas Schilling
2019-12-11using IShare::Maxence Lange
2019-12-11adding share type circlesMaxence Lange
2019-11-12Fix reshare with circleThibault Coupin
2019-09-19Fix l10n in federated file sharingChristoph Wurst
2019-08-21Add expiration event for sharesJohn Molakvoæ (skjnldsv)
2019-07-31Fix permission check on incoming federated sharesJulius Härtl
2019-07-03Always set the display name for user sharesJulius Härtl
2019-07-03Unify the permission checking in one place onlyJoas Schilling
2019-07-03Better check reshare permissions when creating a shareJoas Schilling
2019-06-25Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma
2019-06-25Add event dispatcher to OCPChristoph Wurst
2019-06-17Fix full text search for groupfoldersMorris Jobke
2019-03-20Update lib/private/Share20/Manager.php Morris Jobke
2019-03-20Update lib/private/Share20/Manager.php Morris Jobke
2019-03-20groupname like username - allow share with bothChristian Aigner
2019-03-19Fix getting the access list on external storageRoeland Jago Douma
2019-03-06Cleanup some PHPDoc leftovers and unused variablesMorris Jobke
2019-02-18Correctly determinate the owner in case of shared external storagesJoas Schilling
2019-01-30Fix typos and unused return valuesChristoph Wurst
2019-01-30fix typoBjoern Schiessle
2019-01-30log full exceptionBjoern Schiessle
2019-01-30handle mail send error gracefullyBjoern Schiessle
2018-12-04Do not update child all child shares on group share updateRoeland Jago Douma
2018-11-04Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma
2018-11-02revert testsMaxence Lange
2018-11-02shares are displayed to users with resharing rightsMaxence Lange
2018-11-02Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez
2018-11-01allow to update lables for public link sharesBjoern Schiessle
2018-11-01allow to add labels to sharesBjoern Schiessle
2018-10-30Propegate hide download state in share providerRoeland Jago Douma
2018-10-30Extend IShare to show hide download stateRoeland Jago Douma
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
2018-08-16tokens can't be valid local user namesRobin Appelman
2018-08-08Add support for tokens in room sharesDaniel Calviño Sánchez
2018-08-08Add support for room shares to the share managerDaniel Calviño Sánchez
2018-08-08Add provider for room sharesDaniel Calviño Sánchez
2018-07-24Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez
2018-07-24Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez
2018-07-21some small template fixesBjoern Schiessle
2018-07-21allow 'note' to be nullBjoern Schiessle
2018-07-21add a nice looking button as direct link to the sharreBjoern Schiessle
2018-07-21add direct link to the file for user/group sharesBjoern Schiessle
2018-07-21fix mail templatesBjoern Schiessle
2018-07-21add note to share object when reading it from the dbBjoern Schiessle
2018-07-21improve mail template and escape html codeBjoern Schiessle
2018-07-21allow to add a personal note to a shareBjoern Schiessle
2018-07-13Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke