| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #10626 from nextcloud/bugfix/noid/quickaccess-spaces | Roeland Jago Douma | 2018-08-09 | 1 | -2/+2 |
|\ |
|
| * | Fix quickaccess active indicator for folders with spaces | Julius Härtl | 2018-08-09 | 1 | -2/+2 |
* | | Merge pull request #10598 from schoonc/patch-1 | Roeland Jago Douma | 2018-08-09 | 1 | -2/+0 |
|\ \ |
|
| * | | Removed unused variable isFile | schoonc | 2018-08-09 | 1 | -2/+0 |
| |/ |
|
* | | Merge pull request #10611 from nextcloud/fix/2fa-provider-user-dao-duplicate-key | Roeland Jago Douma | 2018-08-09 | 2 | -6/+38 |
|\ \ |
|
| * | | Fix double-inserts of the same provider state | Christoph Wurst | 2018-08-09 | 2 | -8/+21 |
| * | | Add integration/unit test for the double-insert of same values | Christoph Wurst | 2018-08-09 | 1 | -0/+19 |
|/ / |
|
* | | Merge pull request #10588 from nextcloud/fix/single-2fa-provider-login-redirect | Roeland Jago Douma | 2018-08-09 | 4 | -6/+36 |
|\ \ |
|
| * | | Rename providerset method to get primary providers | Christoph Wurst | 2018-08-08 | 3 | -3/+3 |
| * | | Fix login redirection if only one 2FA provider is active | Christoph Wurst | 2018-08-08 | 4 | -6/+36 |
* | | | Merge pull request #10604 from nextcloud/release/14/beta3v14.0.0beta3 | Roeland Jago Douma | 2018-08-09 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Nextcloud 14.0.0 beta3 | Roeland Jago Douma | 2018-08-09 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge pull request #10255 from nextcloud/add-support-for-room-shares | Björn Schießle | 2018-08-09 | 23 | -24/+828 |
|\ \ \ |
|
| * | | | Add support for tokens in room shares | Daniel Calviño Sánchez | 2018-08-08 | 2 | -0/+59 |
| * | | | Suppress Phan warnings about calling undeclared class methods | Daniel Calviño Sánchez | 2018-08-08 | 2 | -0/+8 |
| * | | | Add custom handling for room shares to the resharer information | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+11 |
| * | | | Add custom handling for room shares to the list of sharees | Daniel Calviño Sánchez | 2018-08-08 | 1 | -1/+3 |
| * | | | Log sharing and unsharing with a room in the auditing app | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+25 |
| * | | | Transfer room shares too with the "files:transfer-ownership" command | Daniel Calviño Sánchez | 2018-08-08 | 1 | -1/+1 |
| * | | | Add room shares to DAV and recent files "share-types" property | Daniel Calviño Sánchez | 2018-08-08 | 5 | -1/+26 |
| * | | | Add support for room shares to the share owner updater | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+1 |
| * | | | Add room shares to the MountProvider for shares | Daniel Calviño Sánchez | 2018-08-08 | 2 | -1/+24 |
| * | | | Add integration test for creating room shares when Talk is not enabled | Daniel Calviño Sánchez | 2018-08-08 | 2 | -0/+36 |
| * | | | Add support for room shares to DeletedShareAPIController | Daniel Calviño Sánchez | 2018-08-08 | 1 | -5/+48 |
| * | | | Add support for room shares to ShareAPIController | Daniel Calviño Sánchez | 2018-08-08 | 3 | -15/+547 |
| * | | | Add support for room shares to the share manager | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+1 |
| * | | | Add provider for room shares | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+34 |
| * | | | Add comment with IDs of internal share types | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+2 |
| * | | | Add type for room shares | Daniel Calviño Sánchez | 2018-08-08 | 2 | -0/+2 |
| |/ / |
|
* | | | Merge pull request #10537 from MartB/mselect_fix | Roeland Jago Douma | 2018-08-09 | 2 | -1/+19 |
|\ \ \ |
|
| * | | | Fix multiSelectMenu for public shares #10536 | MartB | 2018-08-06 | 2 | -1/+19 |
* | | | | Merge pull request #8690 from nextcloud/feature/8565/make-thunderbird-and-out... | Roeland Jago Douma | 2018-08-09 | 1 | -9/+10 |
|\ \ \ \ |
|
| * | | | | Add an option for mail addons | Joas Schilling | 2018-04-19 | 1 | -1/+2 |
| * | | | | Fix code errors | Joas Schilling | 2018-04-19 | 1 | -8/+8 |
* | | | | | Merge pull request #10597 from nextcloud/fix/10583/guest-icon-paths | Roeland Jago Douma | 2018-08-09 | 3 | -0/+3 |
|\ \ \ \ \ |
|
| * | | | | | Restores the guest icons | Michael Weimann | 2018-08-08 | 3 | -0/+3 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #10599 from nextcloud/fix/app-code-checker-ignore-build-dir | Roeland Jago Douma | 2018-08-09 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fix app code checker to ignore `build` directory | Christoph Wurst | 2018-08-09 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #10600 from nextcloud/fix/info-xsd-out-of-sync | Julius Härtl | 2018-08-09 | 1 | -0/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix info.xsd to sync with the appstore one | Christoph Wurst | 2018-08-09 | 1 | -0/+1 |
|/ / / / |
|
* | | | | Merge pull request #10548 from nextcloud/fix/10430/update_icewind_streams | Roeland Jago Douma | 2018-08-08 | 9 | -39/+136 |
|\ \ \ \ |
|
| * | | | | Update icewind/streams | Roeland Jago Douma | 2018-08-06 | 9 | -39/+136 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #10397 from nextcloud/encryption-s3-fix | Björn Schießle | 2018-08-08 | 3 | -3/+28 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | make file cache updates more robust | Bjoern Schiessle | 2018-07-31 | 3 | -3/+28 |
* | | | | Merge pull request #10553 from nextcloud/bugfix/10518/disable-oracle-enforcem... | Roeland Jago Douma | 2018-08-08 | 2 | -3/+5 |
|\ \ \ \ |
|
| * | | | | Fix tests | Roeland Jago Douma | 2018-08-08 | 1 | -2/+3 |
| * | | | | Disable Oracle enforcement for now until the following issues are solved: | Joas Schilling | 2018-08-06 | 1 | -1/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #10586 from nextcloud/fix/noid/check_if_ua_is_set | Roeland Jago Douma | 2018-08-08 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | Check if HTTP_USER_AGENT is set before using it | Roeland Jago Douma | 2018-08-08 | 1 | -0/+4 |
* | | | | | Merge pull request #10582 from nextcloud/fix/app-password-enter-this-context | John Molakvoæ | 2018-08-08 | 1 | -1/+1 |
|\ \ \ \ \ |
|