Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-06 | 26 | -16/+134 |
* | Merge pull request #11786 from nextcloud/feature/password_confirmation_backend | Morris Jobke | 2018-11-06 | 7 | -3/+67 |
|\ | |||||
| * | Bump autoloaders | Roeland Jago Douma | 2018-11-02 | 2 | -0/+2 |
| * | Expose the info to the JS | Roeland Jago Douma | 2018-11-02 | 1 | -3/+10 |
| * | Update password confirmation middleware | Roeland Jago Douma | 2018-11-02 | 1 | -0/+8 |
| * | Expose the backend of IUser | Roeland Jago Douma | 2018-11-02 | 2 | -0/+11 |
| * | New user backend interface to check if a user can confirm passwords | Roeland Jago Douma | 2018-11-02 | 1 | -0/+36 |
* | | Merge pull request #12128 from tomasz-grobelny/fix_file_move | Morris Jobke | 2018-11-06 | 2 | -58/+106 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'upstream/master' into fix_file_move | Tomasz Grobelny | 2018-11-04 | 361 | -3337/+11033 |
| |\ \ | |||||
| * | | | Fix move related tests | Tomasz Grobelny | 2018-11-03 | 2 | -60/+73 |
| * | | | Fix file move operation for large number of files | Tomasz Grobelny | 2018-10-30 | 1 | -5/+40 |
* | | | | Merge pull request #12289 from nextcloud/ie11-grid-disable | Roeland Jago Douma | 2018-11-05 | 4 | -2/+17 |
|\ \ \ \ | |||||
| * | | | | Disable grid for ie | John Molakvoæ (skjnldsv) | 2018-11-05 | 4 | -2/+17 |
* | | | | | 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 |