Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #15730 from nextcloud/enh/14179/event_for_csp | Roeland Jago Douma | 2019-07-09 | 9 | -6/+167 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add an event to edit the CSP | Roeland Jago Douma | 2019-07-08 | 9 | -6/+167 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #16301 from nextcloud/dep/js/marked | Roeland Jago Douma | 2019-07-09 | 8 | -12/+12 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Bump marked to 0.7.0 | Roeland Jago Douma | 2019-07-09 | 8 | -12/+12 | |
* | | | | | | Merge pull request #16295 from nextcloud/csrftokenmanager-inject | Morris Jobke | 2019-07-09 | 1 | -2/+3 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | allow injecting CsrfTokenManager by class | Robin Appelman | 2019-07-09 | 1 | -2/+3 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #16195 from nextcloud/bugfix/7556/smb-symlink-share-mtime | Roeland Jago Douma | 2019-07-09 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Ignore forbidden exception when fetching share mtime on SMB for symlinks | Morris Jobke | 2019-07-08 | 1 | -0/+2 | |
* | | | | | Merge pull request #16300 from nextcloud/deps/js/babel | Roeland Jago Douma | 2019-07-09 | 4 | -322/+174 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Update babel deps | Roeland Jago Douma | 2019-07-08 | 4 | -322/+174 | |
| |/ / / | ||||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-09 | 40 | -34/+22 | |
|/ / / | ||||||
* | | | Merge pull request #16292 from nextcloud/techdebt/noid/cleanup-outdated-repai... | Roeland Jago Douma | 2019-07-08 | 10 | -1130/+0 | |
|\ \ \ | ||||||
| * | | | Remove one time repair steps that have already run when updating to 17 | Morris Jobke | 2019-07-08 | 10 | -1130/+0 | |
| |/ / | ||||||
* | | | Merge pull request #16277 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.2 | Roeland Jago Douma | 2019-07-08 | 42 | -121/+121 | |
|\ \ \ | ||||||
| * | | | Bump webpack from 4.35.0 to 4.35.2 | dependabot-preview[bot] | 2019-07-08 | 42 | -121/+121 | |
| |/ / | ||||||
* | | | Merge pull request #16288 from nextcloud/fix/16229/cleanup-cypress-folder | Roeland Jago Douma | 2019-07-08 | 4 | -0/+86 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Try to delete the cypress folder of the viewer app | Morris Jobke | 2019-07-08 | 4 | -0/+86 | |
|/ / | ||||||
* | | Merge pull request #16153 from akshala/resetPassword-text-changed | Morris Jobke | 2019-07-08 | 3 | -3/+3 | |
|\ \ | ||||||
| * | | Update core/src/components/login/ResetPassword.vue | Akshala Bhatnagar | 2019-07-07 | 3 | -3/+3 | |
| * | | changed the text for reset password | Akshala Bhatnagar | 2019-07-07 | 1 | -1/+1 | |
* | | | Bump vue-router from 3.0.6 to 3.0.7 (#16273) | John Molakvoæ | 2019-07-08 | 4 | -7/+7 | |
|\ \ \ | ||||||
| * | | | Bump vue-router from 3.0.6 to 3.0.7 | dependabot-preview[bot] | 2019-07-08 | 4 | -7/+7 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-08 | 16 | -2/+18 | |
* | | | | Properly load permissions in showActions (#15992) | John Molakvoæ | 2019-07-07 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Properly load permissions in showActions | Julius Härtl | 2019-07-05 | 1 | -1/+1 | |
* | | | | Use theme colors for text selection (#16037) | John Molakvoæ | 2019-07-07 | 1 | -0/+8 | |
|\ \ \ \ | ||||||
| * | | | | Use theme colors for text selection | Jan-Christoph Borchardt | 2019-07-05 | 1 | -0/+8 | |
* | | | | | Mimetype list integrity check should not fail if it's changed (#15810) | John Molakvoæ | 2019-07-07 | 10 | -77/+532 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove empty lines | Xheni Myrtaj | 2019-07-04 | 1 | -2/+0 | |
| * | | | | | Added Tests for modified mimetypelist | Xheni Myrtaj | 2019-07-04 | 3 | -3/+393 | |
| * | | | | | Update lib/private/IntegrityCheck/Checker.php | Xheni Myrtaj | 2019-05-31 | 1 | -1/+1 | |
| * | | | | | Fix checker test | Xheni Myrtaj | 2019-05-30 | 1 | -2/+8 | |
| * | | | | | Update autoload map | Xheni Myrtaj | 2019-05-30 | 2 | -0/+2 | |
| * | | | | | Add function parameter typehint | Xheni Myrtaj | 2019-05-29 | 1 | -1/+1 | |
| * | | | | | Fix indentation | Xheni Myrtaj | 2019-05-29 | 1 | -21/+21 | |
| * | | | | | Add new line | Xheni Myrtaj | 2019-05-29 | 1 | -0/+1 | |
| * | | | | | Do not fail integrity check if mimetype list is changed | Xheni Myrtaj | 2019-05-29 | 6 | -97/+155 | |
* | | | | | | Merge pull request #16236 from gary-kim/fix/16076/admin-settings-alignment | John Molakvoæ | 2019-07-07 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix alignment issues in admin settings | Gary Kim | 2019-07-05 | 2 | -2/+2 | |
* | | | | | | | Allow IProviderV2 for previews as well (#16209) | John Molakvoæ | 2019-07-07 | 3 | -13/+28 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow IProviderV2 for previews as well | John Molakvoæ (skjnldsv) | 2019-07-05 | 3 | -13/+28 | |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-07 | 86 | -114/+186 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Remove beta from dark theme name ref #16076 (#16253) | John Molakvoæ | 2019-07-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove beta from dark theme name ref #16076 | Greta Doci | 2019-07-05 | 1 | -1/+1 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1 (#16160) | John Molakvoæ | 2019-07-06 | 16 | -109/+126 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Bump @chenfengyuan/vue-qrcode from 1.0.0 to 1.0.1 | dependabot-preview[bot] | 2019-07-05 | 16 | -109/+126 | |
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-06 | 6 | -2/+20 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #16150 from nextcloud/bugfix/noid/add-icons-help-page | Roeland Jago Douma | 2019-07-05 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add icons to the left sidebar on help.php | Greta Doci | 2019-07-04 | 1 | -5/+5 | |
* | | | | | | | Merge pull request #16208 from nextcloud/bugfix/noid/user-share-displayname | Roeland Jago Douma | 2019-07-05 | 2 | -0/+13 | |
|\ \ \ \ \ \ \ |