Ajay Bura and GitHub
b37328d382
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 and GitHub
7c76553ef6
fix global pack showing all room packs ( #1303 )
2023-06-21 20:59:02 +10:00
Ajay Bura and GitHub
3d9e9606c8
Add editor history ( #1284 )
...
* add slate editor history
* reset mark on editor reset
2023-06-16 11:11:03 +10:00
Ajay Bura and GitHub
e14a52620f
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 and GitHub
cfd2cb3b9c
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 and GitHub
64f2f25702
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
Ajay Bura and GitHub
d2b3c766a0
fix: spoiler hidden link click ( #1199 )
2023-04-16 22:22:01 +10:00
Ajay Bura and GitHub
9cfb34c8d5
Add node polyfills ( #1093 )
...
* Add node polyfills
* remove unused polyfill
* enable fs in node polyfill
* remove polyfill aliases and crypto
* Fix build error
* Fix buffer injection
2023-01-30 15:20:53 +11:00
Ajay Bura and GitHub
8ba8d1b77c
Use relative paths for build ( #1094 )
2023-01-30 15:20:13 +11:00
Ajay Bura and GitHub
c9f95ca753
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
Ajay Bura
40088fdf8a
Add jsdelivr cdn for twemoji
2023-01-14 18:51:42 +05:30
Ajay Bura and GitHub
c69f790bd3
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
Ajay Bura
2170f55d3e
Release v2.2.2
2022-09-28 20:48:41 +05:30
Ajay Bura
86d45b0edd
Fix crash on space leave
2022-09-28 18:17:15 +05:30
Ajay Bura
2ada86adfc
Wrap view source text
2022-09-28 13:54:58 +05:30
Ajay Bura and GitHub
dfd30c8f92
Update sdk doc link so that it's not fixed to one version
2022-09-18 20:18:23 +05:30
Ajay Bura
d69530ae03
Add clear cache btn in loading screen
2022-09-17 15:48:45 +05:30
Ajay Bura
e85a70822d
Add plain text command
2022-09-11 12:18:32 +05:30
Ajay Bura
feabcc0480
Remove markdown icon from input
2022-09-11 09:19:22 +05:30
Ajay Bura
db0423e265
Update command strings
2022-09-11 08:27:59 +05:30
Ajay Bura
2f2a549bf4
Fix emojiboard icon background
2022-09-07 13:24:26 +05:30
Ajay Bura
67a4d77f13
Fix crash in manage device
2022-09-07 13:14:15 +05:30
Ajay Bura
6ba74769bf
Fix crash with unknown mime type
2022-09-07 08:40:10 +05:30
Ajay Bura
cf52eadf40
Fix unwanted changes
2022-09-06 14:25:13 +05:30
Ajay Bura
bfd0dc5d3a
Fix wrong notification count
2022-09-06 14:22:56 +05:30
Ajay Bura and GitHub
13fac8a7e8
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 and GitHub
6026cf1f4a
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
Ajay Bura
6709e70574
Fix multiple favicon changing request
2022-09-04 13:33:41 +05:30
Ajay Bura and GitHub
9bc861ecc5
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 and GitHub
5012d7b5a8
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
Ajay Bura
167dc15037
Bump matrix-js-sdk from 19.2.0 to 19.4.0
2022-08-31 21:51:02 +05:30
Ajay Bura and GitHub
4d08b1d5f2
Edit last message with up arrow key ( #774 )
2022-08-21 19:41:48 +05:30
Ajay Bura
62498c513e
Fix open room from search always open same space
2022-08-21 08:51:13 +05:30
Ajay Bura
8d861eaf42
Fix image lightbox height
2022-08-21 08:33:47 +05:30
Ajay Bura
e18984869f
Fix room not selecting with bad emoji data ( #772 )
2022-08-20 21:07:20 +05:30
ac6631e4b3
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
Ajay Bura and GitHub
55755fe056
Fix more css bugs
2022-08-19 15:19:12 +05:30
Ajay Bura
ffc2742e49
Fix minor css bugs
2022-08-19 13:57:24 +05:30
Ajay Bura and GitHub
e15d333c8b
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
Ajay Bura
9cf2f20abc
Release v2.1.2
2022-08-11 19:10:12 +05:30
Ajay Bura
b2e133cd5c
Fix image not loading without h/w data ( #738 )
2022-08-11 18:41:09 +05:30
Ajay Bura
d9aa4a9e49
Only render mxc images in markdown
2022-08-11 17:20:55 +05:30
Ajay Bura
f2833ea929
Fix emoji board style
2022-08-11 16:31:02 +05:30
Ajay Bura
803c927c10
Replace space by underscore in emoji shortcodes
2022-08-11 16:24:22 +05:30
Ajay Bura
92de05f1d7
Add navigation bar to sticker board
2022-08-11 16:13:53 +05:30
Ajay Bura
c1b5c3a61f
Escape html with markdown off ( #732 )
2022-08-11 14:28:39 +05:30
Ajay Bura
f021f9c03d
Fix logout not working when server offline
2022-08-11 13:41:07 +05:30
Ajay Bura
4dacc0b2b6
Merge branch 'dev' of https://github.com/ajbura/cinny into dev
2022-08-11 13:33:59 +05:30
Ajay Bura
b9f2597ea6
Only scale image bigger than 512px ( #731 )
2022-08-11 13:33:54 +05:30
Ajay Bura
cb842dc8df
Release v2.1.1
2022-08-07 20:21:16 +05:30
Ajay Bura
dc2e6fc353
Fix blurhash visible under transparent img ( #721 )
2022-08-07 20:14:47 +05:30
Ajay Bura
3ad93663d7
Update olm
2022-08-07 20:01:31 +05:30
Ajay Bura
1148364cd9
Release v2.1.0
2022-08-07 19:04:38 +05:30
Ajay Bura
1a70babad0
Stop sending mxid in body for pills
2022-08-07 14:28:49 +05:30
Ajay Bura and GitHub
f89bc00072
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
f07ca8c529
Fix nodejs version in actions ( #627 )
...
* Update prod-deploy.yml
* Update netlify-dev.yml
* Update build-pull-request.yml
* Update build-pull-request.yml
* Update netlify-dev.yml
* Update prod-deploy.yml
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com >
2022-06-14 19:55:48 +05:30
Ajay Bura and GitHub
f8d1cd799b
Add alt text to sheilds
2022-05-27 14:09:53 +05:30
Ajay Bura and GitHub
f0440d916b
Consistent job naming
2022-05-26 20:20:28 +05:30
Ajay Bura and GitHub
abc4f6f21b
Add recommended ways to install node and node version
2022-05-21 17:33:01 +05:30
Ajay Bura and GitHub
fc11d478b7
Fix crash in room without create state event ( #546 )
2022-05-12 16:32:39 +05:30
Ajay Bura and GitHub
a4ed3743ed
Add badges
2022-05-08 13:52:05 +05:30
Ajay Bura and GitHub
99d98ab1cb
Fix branch name in readme
2022-05-01 13:38:31 +05:30
Ajay Bura and GitHub
b2ea4f30b9
Fix link to screenshot
2022-05-01 13:37:29 +05:30
Ajay Bura and GitHub
919c7cdc4e
Use SHA instead of tag for 3rd party actions ( #498 )
2022-05-01 13:23:42 +05:30
Ajay Bura and GitHub
859f5d512c
Session verification by emojis ( #513 )
...
* Add option to verify with security key/phrase
* Manually merge #311 by @ginnyTheCat
2022-05-01 13:22:55 +05:30
Ajay Bura and GitHub
3a5368f9cc
Replace confirm and prompt with custom dialogs ( #500 )
2022-04-25 20:21:21 +05:30
Ajay Bura and GitHub
06013332a4
Add support to manage cross-signing and key backup ( #461 )
...
* Add useDeviceList hook
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add isCrossVerified func to matrixUtil
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add className prop in sidebar avatar comp
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add unverified session indicator in sidebar
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add info card component
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add css variables
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add cross signin status hook
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add hasCrossSigninAccountData function
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add cross signin info card in device manage component
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add cross signing and key backup component
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix typo
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* WIP
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add cross singing dialogs
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add cross signing set/reset
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add SecretStorageAccess component
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add key backup
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* WIP
* WIP
* WIP
* WIP
* Show progress when restoring key backup
* Add SSSS and key backup
2022-04-24 15:42:24 +05:30
Ajay Bura and GitHub
ca2852f73a
Fix crash on unable to getContent of tombstoned room
2022-04-16 20:53:24 +05:30
Ajay Bura and GitHub
b2b4e20edd
Add reusable dialog ( #459 )
...
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-31 20:39:05 +05:30
Ajay Bura and GitHub
b2a8cf1cfe
Fix can't open spaces from public room list ( #419 )
...
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-23 18:45:13 +05:30
Ajay Bura and GitHub
ae9db88424
Fix crash on load and room creation ( #418 )
...
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-23 18:44:53 +05:30
Ajay Bura and GitHub
4b453ff527
Add support for managing sessions ( #415 )
...
* Allow node type prop in setting tile
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Update popup window max height
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add device management setting
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add password based login
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* truncate long list of verified devices
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-23 18:44:38 +05:30
Ajay Bura and GitHub
a2f0c1af93
Redesign app/user settings ( #404 )
...
* Redesign app settings
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Redesign user profile in settings
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Update string
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix bug
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-21 09:46:11 +05:30
Ajay Bura and GitHub
24879d0761
Add sound on incoming invites ( #400 )
...
* Add invite sound
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add credits
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Change invite sound to google material
2022-03-19 18:55:57 +05:30
Ajay Bura and GitHub
230a7395dc
Sort search results by activity ( #399 )
...
* Sort search result by activity
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Optimize generateResults function codes
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-19 18:55:38 +05:30
Ajay Bura and GitHub
074a1c9d8f
Improve jump to unread button ( #396 )
...
* Improve jump to unread button
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Remove unused cod
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix mark as read not hidding jump to unread btn
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add notification mark as read action
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add esc as hotkey to mark room as read
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add message icons
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Change jump to unread icon
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-18 09:09:14 +05:30
Ajay Bura and GitHub
0d593c51cf
Sort direct messages by activity ( #393 )
...
* Add sort util
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Use sort util for members
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Sort dms by activity
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Sort dms activily
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Chanege roomIdByLastActive func name
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-17 16:55:16 +05:30
Ajay Bura and GitHub
016002023c
Fix new message not appearing ( #391 )
...
* Fix new message no appearing
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix room not marking as read
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix room automatically gets mark as read
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix sending wrong read recipt
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix sending message not mark as read
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-17 08:16:49 +05:30
Ajay Bura and GitHub
7390dd9492
Fix muted room show unread indicator ( #386 )
...
* Move getNotifType function
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix bug in getNotiType
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Add isMuted prop in room selector
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix muted room show unread indicator
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix muted room notification visible in space
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Fix space shows muted room notification on load
Signed-off-by: Ajay Bura <ajbura@gmail.com >
* Toggle room mute when changed from other client
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-15 17:21:36 +05:30
Ajay Bura and GitHub
c2f1e07951
Update pull-request.yml
2021-10-14 10:42:07 +05:30
Ajay Bura and GitHub
6ed93ab830
Update pull-request.yml
2021-10-14 10:34:04 +05:30
Ajay Bura and GitHub
1b1f035b1a
Fixed deploy on PR
2021-10-14 10:28:31 +05:30
Ajay Bura and GitHub
65d404b2ea
Update pull-request.yml
2021-10-12 15:00:09 +05:30
Ajay Bura and GitHub
2e4a3b1dbf
added action for pull request previews
2021-10-11 15:22:15 +05:30
Ajay Bura and GitHub
96def3e3c2
Merge pull request #128 from Empty2k12/fix/no-public-rooms
...
Improve message when there are no public rooms on a server
2021-10-03 10:00:23 +05:30
Ajay Bura and GitHub
fadca6470d
Merge pull request #117 from ajbura/master
...
v1.3.1: Bug fixes
2021-09-26 18:59:53 +05:30
Ajay Bura and GitHub
a22fe931b7
Merge pull request #116 from jamesjulich/chip
...
Added chip component.
2021-09-23 16:43:40 +05:30
Ajay Bura and GitHub
3bd52f3409
Added more options to run locally
2021-09-15 17:17:31 +05:30
Ajay Bura and GitHub
bb64ec196b
Merge pull request #100 from mkljczk/fix-typo
...
Fix typo
2021-09-14 14:56:27 +05:30
Ajay Bura and GitHub
734bc689e2
Merge pull request #99 from ajbura/dev
...
Release v1.3.0
2021-09-14 10:38:47 +05:30
Ajay Bura and GitHub
418966be8d
Merge branch 'master' into dev
2021-09-14 10:34:18 +05:30
Ajay Bura and GitHub
39f8e8d0e8
Merge pull request #95 from jamesjulich/paste-image
...
Support pasting images as attachments. Fixes #87 .
2021-09-14 07:50:07 +05:30
Ajay Bura and GitHub
55d28770ea
Merge pull request #91 from jamesjulich/profile-editor
...
Add profile editor in settings
2021-09-13 13:39:11 +05:30
Ajay Bura and GitHub
868e904835
Merge pull request #89 from L-as/dev
...
Add preview to README
2021-09-13 08:09:08 +05:30
Ajay Bura and GitHub
36d29e70a4
changed heading lvl in PR template
2021-08-24 19:02:10 +05:30
Ajay Bura and GitHub
35d39f92fc
Merge pull request #43 from arche-dev/Import_Keys
...
Clarify text in "Import E2E room keys" section
2021-08-07 17:08:38 +05:30
Ajay Bura and GitHub
f8f7f43e13
Merge pull request #39 from cremesk/master
...
nginx example
2021-08-04 07:43:26 +05:30
Ajay Bura and GitHub
32e9fb3cca
Merge pull request #38 from Troplo/master
...
Fix for invalid password bug on Synapse/Official Matrix Server?
2021-08-03 14:28:13 +05:30
Ajay Bura and GitHub
282a0e0562
Merge pull request #36 from arche-dev/building-patch
...
Fix building instructions
2021-08-02 19:11:10 +05:30
Ajay Bura and GitHub
bc75c30eab
Merge pull request #23 from moritzdietz/moritzdietz/fix-typos-and-wording
...
Fix typos and wording
2021-08-01 20:17:03 +05:30