Dean Bassett
b3cb48319a
Add the ability to focus on paste ( #545 )
...
* pasting should focus the message field
also refactored a small amount to use KeyEvent.code
instead of KeyEvent.keyCode, which is deprecated.
fixes ajbura/cinny#544
* fix lint
* comments
2022-05-12 16:58:19 +05:30
Ajay Bura
fc11d478b7
Fix crash in room without create state event ( #546 )
2022-05-12 16:32:39 +05:30
Ajay Bura
44553cc375
Fix crash in room without create state event ( #546 )
2022-05-12 16:32:39 +05:30
Ajay Bura
cba0eacf0a
Fix message edit isn't reflected in reply #421
2022-05-12 13:45:23 +05:30
Ajay Bura
fbe287a702
Fix message edit isn't reflected in reply #421
2022-05-12 13:45:23 +05:30
Ajay Bura
19aec41ef5
Fix join with alias ( #533 )
2022-05-11 20:56:49 +05:30
Ajay Bura
5863dcdf67
Fix join with alias ( #533 )
2022-05-11 20:56:49 +05:30
Ajay Bura
27efb449d8
Remove forget room on leave
2022-05-11 20:53:21 +05:30
Ajay Bura
f77bee25ef
Remove forget room on leave
2022-05-11 20:53:21 +05:30
Ajay Bura
b565c6913f
Fix crash on leaving room ( #532 )
2022-05-11 20:25:54 +05:30
Ajay Bura
c11328a064
Fix crash on leaving room ( #532 )
2022-05-11 20:25:54 +05:30
Ajay Bura
a4ed3743ed
Add badges
2022-05-08 13:52:05 +05:30
Ajay Bura
d04de2fba0
Add badges
2022-05-08 13:52:05 +05:30
Ajay Bura
8a8a19f070
v2.0.0
2022-05-08 13:23:31 +05:30
Ajay Bura
d2b435618c
v2.0.0
v2.0.0
2022-05-08 13:23:31 +05:30
Ajay Bura
0cf96617c8
Fix emoji verificaition not working with some client
2022-05-08 12:26:31 +05:30
Ajay Bura
7525bb78e5
Fix emoji verificaition not working with some client
2022-05-08 12:26:31 +05:30
Ajay Bura
6bbb83b072
Fixed cinny verified device failed to verify other
2022-05-08 11:55:41 +05:30
Ajay Bura
2075a572fe
Fixed cinny verified device failed to verify other
2022-05-08 11:55:41 +05:30
Ajay Bura
cb1a912403
Fix own cross siging trust before verification without key #514
2022-05-07 09:50:29 +05:30
Ajay Bura
73723ba6ba
Fix own cross siging trust before verification without key #514
2022-05-07 09:50:29 +05:30
Ajay Bura
8a6dbab00f
Merge branch 'dev' of https://github.com/ajbura/cinny into dev
2022-05-05 19:58:29 +05:30
Ajay Bura
0791820a6c
Merge branch 'dev' of https://github.com/ajbura/cinny into dev
2022-05-05 19:58:29 +05:30
Ajay Bura
b67cba8ecd
Fix space path visible in DM's
2022-05-05 19:58:16 +05:30
Ajay Bura
931f352873
Fix space path visible in DM's
2022-05-05 19:58:16 +05:30
dependabot[bot]
26040d89f8
Bump webpack-dev-server from 4.8.1 to 4.9.0 ( #524 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.8.1...v4.9.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 10:47:11 +05:30
dependabot[bot]
7c7d2e0fa4
Bump webpack-dev-server from 4.8.1 to 4.9.0 ( #524 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.8.1...v4.9.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 10:47:11 +05:30
Ajay Bura
93209ab549
Fix public room showing leaved room as joined
2022-05-04 14:54:43 +05:30
Ajay Bura
3372fb6f74
Fix public room showing leaved room as joined
2022-05-04 14:54:43 +05:30
Ajay Bura
7a1af5abf1
Merge branch 'dev' of https://github.com/ajbura/cinny into dev
2022-05-04 14:22:20 +05:30
Ajay Bura
bc856269ff
Merge branch 'dev' of https://github.com/ajbura/cinny into dev
2022-05-04 14:22:20 +05:30
Ajay Bura
14c3c6d20d
Fix bugs in dm tab
2022-05-04 14:22:16 +05:30
Ajay Bura
06bae231ef
Fix bugs in dm tab
2022-05-04 14:22:16 +05:30
Rubin Elezi
6cc22876fd
Don't enable e2ee for bridged platform ( #476 )
...
* Don't enable e2ee for bridged platform
* remove comments
* Change function name
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com >
2022-05-04 10:58:30 +05:30
Rubin Elezi
65a0edc3a6
Don't enable e2ee for bridged platform ( #476 )
...
* Don't enable e2ee for bridged platform
* remove comments
* Change function name
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com >
2022-05-04 10:58:30 +05:30
Ajay Bura
b1888f2595
Sign release tarball with PGP key ( #392 )
2022-05-03 16:43:16 +05:30
Ajay Bura
b7c322d473
Sign release tarball with PGP key ( #392 )
2022-05-03 16:43:16 +05:30
dependabot[bot]
1e4539e017
Bump sass from 1.50.1 to 1.51.0 ( #522 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.50.1...1.51.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 16:02:14 +05:30
dependabot[bot]
0776a04362
Bump sass from 1.50.1 to 1.51.0 ( #522 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.50.1...1.51.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 16:02:14 +05:30
Ajay Bura
17e8e6354a
Add join with address option ( #420 , #447 )
2022-05-03 16:01:50 +05:30
Ajay Bura
e51fc5a585
Add join with address option ( #420 , #447 )
2022-05-03 16:01:50 +05:30
Ajay Bura
4ae601e27b
Fixes #430 , #434 , #455
2022-05-03 14:05:56 +05:30
Ajay Bura
3afc068a02
Fixes #430 , #434 , #455
2022-05-03 14:05:56 +05:30
Ajay Bura
78b9da6467
Load sound file on startup ( #444 )
2022-05-03 13:18:27 +05:30
Ajay Bura
5cdad44abf
Load sound file on startup ( #444 )
2022-05-03 13:18:27 +05:30
dependabot[bot]
4d16cbd04c
Bump @babel/core from 7.17.9 to 7.17.10 ( #521 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.9 to 7.17.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 13:07:51 +05:30
dependabot[bot]
43762df998
Bump @babel/core from 7.17.9 to 7.17.10 ( #521 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.9 to 7.17.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 13:07:51 +05:30
dependabot[bot]
c117a41400
Bump @babel/preset-env from 7.16.11 to 7.17.10 ( #520 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.11 to 7.17.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 13:02:49 +05:30
dependabot[bot]
95228c6dd9
Bump @babel/preset-env from 7.16.11 to 7.17.10 ( #520 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.11 to 7.17.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 13:02:49 +05:30
dependabot[bot]
f1ff627d37
Bump @fontsource/inter from 4.5.7 to 4.5.10 ( #519 )
...
Bumps [@fontsource/inter](https://github.com/fontsource/fontsource/tree/HEAD/fonts/google/inter ) from 4.5.7 to 4.5.10.
- [Release notes](https://github.com/fontsource/fontsource/releases )
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/fonts/google/inter )
---
updated-dependencies:
- dependency-name: "@fontsource/inter"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-03 13:00:30 +05:30