Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11985 from nextcloud/dependabot/npm_and_yarn/build/node-s... | Roeland Jago Douma | 2018-10-23 | 2 | -73/+77 |
|\ | |||||
| * | Bump node-sass from 4.9.3 to 4.9.4 in /build | dependabot[bot] | 2018-10-22 | 2 | -73/+77 |
* | | Merge pull request #11906 from kevin147147/patch-5 | Morris Jobke | 2018-10-23 | 1 | -0/+1 |
|\ \ | |||||
| * | | make scroll navigation items full width | kevin147147 | 2018-10-18 | 1 | -0/+1 |
* | | | Merge pull request #11439 from nextcloud/trash-modular-api | Morris Jobke | 2018-10-23 | 33 | -483/+1073 |
|\ \ \ | |||||
| * | | | store user for trashitem in the trashitem | Robin Appelman | 2018-10-17 | 10 | -68/+50 |
| * | | | remove user parameter from `ITrashItem::getOriginalLocation` | Robin Appelman | 2018-10-17 | 3 | -9/+8 |
| * | | | fix trash storage wrapper tests | Robin Appelman | 2018-10-17 | 1 | -0/+3 |
| * | | | fix preview controller tests | Robin Appelman | 2018-10-17 | 1 | -4/+29 |
| * | | | fix error message for folder preview request | Robin Appelman | 2018-10-17 | 1 | -4/+4 |
| * | | | pass `Cache::getMoveInfo` along cache wrappers | Robin Appelman | 2018-10-17 | 1 | -0/+6 |
| * | | | expose storagefactory in server container | Robin Appelman | 2018-10-17 | 3 | -2/+22 |
| * | | | use name in fileinfo if set | Robin Appelman | 2018-10-17 | 1 | -1/+1 |
| * | | | fix trashbin previews for modular api | Robin Appelman | 2018-10-17 | 4 | -40/+78 |
| * | | | fix select statement | Robin Appelman | 2018-10-17 | 24 | -435/+952 |
* | | | | Merge pull request #11847 from iPaat/Fix/DeleteCookiesThroughClearSiteData | Morris Jobke | 2018-10-23 | 2 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | Remove cookies from Clear-Site-Data Header | Patrick Conrad | 2018-10-15 | 2 | -3/+3 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-23 | 578 | -2206/+3556 |
* | | | | | Merge pull request #11914 from nextcloud/csp/report-uri | Morris Jobke | 2018-10-23 | 4 | -0/+46 |
|\ \ \ \ \ | |||||
| * | | | | | Add report-uri to CSP | Roeland Jago Douma | 2018-10-21 | 4 | -0/+46 |
* | | | | | | Merge pull request #11943 from nextcloud/buttons-round | Morris Jobke | 2018-10-23 | 7 | -27/+36 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix password protected share link button | Jan-Christoph Borchardt | 2018-10-23 | 1 | -11/+11 |
| * | | | | | | Round off buttons 'pill style' like on the website | Jan-Christoph Borchardt | 2018-10-23 | 6 | -16/+25 |
* | | | | | | | Merge pull request #11966 from nextcloud/csp/safari12-support | Morris Jobke | 2018-10-23 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add nonce for Safari 12+ | Roeland Jago Douma | 2018-10-21 | 1 | -0/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #11980 from nextcloud/assemblly-stream-lazy | Morris Jobke | 2018-10-23 | 1 | -5/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | lazy open first source stream in assemblystream | Robin Appelman | 2018-10-22 | 1 | -5/+6 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge pull request #11967 from nextcloud/fix-opening-a-section-again-in-the-f... | Morris Jobke | 2018-10-23 | 10 | -19/+138 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Add acceptance tests for opening a section in the Files app | Daniel Calviño Sánchez | 2018-10-21 | 2 | -0/+88 |
| * | | | | | | Remove event handler no longer needed | Daniel Calviño Sánchez | 2018-10-21 | 2 | -12/+0 |
| * | | | | | | Fix opening a section again in the Files app | Daniel Calviño Sánchez | 2018-10-21 | 6 | -7/+50 |
* | | | | | | | Merge pull request #11932 from nextcloud/font-nunito | Morris Jobke | 2018-10-23 | 32 | -321/+218 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fixup! Fix comment and cap-height | John Molakvoæ (skjnldsv) | 2018-10-23 | 2 | -4/+4 |
| * | | | | | | | Fix comment and cap-height | John Molakvoæ (skjnldsv) | 2018-10-23 | 2 | -4/+7 |
| * | | | | | | | Use correct typeface for avatar generator | Jan-Christoph Borchardt | 2018-10-23 | 2 | -17/+17 |
| * | | | | | | | Use correct typeface for txt previews | Jan-Christoph Borchardt | 2018-10-23 | 1 | -1/+1 |
| * | | | | | | | Remove font-specifics from high contrast theme because we are now on regular+... | Jan-Christoph Borchardt | 2018-10-23 | 1 | -34/+0 |
| * | | | | | | | Fix font-face in dyslexia-friendly theme | Jan-Christoph Borchardt | 2018-10-23 | 1 | -1/+1 |
| * | | | | | | | Fix font-face on LDAP tooltip | Jan-Christoph Borchardt | 2018-10-23 | 1 | -1/+1 |
| * | | | | | | | Use normal text color for sections now that it's not full black | Jan-Christoph Borchardt | 2018-10-20 | 1 | -1/+0 |
| * | | | | | | | Add woff2 format of Nunito for better performance in modern browsers | Jan-Christoph Borchardt | 2018-10-19 | 6 | -10/+67 |
| * | | | | | | | Text color #222 instead of #000 for better readability | Jan-Christoph Borchardt | 2018-10-19 | 1 | -1/+1 |
| * | | | | | | | Change typeface from Open Sans to Nunito | Jan-Christoph Borchardt | 2018-10-19 | 12 | -225/+112 |
| * | | | | | | | Move fonts from light/semibold to regular/bold for better readability | Jan-Christoph Borchardt | 2018-10-19 | 13 | -53/+38 |
* | | | | | | | | Merge pull request #11964 from nextcloud/bug/11919/do_not_always_fallback | Roeland Jago Douma | 2018-10-23 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Catch more occurences where ExpiredTokenException can be thrown | Roeland Jago Douma | 2018-10-21 | 1 | -1/+5 |
| * | | | | | | | | Expired PK tokens should not fall back to legacy tokens | Roeland Jago Douma | 2018-10-21 | 1 | -0/+2 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #11963 from nextcloud/3rdparty/swiftmailer/6.1.3 | Roeland Jago Douma | 2018-10-23 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [3rdparty] Bump swiftmailer to 6.1.3 | Roeland Jago Douma | 2018-10-23 | 1 | -0/+0 |
* | | | | | | | | | Merge pull request #11974 from nextcloud/bugfix/noid/lax-csp-on-talk-shares | Roeland Jago Douma | 2018-10-23 | 1 | -2/+21 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | |