Skip to content

feat(web-app-text-editor): support log and conf files#13650

Merged
LukasHirt merged 1 commit into
masterfrom
feat/new-files-text-editor
Mar 31, 2026
Merged

feat(web-app-text-editor): support log and conf files#13650
LukasHirt merged 1 commit into
masterfrom
feat/new-files-text-editor

Conversation

@LukasHirt
Copy link
Copy Markdown
Collaborator

Description

Added support for .log and .conf files in the text editor.

Related Issue

Motivation and Context

Both files are plain text. No need to prevent opening it in text editor.

How Has This Been Tested?

  • test environment: macos v26.3.1, chrome v146.0.7680.80
  • test case 1: upload a .log file and open it in text editor
  • test case 2: upload a .conf file and open it in text editor

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

Added support for `.log` and `.conf` files in the text editor.
@LukasHirt LukasHirt requested a review from kobergj March 24, 2026 09:55
@LukasHirt LukasHirt self-assigned this Mar 24, 2026
@sonarqubecloud
Copy link
Copy Markdown

@LukasHirt LukasHirt requested a review from mzner March 30, 2026 22:34
@LukasHirt
Copy link
Copy Markdown
Collaborator Author

@mzner this PR passed CI before drone shutdown. It should be then safe to merge. Please review.

@LukasHirt LukasHirt merged commit c055fbc into master Mar 31, 2026
4 checks passed
@LukasHirt LukasHirt deleted the feat/new-files-text-editor branch March 31, 2026 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Open .conf and .log files in OCIS

2 participants