Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-14 | 108 | -1576/+1190 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 10 | -16/+16 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix: phpunit | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix: openapi | John Molakvoæ | 2024-02-13 | 2 | -7/+7 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 19 | -39/+39 |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Merge pull request #43251 from nextcloud/fix/support-external-urls-in-navigation | Arthur Schiwon | 2024-02-12 | 1 | -1/+2 |
|\ | | | | | Allow application to pass external links in navigation | ||||
| * | fix: Support other schemes than HTTP and HTTPS in app navigation | Côme Chilliet | 2024-02-06 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix: Revert external url support in icon as it’s not allowed | Côme Chilliet | 2024-02-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Allow application to pass external links in navigation | Côme Chilliet | 2024-02-06 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-11 | 2 | -0/+146 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #42833 from nextcloud/enh/noid/set-boolean-config | Ferdinand Thiessen | 2024-02-09 | 1 | -2/+2 |
|\ \ | | | | | | | small improvement on occ app:config:set | ||||
| * | | true, on, yes and 1 can be boolean | Maxence Lange | 2024-01-16 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | chore: Remove `jquery-migrate` and jQuery tooltip polyfills from global scope | Ferdinand Thiessen | 2024-02-09 | 6 | -74/+1 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #43465 from nextcloud/artonge/fix/bad_revert_commit | Louis | 2024-02-08 | 4 | -35/+35 |
|\ \ \ | | | | | | | | | Fix bad revert commit | ||||
| * | | | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 2 | -11/+11 |
| | | | | |||||
| * | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-08 | 2 | -24/+24 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | chore!: Remove global `autosize` | Ferdinand Thiessen | 2024-02-08 | 1 | -2/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | It was deprecated for over 4 years and scheduled for removal with Nextcloud 20. Not used by server or any app anymore. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 4 | -35/+35 |
| | | | | | | | | | | | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | ||||
* | | | chore: Delete deprecated internal Job classes | Côme Chilliet | 2024-02-08 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix!: Migrate jobs away from deprecated interfaces | Côme Chilliet | 2024-02-08 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | | BREAKING CHANGE: Removed ILogFactory::getCustomLogger deprecated method Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-08 | 2 | -24/+24 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | chore(perf): prevent unnecessary bundling of caniuse-lite | Richard Steinmetz | 2024-02-07 | 1 | -15/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | It does not support tree shaking as they are still building a cjs bundle. However, they bundle certain futures to separate smaller modules which we can take advantage of. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | Merge pull request #43319 from nextcloud/fix/theming-background-primary | Andy Scherzinger | 2024-02-06 | 6 | -7/+6 |
|\ \ \ | |_|/ |/| | | Fix color of app menu entries and background color | ||||
| * | | chore: Compile assets | Ferdinand Thiessen | 2024-02-03 | 4 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(theming): The background is the primary color and must not be double ↵ | Ferdinand Thiessen | 2024-02-03 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | | | inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps | Côme Chilliet | 2024-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-04 | 2 | -0/+78 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-02 | 2 | -2/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #43203 from nextcloud/fix/cleanup-register-command-with-di | Joas Schilling | 2024-02-01 | 2 | -169/+136 |
|\ \ | | | | | | | Use Dependency Injection in register_commands.php | ||||
| * | | chore: Fix DI for integrity checker before installation | Côme Chilliet | 2024-01-30 | 1 | -12/+4 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: use DI for \OC\Repair | Côme Chilliet | 2024-01-30 | 1 | -7/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Revert using DI for IntegrityCodeChecker as it uses a special service ↵ | Côme Chilliet | 2024-01-30 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | name Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: use DI for Command\Security\ListCertificates | Côme Chilliet | 2024-01-30 | 2 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: use long namespaced class instead of putting it inline | Côme Chilliet | 2024-01-30 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Fix DI for Encryption\DecryptAll command | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | chore: Use DI in register_command instead of new calls | Côme Chilliet | 2024-01-30 | 1 | -162/+129 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-01 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-31 | 2 | -0/+2 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #43194 from ↵ | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
|\ \ | | | | | | | | | | nextcloud/fix/fix-psalm-missing-template-parameter | ||||
| * | | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #43191 from nextcloud/fix/use-di-for-setup-class | Côme Chilliet | 2024-01-30 | 1 | -16/+7 |
|\ \ \ | |/ / |/| | | |||||
| * | | chore: Cleanup Installer class as well | Côme Chilliet | 2024-01-29 | 1 | -3/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Use DI for Setup class and move away from deprecated methods | Côme Chilliet | 2024-01-29 | 1 | -13/+5 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-30 | 70 | -76/+76 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Migrate debug mode check to new SetupCheck API | Côme Chilliet | 2024-01-29 | 1 | -6/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Compile assets | Ferdinand Thiessen | 2024-01-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-27 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #42903 from nextcloud/enh/noid/improve-index-on-appconfig | Maxence Lange | 2024-01-26 | 4 | -16/+219 |
|\ \ | | | | | | | improve index on appconfig | ||||
| * | | Update core/Migrations/Version29000Date20240124132202.php | Maxence Lange | 2024-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | Update core/Migrations/Version29000Date20240124132201.php | Maxence Lange | 2024-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com> |