aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* register cloudidmanager for files_sharingRobin Appelman2017-02-081-0/+4
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-086-66/+76
* Fix files sharing legacy as wellJoas Schilling2017-02-086-749/+291
* add brute force protection for public link authenticationBjoern Schiessle2017-01-251-0/+1
* allow editing single files shared as public linkBjoern Schiessle2017-01-241-0/+1
* allow to access mail shares even if public links are disabledBjoern Schiessle2017-01-042-6/+28
* Use group display name in sharing API + UIVincent Petry2016-12-222-12/+21
* Merge pull request #2759 from nextcloud/kill-appconfig-delete-share-linkMorris Jobke2016-12-222-48/+0
|\
| * Remove config change hook that deletes link shares (#26612)Vincent Petry2016-12-192-48/+0
* | When grouping shares, sort by stime then id (#26777)Vincent Petry2016-12-191-1/+1
|/
* Merge pull request #2695 from nextcloud/remove-leading-slashes-on-share-activityLukas Reschke2016-12-164-4/+4
|\
| * Remove leading slash from sharing activityJoas Schilling2016-12-154-4/+4
* | Merge pull request #2673 from nextcloud/shared-scanner-unmaskedLukas Reschke2016-12-152-3/+9
|\ \ | |/ |/|
| * use unmasked permissions in shared scannerRobin Appelman2016-12-142-3/+9
* | Fix overwriting parameterRoeland Jago Douma2016-12-131-3/+3
* | Merge pull request #2637 from nextcloud/mount-cache-storageidLukas Reschke2016-12-131-15/+19
|\ \
| * | reuse cacheentryRobin Appelman2016-12-131-15/+19
| |/
* | update phpdocMaxence Lange2016-12-121-0/+1
* | Download a file in a subfolder in a sharedlink is not workingMaxence Lange2016-12-111-3/+3
|/
* apply permissions mask for shared storageRobin Appelman2016-12-021-4/+14
* Adjust all implementations in the server repoJoas Schilling2016-12-015-22/+55
* Fix image_src linkLukas Reschke2016-11-281-1/+1
* Fix placeholder typo in public link activityJoas Schilling2016-11-231-1/+1
* Merge pull request #2281 from nextcloud/fix-translationMorris Jobke2016-11-232-4/+4
|\
| * Fix language typoJoas Schilling2016-11-232-4/+4
* | Merge pull request #2262 from nextcloud/specify-parameters-on-public-downloadLukas Reschke2016-11-231-3/+9
|\ \
| * | Specify the parameters on public downloadJoas Schilling2016-11-221-3/+9
| |/
* / Only do stuff when its a remote-share activityJoas Schilling2016-11-221-2/+3
|/
* Merge pull request #2165 from nextcloud/sharing-activities-updateRoeland Jago Douma2016-11-2211-500/+1602
|\
| * Move file sharing activities to the new APIJoas Schilling2016-11-1611-500/+1602
* | Add config switchLukas Reschke2016-11-211-14/+28
* | Fix lookup urlRoeland Jago Douma2016-11-211-1/+1
* | Search on lookup serverRoeland Jago Douma2016-11-211-4/+40
* | Merge pull request #2196 from nextcloud/cache-owner-displaynameLukas Reschke2016-11-181-1/+10
|\ \
| * | cache the displayname of the share ownerRobin Appelman2016-11-181-1/+10
* | | fix getting root entry when not provided by the share providerRobin Appelman2016-11-171-1/+1
* | | let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-172-8/+27
* | | dont use the source cache/storage until neededRobin Appelman2016-11-171-15/+9
|/ /
* / reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-173-2/+35
|/
* Fixes not allowed increasing of link share permissionsRoeland Jago Douma2016-11-131-0/+1
* Only check the sharing backends for file/folder itemsJoas Schilling2016-11-101-13/+14
* add activity if a file was shared by mailBjoern Schiessle2016-11-081-5/+0
* add activity for share by mailBjoern Schiessle2016-11-082-45/+103
* More testsRoeland Jago Douma2016-11-031-20/+14
* Move publicpreview overRoeland Jago Douma2016-11-031-0/+108
* Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-022-3/+16
|\
| * remove the 'shareapi_allow_mail_notification' settingBjoern Schiessle2016-11-021-1/+14
| * remove 'send mail notification' option from sharing, replaced by send-by-mail...Bjoern Schiessle2016-11-021-2/+2
* | Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-021-3/+1
* | Merge pull request #1887 from nextcloud/downstream-26370Morris Jobke2016-11-021-2/+8
|\ \ | |/ |/|