Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12287 from nextcloud/bug/allow_writing_empty_file | Morris Jobke | 2018-11-05 | 1 | -0/+4 |
|\ | |||||
| * | Allow writing an empty file with the new writeStream | Roeland Jago Douma | 2018-11-05 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #12242 from nextcloud/uid-conccurency | John Molakvoæ | 2018-11-05 | 2 | -25/+125 |
|\ | |||||
| * | Phpunit tests | John Molakvoæ (skjnldsv) | 2018-11-05 | 1 | -25/+112 |
| * | Add check for vCard uid | John Molakvoæ (skjnldsv) | 2018-11-05 | 1 | -0/+13 |
* | | Merge pull request #12191 from nextcloud/sessions-fixes | Roeland Jago Douma | 2018-11-05 | 4 | -27/+33 |
|\ \ | |||||
| * | | Sessions: Make delete and filesystem access options tabbable | Jan-Christoph Borchardt | 2018-11-01 | 2 | -4/+4 |
| * | | Add device settings tooltip for accessibility | Jan-Christoph Borchardt | 2018-11-01 | 3 | -12/+13 |
| * | | Fix missing keyboard focus ability and feedback for sessions action menu | Jan-Christoph Borchardt | 2018-11-01 | 2 | -3/+4 |
| * | | Fix double tr creation in session list | Jan-Christoph Borchardt | 2018-11-01 | 1 | -1/+1 |
| * | | Remove tooltip from sessions, just wrap lines for simplicity and no duplication | Jan-Christoph Borchardt | 2018-11-01 | 2 | -9/+13 |
| * | | Remove unnecessary 'Delete' title from 'Revoke' menu entry | Jan-Christoph Borchardt | 2018-11-01 | 1 | -1/+1 |
* | | | Merge pull request #12271 from nextcloud/prevent-upload-cancel | Morris Jobke | 2018-11-05 | 1 | -5/+24 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Ask before cancelling an ongoing upload | John Molakvoæ (skjnldsv) | 2018-11-05 | 1 | -5/+24 |
* | | | Merge pull request #12185 from nextcloud/cleanup/dicontainer | Morris Jobke | 2018-11-05 | 8 | -70/+39 |
|\ \ \ | |||||
| * | | | Fix files_sharing | Roeland Jago Douma | 2018-11-02 | 1 | -1/+2 |
| * | | | Properly query the methodreflector | Roeland Jago Douma | 2018-11-02 | 2 | -2/+3 |
| * | | | Fix tests | Roeland Jago Douma | 2018-11-02 | 5 | -31/+21 |
| * | | | The identityproof manager should be in Server | Roeland Jago Douma | 2018-11-02 | 2 | -8/+8 |
| * | | | No need to register it also in the DI Container | Roeland Jago Douma | 2018-11-02 | 1 | -4/+0 |
| * | | | The Encryption manager belongs in Server.php | Roeland Jago Douma | 2018-11-02 | 2 | -5/+2 |
| * | | | SearchResult should be difined in Server as it is a core component | Roeland Jago Douma | 2018-11-02 | 2 | -5/+1 |
| * | | | The UserSession is constructed in the server | Roeland Jago Douma | 2018-11-02 | 2 | -4/+3 |
| * | | | TimeFactory is already regsitsered in the Server Container | Roeland Jago Douma | 2018-11-02 | 1 | -3/+0 |
| * | | | Request is already regsitered in the Server container | Roeland Jago Douma | 2018-11-02 | 1 | -5/+0 |
| * | | | Was already registered in Server | Roeland Jago Douma | 2018-11-02 | 1 | -3/+0 |
* | | | | Merge pull request #12004 from nextcloud/dl-vcf-groups-plugin | John Molakvoæ | 2018-11-05 | 4 | -0/+126 |
|\ \ \ \ | |||||
| * | | | | Added multi-get vcf download plugin | John Molakvoæ (skjnldsv) | 2018-11-04 | 4 | -0/+126 |
* | | | | | Merge pull request #12260 from nextcloud/dependabot/npm_and_yarn/build/node-s... | Roeland Jago Douma | 2018-11-05 | 2 | -8/+13 |
|\ \ \ \ \ | |||||
| * | | | | | Bump node-sass from 4.9.4 to 4.10.0 in /build | dependabot[bot] | 2018-11-05 | 2 | -8/+13 |
* | | | | | | Merge pull request #12253 from nextcloud/2fa-settings-hint | Roeland Jago Douma | 2018-11-05 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add class "settings-hint" to 2FA-text | Marius Blüm | 2018-11-05 | 1 | -2/+2 |
* | | | | | | | Merge pull request #12262 from nextcloud/dependabot/npm_and_yarn/apps/accessi... | Roeland Jago Douma | 2018-11-05 | 2 | -102/+102 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Bump webpack from 4.23.1 to 4.24.0 in /apps/accessibility | dependabot[bot] | 2018-11-05 | 2 | -102/+102 |
* | | | | | | | Merge pull request #12261 from nextcloud/dependabot/npm_and_yarn/apps/accessi... | Roeland Jago Douma | 2018-11-05 | 3 | -38/+37 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Rebuild assets | Roeland Jago Douma | 2018-11-05 | 1 | -1/+1 |
| * | | | | | | Bump css-loader from 1.0.0 to 1.0.1 in /apps/accessibility | dependabot[bot] | 2018-11-05 | 2 | -37/+36 |
* | | | | | | | Merge pull request #12265 from nextcloud/dav-bump | Roeland Jago Douma | 2018-11-05 | 2 | -7/+9 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | bump dav version for migration | John Molakvoæ (skjnldsv) | 2018-11-05 | 2 | -7/+9 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #12244 from nextcloud/fix/3752/twofactorbutton-attempt2 | John Molakvoæ | 2018-11-05 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | make twofactor .button inlin-block | Jonas Sulzer | 2018-11-04 | 1 | -0/+4 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #12266 from nextcloud/bump/npm/settings | Roeland Jago Douma | 2018-11-05 | 8 | -195/+408 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Bump npm deps: settings | Roeland Jago Douma | 2018-11-05 | 8 | -195/+408 |
* | | | | | | | Merge pull request #12252 from nextcloud/theming-advanced-h3 | Roeland Jago Douma | 2018-11-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Change "Advanced options" to h3 | Marius Blüm | 2018-11-04 | 1 | -1/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #12263 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/... | Roeland Jago Douma | 2018-11-05 | 2 | -101/+101 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Bump webpack from 4.23.1 to 4.24.0 in /apps/oauth2 | dependabot[bot] | 2018-11-05 | 2 | -101/+101 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #12264 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/... | Roeland Jago Douma | 2018-11-05 | 2 | -29/+36 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Bump css-loader from 1.0.0 to 1.0.1 in /apps/oauth2 | dependabot[bot] | 2018-11-05 | 2 | -29/+36 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #12254 from nextcloud/dependabot/npm_and_yarn/apps/updaten... | Roeland Jago Douma | 2018-11-05 | 2 | -29/+36 |
|\ \ \ \ \ \ \ |