summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplify return statementMorris Jobke2018-02-131-3/+1
* Show open graph preview in WhatsAppRoeland Jago Douma2018-02-121-0/+11
* Use ::class statement instead of stringMorris Jobke2018-01-296-8/+11
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-263-3/+3
* Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
* Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-262-6/+2
|\
| * Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-262-6/+2
* | Fix array method usages with a proper callMorris Jobke2018-01-251-1/+1
|/
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-4/+4
* return correct mount type for federated sharesBjoern Schiessle2018-01-111-0/+10
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* Also cache invalid DiscoveryService responseRoeland Jago Douma2017-12-131-1/+1
* delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-17/+27
* Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-101-1/+14
* Change @georgehrke's emailMorris Jobke2017-11-064-1/+4
* Update license headersMorris Jobke2017-11-0633-8/+124
* Merge pull request #7030 from nextcloud/proper_og_imageRoeland Jago Douma2017-11-011-1/+6
|\
| * Use the new direct endpoint for the og:imageRoeland Jago Douma2017-10-311-1/+6
* | Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-011-2/+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
* | fix sharerecipientssorter testsArthur Schiwon2017-10-271-1/+1
* | fix sortingArthur Schiwon2017-10-261-4/+14
* | ensure that sorting is stableArthur Schiwon2017-10-221-2/+17
* | AutoCompletion backendArthur Schiwon2017-10-221-0/+85
|/
* 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-162-2/+2
|\
| * Cleanup unused methodsMorris Jobke2017-08-152-2/+2
* | Catch exceptions on error of cloud id resolutionJoas Schilling2017-08-141-5/+21
|/
* Add unit testsRoeland Jago Douma2017-08-102-16/+23
* Remove old code + add MiddlewareRoeland Jago Douma2017-08-103-7/+94
* Move shareinfo over to proper controllerRoeland Jago Douma2017-08-101-0/+130
* Merge pull request #4790 from nextcloud/fix-comparisons-in-appsMorris Jobke2017-08-024-9/+9
|\
| * Fix comparisons in the sharing appJoas Schilling2017-08-014-9/+9
* | Remove explicit type hints for ControllerLukas Reschke2017-08-012-4/+4
* | Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke2017-08-012-8/+10
|\ \ | |/ |/|
| * Fix middleware implementations signaturesRoeland Jago Douma2017-07-312-8/+10