nextcloud/settings
Kevin Ndung'u f4c2a81258
Fix hardcoded message in app details view
2018-07-02 00:19:16 +03:00
..
Activity
BackgroundJobs Use info log level to inform about a deleted user and thus the verification is not needed anymore 2018-06-22 14:11:25 +02:00
Controller If cronErros is empty json_decode will return NULL 2018-06-19 16:26:06 +02:00
Mailer
Middleware
css Fix hardcoded message in app details view 2018-07-02 00:19:16 +03:00
img
js Fix hardcoded message in app details view 2018-07-02 00:19:16 +03:00
l10n [tx-robot] updated from transifex 2018-06-29 00:12:08 +00:00
src Fix hardcoded message in app details view 2018-07-02 00:19:16 +03:00
templates Merge pull request #10053 from nextcloud/feature/7378/password-security-move 2018-06-29 14:53:09 +02:00
.babelrc
.editorconfig
.gitignore
Application.php
Hooks.php
Makefile Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
README.md Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
help.php
package-lock.json Bump webpack from 4.12.2 to 4.14.0 in /settings 2018-06-29 20:14:52 +00:00
package.json Bump webpack from 4.12.2 to 4.14.0 in /settings 2018-06-29 20:14:52 +00:00
routes.php
webpack.common.js Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
webpack.dev.js
webpack.prod.js

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