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.
 
 
 
 
 
 
nextcloud-server/settings
Julius Härtl 8b919ecdc4
Properly search for other apps
8 years ago
..
Activity Get correct translations for SecurityProvider 8 years ago
BackgroundJobs Use ::class statement instead of string 8 years ago
Controller Properly search for other apps 8 years ago
Mailer Fix welcome text for better grammar in themed instances 8 years ago
Middleware Provide translated error message for permission error 8 years ago
css Improve sidebar handling 8 years ago
img Replace help icon with ? to avoid conflict with the new about section 8 years ago
js Move to AppFramework Controller 8 years ago
l10n [tx-robot] updated from transifex 8 years ago
src Properly search for other apps 8 years ago
templates Remove old template code 8 years ago
tests/js Settings to vuejs 8 years ago
.babelrc IE11 compatibility 8 years ago
.editorconfig Bump tests and editorconfig 8 years ago
.gitignore Settings to vuejs 8 years ago
Application.php Update license headers 8 years ago
Hooks.php Update license headers 8 years ago
Makefile Bump makefile, readme, fix typo and cleanup 8 years ago
README.md Bump makefile, readme, fix typo and cleanup 8 years ago
help.php
package-lock.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings 8 years ago
package.json Bump webpack-cli from 2.1.3 to 2.1.4 in /settings 8 years ago
routes.php Reorder routes to avoid conflicts 8 years ago
webpack.common.js Updated settings package deps 8 years ago
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 8 years ago
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 8 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