summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1984 from nextcloud/improve-error-messages-federated-sharingLukas Reschke2016-11-022-8/+15
|\
| * catch all exception and return a user friendly exception messageBjoern Schiessle2016-11-022-8/+15
* | Merge pull request #1960 from nextcloud/adjust-link-to-contributing.mdRoeland Jago Douma2016-11-024-4/+3
|\ \
| * | Adjust link to contributing.mdJoas Schilling2016-11-022-4/+3
| * | Revert "Move CONTRIBUTUNG and issue template into .github subfolder"Joas Schilling2016-11-022-0/+0
* | | Merge pull request #1971 from nextcloud/fix-checkbox-glitchRoeland Jago Douma2016-11-022-5/+5
|\ \ \
| * | | Fix #1782John Molakvoæ2016-11-022-5/+5
* | | | Merge pull request #1347 from nextcloud/bring-back-remember-meMorris Jobke2016-11-0220-222/+643
|\ \ \ \ | |_|_|/ |/| | |
| * | | document what the method doesChristoph Wurst2016-11-021-0/+2
| * | | Add missing tests and fix PHPDocLukas Reschke2016-11-024-4/+169
| * | | Fix typ in constant nameLukas Reschke2016-11-021-4/+4
| * | | Fix invalid PHPDocsLukas Reschke2016-11-021-1/+1
| * | | inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-023-61/+79
| * | | bring back remember-meChristoph Wurst2016-11-0220-184/+420
* | | | Merge pull request #1940 from nextcloud/new-appstoreMichael Grosser2016-11-0246-2556/+2228
|\ \ \ \
| * | | | Add tests for installer methodLukas Reschke2016-10-315-26/+550
| * | | | Remove non-required getterLukas Reschke2016-10-311-7/+0
| * | | | Move to non-static versionLukas Reschke2016-10-312-21/+3
| * | | | Use findAppInDirectoriesLukas Reschke2016-10-312-2/+7
| * | | | Proxy images through usercontent.apps.nextcloud.comLukas Reschke2016-10-313-19/+8
| * | | | Add update supportLukas Reschke2016-10-3113-368/+445
| * | | | Query the timefactory instead of creating itLukas Reschke2016-10-312-3/+3
| * | | | Add support for CRLLukas Reschke2016-10-312-4/+38
| * | | | Replace with exception instead of boolean return valueLukas Reschke2016-10-312-32/+10
| * | | | %d instead %sLukas Reschke2016-10-311-1/+1
| * | | | Use substr and explode instead of a regexLukas Reschke2016-10-312-14/+40
| * | | | Read array elements instead of substrLukas Reschke2016-10-311-2/+6
| * | | | Make non-staticLukas Reschke2016-10-311-2/+3
| * | | | Fix testsLukas Reschke2016-10-316-8/+17
| * | | | Use new appstore APILukas Reschke2016-10-3130-2193/+1243
* | | | | Merge pull request #1982 from nextcloud/revert-1949-disable-codecov-commentsLukas Reschke2016-11-021-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove sunburstLukas Reschke2016-11-021-1/+1
| * | | | Revert "Disable codecov comments"Lukas Reschke2016-11-021-1/+3
|/ / / /
* | | | Merge pull request #1887 from nextcloud/downstream-26370Morris Jobke2016-11-023-3/+55
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix intergration testsRoeland Jago Douma2016-11-021-1/+1
| * | | Fix OCS API to be able to remove group shares from self as recipientRoeland Jago Douma2016-11-021-2/+8
| * | | Added test case about issue 26346Sergio Bertolin2016-11-021-0/+15
| * | | Changed description of variableSergio Bertolin2016-11-021-1/+1
| * | | Added functions to check etag of elementsSergio Bertolin2016-11-021-0/+31
| | |/ | |/|
* | | Merge pull request #1977 from nextcloud/adjust-badgesJoas Schilling2016-11-021-1/+2
|\ \ \
| * | | Adjust badgesLukas Reschke2016-11-021-1/+2
* | | | Merge pull request #1966 from nextcloud/fix-csrf-token-generationRoeland Jago Douma2016-11-023-7/+15
|\ \ \ \
| * | | | Fix CSRF token generation / validationLeon Klingele2016-11-023-7/+15
* | | | | Merge pull request #1975 from nextcloud/federated-sharing-always-https-by-def...Roeland Jago Douma2016-11-024-38/+66
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | use https by default if no protocol is given. Only use unsecure connection if...Bjoern Schiessle2016-11-024-38/+66
| |/ / /
* | | | Merge pull request #657 from nextcloud/share-by-mailJoas Schilling2016-11-0225-290/+2120
|\ \ \ \ | |/ / / |/| | |
| * | | import exceptionBjoern Schiessle2016-11-011-0/+1
| * | | remove unused variableBjoern Schiessle2016-11-011-1/+0
| * | | add new method getSharesInFolder(), see #339Bjoern Schiessle2016-11-012-1/+84
| * | | add tests for the share-by-mail providerBjoern Schiessle2016-11-012-8/+622