summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-131-2/+7
|\
| * SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-211-2/+7
* | Fix formatting of email and circle sharesDaniel Calviño Sánchez2018-07-121-1/+1
* | fix unit testsBjoern Schiessle2018-07-111-1/+1
* | update unit testsBjoern Schiessle2018-07-113-5/+15
* | start to get fed group shares into the share dialogBjoern Schiessle2018-07-111-0/+10
* | unshare from selfBjoern Schiessle2018-07-111-10/+15
* | accept/decline group sharesBjoern Schiessle2018-07-113-15/+96
* | implement federated group sharesBjoern Schiessle2018-07-112-48/+76
* | Fix exceptionRoeland Jago Douma2018-07-051-0/+1
* | Disable sidebar on deleted shareJohn Molakvoæ (skjnldsv)2018-07-051-1/+1
* | Js magic for deleted sharesJohn Molakvoæ (skjnldsv)2018-07-052-5/+62
* | getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)2018-07-051-11/+1
* | Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+119
* | look for correct OCM permissionsBjoern Schiessle2018-07-021-6/+56
* | implement decline shareBjoern Schiessle2018-07-021-1/+16
* | adjust to latest api versionBjoern Schiessle2018-07-021-4/+8
* | send accept share notification (WIP)Bjoern Schiessle2018-07-023-0/+49
* | Fix getting the information of group share as a shareeDaniel Calviño Sánchez2018-06-291-4/+4
* | Fix ShareControllerTestRoeland Jago Douma2018-06-201-32/+7
* | Don't allow public share pages if link sharing is disabledRoeland Jago Douma2018-06-201-25/+0
* | Move public auth page overRoeland Jago Douma2018-06-201-17/+0
* | Move public preview endpoint overRoeland Jago Douma2018-06-202-11/+35
* | Quick hack to make the files sharing app work with this properlyRoeland Jago Douma2018-06-202-84/+59
* | Merge pull request #9893 from kevgathuku/update-unshare-messageJulius Härtl2018-06-181-1/+1
|\ \
| * | Update message shown when unsharing a fileKevin Ndung'u2018-06-181-1/+1
* | | Allow updating the token on session regenerationRoeland Jago Douma2018-06-141-1/+1
|/ /
* / Regenerate session id after public share authRoeland Jago Douma2018-05-171-0/+1
|/
* Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-011-0/+3
* Merge pull request #9284 from nextcloud/bugfix/9279/strict_sharee_apiMorris Jobke2018-04-251-5/+6
|\
| * Make ShareesAPIController strictRoeland Jago Douma2018-04-231-5/+6
* | Fix testsRoeland Jago Douma2018-04-241-1/+3
* | Make the ShareAPIController strictRoeland Jago Douma2018-04-231-40/+39
|/
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-222-7/+3
* Add background job to refresh federated discoveryRoeland Jago Douma2018-04-181-0/+56
* Move common menu templates to public APIJulius Härtl2018-04-053-132/+2
* When formatting a share node an Empty target is invalidRoeland Jago Douma2018-04-041-1/+1
* Merge pull request #8976 from nextcloud/dep_user_codeRoeland Jago Douma2018-03-281-2/+8
|\
| * Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-251-2/+8
* | Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-262-12/+46
|/
* Set "share_with" field to the ID of the circleDaniel Calviño Sánchez2018-03-161-2/+10
* Merge pull request #8255 from nextcloud/bugfix/noid/group-display-nameblizzz2018-03-151-10/+54
|\
| * Fix group displaynames in activityJoas Schilling2018-03-081-10/+54
* | Use label for better focus on external shareJohn Molakvoæ (skjnldsv)2018-03-071-1/+1
* | Fixed ext share style and use varable for popover heightJohn Molakvoæ (skjnldsv)2018-03-071-2/+6
* | Improved inline confirm icon with opacity and fixed ext share loading stateJohn Molakvoæ (skjnldsv)2018-03-071-2/+2
|/
* Merge pull request #8373 from nextcloud/right-header-stdrdMorris Jobke2018-03-071-2/+6
|\
| * Fixed public templateJohn Molakvoæ (skjnldsv)2018-03-071-2/+6
* | fixup! Sharing: redirect to download after authentification if requestedJohn Molakvoæ (skjnldsv)2018-03-011-1/+1
* | Fixed testsJohn Molakvoæ (skjnldsv)2018-02-281-1/+1