Status Desktop client made in Nim & QML https://status.app
Go to file
Lukáš Tinkl e947f81cd2 fix: Chat input: can't send html text from the clipboard
We always take the plain text from the clipboard but even the plaintext
can contain HTML tags, so escape those and wrap the result in a `<div
style='white-space: pre-wrap'>foo</div>` container. That way we preserve
not only the linebreaks but also any whitespace or tags.

Fixes #8919
2023-01-05 12:32:53 +01:00
.github
app
ci feat: introduce nim tests 2022-12-21 10:32:46 +01:00
cmake
libs
resources
scripts ci: show output from xcrun_altool on notarize error 2022-12-08 20:04:38 +01:00
spellchecking@f1a88d1147
src fix: Chat input: can't send html text from the clipboard 2023-01-05 12:32:53 +01:00
storybook fix(storybook): profile fetching updated 2023-01-04 11:15:58 +01:00
test test(community): add a test where the admin can delete a user's message 2023-01-04 11:12:47 -05:00
test-scripts
ui fix: Chat input: can't send html text from the clipboard 2023-01-05 12:32:53 +01:00
vendor fix: cannot expose a float qtproperty 2023-01-04 15:33:40 -03:00
.clang-format
.clang-tidy
.gitignore
.gitmodules
.npmrc
.yarnrc
AppRun
AppRun-cpp
CMakeLists.txt
I18N.md
Info.dev.plist
Info.plist
LICENSE.md
Makefile chore: re-enable logging in prod version 2023-01-04 18:16:04 +01:00
QtWebEngineProcess.plist
README.md
VERSION chore: bump master version to 0.8.90 2022-12-05 21:03:03 +01:00
build-linux.sh
cacert.pem
conanfile.txt
config.nims
docker-linux-app-image.sh
env.sh
fleets.json
nim-status.desktop
nim.cfg
nim_status_client.nimble
package-lock.json
package.json
screenshot.png
status-dev.icns
status-dev.svg
status-macos-dev.svg
status-macos.ico
status-macos.svg
status.desktop
status.icns
status.ico
status.iss
status.svg
windows-install.txt