aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* catch all exception and return a user friendly exception messageBjoern Schiessle2016-11-022-8/+15
* 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
| * | | always show correct place holder, mention share by mail only if the share pro...Bjoern Schiessle2016-11-015-10/+151
| * | | enabled by default and add to shipped.jsonBjoern Schiessle2016-11-012-0/+2
| * | | unit tests updated and new addedBjoern Schiessle2016-11-015-187/+161
| * | | find and show share-by mail linksBjoern Schiessle2016-11-012-0/+11
| * | | don't show 'notify by mail' option or permissions not available for mail sharesBjoern Schiessle2016-11-013-6/+14
| * | | send mail for share-by-mail sharesBjoern Schiessle2016-11-014-7/+180
| * | | 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-014-10/+17
| * | | show correct display name if we have the user in one of our address booksBjoern Schiessle2016-11-011-4/+24
| * | | improve search for federated cloud ids and email adressesBjoern Schiessle2016-11-011-8/+58
| * | | handle case if no share-by-mail share provider is loadedBjoern Schiessle2016-11-013-2/+16
| * | | add method to check if a share provider for a given type is loadedBjoern Schiessle2016-11-013-0/+62
| * | | update permissionsBjoern Schiessle2016-11-012-2/+10