summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: only use jquery once it is availableAzul2022-01-101-10/+11
| | | | | | | | publicpage.js is loaded very early and cannot rely on jquery being loaded already. Move the use of `$` into the `DomContentLoaded` handler. Signed-off-by: Azul <azul@riseup.net>
* Merge pull request #30561 from nextcloud/rakekniven-branch2John Molakvoæ2022-01-10236-12470/+0
|\
| * Removed obselete language filesrakekniven2022-01-09236-12470/+0
| | | | | | | | | | | | | | | | Those files are remnants of old languages after renaming, mapping or deleting. Fix for #30501 Related to https://github.com/nextcloud/docker-ci/issues/341
* | Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundlesCarl Schwan2022-01-10425-46605/+24145
|\ \ | | | | | | Feat/webpack vendors bundles
| * | Use sync modifier with openMenuJohn Molakvoæ2022-01-0812-268/+144
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Bump p-queueLouis Chemineau2022-01-087-35/+35
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Deprecate script functionLouis Chemineau2022-01-081-0/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Reset $scriptDeps in testsLouis Chemineau2022-01-082-0/+12
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Detect app's script higher up as some scripts were shadowedLouis Chemineau2022-01-081-0/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Revert build/package-lock.json changeLouis Chemineau2022-01-083-175/+109
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Restore line in autotest-jsLouis Chemineau2022-01-081-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Fix undescore versionLouis Chemineau2022-01-0834-298/+53
| | | | | | | | | | | | | | | Reason: https://github.com/nextcloud/server/pull/27279 Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Don't import $ in every file that needs itLouis Chemineau2022-01-0835-144/+11250
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Fix webpack versionLouis Chemineau2022-01-0889-396/+364
| | | | | | | | | | | | | | | Reason: https://github.com/webpack/webpack/pull/14628 Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Compile bundleLouis Chemineau2022-01-08106-720/+379
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Fix node testJohn Molakvoæ (skjnldsv)2022-01-082-0/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-0819-107/+13
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Move backgroundjob script after main core scriptsJohn Molakvoæ (skjnldsv)2022-01-081-8/+12
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Adapt test to new dist file layoutLouis Chemineau2022-01-082-33/+37
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Ensure mapfile consistencyJohn Molakvoæ (skjnldsv)2022-01-0895-197/+199
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-08139-438/+4588
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Eslint fixJohn Molakvoæ (skjnldsv)2022-01-08130-4761/+1922
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Delete outdated bundlesJohn Molakvoæ (skjnldsv)2022-01-08107-25824/+67
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Copy core/webpack config into common configLouis Chemineau2022-01-081-1/+14
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Migrate to webpack v5Louis Chemineau2022-01-088-17177/+9530
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Restore some line in JSResourceLocator.phpLouis Chemineau2022-01-081-5/+7
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Use new div method in scssLouis Chemineau2022-01-083-5/+11
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-0822-56/+64
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Use rootModule when module is concatenatedLouis Chemineau2022-01-081-1/+4
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Remove iedavclient from entry listLouis Chemineau2022-01-081-1/+0
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Remove old configsJohn Molakvoæ (skjnldsv)2022-01-0817-702/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Merge all configs into oneJohn Molakvoæ (skjnldsv)2022-01-086-149/+223
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-1024-8/+186
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30468 from nextcloud/fix/handle-server-unavailable-scannerCarl Schwan2022-01-091-2/+11
|\ \ | | | | | | Handle LocalServerException when scanning external shares
| * | Handle LocalServerException when scanning external sharesCarl Schwan2022-01-061-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | When remoteIsOwnCloud trows LocalServerException, the storage is unavailable and instead of crashing the scanner, ignore the specific storage. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-0918-14/+186
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30543 from ↵dependabot[bot]2022-01-082-10/+9
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-2.1.1
| * | Bump @nextcloud/stylelint-config from 2.0.1 to 2.1.1dependabot[bot]2022-01-082-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.0.1 to 2.1.1. - [Release notes](https://github.com/nextcloud/stylelint-config/releases) - [Changelog](https://github.com/nextcloud/stylelint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.0.1...v2.1.1) --- updated-dependencies: - dependency-name: "@nextcloud/stylelint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #30542 from nextcloud/dependabot/npm_and_yarn/sass-1.47.0dependabot[bot]2022-01-082-8/+8
|\ \ \
| * | | Bump sass from 1.45.2 to 1.47.0dependabot[bot]2022-01-082-8/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.45.2 to 1.47.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.45.2...1.47.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #30540 from nextcloud/dependabot/npm_and_yarn/camelcase-6.3.0dependabot[bot]2022-01-082-8/+8
|\ \ \
| * | | Bump camelcase from 6.2.1 to 6.3.0dependabot[bot]2022-01-082-8/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/sindresorhus/camelcase/releases) - [Commits](https://github.com/sindresorhus/camelcase/compare/v6.2.1...v6.3.0) --- updated-dependencies: - dependency-name: camelcase dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* / / [tx-robot] updated from transifexNextcloud bot2022-01-08280-2334/+2506
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30378 from nextcloud/feature/accept-multiple-args-on-concatJoas Schilling2022-01-076-15/+87
|\ \ | | | | | | Accept multipe args on concat
| * | Unit testsVitor Mattos2022-01-072-7/+55
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Accept multipe args on concatVitor Mattos2022-01-065-9/+33
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | Merge pull request #30491 from nextcloud/fix/30374/email-verificationblizzz2022-01-072-1/+43
|\ \ \ | | | | | | | | Fix email verification
| * | | Fix email verificationChristopher Ng2022-01-062-1/+43
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #30511 from nextcloud/updateCrlblizzz2022-01-071-25/+26
|\ \ \ \ | | | | | | | | | | update CRL after revocation of sharerenamer.crt
| * | | | Update crlVitor Mattos2022-01-061-25/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>