| Commit message (Expand) | Author | Age | Files | Lines |
* | Add feature policy header | Roeland Jago Douma | 2019-08-10 | 11 | -0/+555 |
* | Have the OCSBaseResponse call the parent constructor | Roeland Jago Douma | 2019-08-08 | 1 | -1/+2 |
* | Merge pull request #15187 from vitormattos/bugfix-create-database-user | Roeland Jago Douma | 2019-08-08 | 1 | -0/+4 |
|\ |
|
| * | Merge remote-tracking branch 'nextcloud/master' into bugfix-create-database-user | Vitor Mattos | 2019-04-30 | 7 | -3/+11 |
| |\ |
|
| * \ | Merge remote-tracking branch 'nextcloud/master' into bugfix-create-database-user | Vitor Mattos | 2019-04-26 | 8 | -124/+102 |
| |\ \ |
|
| * | | | solve code review | Vitor Mattos | 2019-04-22 | 1 | -1/+1 |
| * | | | Check if database exists and grand permission | Vitor Mattos | 2019-04-21 | 1 | -2/+4 |
| * | | | Bugfix: user is not allowed | Vitor Mattos | 2019-04-21 | 1 | -0/+2 |
* | | | | Merge pull request #16686 from nextcloud/fix/16684/return_int_getIf | Roeland Jago Douma | 2019-08-08 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Properly return an int in the getId function of the cache | Roeland Jago Douma | 2019-08-07 | 1 | -1/+1 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-08 | 4 | -18/+22 |
|/ / / / |
|
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-07 | 2 | -12/+12 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-06 | 2 | -6/+4 |
* | | | | Merge pull request #16498 from nextcloud/feature/noid/room_metadata | Morris Jobke | 2019-08-05 | 6 | -4/+288 |
|\ \ \ \ |
|
| * | | | | Add standard metadata key for room-features | Georg Ehrke | 2019-08-02 | 1 | -0/+17 |
| * | | | | Provide standard metadata keys for contact person of a resource | Georg Ehrke | 2019-08-01 | 1 | -0/+15 |
| * | | | | Provide standard metadata keys for location of room | Georg Ehrke | 2019-08-01 | 1 | -0/+21 |
| * | | | | sync metadata of rooms / resources with cache | Georg Ehrke | 2019-08-01 | 1 | -1/+1 |
| * | | | | Add \OCP\Calendar\IMetadataProvider interface and provider for common metadat... | Georg Ehrke | 2019-08-01 | 6 | -4/+235 |
* | | | | | Merge pull request #16639 from nextcloud/feature/noid/new-types | Roeland Jago Douma | 2019-08-05 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | comparaison types: +regex +wildcard | Maxence Lange | 2019-08-02 | 1 | -0/+2 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-05 | 2 | -2/+2 |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-04 | 2 | -0/+2 |
|/ / / / / |
|
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-02 | 4 | -2/+6 |
* | | | | | Merge pull request #16592 from nextcloud/bugfix/noid/federated-reshare | Roeland Jago Douma | 2019-08-01 | 1 | -2/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix permission check on incoming federated shares | Julius Härtl | 2019-07-31 | 1 | -2/+3 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-01 | 4 | -2/+50 |
* | | | | | Add form-action CSP element | Roeland Jago Douma | 2019-07-31 | 3 | -0/+44 |
|/ / / / |
|
* | | | | Merge pull request #16616 from nextcloud/dep/setEvalScript | Roeland Jago Douma | 2019-07-31 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | setting unsafe-eval is deprecated | Roeland Jago Douma | 2019-07-30 | 1 | -0/+2 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-31 | 2 | -0/+38 |
|/ / / / |
|
* | | | | Merge pull request #16594 from nextcloud/tech-debt/noid/remove-unused-checkPa... | Joas Schilling | 2019-07-30 | 1 | -29/+0 |
|\ \ \ \ |
|
| * | | | | Remove unused OC\Share\Share::checkPasswordProtectedShare | Morris Jobke | 2019-07-29 | 1 | -29/+0 |
* | | | | | Merge pull request #16579 from nextcloud/enh/PostLoginEvent | Roeland Jago Douma | 2019-07-30 | 5 | -2/+82 |
|\ \ \ \ \ |
|
| * | | | | | Add proper PostLoginEvent | Roeland Jago Douma | 2019-07-29 | 5 | -2/+82 |
| |/ / / / |
|
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-30 | 2 | -0/+4 |
* | | | | | Merge pull request #16502 from nextcloud/bugfix/16474 | Morris Jobke | 2019-07-29 | 1 | -1/+6 |
|\ \ \ \ \ |
|
| * | | | | | Add additional check for read permissions | Julius Härtl | 2019-07-24 | 1 | -1/+2 |
| * | | | | | Check the if we can actually access the storage cache for recent files | Julius Härtl | 2019-07-24 | 1 | -0/+4 |
* | | | | | | Fix typo in comment | Morris Jobke | 2019-07-29 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #16582 from nextcloud/enh/split_up_security_middleware | Roeland Jago Douma | 2019-07-29 | 5 | -43/+89 |
|\ \ \ \ \ |
|
| * | | | | | Split up security middleware | Roeland Jago Douma | 2019-07-27 | 5 | -43/+89 |
* | | | | | | Merge pull request #16563 from nextcloud/enh/lostcontroller/better_exceptions | Morris Jobke | 2019-07-29 | 2 | -0/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | Use proper exception in lostController | Roeland Jago Douma | 2019-07-27 | 2 | -0/+2 |
| |/ / / / / |
|
* | | | | | | Merge pull request #16581 from nextcloud/dep/strict_csps_can_go | Roeland Jago Douma | 2019-07-29 | 3 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | No need to have these classes we tighten the default CSP from time to | Roeland Jago Douma | 2019-07-27 | 3 | -0/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #16570 from nextcloud/enh/supress_touch_error | Roeland Jago Douma | 2019-07-29 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | Supress warnings touch can generate | Roeland Jago Douma | 2019-07-26 | 1 | -2/+2 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-29 | 4 | -0/+4 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-28 | 18 | -0/+18 |
| |/ / / / /
|/| | | | | |
|