Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42856 from ↵ | Pytal | 2024-01-17 | 1 | -9/+5 |
|\ | | | | | | | | | nextcloud/fix/a11y/42688/menu-items-contrasts-are-not-enough enh(a11y): improved contrast on user menu | ||||
| * | enh(a11y): improved contrast on user menu | Eduardo Morales | 2024-01-16 | 1 | -9/+5 |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | Revert "add key location to info:file output" | Robin Appelman | 2024-01-17 | 1 | -13/+0 |
| | | | | | | | | This reverts commit 7bf82fc312acb775bf150ce506d16a05989cd43e. | ||||
* | | add key location to info:file output | Robin Appelman | 2024-01-17 | 1 | -0/+13 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #42807 from nextcloud/enh/remove-curl-obsolete-ssl-check | Côme Chilliet | 2024-01-17 | 1 | -6/+0 |
|\ \ | |||||
| * | | Remove obsolete check of curl SSL version | Côme Chilliet | 2024-01-16 | 1 | -6/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix(manifest): Check if app exists instead of accessing null as an array | Joas Schilling | 2024-01-17 | 3 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-17 | 108 | -668/+684 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #42837 from nextcloud/refactor/remove-legacy-sudo-login-form | Ferdinand Thiessen | 2024-01-16 | 1 | -10/+0 |
|\ \ | |/ |/| | refactor(core): remove `sudo-login-form` layout | ||||
| * | refactor(core): remove sudo-login-form layout | Grigorii K. Shartsev | 2024-01-16 | 1 | -10/+0 |
| | | | | | | | | | | | | | | This form has never been used and existed only during the introduting the first password confirmation. - PR 1447 Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | Merge pull request #42802 from nextcloud/enh/migrate-cron-setupcheck | Côme Chilliet | 2024-01-16 | 2 | -78/+0 |
|\ \ | |||||
| * | | Fix Cron setup check tests | Côme Chilliet | 2024-01-16 | 1 | -56/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Migrate Cron checks to new SetupCheck API | Côme Chilliet | 2024-01-16 | 1 | -22/+0 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #42742 from nextcloud/fix/41826-avoid_same_h1_and_h2_headings | Arthur Schiwon | 2024-01-16 | 1 | -1/+4 |
|\ \ | |/ |/| | Complete `<h1>` settings heading | ||||
| * | Complete `<h1>` settings heading | julia.kirschenheuter | 2024-01-16 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | | Merge pull request #42796 from nextcloud/enh/migrate-overwritecliurl-setupcheck | Côme Chilliet | 2024-01-16 | 2 | -20/+0 |
|\ \ | |||||
| * | | Migrate overwrite.cli.url setup check to new API | Côme Chilliet | 2024-01-16 | 2 | -20/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #41755 from nextcloud/enh/noid/lazyconfig | Maxence Lange | 2024-01-16 | 6 | -34/+292 |
|\ \ \ | |/ / |/| | | Lazy grouping within IAppConfig | ||||
| * | | small fixes | Maxence Lange | 2024-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | fixes | Maxence Lange | 2024-01-15 | 3 | -38/+24 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | lazy AppConfig | Maxence Lange | 2024-01-15 | 6 | -34/+306 |
| |/ | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #41312 from nextcloud/feat/migrate-code-integrity-check | Côme Chilliet | 2024-01-16 | 2 | -29/+18 |
|\ \ | |||||
| * | | Fix tests because we added escaping to setupchecks | Côme Chilliet | 2024-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Properly escape HTML and add support for highlight links in setupchecks | Côme Chilliet | 2024-01-15 | 1 | -3/+17 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Migrate code integrity to SetupCheck API | Côme Chilliet | 2024-01-15 | 2 | -25/+0 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-16 | 60 | -74/+18 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #42670 from nextcloud/enh/noid/occ-background-job-delete | Maxence Lange | 2024-01-15 | 2 | -0/+81 |
|\ | | | | | occ background-job:delete | ||||
| * | occ background-job:delete | Maxence Lange | 2024-01-11 | 2 | -0/+81 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-15 | 2 | -10/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-12 | 92 | -162/+162 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(assets): Recompile assets | nextcloud-command | 2024-01-11 | 4 | -4/+4 |
| | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix header-elements being not shown correctly | Simon L | 2024-01-11 | 2 | -0/+4 |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | Merge pull request #42667 from nextcloud/fix/42489/fix-cycle-on-same-user | Maxence Lange | 2024-01-11 | 1 | -26/+26 |
|\ | | | | | better users cycle | ||||
| * | better users cycle | Maxence Lange | 2024-01-11 | 1 | -26/+26 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #42640 from nextcloud/fix/fix-authentication-exceptions-2 | Côme Chilliet | 2024-01-11 | 5 | -5/+5 |
|\ \ | | | | | | | Always catch OCP versions of authentication exceptions | ||||
| * | | Suppress or fix psalm errors related to InvalidTokenException | Côme Chilliet | 2024-01-11 | 2 | -4/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 5 | -7/+9 |
| | | | | | | | | | | | | | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #42713 from nextcloud/fix/a11y/aria-hide-contacts-menu-images | Christoph Wurst | 2024-01-11 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | fix(a11y): Aria-hide contacts menu icon images | ||||
| * | | | fix(a11y): Aria-hide contacts menu icon images | Christoph Wurst | 2024-01-11 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #42585 from ↵ | Côme Chilliet | 2024-01-11 | 2 | -0/+52 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/enh/add-rich-object-support-to-setupchecks Add RichObject support for SetupCheck descriptions | ||||
| * | | Use match statement in richToParsed implementation | Côme Chilliet | 2024-01-11 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Add TODO for richToParsed refactor | Côme Chilliet | 2024-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Fix UI for rich object in setupcheck results | Côme Chilliet | 2024-01-11 | 1 | -0/+25 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Fix psalm issue in SetupChecks command | Côme Chilliet | 2024-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Add RichObject support for SetupChecks descriptions | Côme Chilliet | 2024-01-11 | 1 | -0/+28 |
| |/ | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #42177 from nextcloud/feat/migrate-imagick-setupcheck | Côme Chilliet | 2024-01-11 | 2 | -75/+0 |
|\ \ | |/ |/| | |||||
| * | Migrate PHP imagick module check to new SetupCheck API | Côme Chilliet | 2024-01-11 | 2 | -75/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(openapi): Make OpenAPI CI green again | Joas Schilling | 2024-01-11 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update UserMenu.vue | Jérôme Herbinet | 2024-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Update UserMenu.vue Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Revert with a higher max-width value Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> |