summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* Fix permission check on incoming federated sharesJulius Härtl2019-07-311-2/+3
* Always set the display name for user sharesJulius Härtl2019-07-031-0/+4
* Unify the permission checking in one place onlyJoas Schilling2019-07-031-9/+12
* Better check reshare permissions when creating a shareJoas Schilling2019-07-031-3/+22
* Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma2019-06-251-0/+3
|\
| * Fix full text search for groupfoldersMorris Jobke2019-06-171-0/+3
* | Add event dispatcher to OCPChristoph Wurst2019-06-252-8/+11
|/
* Update lib/private/Share20/Manager.php Morris Jobke2019-03-201-1/+1
* Update lib/private/Share20/Manager.php Morris Jobke2019-03-201-1/+1
* groupname like username - allow share with bothChristian Aigner2019-03-201-2/+2
* Fix getting the access list on external storageRoeland Jago Douma2019-03-191-1/+7
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-1/+1
* Correctly determinate the owner in case of shared external storagesJoas Schilling2019-02-181-2/+4
* Fix typos and unused return valuesChristoph Wurst2019-01-301-9/+9
* fix typoBjoern Schiessle2019-01-301-2/+2
* log full exceptionBjoern Schiessle2019-01-301-1/+1
* handle mail send error gracefullyBjoern Schiessle2019-01-301-2/+13
* Do not update child all child shares on group share updateRoeland Jago Douma2018-12-041-0/+1
* Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-6/+8
|\
| * revert testsMaxence Lange2018-11-021-5/+7
| * shares are displayed to users with resharing rightsMaxence Lange2018-11-021-11/+11
* | Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez2018-11-021-0/+4
|/
* allow to update lables for public link sharesBjoern Schiessle2018-11-011-0/+1
* allow to add labels to sharesBjoern Schiessle2018-11-012-1/+24
* Propegate hide download state in share providerRoeland Jago Douma2018-10-301-0/+2
* Extend IShare to show hide download stateRoeland Jago Douma2018-10-301-0/+13
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-4/+4
* tokens can't be valid local user namesRobin Appelman2018-08-161-0/+4
* Add support for tokens in room sharesDaniel Calviño Sánchez2018-08-081-0/+9
* Add support for room shares to the share managerDaniel Calviño Sánchez2018-08-081-0/+1
* Add provider for room sharesDaniel Calviño Sánchez2018-08-081-0/+34
* Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-241-1/+11
* Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez2018-07-241-0/+17
* some small template fixesBjoern Schiessle2018-07-211-2/+2
* allow 'note' to be nullBjoern Schiessle2018-07-211-1/+4
* add a nice looking button as direct link to the sharreBjoern Schiessle2018-07-211-9/+7
* add direct link to the file for user/group sharesBjoern Schiessle2018-07-212-5/+20
* fix mail templatesBjoern Schiessle2018-07-211-3/+3
* add note to share object when reading it from the dbBjoern Schiessle2018-07-211-0/+1
* improve mail template and escape html codeBjoern Schiessle2018-07-211-12/+5
* allow to add a personal note to a shareBjoern Schiessle2018-07-213-2/+151
* Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-131-0/+40
|\
| * SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-211-0/+40
* | fix selection of share providerBjoern Schiessle2018-07-121-1/+1
* | implement federated group sharesBjoern Schiessle2018-07-112-2/+14
* | getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)2018-07-051-0/+19
* | Add API to undelete delete group sharesRoeland Jago Douma2018-07-052-0/+45
* | use new API to send a federated share if possibleBjoern Schiessle2018-07-021-1/+3
* | start implementing federated sharing 2.0Bjoern Schiessle2018-07-021-2/+2
|/
* Merge pull request #8026 from nextcloud/feature/noid/allow-custom-html-in-htm...Joas Schilling2018-02-261-1/+1
|\