greentore
3c60976efa
Passive private receipt support ( #1108 )
...
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
2023-07-24 10:10:43 +05:30
Ajay Bura
053b801262
Fix editor custom html output ( #1348 )
...
* replace paragraph with line breaks
* stop sending plain msg as custom html
* removes console log
* fix false negative for sanitized customHtml
* fix customHtmlEqualsPlainText doc
2023-07-23 13:42:09 +05:30
greentore
1a37fd0ca4
Use sticker body for searching ( #1347 )
2023-07-23 13:41:36 +05:30
Ajay Bura
f14d70ea35
fix msg event permission check ( #1315 )
2023-06-28 21:57:28 +10:00
Ajay Bura
b6283b3469
Update member drawer icons ( #1312 )
...
* update folds
* update member drawer icons
2023-06-25 08:40:48 +05:30
Ajay Bura
b19e248383
Fix member panel filter layout ( #1307 )
...
* fix member panel filter layout
* make member role text lowercase
2023-06-23 09:46:04 +10:00
Ajay Bura
c07905c360
Improve Members Right Panel ( #1286 )
...
* fix room members hook
* fix resize observer hook
* add intersection observer hook
* install react-virtual lib
* improve right panel - WIP
* add filters for members
* fix bug in async search
* categories members and add search
* show spinner on room member fetch
* make invite member btn clickable
* so no member text
* add line between room view and member drawer
* fix imports
* add screen size hook
* fix set setting hook
* make member drawer responsive
* extract power level tags hook
* fix room members hook
* fix use async search api
* produce search result on filter change
2023-06-22 09:14:50 +10:00
Ajay Bura
4a6c53703f
fix global pack showing all room packs ( #1303 )
2023-06-21 20:59:02 +10:00
ZeroAurora
4c84673bdf
Improve verification instructions ( #1301 )
2023-06-21 10:00:43 +10:00
Ajay Bura
41f67cabc0
Add editor history ( #1284 )
...
* add slate editor history
* reset mark on editor reset
2023-06-16 11:11:03 +10:00
Ajay Bura
bc5e7445d9
Add ESC btn to toolbar to quickly exit formatting ( #1283 )
...
* Add ESC btn to toolbar to quickly exit formatting
* add horizontal scroll to toolbar item
* make editor toolbar usable in touch device
* fix editor hotkeys not working in window
* remove unused import
2023-06-16 11:09:09 +10:00
Ajay Bura
2883b4c35b
Fix editor bugs ( #1281 )
...
* focus editor on reply click
* fix emoji and sticker img object-fit
* fix cursor not moving with autocomplete
* stop sanitizing sending plain text body
* improve autocomplete query parsing
* add escape to turn off active editor toolbar item
2023-06-13 23:17:18 +05:30
Ajay Bura
0b06bed1db
Refactor state & Custom editor ( #1190 )
...
* Fix eslint
* Enable ts strict mode
* install folds, jotai & immer
* Enable immer map/set
* change cross-signing alert anim to 30 iteration
* Add function to access matrix client
* Add new types
* Add disposable util
* Add room utils
* Add mDirect list atom
* Add invite list atom
* add room list atom
* add utils for jotai atoms
* Add room id to parents atom
* Add mute list atom
* Add room to unread atom
* Use hook to bind atoms with sdk
* Add settings atom
* Add settings hook
* Extract set settings hook
* Add Sidebar components
* WIP
* Add bind atoms hook
* Fix init muted room list atom
* add navigation atoms
* Add custom editor
* Fix hotkeys
* Update folds
* Add editor output function
* Add matrix client context
* Add tooltip to editor toolbar items
* WIP - Add editor to room input
* Refocus editor on toolbar item click
* Add Mentions - WIP
* update folds
* update mention focus outline
* rename emoji element type
* Add auto complete menu
* add autocomplete query functions
* add index file for editor
* fix bug in getPrevWord function
* Show room mention autocomplete
* Add async search function
* add use async search hook
* use async search in room mention autocomplete
* remove folds prefer font for now
* allow number array in async search
* reset search with empty query
* Autocomplete unknown room mention
* Autocomplete first room mention on tab
* fix roomAliasFromQueryText
* change mention color to primary
* add isAlive hook
* add getMxIdLocalPart to mx utils
* fix getRoomAvatarUrl size
* fix types
* add room members hook
* fix bug in room mention
* add user mention autocomplete
* Fix async search giving prev result after no match
* update folds
* add twemoji font
* add use state provider hook
* add prevent scroll with arrow key util
* add ts to custom-emoji and emoji files
* add types
* add hook for emoji group labels
* add hook for emoji group icons
* add emoji board with basic emoji
* add emojiboard in room input
* select multiple emoji with shift press
* display custom emoji in emojiboard
* Add emoji preview
* focus element on hover
* update folds
* position emojiboard properly
* convert recent-emoji.js to ts
* add use recent emoji hook
* add io.element.recent_emoji to account data evt
* Render recent emoji in emoji board
* show custom emoji from parent spaces
* show room emoji
* improve emoji sidebar
* update folds
* fix pack avatar and name fallback in emoji board
* add stickers to emoji board
* fix bug in emoji preview
* Add sticker icon in room input
* add debounce hook
* add search in emoji board
* Optimize emoji board
* fix emoji board sidebar divider
* sync emojiboard sidebar with scroll & update ui
* Add use throttle hook
* support custom emoji in editor
* remove duplicate emoji selection function
* fix emoji and mention spacing
* add emoticon autocomplete in editor
* fix string
* makes emoji size relative to font size in editor
* add option to render link element
* add spoiler in editor
* fix sticker in emoji board search using wrong type
* render custom placeholder
* update hotkey for block quote and block code
* add terminate search function in async search
* add getImageInfo to matrix utils
* send stickers
* add resize observer hook
* move emoji board component hooks in hooks dir
* prevent editor expand hides room timeline
* send typing notifications
* improve emoji style and performance
* fix imports
* add on paste param to editor
* add selectFile utils
* add file picker hook
* add file paste handler hook
* add file drop handler
* update folds
* Add file upload card
* add bytes to size util
* add blurHash util
* add await to js lib
* add browser-encrypt-attachment types
* add list atom
* convert mimetype file to ts
* add matrix types
* add matrix file util
* add file related dom utils
* add common utils
* add upload atom
* add room input draft atom
* add upload card renderer component
* add upload board component
* add support for file upload in editor
* send files with message / enter
* fix circular deps
* store editor toolbar state in local store
* move msg content util to separate file
* store msg draft on room switch
* fix following member not updating on msg sent
* add theme for folds component
* fix system default theme
* Add reply support in editor
* prevent initMatrix to init multiple time
* add state event hooks
* add async callback hook
* Show tombstone info for tombstone room
* fix room tombstone component border
* add power level hook
* Add room input placeholder component
* Show input placeholder for muted member
2023-06-12 16:45:23 +05:30
Thumbscrew
2055d7a07f
add document.hasFocus check for incoming room events ( #1252 )
2023-05-28 21:24:10 +05:30
Ajay Bura
da92ce3a46
fix: spoiler hidden link click ( #1199 )
2023-04-16 22:22:01 +10:00
Bo
dcad1840c4
fix: Fixed small typo an cross signing reset modal ( #1112 )
2023-03-30 20:12:33 +05:30
Krishan
f6694031a1
Release v2.2.6 ( #1178 )
...
* Update package.json
* Update package-lock.json
* Update cons.js
2023-03-29 22:02:01 +11:00
Krishan
8524472d38
Release v2.2.5 ( #1176 )
...
* Update package.json
* Update package-lock.json
* Update cons.js
2023-03-29 14:30:52 +11:00
Krishan
a6fb44e1ab
Release v2.2.4
2023-01-30 15:27:17 +11:00
Krishan
4ea14c853e
Release v2.2.3
2023-01-15 16:16:40 +11:00
Ajay Bura
38bbc1c6f5
Vite plugin to add svg as inline data ( #1072 )
...
* add vite plugin to add svg as inline data
* Add node types package
2023-01-15 09:52:58 +05:30
Stefano Pigozzi
9a34daa2bc
Set accept
attribute to image/*
in ImageUpload ( #989 )
...
That way, browsers will suggest to the users to upload an image file instead of any kind of file.
The behaviour is in-line with Element's, which specifies the same attribute when selecting an avatar.
Please note that it does not prevent users from uploading non-image files as avatars, as browsers interpret that attribute as a mere suggestion, which can be bypassed in the file select dialog.
Partially fixes #982 .
2023-01-15 09:44:16 +05:30
Ajay Bura
e5e3f5f0a3
Add jsdelivr cdn for twemoji
2023-01-14 18:51:42 +05:30
Ajay Bura
899a89cb3b
Replace Webpack to Vite ( #1023 )
...
* Add vite, typescript and prettier
* Configure vite
* Fix tsconfig error
* Fix manifest json
* Move manifest json to root
* Bug fix
* Move back manifest json to public
2022-12-20 20:47:51 +05:30
dependabot[bot]
62e0821be2
Bump matrix-js-sdk from 20.1.0 to 21.0.1 ( #959 )
...
* Bump matrix-js-sdk from 20.1.0 to 21.0.0
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk ) from 20.1.0 to 21.0.0.
- [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases )
- [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-js-sdk/compare/v20.1.0...v21.0.0 )
---
updated-dependencies:
- dependency-name: matrix-js-sdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump matrix-js-sdk from 20.1.0 to 21.0.1
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk ) from 20.1.0 to 21.0.1.
- [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases )
- [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-js-sdk/compare/v20.1.0...v21.0.1 )
---
updated-dependencies:
- dependency-name: matrix-js-sdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix upload content
* Change min supported node
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
2022-11-08 20:19:22 +05:30
mjarr
6a907b1542
Remove MSC3244 use from restricted room creation ( #892 )
...
* Remove MSC3244 use from restricted room creation
* Fix condition
2022-11-01 20:36:38 +05:30
Ajay Bura
91a6916f4c
Release v2.2.2
2022-09-28 20:48:41 +05:30
Krishan
9185ee0cf9
Release v2.2.1
2022-09-28 19:26:12 +05:30
Ajay Bura
759f16d5b9
Fix crash on space leave
2022-09-28 18:17:15 +05:30
Ajay Bura
d0ddedc2b2
Wrap view source text
2022-09-28 13:54:58 +05:30
ginnyTheCat
4291005161
Handle nested lists ( #853 )
...
* Handle nested lists
* Allow heading to not be followed by an empty line
* Don't parse as inline code if contains newlines
* Use escape rule in plain as well
2022-09-25 19:31:59 +05:30
Krishan
80d9a2ca7d
Release v2.2.0
2022-09-17 19:04:13 +05:30
ginnyTheCat
cbd1bf35c6
Only escape when editing ( #852 )
...
* Only escape when editing
* Base edit change detection on rendered content
2022-09-17 16:55:26 +05:30
Ajay Bura
c1be57b205
Add clear cache btn in loading screen
2022-09-17 15:48:45 +05:30
morguldir
4848bef0dd
Add Clear cache and reload button ( #793 )
...
Inspired by: 3c5c2bef6d/src/components/views/elements/ErrorBoundary.tsx (L61-L68)
Signed-off-by: morguldir <morguldir@protonmail.com>
Signed-off-by: morguldir <morguldir@protonmail.com>
2022-09-17 13:21:22 +05:30
ginnyTheCat
a8f374dd43
Parsing HTML to Markdown AST ( #847 )
...
* Force mentions to have a space after the #
* Use types for rendering
* Parse HTML
* Add code block support
* Add table support
* Allow starting heading without a space
* Escape relevant plaintext areas
* Resolve many crashes
* Use better matrix id regex
* Don't match . after id
* Don't parse mentions as links
* Add emote support
* Only emit HTML link if necessary
* Implement review changes
2022-09-16 21:21:53 +05:30
ginnyTheCat
15c1f6dadf
Allow rendering messages as plaintext ( #805 )
...
* Parse room input from user id and emoji
* Add more plain outputs
* Add reply support
* Always include formatted reply
* Add room mention parser
* Allow single linebreak after codeblock
* Remove margin from math display blocks
* Escape shrug
* Rewrite HTML tag function
* Normalize def keys
* Fix embedding replies into replies
* Don't add margin to file name
* Collapse spaces in HTML message body
* Don't crash with no plaintext rendering
* Add blockquote support
* Remove ref support
* Fix image html rendering
* Remove debug output
* Remove duplicate default option value
* Add table plain rendering support
* Correctly handle paragraph padding when mixed with block content
* Simplify links if possible
* Make blockquote plain rendering better
* Don't error when emojis are matching but not found
* Allow plain only messages with newlines
* Set user id as user mention fallback
* Fix mixed up variable name
* Replace replaceAll with replace
2022-09-14 14:30:06 +05:30
ginnyTheCat
b0174f3acc
Delete notifications after messages have been read or deleted ( #830 )
...
* Delete read notifications
* Delete notifications for deleted messages
* Correctly remove notification
2022-09-11 18:51:59 +05:30
ginnyTheCat
a343d9999e
Handle messages with invalid body ( #833 )
2022-09-11 18:51:05 +05:30
ginnyTheCat
0a2cca6e40
Change UI label ( #832 )
2022-09-11 16:44:39 +05:30
Ajay Bura
bca00f46a9
Add plain text command
2022-09-11 12:18:32 +05:30
Ajay Bura
5848c02d50
Remove markdown icon from input
2022-09-11 09:19:22 +05:30
Ajay Bura
29ddcfa1f9
Update command strings
2022-09-11 08:27:59 +05:30
Ajay Bura
b8a8babc88
Fix emojiboard icon background
2022-09-07 13:24:26 +05:30
Ajay Bura
4a35aa7272
Fix crash in manage device
2022-09-07 13:14:15 +05:30
Ajay Bura
2ded7d9b1f
Fix crash with unknown mime type
2022-09-07 08:40:10 +05:30
Ajay Bura
19f674cf5f
Fix unwanted changes
2022-09-06 14:25:13 +05:30
Ajay Bura
790bf5eac3
Fix wrong notification count
2022-09-06 14:22:56 +05:30
Ajay Bura
8583ab19f0
Manage ignored users ( #814 )
...
* Add options to display/ignore usersId's
* Update string
* Hide search icon in encrypted rooms (#763 )
* Fix styles
2022-09-05 08:30:45 +05:30
Ajay Bura
e6661d3b0d
Remove favicons-webpack-plugin ( #811 )
...
* Remove favicons-webpack-plugin
* Copy android/* icons to dist
* Add favicon ico
2022-09-04 19:23:02 +05:30
ginnyTheCat
678e0dc6ac
Allow mimetypes with suffix in safe check ( #808 )
2022-09-04 19:15:07 +05:30
Ajay Bura
bdc10fb729
Fix multiple favicon changing request
2022-09-04 13:33:41 +05:30
Ajay Bura
584fa87bbd
Notification settings ( #807 )
...
* Add account data hook
* Add options to change global notification
* Add options to add keywords
* Fix wrong notification count
* Show unread badge in favicon (#251 )
* Fix favicon badge
* Fix bug
* Fix favicon not updating
* Add favicon svg's
* remove dead code
2022-09-04 13:10:07 +05:30
Ajay Bura
ac155bbf4c
Fix commands ( #791 )
...
* Fix commands and added more
* Add /me & /shrug commands
* Add help command
* Fix cmd descriptions
* Add reason in command
2022-09-03 21:46:40 +05:30
Krishan
292eee33b9
Release v2.1.3
2022-08-31 21:51:50 +05:30
jameskitt616
33949dbdb1
Implement cancel replyto on escape key press ( #777 )
2022-08-27 08:21:41 +05:30
Ajay Bura
b3bff6b43f
Edit last message with up arrow key ( #774 )
2022-08-21 19:41:48 +05:30
ginnyTheCat
80aa55b706
Rework Markdown parsing ( #719 )
...
* Switch markdown parser
* Add inline maths
* Basic plain text rendering
* Add display math support
* Remove unnecessary <p> tag
* Fixed spoiler not working
* Add spoiler reason input support
* Make paragraphs display with newline in between
* Handle single newlines
* Fix typo when allowing start attribute
* Cleanup for merge
* Remove unused import
2022-08-21 19:34:09 +05:30
Ajay Bura
76c16ce294
Fix open room from search always open same space
2022-08-21 08:51:13 +05:30
Ajay Bura
715e6648ae
Fix image lightbox height
2022-08-21 08:33:47 +05:30
Ajay Bura
82fb243ffe
Fix room not selecting with bad emoji data ( #772 )
2022-08-20 21:07:20 +05:30
Ajay Bura
7e28aa1474
Update sidebar on room/space switch ( #768 )
...
* Select last room on space/tab change (#353 )
* Update sidbar on room select from search (#374 )
* Select last room on space/tab change (#353 )
* Update sidbar on room select from search (#374 )
* Fix wrong space gets selected with some rooms
* Fix auto select room in categorized space
* Fix room remain selected on leave
* Fix leaved room appear in category & search
* Remove globally exposed vars
* Hide pin spaces from home
* Fix selecting dm always open dm tab
* Order category by AtoZ (#769 )
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
2022-08-20 20:51:37 +05:30
jameskitt616
1deef51df0
Add cancel edit-message on Escape Key press ( #765 )
2022-08-20 18:56:37 +05:30
Ajay Bura
6f7934badc
Fix more css bugs
2022-08-19 15:19:12 +05:30
Ajay Bura
2f2680be3c
Fix minor css bugs
2022-08-19 13:57:24 +05:30
Ajay Bura
4cd8f4a94c
Open image in lightbox ( #767 )
...
* Add lightbox
* Fix vertical media height (#467 )
* Update dialog animation
* Fix overlay opacity
* Fix dialog animation
* Update open in new tab icon
2022-08-19 12:15:22 +05:30
James
a417980a81
Improve MIME type handling on File Upload and in Message Component ( #688 )
...
* move allowed MIME types to own util file
* add check for safe MIME type before choosing how to upload
* check for allowed blob type to decide what component to load
* re-add check for safe mimetype
* fix bracket positioning
2022-08-14 16:31:17 +05:30
Andrew Morgan
af69955801
Fix grammar of read receipt text ( #744 )
...
'other' should be plural in this context.
2022-08-12 16:03:56 +05:30
Ajay Bura
214d49f1d9
Release v2.1.2
2022-08-11 19:10:12 +05:30
Ajay Bura
820d08017a
Fix image not loading without h/w data ( #738 )
2022-08-11 18:41:09 +05:30
Ajay Bura
258afec391
Only render mxc images in markdown
2022-08-11 17:20:55 +05:30
Ajay Bura
0cf5aac591
Fix emoji board style
2022-08-11 16:31:02 +05:30
Ajay Bura
59fd34a4b4
Replace space by underscore in emoji shortcodes
2022-08-11 16:24:22 +05:30
Ajay Bura
1da3d252e8
Add navigation bar to sticker board
2022-08-11 16:13:53 +05:30
Ajay Bura
3c1cc59d59
Escape html with markdown off ( #732 )
2022-08-11 14:28:39 +05:30
Ajay Bura
1692098d5d
Fix logout not working when server offline
2022-08-11 13:41:07 +05:30
Ajay Bura
ce1e263d57
Only scale image bigger than 512px ( #731 )
2022-08-11 13:33:54 +05:30
Ajay Bura
20e1df43d0
Release v2.1.1
2022-08-07 20:21:16 +05:30
Ajay Bura
728c5434bb
Fix blurhash visible under transparent img ( #721 )
2022-08-07 20:14:47 +05:30
Ajay Bura
d23fc228d7
Release v2.1.0
2022-08-07 19:04:38 +05:30
dependabot[bot]
4ff3e47d54
Bump matrix-js-sdk from 18.1.0 to 19.2.0 ( #711 )
...
* Bump matrix-js-sdk from 18.1.0 to 19.2.0
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk ) from 18.1.0 to 19.2.0.
- [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases )
- [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/matrix-org/matrix-js-sdk/compare/v18.1.0...v19.2.0 )
---
updated-dependencies:
- dependency-name: matrix-js-sdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Remove session store
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
2022-08-07 14:51:56 +05:30
anyone00
96b22eb557
Support RTL text in the input fields ( #720 )
...
* Support RTL text in the room input field
set the correct direction for text according to the language written in
* Make all input RTLable
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
2022-08-07 14:41:56 +05:30
Ajay Bura
9187107751
Stop sending mxid in body for pills
2022-08-07 14:28:49 +05:30
Ajay Bura
c6812b5b11
Reset read receipt on sending sticker
2022-08-06 12:50:23 +05:30
Ajay Bura
adb584623e
Support RTL text in messages ( #717 )
2022-08-06 12:40:24 +05:30
Ajay Bura
120e8de9d1
Remove unused import
2022-08-06 12:21:20 +05:30
ginnyTheCat
21726b63f8
Show full timestamp on hover ( #714 )
...
* Show full timestamp on hover
* Not always display time
* Always show full timestamp in search
2022-08-06 09:35:56 +05:30
ginnyTheCat
04f910ee03
Blurhash support ( #701 )
...
* Generate blurhash client side
* Make blurhash generation faster
* Simple blurhash display support
* Make image display simpler
* Support non square images
* Don't attach video blurhash to thumbnail
* Add video display support
* Ignore alt tag missing warning
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
2022-08-06 09:26:26 +05:30
Ajay Bura
edace32213
Custom emoji & Sticker support ( #686 )
...
* Remove comments
* Show custom emoji first in suggestions
* Show global image packs in emoji picker
* Display emoji and sticker in room settings
* Fix some pack not visible in emojiboard
* WIP
* Add/delete/rename images to exisitng packs
* Change pack avatar, name & attribution
* Add checkbox to make pack global
* Bug fix
* Create or delete pack
* Add personal emoji in settings
* Show global pack selector in settings
* Show space emoji in emojiboard
* Send custom emoji reaction as mxc
* Render stickers as stickers
* Fix sticker jump bug
* Fix reaction width
* Fix stretched custom emoji
* Fix sending space emoji in message
* Remove unnessesary comments
* Send user pills
* Fix pill generating regex
* Add support for sending stickers
2022-08-06 09:04:23 +05:30
ginnyTheCat
5e527e434a
Fix shortcuts on non QWERTY keyboards ( #715 )
...
* Use key instead of keyCode or code
* Use key for Escape
2022-08-05 19:12:25 +05:30
ginnyTheCat
1d90f7588b
Allow removing the room name ( #702 )
2022-08-03 19:59:56 +05:30
dependabot[bot]
febb28e9c4
Bump katex from 0.15.6 to 0.16.0 ( #616 )
...
* Bump katex from 0.15.6 to 0.16.0
Bumps [katex](https://github.com/KaTeX/KaTeX ) from 0.15.6 to 0.16.0.
- [Release notes](https://github.com/KaTeX/KaTeX/releases )
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.15.6...v0.16.0 )
---
updated-dependencies:
- dependency-name: katex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Remove copy-tex.css as it no longer required
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
2022-08-03 19:28:54 +05:30
Ava Pek
78e12d5bee
Add mark as read button to space options ( #667 )
...
This allows users to mark all rooms in a space as read, matching similar
features found in other popular chat applications.
We opted to place the mark as read button at the top of the list instead
of next to the add user button like in room options since we felt this
will be the most-used button in the list.
Fixes #645 .
Co-authored-by: Maple <mapletree.dv@gmail.com>
Co-authored-by: Maple <mapletree.dv@gmail.com>
2022-07-25 11:41:56 +05:30
Dean Bassett
1211ca277b
Support mark as read by ESC while in room input ( #669 )
...
fixes #cinnyapp/cinny/668
2022-07-18 22:06:51 +05:30
James
e6f395c643
Add support to play .mov files ( #672 )
...
* update allowed mimetypes
* fix .mov files failing to play in Chromium
* add check for before passing to FileReader
* add missing semi-colon
2022-07-18 22:03:11 +05:30
Ajay Bura
5c0eb20cb4
Follow system theme by default
2022-07-09 18:08:35 +05:30
Ajay Bura
009966a5c7
Fix wrong power level in room permission
2022-07-09 16:32:42 +05:30
Ajay Bura
4427b3b291
Accept mxid on login ( #187 )
2022-07-09 13:58:57 +05:30
Ajay Bura
3dda4d6540
Add toggle to show password in auth page ( #73 )
2022-07-09 10:35:17 +05:30
Ajay Bura
c9df0be874
Fix captcha loop issue in registration form ( #664 )
2022-07-08 21:07:14 +05:30