summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-12-2056-168/+168
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Enhance and complement OPcache setup checksMichaIng2021-12-192-103/+27
| | | | | | | | | | | | | | The current OPcache recommendations match the PHP defaults, but the values are much higher than required to run Nextcloud, even with a high number of installed apps. On the other hand, when other applications use the same OPcache instance, the recommended values might not be sufficient. Accurate recommendations need to take into account actual OPcache usage. With this commit, recommendations are shown to raise the config value if more than 90% of max cache size or number of keys is used. The checks whether the module is loaded and whether the OPcache is properly configured have been merged into a single function. This allowed to reduce the overhead of OPcache configuration checks when the module is not loaded. A check has been added whether Nextcloud is permitted to use the OPcache API. Without this, inconsistencies during core or app upgrades may cause errors and OPcache usage cannot be determined for the new usage based checks. OPcache usage based checks are skipped when Nextcloud is not permitted to use the API. Signed-off-by: MichaIng <micha@dietpi.com>
* Bump core-js from 3.19.3 to 3.20.0dependabot[bot]2021-12-1820-103/+103
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.3 to 3.20.0. - [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.19.3...v3.20.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-12-174-0/+58
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-12-164-14/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Migrate profile_config id column to bigintChristopher Ng2021-12-141-0/+42
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use bigint for autoincremented columnChristopher Ng2021-12-141-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #30197 from ↵Pytal2021-12-131-0/+63
|\ | | | | | | nextcloud/bugfix/noid/always-store-email-lowercase
| * Use proper app id (settings instead of core)Julius Härtl2021-12-131-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Lowercase all core=>email valuesJoas Schilling2021-12-131-0/+63
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #30193 from ↵Christoph Wurst2021-12-131-1/+1
|\ \ | | | | | | | | | | | | nextcloud/fix/set-up-2fa-no-providers-but-backup-codes Fix setting up 2FA when no providers are set up but backup codes
| * | Fix setting up 2FA when no providers are set up but backup codesChristoph Wurst2021-12-101-1/+1
| |/ | | | | | | | | | | | | | | | | | | 2FA set up is allowed when only backup codes are set up but no other provider and no provider is failing. This patch syncs up the login controller check with the challenge controller check 10 lines above. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump core-js from 3.19.2 to 3.19.3dependabot[bot]2021-12-1216-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.2 to 3.19.3. - [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.19.2...v3.19.3) --- 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>
* | Bump dompurify from 2.3.3 to 2.3.4dependabot[bot]2021-12-114-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.3...2.3.4) --- updated-dependencies: - dependency-name: dompurify 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>
* | Merge pull request #30203 from ↵MichaIng2021-12-114-19/+19
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/vue-4.3.0 Bump @nextcloud/vue from 4.2.0 to 4.3.0
| * | Bump @nextcloud/vue from 4.2.0 to 4.3.0dependabot[bot]2021-12-114-19/+19
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 4.2.0 to 4.3.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.2.0...v4.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / [tx-robot] updated from transifexNextcloud bot2021-12-112-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30164 from ↵Vincent Petry2021-12-101-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/fix-dir-external-root-shared-icon Use correct icon for dir-external-root
| * Use correct icon for dir-external-rootVincent Petry2021-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | When an external storage mount is shared with circles, it triggers the share icon state to be rerendered. The picking of the mime type icon would use the regular file icon because there is no actual icon for "dir-external-root" that is shared. This fixes the logic to use the "folder-external" icon in such scenarios. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #29996 from zordsdavini/patch-1Pytal2021-12-092-1/+55
|\ \
| * | Update core/Migrations/Version23000Date20211203110726.phpPytal2021-12-091-8/+4
| | | | | | | | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | Fix relation "user_id" already exists migration errorChristopher Ng2021-12-032-1/+59
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Allow to delete non-migrated previews instead of moving themJohn Molakvoæ2021-12-091-6/+25
| |/ |/| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-12-092-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-12-082-10/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-12-072-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump core-js from 3.19.1 to 3.19.2dependabot[bot]2021-12-0520-118/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.1 to 3.19.2. - [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.19.1...v3.19.2) --- 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 bot2021-12-052-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-12-032-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #30033 from nextcloud/ie-polifilsJohn Molakvoæ2021-12-023-13/+3
|\ \
| * | Remove IE polyffilsacsfer2021-12-023-13/+3
| | | | | | | | | | | | | | | | | | Pursuing the "IE removal" quest ☮️ Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Add an index for selecting the next jobJoas Schilling2021-12-013-0/+21
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix collaborative tags stylesChristopher Ng2021-12-011-0/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #29995 from nextcloud/fix/profile-actions-menuLouis2021-12-013-14/+14
|\ \ | | | | | | Fix profile actions menu with 6 or more actions
| * | Fix profile actions menuChristopher Ng2021-12-013-14/+14
| |/ | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29905 from nextcloud/bugfix/fix-some-buttonsChristoph Wurst2021-12-011-7/+7
|\ \ | |/ |/| Only add the vue exeption to actual button elements
| * Only add the vue exeption to actual button elementsmarco2021-11-251-7/+7
| | | | | | | | Signed-off-by: marco <marcoambrosini@pm.me>
* | Remove files_iedavclientJohn Molakvoæ (skjnldsv)2021-11-3020-519/+345
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-3025-179/+996
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Set profile page titleChristopher Ng2021-11-293-3/+5
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Prevent your own status from replacing another user's statusChristopher Ng2021-11-293-9/+11
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-2956-170/+60
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Bump @nextcloud/axios from 1.7.0 to 1.8.0dependabot[bot]2021-11-2720-82/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/nextcloud/nextcloud-axios/releases) - [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: "@nextcloud/axios" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29934 from nextcloud/dependabot/npm_and_yarn/jquery-3.6.0MichaIng2021-11-278-37/+37
|\ \ | | | | | | Bump jquery from 3.5.1 to 3.6.0
| * | Bump jquery from 3.5.1 to 3.6.0dependabot[bot]2021-11-278-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jquery](https://github.com/jquery/jquery) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-11-272-0/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-11-266-0/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Improve accessibilityChristopher Ng2021-11-264-13/+21
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #29891 from nextcloud/enh/profile-status-marginblizzz2021-11-253-4/+4
|\ \ | |/ |/| Adjust margin of user status on profile
| * Adjust margin of status on profileChristopher Ng2021-11-253-4/+4
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>