summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-224-114/+126
* catch auth issues also when php-smbclient is in useArthur Schiwon2019-08-221-0/+8
* Merge pull request #16785 from nextcloud/version/17.0.0/beta2v17.0.0beta2Roeland Jago Douma2019-08-221-2/+2
|\
| * 17.0.0 beta 2Roeland Jago Douma2019-08-211-2/+2
* | [tx-robot] updated from transifexNextcloud bot2019-08-2236-18/+178
|/
* Merge pull request #16798 from jmattt/gridview-fixRoeland Jago Douma2019-08-211-0/+5
|\
| * Fix grid viewJonathan Matthews2019-08-191-0/+5
* | Merge pull request #16820 from nextcloud/bugfix/noid/access-handling-of-projectsRoeland Jago Douma2019-08-216-4/+78
|\ \
| * | Add a repair step to clear the projects access cacheJoas Schilling2019-08-216-1/+72
| * | Change the logic so projects are only shown when you can access all resourcesJoas Schilling2019-08-211-3/+6
* | | Merge pull request #16813 from compagnon/fix/noid/AutoloadNotAllowedException...blizzz2019-08-211-0/+2
|\ \ \
| * | | autoloader.php could raise Not AllowedExceptionGuillaume COMPAGNON2019-08-201-0/+2
* | | | Merge pull request #16822 from nextcloud/bugfix/fat-75/database-error-on-occ-...blizzz2019-08-211-1/+7
|\ \ \ \
| * | | | Only trigger the events with tags that where actually assignedJoas Schilling2019-08-211-1/+7
| | |/ / | |/| |
* | | | Merge pull request #16782 from nextcloud/fix/16729/stop-if-encrypted-token-nullblizzz2019-08-212-2/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Add test case for existing user with token nullDaniel Kesselberg2019-08-181-0/+16
| * | | Return the disabled user mock instead of the existingDaniel Kesselberg2019-08-181-1/+1
| * | | Stop if there is no encrypted tokenDaniel Kesselberg2019-08-181-1/+5
* | | | Merge pull request #16811 from nextcloud/bugfix/16771/correctly-remove-apps-w...Roeland Jago Douma2019-08-201-1/+2
|\ \ \ \
| * | | | Correctly remove apps without any releasesJoas Schilling2019-08-201-1/+2
| | |/ / | |/| |
* | | | Merge pull request #16812 from nextcloud/bugfix/noid/previewv1-returntypeRoeland Jago Douma2019-08-201-2/+2
|\ \ \ \
| * | | | Explicit cast for ProviderV1AdapterJulius Härtl2019-08-201-2/+2
| |/ / /
* | | | Merge pull request #16808 from nextcloud/bugfix/16626/undefined-response-if-s...Roeland Jago Douma2019-08-201-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Undefined variable response when server is no nextcloud anymoreJoas Schilling2019-08-201-1/+1
|/ / /
* | | Merge pull request #16793 from nextcloud/bugfix/noid/filter-more-configsJoas Schilling2019-08-201-0/+13
|\ \ \
| * | | Filter more configsJoas Schilling2019-08-191-0/+13
* | | | [tx-robot] updated from transifexNextcloud bot2019-08-2024-124/+218
* | | | Merge pull request #16796 from nextcloud/enh/phpstan/codecheckerRoeland Jago Douma2019-08-191-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Codechecker: removed unused useRoeland Jago Douma2019-08-191-1/+1
|/ / /
* | | Merge pull request #16788 from nextcloud/enh/no_response_constructorRoeland Jago Douma2019-08-191-10/+8
|\ \ \
| * | | Do not enforce the parent constructor of response to be calledRoeland Jago Douma2019-08-191-10/+8
* | | | Merge pull request #16775 from nextcloud/fix/5548Roeland Jago Douma2019-08-191-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Make the warning about wrong permissions more clear.Daniel Kesselberg2019-08-171-2/+3
* | | | Merge pull request #16781 from nextcloud/bug/fix-password-resetRoeland Jago Douma2019-08-194-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Update bundlesJulius Härtl2019-08-192-2/+2
| * | | Force proper action for login formJulius Härtl2019-08-191-0/+1
| * | | Send new password instead of empty stringDaniel Kesselberg2019-08-191-1/+1
* | | | Merge pull request #16779 from nextcloud/dependabot/npm_and_yarn/css-vars-pon...Roeland Jago Douma2019-08-194-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Bump css-vars-ponyfill from 2.0.2 to 2.1.1dependabot-preview[bot]2019-08-184-8/+8
* | | | Merge pull request #16766 from nextcloud/fix/frame-src/no-nonceRoeland Jago Douma2019-08-191-3/+0
|\ \ \ \
| * | | | frame-src doesn't respect the nonce attributeRoeland Jago Douma2019-08-161-3/+0
* | | | | Merge pull request #16784 from nextcloud/bugfix/noid/fix_foreach_valarm_errorRoeland Jago Douma2019-08-192-0/+40
|\ \ \ \ \
| * | | | | fix foreach error for reminder generatorGeorg Ehrke2019-08-182-0/+40
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-08-1922-6/+214
|/ / / / /
* | | | | Merge pull request #16756 from nextcloud/allow-context-subclasses-in-acceptan...Roeland Jago Douma2019-08-181-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow Context subclasses in acceptance tests to access parent actorDaniel Calviño Sánchez2019-08-161-1/+1
| |/ / /
* | | | Merge pull request #16778 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.2Roeland Jago Douma2019-08-1841-74/+74
|\ \ \ \ | |_|_|/ |/| | |
| * | | Bump webpack from 4.39.1 to 4.39.2dependabot-preview[bot]2019-08-1841-74/+74
* | | | [tx-robot] updated from transifexNextcloud bot2019-08-1844-96/+776
|/ / /
* / / [tx-robot] updated from transifexNextcloud bot2019-08-1754-20/+300
|/ /