aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore table headJohn Molakvoæ (skjnldsv)2018-10-231-0/+1
* Merge branch 'master' of https://github.com/nextcloud/server into gridview-tableJohn Molakvoæ (skjnldsv)2018-10-23132-793/+1637
|\
| * Merge pull request #11914 from nextcloud/csp/report-uriMorris Jobke2018-10-234-0/+46
| |\
| | * Add report-uri to CSPRoeland Jago Douma2018-10-214-0/+46
| * | Merge pull request #11943 from nextcloud/buttons-roundMorris Jobke2018-10-237-27/+36
| |\ \
| | * | Fix password protected share link buttonJan-Christoph Borchardt2018-10-231-11/+11
| | * | Round off buttons 'pill style' like on the websiteJan-Christoph Borchardt2018-10-236-16/+25
| * | | Merge pull request #11966 from nextcloud/csp/safari12-supportMorris Jobke2018-10-231-0/+2
| |\ \ \
| | * | | Add nonce for Safari 12+Roeland Jago Douma2018-10-211-0/+2
| | | |/ | | |/|
| * | | Merge pull request #11980 from nextcloud/assemblly-stream-lazyMorris Jobke2018-10-231-5/+6
| |\ \ \
| | * | | lazy open first source stream in assemblystreamRobin Appelman2018-10-221-5/+6
| * | | | Merge pull request #11967 from nextcloud/fix-opening-a-section-again-in-the-f...Morris Jobke2018-10-2310-19/+138
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add acceptance tests for opening a section in the Files appDaniel Calviño Sánchez2018-10-212-0/+88
| | * | | Remove event handler no longer neededDaniel Calviño Sánchez2018-10-212-12/+0
| | * | | Fix opening a section again in the Files appDaniel Calviño Sánchez2018-10-216-7/+50
| * | | | Merge pull request #11932 from nextcloud/font-nunitoMorris Jobke2018-10-2332-321/+218
| |\ \ \ \
| | * | | | fixup! Fix comment and cap-heightJohn Molakvoæ (skjnldsv)2018-10-232-4/+4
| | * | | | Fix comment and cap-heightJohn Molakvoæ (skjnldsv)2018-10-232-4/+7
| | * | | | Use correct typeface for avatar generatorJan-Christoph Borchardt2018-10-232-17/+17
| | * | | | Use correct typeface for txt previewsJan-Christoph Borchardt2018-10-231-1/+1
| | * | | | Remove font-specifics from high contrast theme because we are now on regular+...Jan-Christoph Borchardt2018-10-231-34/+0
| | * | | | Fix font-face in dyslexia-friendly themeJan-Christoph Borchardt2018-10-231-1/+1
| | * | | | Fix font-face on LDAP tooltipJan-Christoph Borchardt2018-10-231-1/+1
| | * | | | Use normal text color for sections now that it's not full blackJan-Christoph Borchardt2018-10-201-1/+0
| | * | | | Add woff2 format of Nunito for better performance in modern browsersJan-Christoph Borchardt2018-10-196-10/+67
| | * | | | Text color #222 instead of #000 for better readabilityJan-Christoph Borchardt2018-10-191-1/+1
| | * | | | Change typeface from Open Sans to NunitoJan-Christoph Borchardt2018-10-1912-225/+112
| | * | | | Move fonts from light/semibold to regular/bold for better readabilityJan-Christoph Borchardt2018-10-1913-53/+38
| * | | | | Merge pull request #11964 from nextcloud/bug/11919/do_not_always_fallbackRoeland Jago Douma2018-10-231-1/+7
| |\ \ \ \ \
| | * | | | | Catch more occurences where ExpiredTokenException can be thrownRoeland Jago Douma2018-10-211-1/+5
| | * | | | | Expired PK tokens should not fall back to legacy tokensRoeland Jago Douma2018-10-211-0/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #11963 from nextcloud/3rdparty/swiftmailer/6.1.3Roeland Jago Douma2018-10-231-0/+0
| |\ \ \ \ \
| | * | | | | [3rdparty] Bump swiftmailer to 6.1.3Roeland Jago Douma2018-10-231-0/+0
| * | | | | | Merge pull request #11974 from nextcloud/bugfix/noid/lax-csp-on-talk-sharesRoeland Jago Douma2018-10-231-2/+21
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Use lax CSP when the share is a talk shareJoas Schilling2018-10-221-2/+21
| * | | | | | Merge pull request #11959 from nextcloud/dependabot/npm_and_yarn/settings/web...Roeland Jago Douma2018-10-2311-50/+50
| |\ \ \ \ \ \
| | * | | | | | Rebuild assetsRoeland Jago Douma2018-10-2310-49/+54
| | * | | | | | Bump webpack from 4.21.0 to 4.22.0 in /settingsdependabot[bot]2018-10-222-14/+9
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #11973 from nextcloud/bug/accessibility/get_js_without_uidRoeland Jago Douma2018-10-231-1/+9
| |\ \ \ \ \ \
| | * | | | | | If there is no UID do not explode accessibility javascriptRoeland Jago Douma2018-10-221-1/+9
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #11987 from nextcloud/dependabot/npm_and_yarn/tests/ui-reg...Roeland Jago Douma2018-10-231-1/+1
| |\ \ \ \ \ \
| | * | | | | | Update polyserve requirementdependabot[bot]2018-10-221-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #11972 from nextcloud/bugfix/noid/fix-l10n-fetching-from-t...Morris Jobke2018-10-231-0/+1
| |\ \ \ \ \ \
| | * | | | | | Load apps/APP/l10n/*.js and themes/THEME/apps/APP/l10n/*.jsMorris Jobke2018-10-221-0/+1
| * | | | | | | Merge pull request #11958 from nextcloud/dependabot/npm_and_yarn/apps/updaten...Roeland Jago Douma2018-10-232-18/+20
| |\ \ \ \ \ \ \
| | * | | | | | | Bump webpack from 4.20.2 to 4.22.0 in /apps/updatenotificationdependabot[bot]2018-10-222-18/+20
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #11984 from nextcloud/dependabot/composer/build/integratio...Roeland Jago Douma2018-10-231-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Update sabre/dav requirement from 3.2.2 to 3.2.3 in /build/integrationdependabot[bot]2018-10-221-1/+1
| |/ / / / / /
| * | | | | | Merge pull request #11960 from nextcloud/dependabot/npm_and_yarn/apps/oauth2/...Roeland Jago Douma2018-10-222-30/+27
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Bump webpack from 4.20.2 to 4.22.0 in /apps/oauth2dependabot[bot]2018-10-212-30/+27
| | | |/ / / | | |/| | |