summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30567 from nextcloud/bugfix/noid/npm-ci-for-karmaVincent Petry2022-01-103-3/+10
|\ | | | | Use npm ci when running JS tests
| * Fix JS tests after test lib updatesVincent Petry2022-01-103-3/+10
| | | | | | | | | | | | | | Prevent XHR during load by checking window.TESTING. Adjust some expected values. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | 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-10202-22757/+629
|\ \ | | | | | | Feat/webpack vendors bundles
| * | Use sync modifier with openMenuJohn Molakvoæ2022-01-082-6/+7
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Bump p-queueLouis Chemineau2022-01-081-1/+3
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-0813-95/+10
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-083-5/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Eslint fixJohn Molakvoæ (skjnldsv)2022-01-0876-470/+581
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Delete outdated bundlesJohn Molakvoæ (skjnldsv)2022-01-0884-21539/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Migrate to webpack v5Louis Chemineau2022-01-083-7/+11
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Use new div method in scssLouis Chemineau2022-01-081-1/+3
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-0812-16/+15
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Remove old configsJohn Molakvoæ (skjnldsv)2022-01-0816-626/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-1018-6/+126
| |/ |/| | | | | 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-0912-14/+78
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-08148-270/+406
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30284 from nextcloud/Valdnet-patch-1Joas Schilling2022-01-072-6/+6
|\ \ | | | | | | l10n: Separate words and add dots
| * | One more test fixValdnet2022-01-051-2/+2
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | Fix testValdnet2022-01-051-1/+1
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | Fix testValdnet2022-01-051-1/+1
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * | l10n: Correct spellingValdnet2021-12-151-2/+2
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-0774-952/+958
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [weather widget] only display integer temperaturesJulien Veyssier2022-01-063-5/+5
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | Merge pull request #29859 from nextcloud/fix/user_ldap-test-configblizzz2022-01-061-21/+46
|\ \ \ | | | | | | | | Improve ldap:test-config occ command
| * | | Improve ldap:test-config occ commandCôme Chilliet2022-01-041-21/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test a search on the base, as the settings wizard is doing. This is to avoid the wizard saying the base is wrong and the command saying everything is fine. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #30496 from nextcloud/enh/23399/current-weatherJulien Veyssier2022-01-063-106/+213
|\ \ \ \ | | | | | | | | | | Show current weather and forecast in the weather widget
| * | | | factorization in weather widgetJulien Veyssier2022-01-053-43/+43
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * | | | [weather widget] refs #23399 #30436 show current weather and forecastJulien Veyssier2022-01-053-97/+204
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* / | | [tx-robot] updated from transifexNextcloud bot2022-01-062-0/+4
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix passing on the parameterJoas Schilling2022-01-051-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-052-0/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30469 from nextcloud/work/cleanup-external-share-apidocJoas Schilling2022-01-041-28/+24
|\ \ \ | |/ / |/| | Improve api documentation/type hinting for file sharing external storage
| * | Improve api documentation for file sharing external storageCarl Schwan2022-01-031-28/+24
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #30423 from nextcloud/fix/grid-drop-textJohn Molakvoæ2022-01-041-9/+25
|\ \ \
| * | | Fix uploading text positionJohn Molakvoæ2021-12-281-9/+25
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-01-044-4/+42
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-038-2/+52
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Bump core-js from 3.20.0 to 3.20.1dependabot[bot]2022-01-0160-101/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.0 to 3.20.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.20.0...v3.20.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-012-6/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-312-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30420 from nextcloud/enh/noid/improve-status-modalSimon L2021-12-305-8/+25
|\ \ \ | | | | | | | | improve status modal
| * | | improve status modalszaimen2021-12-305-8/+25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #30440 from nextcloud/fix/noid/templatePicker-fileInfoModelJulius Härtl2021-12-303-5/+8
|\ \ \ \
| * | | | fix template picker for file actions using the fileInfoModelJulien Veyssier2021-12-303-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #30441 from nextcloud/techdebt/generic-user-status-mapperCarl Schwan2021-12-301-8/+2
|\ \ \ \ \ | |/ / / / |/| | | | Make the UserStatusMapper a generic instance of QBMapper
| * | | | Make the UserStatusMapper a generic instance of QBMapperChristoph Wurst2021-12-291-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes our manual overrides and helps static analysis. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>