nextcloud/settings
2019-09-11 02:15:36 +00:00
..
Activity Get correct translations for SecurityProvider 2018-01-02 09:46:53 +01:00
BackgroundJobs Check if uploading to lookup server is enabled before verifying 2019-06-26 11:01:35 +02:00
Controller Remove recommendation for opcache on CLI 2019-05-09 11:49:29 +00:00
css Fix border in update notification section 2019-02-14 15:20:19 +01:00
img Replace help icon with ? to avoid conflict with the new about section 2018-05-07 14:42:50 +02:00
js Bump bundles 2019-07-30 09:03:07 +02:00
l10n [tx-robot] updated from transifex 2019-09-11 02:15:36 +00:00
Mailer Fix welcome text for better grammar in themed instances 2017-11-09 09:27:38 +01:00
Middleware Provide translated error message for permission error 2018-02-26 17:00:29 +01:00
src Force defaultHtml setting of v-tooltip to be disabled 2019-07-30 09:01:34 +02:00
templates Apply patch from @cwiedmann but drop -oi option for pipe 2018-12-08 17:18:04 +01:00
.babelrc.js IE11 compatibility for users management 2018-12-12 16:23:33 +01:00
.editorconfig Bump tests and editorconfig 2018-05-16 09:50:23 +02:00
.gitignore Settings to vuejs 2018-05-16 09:50:20 +02:00
.l10nignore Add .l10nignore files for compiled assets 2018-10-19 11:40:16 +02:00
Application.php Update license headers 2017-11-06 16:56:19 +01:00
help.php Update with robin 2016-07-21 18:13:58 +02:00
Hooks.php don't blame email address changers 2018-08-14 17:25:46 +02:00
Makefile Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
package-lock.json [Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /settings 2019-08-27 18:39:16 +00:00
package.json [Security] Bump axios from 0.18.0 to 0.19.0 in /settings 2019-06-03 12:41:46 +02:00
README.md Copyright fix, changed vue settings output name and fixes template name 2018-06-12 10:26:53 +02:00
routes.php Fix interaction with groups that contain a slash 2018-11-29 21:57:21 +01:00
webpack.common.js Add new group entry on users list + fixes 2018-10-03 11:38:29 +02:00
webpack.dev.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +02:00
webpack.prod.js Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator 2018-05-18 16:39:34 +02:00

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