Ajay Bura and GitHub
41f67cabc0
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
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 and GitHub
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 and GitHub
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
Ajay Bura and GitHub
da92ce3a46
fix: spoiler hidden link click ( #1199 )
2023-04-16 22:22:01 +10:00
Ajay Bura and GitHub
374d2d1962
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
3ad143228d
Use relative paths for build ( #1094 )
2023-01-30 15:20:13 +11:00
Ajay Bura and GitHub
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
Ajay Bura
e5e3f5f0a3
Add jsdelivr cdn for twemoji
2023-01-14 18:51:42 +05:30
Ajay Bura and GitHub
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
Ajay Bura
91a6916f4c
Release v2.2.2
2022-09-28 20:48:41 +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
Ajay Bura and GitHub
2200ae143e
Update sdk doc link so that it's not fixed to one version
2022-09-18 20:18:23 +05:30
Ajay Bura
c1be57b205
Add clear cache btn in loading screen
2022-09-17 15:48:45 +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 and GitHub
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 and GitHub
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
Ajay Bura
bdc10fb729
Fix multiple favicon changing request
2022-09-04 13:33:41 +05:30
Ajay Bura and GitHub
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 and GitHub
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
Ajay Bura
583c834ba8
Bump matrix-js-sdk from 19.2.0 to 19.4.0
2022-08-31 21:51:02 +05:30
Ajay Bura and GitHub
b3bff6b43f
Edit last message with up arrow key ( #774 )
2022-08-21 19:41:48 +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
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
Ajay Bura and GitHub
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 and GitHub
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
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
fbab53af22
Merge branch 'dev' of https://github.com/ajbura/cinny into dev
2022-08-11 13:33:59 +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
542ac4f4e1
Update olm
2022-08-07 20:01:31 +05:30
Ajay Bura
d23fc228d7
Release v2.1.0
2022-08-07 19:04:38 +05:30
Ajay Bura
9187107751
Stop sending mxid in body for pills
2022-08-07 14:28:49 +05:30
Ajay Bura and GitHub
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
8b96e0ab98
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
fd680a93e0
Add alt text to sheilds
2022-05-27 14:09:53 +05:30
Ajay Bura and GitHub
2ca67bb61a
Consistent job naming
2022-05-26 20:20:28 +05:30
Ajay Bura and GitHub
fc6c7b8dc6
Add recommended ways to install node and node version
2022-05-21 17:33:01 +05:30
Ajay Bura and GitHub
44553cc375
Fix crash in room without create state event ( #546 )
2022-05-12 16:32:39 +05:30
Ajay Bura and GitHub
d04de2fba0
Add badges
2022-05-08 13:52:05 +05:30
Ajay Bura and GitHub
3fdd42706d
Fix branch name in readme
2022-05-01 13:38:31 +05:30
Ajay Bura and GitHub
b49b51a671
Fix link to screenshot
2022-05-01 13:37:29 +05:30
Ajay Bura and GitHub
e5bb386dd2
Use SHA instead of tag for 3rd party actions ( #498 )
2022-05-01 13:23:42 +05:30
Ajay Bura and GitHub
2867bb3bc3
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
d760be58c3
Replace confirm and prompt with custom dialogs ( #500 )
2022-04-25 20:21:21 +05:30
Ajay Bura and GitHub
989ab5a432
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
ba0de8800a
Fix crash on unable to getContent of tombstoned room
2022-04-16 20:53:24 +05:30
Ajay Bura and GitHub
3f6e3074f2
Add reusable dialog ( #459 )
...
Signed-off-by: Ajay Bura <ajbura@gmail.com >
2022-03-31 20:39:05 +05:30
Ajay Bura and GitHub
0f97de1b09
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
e8d6ccec9a
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
005434f79b
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
50bf90fada
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
36da3d3cba
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
ae71a99aa4
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
8330f4fba9
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
5a299b21c5
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
f5720bde14
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
70ffd7ded8
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
8d95fd0ca0
Update pull-request.yml
2021-10-14 10:42:07 +05:30
Ajay Bura and GitHub
332e95701e
Update pull-request.yml
2021-10-14 10:34:04 +05:30
Ajay Bura and GitHub
124b24ab76
Fixed deploy on PR
2021-10-14 10:28:31 +05:30
Ajay Bura and GitHub
6ccd1e43bc
Update pull-request.yml
2021-10-12 15:00:09 +05:30
Ajay Bura and GitHub
5c09d04912
added action for pull request previews
2021-10-11 15:22:15 +05:30
Ajay Bura and GitHub
0f02bfd2c3
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
83c6914a50
Merge pull request #117 from ajbura/master
...
v1.3.1: Bug fixes
2021-09-26 18:59:53 +05:30
Ajay Bura and GitHub
90ab8dac27
Merge pull request #116 from jamesjulich/chip
...
Added chip component.
2021-09-23 16:43:40 +05:30
Ajay Bura and GitHub
cd5b7b17f6
Added more options to run locally
2021-09-15 17:17:31 +05:30
Ajay Bura and GitHub
14cfa69060
Merge pull request #100 from mkljczk/fix-typo
...
Fix typo
2021-09-14 14:56:27 +05:30
Ajay Bura and GitHub
393d089229
Merge pull request #99 from ajbura/dev
...
Release v1.3.0
2021-09-14 10:38:47 +05:30
Ajay Bura and GitHub
706d9b1f6f
Merge branch 'master' into dev
2021-09-14 10:34:18 +05:30
Ajay Bura and GitHub
470fdd62bb
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
64abfd4408
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
204be84c0f
Merge pull request #89 from L-as/dev
...
Add preview to README
2021-09-13 08:09:08 +05:30
Ajay Bura and GitHub
0465442803
changed heading lvl in PR template
2021-08-24 19:02:10 +05:30
Ajay Bura and GitHub
39b84a083d
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
701e170e19
Merge pull request #39 from cremesk/master
...
nginx example
2021-08-04 07:43:26 +05:30
Ajay Bura and GitHub
20611b6e4b
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
540c10aaff
Merge pull request #36 from arche-dev/building-patch
...
Fix building instructions
2021-08-02 19:11:10 +05:30
Ajay Bura and GitHub
69f7c8a500
Merge pull request #23 from moritzdietz/moritzdietz/fix-typos-and-wording
...
Fix typos and wording
2021-08-01 20:17:03 +05:30
Ajay Bura and GitHub
98fd24ffdc
Merge pull request #31 from ShadowJonathan/template-fix
...
Fix some templates' markup
2021-08-01 20:12:21 +05:30
Ajay Bura and GitHub
2e8830b9d3
Merge pull request #14 from phildenhoff/phildenhoff/fix-at-sigil-in-localpart
...
Remove username login requirements and sanitise out leading "@"
2021-07-29 11:22:06 +05:30