選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21
3年前
..
appinfo Format code to a single space around binary operators 3年前
composer rebuild autoloader scripts with 2.0.7 3年前
css Fix search placeholder animation & dark theme compatibility 3年前
fonts Accessibility ♿ 6年前
img compress some images with tinypng.com 4年前
js Bump core-js from 3.8.0 to 3.8.1 3年前
l10n [tx-robot] updated from transifex 3年前
lib Update all license headers for Nextcloud 21 3年前
src Add highcontrast class to body just like with dark theme 3年前
templates Fix accessibility 4年前
.editorconfig Accessibility ♿ 6年前
.gitignore Accessibility ♿ 6年前
.jshintrc Accessibility ♿ 6年前
.l10nignore Update .l10nignore for apps to exclude bundled JS files 3年前
Makefile Accessibility ♿ 6年前
README.md Accessibility ♿ 6年前
webpack.js Fix accessibilityoca script 3年前

README.md

Accessibility ♿

This app provide multiple features to ease the use of nextcloud.

Build Setup

# install dependencies
make dev-setup

# build for development
make build-js

# build for development and watch edits
make watch-js

# build for production with minification
make build-js-production

# clean output files
make clean