Morris Jobke 882aab9d70 Fix detection if opcache extension is loaded | 6 år sedan | |
---|---|---|
.. | ||
Activity | d628341649 Get correct translations for SecurityProvider | 6 år sedan |
BackgroundJobs | dc12f24f73 Use info log level to inform about a deleted user and thus the verification is not needed anymore | 6 år sedan |
Controller | 882aab9d70 Fix detection if opcache extension is loaded | 6 år sedan |
Mailer | a0aef6ab1b Fix welcome text for better grammar in themed instances | 7 år sedan |
Middleware | cf35c4b03a Provide translated error message for permission error | 6 år sedan |
css | 2f332651d3 Add transition when enabling/disabling apps | 6 år sedan |
img | cbe49ef5c2 Replace help icon with ? to avoid conflict with the new about section | 6 år sedan |
js | 1e1f164ff5 Update settings js | 6 år sedan |
l10n | 0e0dd2a90b [tx-robot] updated from transifex | 6 år sedan |
src | ebeb2da3d3 Fix displaying errors | 6 år sedan |
templates | 0dd4a3e0cf Kill php mail from settings | 6 år sedan |
.babelrc | bcffbab6f8 IE11 compatibility | 6 år sedan |
.editorconfig | ae8ea57793 Bump tests and editorconfig | 6 år sedan |
.gitignore | c8f670dd8f Settings to vuejs | 6 år sedan |
Application.php | 0eebff152a Update license headers | 7 år sedan |
Hooks.php | 0eebff152a Update license headers | 7 år sedan |
Makefile | 62667914a0 Copyright fix, changed vue settings output name and fixes template name | 6 år sedan |
README.md | 62667914a0 Copyright fix, changed vue settings output name and fixes template name | 6 år sedan |
help.php | 0215b004da Update with robin | 8 år sedan |
package-lock.json | d19955d5fb Merge pull request #10148 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.15.1 | 6 år sedan |
package.json | d19955d5fb Merge pull request #10148 from nextcloud/dependabot/npm_and_yarn/settings/webpack-4.15.1 | 6 år sedan |
routes.php | 0a7ab6f66f Reorder routes to avoid conflicts | 6 år sedan |
webpack.common.js | 62667914a0 Copyright fix, changed vue settings output name and fixes template name | 6 år sedan |
webpack.dev.js | 38b1020f52 Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator | 6 år sedan |
webpack.prod.js | 38b1020f52 Bump webpack, config, deps, fixes groups selects, improved design and added tooltip to groups +x indicator | 6 år sedan |
Nextcloud settings with Vue
# 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