John Molakvoæ 9ea72b1010 Migrating themes to Theming app %!s(int64=2) %!d(string=hai) anos
..
appinfo bd6182b791 Master is now 25 %!s(int64=2) %!d(string=hai) anos
composer 1c7ecfc544 Fix an issue with the search backend update %!s(int64=2) %!d(string=hai) anos
css 9ea72b1010 Migrating themes to Theming app %!s(int64=2) %!d(string=hai) anos
fonts 7781779770 Accessibility ♿ %!s(int64=6) %!d(string=hai) anos
img 4ad622a720 compress some images with tinypng.com %!s(int64=4) %!d(string=hai) anos
l10n 2c267524fc [tx-robot] updated from transifex %!s(int64=2) %!d(string=hai) anos
lib 57bf348d37 Remove leftover useless comment %!s(int64=2) %!d(string=hai) anos
src 14e57bf70a Replace license information to SPDX expression %!s(int64=2) %!d(string=hai) anos
templates 836e7305d0 Fix accessibility %!s(int64=4) %!d(string=hai) anos
.editorconfig 7781779770 Accessibility ♿ %!s(int64=6) %!d(string=hai) anos
.gitignore 7781779770 Accessibility ♿ %!s(int64=6) %!d(string=hai) anos
.jshintrc 7781779770 Accessibility ♿ %!s(int64=6) %!d(string=hai) anos
.l10nignore f6c729a96c Update .l10nignore for apps to exclude bundled JS files %!s(int64=4) %!d(string=hai) anos
Makefile 7781779770 Accessibility ♿ %!s(int64=6) %!d(string=hai) anos
README.md 7781779770 Accessibility ♿ %!s(int64=6) %!d(string=hai) anos

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