You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Morris Jobke a2c518ee5a
Merge pull request #8824 from nextcloud/settings-vue
6 years ago
..
Activity Get correct translations for SecurityProvider 6 years ago
BackgroundJobs Use ::class statement instead of string 6 years ago
Controller Various fixes 6 years ago
Mailer Fix welcome text for better grammar in themed instances 6 years ago
Middleware Provide translated error message for permission error 6 years ago
ajax Bump user controller, cleaned old legacy and added route history mode 6 years ago
css Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 years ago
img Replace help icon with ? to avoid conflict with the new about section 6 years ago
js Fixed webpack config, groups flex thanks to @juliushaertl and groups tooltip 6 years ago
l10n [tx-robot] updated from transifex 6 years ago
src Fix api error 6 years ago
templates Continued the upgrade to proper router link and added navigationItem router linkTo capability 6 years ago
tests/js Settings to vuejs 6 years ago
.babelrc IE11 compatibility 6 years ago
.editorconfig Bump tests and editorconfig 6 years ago
.gitignore Settings to vuejs 6 years ago
Application.php Update license headers 6 years ago
Hooks.php Update license headers 6 years ago
Makefile Bump makefile, readme, fix typo and cleanup 6 years ago
README.md Bump makefile, readme, fix typo and cleanup 6 years ago
help.php Update with robin 7 years ago
package-lock.json Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 years ago
package.json Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 years ago
routes.php Bump user controller, cleaned old legacy and added route history mode 6 years ago
webpack.common.js Fixed webpack config, groups flex thanks to @juliushaertl and groups tooltip 6 years ago
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 years ago
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 6 years ago

README.md

Settings section

Nextcloud settings with Vue

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