nextcloud/settings
zulan cf266ee004 Get l10n within NewUserMailHelper to ensure it always uses the new user's language.
Some related tests had to be changed because they relied on internals, see also from the PHPUnit documentation:
"Exercise caution when using [the at] matcher as it can lead to brittle tests which are too closely tied to specific implementation details."

Signed-off-by: Zulan <git@zulan.net>
2018-10-15 19:01:46 +02:00
..
Activity Get correct translations for SecurityProvider 2018-01-02 09:46:53 +01:00
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 Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd 2018-09-13 10:29:08 +02:00
css Adds a vendor prefix for position sticky 2018-08-19 12:02:27 +02:00
img Replace help icon with ? to avoid conflict with the new about section 2018-05-07 14:42:50 +02:00
js Bump js deps settings 2018-09-04 10:32:26 +02:00
l10n [tx-robot] updated from transifex 2018-09-24 00:12:14 +00:00
Mailer Get l10n within NewUserMailHelper to ensure it always uses the new user's language. 2018-10-15 19:01:46 +02:00
Middleware Provide translated error message for permission error 2018-02-26 17:00:29 +01:00
src remove space between quota and colon 2018-08-28 22:33:25 +02:00
templates change "(remote-)follow" to "follow" 2018-09-14 14:58:10 +02:00
.babelrc IE11 compatibility 2018-05-16 09:50:24 +02: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
Application.php Get l10n within NewUserMailHelper to ensure it always uses the new user's language. 2018-10-15 19:01:46 +02: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 Bump js deps settings 2018-09-04 10:32:26 +02:00
package.json Bump js deps settings 2018-09-04 10:32:26 +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 Reorder routes to avoid conflicts 2018-06-06 11:40:09 +02:00
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 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