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
John Molakvoæ (skjnldsv) 834f3df19a
Fix generateUrl for webpack
8 years ago
..
Activity
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore 8 years ago
Controller Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd 8 years ago
Mailer
Middleware
css Widen new user 'confirm' button, fix #10917 8 years ago
img Replace help icon with ? to avoid conflict with the new about section 8 years ago
js Fix generateUrl for webpack 8 years ago
l10n [tx-robot] updated from transifex 8 years ago
src Fix generateUrl for webpack 8 years ago
templates Merge pull request #11412 from nextcloud/csp/11032/authtoekn_compiled_handlebars 8 years ago
.babelrc.js Babel fix and dynamic import on settings 8 years ago
.editorconfig Bump tests and editorconfig 8 years ago
.gitignore Settings to vuejs 8 years ago
Application.php
Hooks.php don't blame email address changers 8 years ago
Makefile Copyright fix, changed vue settings output name and fixes template name 8 years ago
README.md Copyright fix, changed vue settings output name and fixes template name 8 years ago
help.php
package-lock.json Fix generateUrl for webpack 8 years ago
package.json Babel fix and dynamic import on settings 8 years ago
routes.php Reorder routes to avoid conflicts 8 years ago
webpack.common.js Add new group entry on users list + fixes 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

# clean output files
make clean