Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-13Cleanup and compileJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-02-17Replace CalDAV availability component with component libChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-14Use asset-loader instead of url-loaderLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-02-14Bump @nextcloud/vue from 4.3.0 to 5.0.0Louis Chemineau
- Removed `moji-mart-vue-fast` from babel parsed file when loading vue files - Updated material design icon to v5.0.0, superseding https://github.com/nextcloud/server/pull/30086 - Manually compiled Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11Clear dist folder during buildLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Fix undescore versionLouis Chemineau
Reason: https://github.com/nextcloud/server/pull/27279 Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Don't import $ in every file that needs itLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Fix dynamic loadingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08Ensure mapfile consistencyJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08Split common vendor chunkJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08Copy core/webpack config into common configLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Migrate to webpack v5Louis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Move bundles to /distJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08Use rootModule when module is concatenatedLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-08Merge all configs into oneJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-09-23Include yocto-queue to the excluded modules for babelLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-07-22Migrate to npm 7John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-06-05Port dav calendar settings page to Vue.jsFrançois Freitag
- Drop reliance on deprecated global jQuery object. - Allow testing user interactions. - Use newer technology stack. --- Test user interactions with the groupware dav settings Add infrastructure to test Vue components: - Use recommended libraries: - https://vuejs.org/v2/guide/testing.html#Recommendations - Use jest-dom for robust assertions on the DOM state - Use user-event to be more representative of user actions - Code is transpiled by Jest, with the help of vue-jest. Ignore test files for no-unpublished-import. Prevent ESLint from flagging: ``` /home/runner/work/server/server/apps/dav/src/views/CalDavSettings.spec.js Error: 1:24 error "@testing-library/vue" is not published node/no-unpublished-import Error: 2:23 error "@testing-library/user-event" is not published node/no-unpublished-import ``` Signed-off-by: François Freitag <mail@franek.fr>
2021-03-17Lint fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-17Add eslint testingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-15Fix IE 11 dashboard syntax errorVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-06Bump css-loader from 3.6.0 to 5.0.1dependabot-preview[bot]
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.0.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-10-20Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-08-20new weather status used in dashboardJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-04Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)
non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-31Add user-status appGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-07-31Add @nextcloud/event-bus to babel transpileJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-31Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-30Replace merge.smartJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-30Bump webpack-merge from 4.2.2 to 5.0.9dependabot-preview[bot]
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.2.2 to 5.0.9. - [Release notes](https://github.com/survivejs/webpack-merge/releases) - [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v4.2.2...v5.0.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-22Bump @nextcloud/vue from 1.5.0 to 2.2.1Georg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-07-15Add dashboard appJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-16Rename updatenotifications webpack module to updatenotificationGary Kim
The module build name for `updatenotification` is actually `updatenotifications` which can be confusing. It is the only module with a name that is different from the app's name. Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-10Transpile the nextcloud-vue-collection packageChristoph Wurst
It should support the same browsers as this component, but there seems to be a regression [1] that breaks the transpilation. Hence including the package here for the Babel transformation. [1] https://github.com/juliushaertl/nextcloud-vue-collections/issues/302 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-29Transpile also dependencies in node_modulesJohn Molakvoæ (skjnldsv)
Some of the dependencies in node_modules, such as "p-queue", are not ES5 compatible, so they need to be transpiled to work in older browsers like Internet Explorer 11. Besides not excluding the dependencies for babel-loader in "webpack.common.js" the global Babel configuration must be defined in "babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the dependencies in "node_modules" are ignored (even if whitelisted in the configuration file itself). Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-29Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-16Allow building single webpack modulesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-07Do not follow symlinks with webpackJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-01Use eslintJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-28Move settings to an appChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-10Make sure we merge webpack rules properlyJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-29Unify webpack configJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-09webpackify workflowengineArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-26Move comments to webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-20Move twofactor_backupcodes to main webpack bundleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-20Move settings to main webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19Move accessibility to main webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19Merge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpackMorris Jobke
Move updatenotifications to unified webpack
2019-02-18Move updatenotifications to unified webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-15Move files_sharing additionalscripts over to webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>