summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* Run phan over code baseLukas Reschke2017-07-192-0/+3
* do not show hyphen in og:title if slogan does not existStephan Müller2017-07-141-1/+1
* upstreamMaxence Lange2017-07-112-3/+3
* Make sure to only add system users onceJoas Schilling2017-06-141-8/+35
* Allow to find local users by their email addressJoas Schilling2017-06-131-7/+30
* Handle more error casesMorris Jobke2017-05-021-0/+2
* add missing translation and other small fixesBjoern Schiessle2017-04-281-0/+1
* use configured lookup serverBjoern Schiessle2017-04-281-1/+2
* Adjust existing bruteforce protection codeLukas Reschke2017-04-141-1/+3
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-1/+1
* share api expanded by tags (#26583)Michael Jobst2017-04-111-3/+14
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-2/+2
* update unit testsBjoern Schiessle2017-04-071-3/+4
* set expire date for all share typesBjoern Schiessle2017-04-031-20/+18
* allow password protected mail sharesBjoern Schiessle2017-04-031-2/+21
* add new password column to the share table in order to set passwords for shar...Bjoern Schiessle2017-04-031-0/+1
* Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-4/+2
* Merge pull request #3884 from nextcloud/downstream-26956Joas Schilling2017-03-201-1/+1
|\
| * Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-1/+1
* | shares-circlesMaxence Lange2017-03-172-2/+71
|/
* use (int) instead of intval for performance reasonsBjoern Schiessle2017-02-221-2/+2
* properly include classMorris Jobke2017-02-211-5/+5
* Use intval() for validation of config optionsMorris Jobke2017-02-211-2/+2
* allow to configure a min-length of search strings for auto-compeltion and a m...Bjoern Schiessle2017-02-211-0/+12
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-37/+15
* 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
* Use group display name in sharing API + UIVincent Petry2016-12-222-12/+21
* update phpdocMaxence Lange2016-12-121-0/+1
* Download a file in a subfolder in a sharedlink is not workingMaxence Lange2016-12-111-3/+3
* Fix image_src linkLukas Reschke2016-11-281-1/+1
* Merge pull request #2165 from nextcloud/sharing-activities-updateRoeland Jago Douma2016-11-221-6/+6
|\
| * Move file sharing activities to the new APIJoas Schilling2016-11-161-6/+6
* | 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
|/
* 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 for share by mailBjoern Schiessle2016-11-081-42/+86
* More testsRoeland Jago Douma2016-11-031-20/+14
* Move publicpreview overRoeland Jago Douma2016-11-031-0/+108
* 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
|\
| * Fix OCS API to be able to remove group shares from self as recipientRoeland Jago Douma2016-11-021-2/+8
* | remove unused variableBjoern Schiessle2016-11-011-1/+0
* | unit tests updated and new addedBjoern Schiessle2016-11-012-11/+16
* | don't show 'notify by mail' option or permissions not available for mail sharesBjoern Schiessle2016-11-011-1/+2
* | if we have a exact match, either for the federated cloud id or for theBjoern Schiessle2016-11-011-26/+41
* | unified way to display remote shares and mail sharesBjoern Schiessle2016-11-011-2/+2
* | show correct display name if we have the user in one of our address booksBjoern Schiessle2016-11-011-4/+24