summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
...
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
* Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-3/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-4/+4
* Change @georgehrke's emailMorris Jobke2017-11-062-1/+2
* Update license headersMorris Jobke2017-11-066-5/+36
* Use the new direct endpoint for the og:imageRoeland Jago Douma2017-10-311-1/+6
* Do not error when downloading from a numeric public subfolderRoeland Jago Douma2017-10-301-0/+4
* Updated OpenGraph title to display folder name instead of a nextcloud standar...Sascha Sambale2017-10-251-2/+2
* Merge pull request #6328 from nextcloud/split-sharees-api-logicblizzz2017-10-041-578/+36
|\
| * shareeAPIController unit test clean up and last fixesArthur Schiwon2017-09-261-0/+1
| * remove unused methodArthur Schiwon2017-09-261-22/+0
| * adjust ShareeAPIController search testArthur Schiwon2017-09-261-1/+4
| * allow more than one plugin per share typeArthur Schiwon2017-09-261-0/+2
| * don't keep result types hard codedArthur Schiwon2017-09-261-1/+2
| * Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-261-558/+31
* | Only have direct preview urls for image filesRoeland Jago Douma2017-09-251-2/+5
* | Add annotationRoeland Jago Douma2017-09-251-0/+1
* | For images we have a preview for use the preview linkRoeland Jago Douma2017-09-251-0/+2
* | Add direct preview link to single shared image filesRoeland Jago Douma2017-09-251-0/+46
|/
* Merge pull request #6120 from nextcloud/public_upload_share_api_fixblizzz2017-09-041-0/+1
|\
| * Public upload share permission handlingRoeland Jago Douma2017-08-161-0/+1
* | Correctly format OCS response with favoritesRoeland Jago Douma2017-08-291-2/+2
|/
* Merge pull request #6130 from nextcloud/cleanup-unused-methodsMorris Jobke2017-08-161-1/+1
|\
| * Cleanup unused methodsMorris Jobke2017-08-151-1/+1
* | Catch exceptions on error of cloud id resolutionJoas Schilling2017-08-141-5/+21
|/
* Add unit testsRoeland Jago Douma2017-08-101-13/+18
* Remove old code + add MiddlewareRoeland Jago Douma2017-08-101-7/+2
* Move shareinfo over to proper controllerRoeland Jago Douma2017-08-101-0/+130
* Fix comparisons in the sharing appJoas Schilling2017-08-011-1/+1
* improved error handlingBjoern Schiessle2017-07-211-3/+9
* 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