rainny.git
3 years agoChange class name for drawer breadcrumb
ajbura [Wed, 16 Feb 2022 14:26:02 +0000 (19:56 +0530)]
Change class name for drawer breadcrumb

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoAdd via param in join room function
ajbura [Wed, 16 Feb 2022 14:24:21 +0000 (19:54 +0530)]
Add via param in join room function

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoAdd join rle to icon src util function
ajbura [Wed, 16 Feb 2022 14:22:51 +0000 (19:52 +0530)]
Add join rle to icon src util function

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoFix bug in room hierarchy
ajbura [Wed, 16 Feb 2022 14:20:11 +0000 (19:50 +0530)]
Fix bug in room hierarchy

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoCreate icons for users without an avatar in desktop notifications (#305)
ginnyTheCat [Tue, 15 Feb 2022 11:48:25 +0000 (12:48 +0100)]
Create icons for users without an avatar in desktop notifications (#305)

* Add notifications icon for users without an avatar

* Render icon at higher resolution

* Use scale to render at higher resolution

3 years agoMerge branch 'dev' of https://github.com/ajbura/cinny into dev
ajbura [Mon, 14 Feb 2022 16:04:57 +0000 (21:34 +0530)]
Merge branch 'dev' of https://github.com/ajbura/cinny into dev

3 years agoUpdate default homeserver list
ajbura [Mon, 14 Feb 2022 16:04:28 +0000 (21:34 +0530)]
Update default homeserver list

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoPrevent crash when opening room permission on conduit homeserver (#312)
ginnyTheCat [Mon, 14 Feb 2022 15:11:36 +0000 (16:11 +0100)]
Prevent crash when opening room permission on conduit homeserver (#312)

* Prevent crash when opening room permission on conduit homeserver

* Make fix easier

3 years agoFix member load triggering re-renders (#261)
ajbura [Sun, 13 Feb 2022 08:02:57 +0000 (13:32 +0530)]
Fix member load triggering re-renders (#261)

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoAdd rooms hierarchy class
ajbura [Thu, 10 Feb 2022 15:26:23 +0000 (20:56 +0530)]
Add rooms hierarchy class

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoAdd roadmap to readme.md
ajbura [Thu, 10 Feb 2022 12:30:41 +0000 (18:00 +0530)]
Add roadmap to readme.md

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoBump docker/build-push-action from 2.8.0 to 2.9.0 (#308)
dependabot[bot] [Wed, 9 Feb 2022 03:00:21 +0000 (08:30 +0530)]
Bump docker/build-push-action from 2.8.0 to 2.9.0 (#308)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  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>
3 years agoFix crashing on droping text (#302)
ginnyTheCat [Wed, 9 Feb 2022 02:59:21 +0000 (03:59 +0100)]
Fix crashing on droping text (#302)

* Add basic drop overlay

* Prevent crash when dragging text

* Only show popup when files are being dragged

* Make drop box bigger

* Make drag drop overlay without a modal

* Don't show drag drop menu on top of modals

* Use different way to check for modal

3 years agoFix bug in this.isRawModalVisible
ajbura [Tue, 8 Feb 2022 12:29:15 +0000 (17:59 +0530)]
Fix bug in this.isRawModalVisible

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoRemoved dead code
ajbura [Tue, 8 Feb 2022 12:02:49 +0000 (17:32 +0530)]
Removed dead code

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoFix edit message input not expending properly
ajbura [Tue, 8 Feb 2022 11:57:57 +0000 (17:27 +0530)]
Fix edit message input not expending properly

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoKeyboard focus related bugs (#299)
ginnyTheCat [Tue, 8 Feb 2022 11:43:59 +0000 (12:43 +0100)]
Keyboard focus related bugs (#299)

* Focus when opening the emoji board and editing a message

* Clean emoji board after closing

* Focus room search and member search

* Resolve conversations

3 years agoChange icon of join public room button
ajbura [Mon, 7 Feb 2022 10:15:57 +0000 (15:45 +0530)]
Change icon of join public room button

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoKeep direct rooms orthogonal (#183)
ajbura [Sat, 5 Feb 2022 13:55:59 +0000 (19:25 +0530)]
Keep direct rooms orthogonal (#183)

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoShow tombstone message in tombstoned room (#195)
ajbura [Sat, 5 Feb 2022 13:29:44 +0000 (18:59 +0530)]
Show tombstone message in tombstoned room (#195)

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoFix avatar showing av when loading (#247)
ajbura [Sat, 5 Feb 2022 12:49:30 +0000 (18:19 +0530)]
Fix avatar showing av when loading (#247)

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoFix select effect in emojiboard (#254)
ajbura [Sat, 5 Feb 2022 12:37:41 +0000 (18:07 +0530)]
Fix select effect in emojiboard (#254)

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoFix sending localEvent id to redact and reply (#231)
ajbura [Sat, 5 Feb 2022 12:23:02 +0000 (17:53 +0530)]
Fix sending localEvent id to redact and reply (#231)

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoMove message options upwards
ajbura [Sat, 5 Feb 2022 12:21:16 +0000 (17:51 +0530)]
Move message options upwards

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoAdd react/no-unstable-nested-components rule in eslintrc
ajbura [Sat, 5 Feb 2022 12:19:51 +0000 (17:49 +0530)]
Add react/no-unstable-nested-components rule in eslintrc

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoTrim homserver in Auth component
ajbura [Fri, 4 Feb 2022 06:13:39 +0000 (11:43 +0530)]
Trim homserver in Auth component

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoFix reaction tooltip message
ajbura [Fri, 4 Feb 2022 06:09:18 +0000 (11:39 +0530)]
Fix reaction tooltip message

Signed-off-by: ajbura <ajbura@gmail.com>
3 years agoBump matrix-js-sdk from 15.4.0 to 15.5.0 (#294)
dependabot[bot] [Thu, 3 Feb 2022 15:28:24 +0000 (20:58 +0530)]
Bump matrix-js-sdk from 15.4.0 to 15.5.0 (#294)

Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 15.4.0 to 15.5.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/v15.4.0...v15.5.0)

---
updated-dependencies:
- dependency-name: matrix-js-sdk
  dependency-type: direct:production
  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>
3 years agoBump @babel/core from 7.16.12 to 7.17.0 (#290)
dependabot[bot] [Thu, 3 Feb 2022 15:27:17 +0000 (20:57 +0530)]
Bump @babel/core from 7.16.12 to 7.17.0 (#290)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.12 to 7.17.0.
- [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.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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>
3 years agoBump tippy.js from 6.3.2 to 6.3.7 (#291)
dependabot[bot] [Thu, 3 Feb 2022 15:27:00 +0000 (20:57 +0530)]
Bump tippy.js from 6.3.2 to 6.3.7 (#291)

Bumps [tippy.js](https://github.com/atomiks/tippyjs) from 6.3.2 to 6.3.7.
- [Release notes](https://github.com/atomiks/tippyjs/releases)
- [Commits](https://github.com/atomiks/tippyjs/compare/v6.3.2...v6.3.7)

---
updated-dependencies:
- dependency-name: tippy.js
  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>
3 years agoBump react-modal from 3.14.3 to 3.14.4 (#292)
dependabot[bot] [Thu, 3 Feb 2022 15:26:43 +0000 (20:56 +0530)]
Bump react-modal from 3.14.3 to 3.14.4 (#292)

Bumps [react-modal](https://github.com/reactjs/react-modal) from 3.14.3 to 3.14.4.
- [Release notes](https://github.com/reactjs/react-modal/releases)
- [Changelog](https://github.com/reactjs/react-modal/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactjs/react-modal/compare/v3.14.3...v3.14.4)

---
updated-dependencies:
- dependency-name: react-modal
  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>
3 years agoBump dateformat from 4.5.1 to 5.0.2 (#287)
dependabot[bot] [Thu, 3 Feb 2022 15:15:49 +0000 (20:45 +0530)]
Bump dateformat from 4.5.1 to 5.0.2 (#287)

Bumps [dateformat](https://github.com/felixge/node-dateformat) from 4.6.3 to 5.0.2.
- [Release notes](https://github.com/felixge/node-dateformat/releases)
- [Commits](https://github.com/felixge/node-dateformat/commits/v5.0.2)

---
updated-dependencies:
- dependency-name: dateformat
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump clean-webpack-plugin from 3.0.0 to 4.0.0 (#286)
dependabot[bot] [Thu, 3 Feb 2022 15:12:06 +0000 (20:42 +0530)]
Bump clean-webpack-plugin from 3.0.0 to 4.0.0 (#286)

Bumps [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases)
- [Commits](https://github.com/johnagan/clean-webpack-plugin/compare/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: clean-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump webpack-cli from 4.9.1 to 4.9.2 (#285)
dependabot[bot] [Thu, 3 Feb 2022 15:11:25 +0000 (20:41 +0530)]
Bump webpack-cli from 4.9.1 to 4.9.2 (#285)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2)

---
updated-dependencies:
- dependency-name: webpack-cli
  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>
3 years agoBump sass from 1.49.0 to 1.49.7 (#288)
dependabot[bot] [Thu, 3 Feb 2022 15:10:42 +0000 (20:40 +0530)]
Bump sass from 1.49.0 to 1.49.7 (#288)

Bumps [sass](https://github.com/sass/dart-sass) from 1.49.0 to 1.49.7.
- [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.49.0...1.49.7)

---
updated-dependencies:
- dependency-name: sass
  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>
3 years agoReplace gfmHtml with gfmHtml() as per #282
ajbura [Thu, 3 Feb 2022 15:05:02 +0000 (20:35 +0530)]
Replace gfmHtml with gfmHtml() as per #282

3 years agoBump eslint from 7.32.0 to 8.8.0 (#278)
dependabot[bot] [Thu, 3 Feb 2022 14:50:43 +0000 (20:20 +0530)]
Bump eslint from 7.32.0 to 8.8.0 (#278)

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.8.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump eslint-config-airbnb from 18.2.1 to 19.0.4 (#279)
dependabot[bot] [Thu, 3 Feb 2022 14:47:48 +0000 (20:17 +0530)]
Bump eslint-config-airbnb from 18.2.1 to 19.0.4 (#279)

Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 18.2.1 to 19.0.4.
- [Release notes](https://github.com/airbnb/javascript/releases)
- [Commits](https://github.com/airbnb/javascript/compare/eslint-config-airbnb-v18.2.1...eslint-config-airbnb-v19.0.4)

---
updated-dependencies:
- dependency-name: eslint-config-airbnb
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump sass from 1.43.4 to 1.49.0 (#280)
dependabot[bot] [Thu, 3 Feb 2022 14:45:47 +0000 (20:15 +0530)]
Bump sass from 1.43.4 to 1.49.0 (#280)

Bumps [sass](https://github.com/sass/dart-sass) from 1.43.4 to 1.49.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.43.4...1.49.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>
3 years agoBump @babel/core from 7.15.8 to 7.16.12 (#281)
dependabot[bot] [Thu, 3 Feb 2022 14:44:31 +0000 (20:14 +0530)]
Bump @babel/core from 7.15.8 to 7.16.12 (#281)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.8 to 7.16.12.
- [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.16.12/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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>
3 years agoBump micromark-extension-gfm from 1.0.0 to 2.0.1 (#282)
dependabot[bot] [Thu, 3 Feb 2022 14:43:29 +0000 (20:13 +0530)]
Bump micromark-extension-gfm from 1.0.0 to 2.0.1 (#282)

Bumps [micromark-extension-gfm](https://github.com/micromark/micromark-extension-gfm) from 1.0.0 to 2.0.1.
- [Release notes](https://github.com/micromark/micromark-extension-gfm/releases)
- [Commits](https://github.com/micromark/micromark-extension-gfm/compare/1.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: micromark-extension-gfm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoDrag and drop files (#283)
ginnyTheCat [Thu, 3 Feb 2022 14:40:22 +0000 (15:40 +0100)]
Drag and drop files (#283)

* Add file drop

* Skip if no files are droped

* Show the page is not accepting file on the welcome page

3 years agoShow confirm dialog when change your own power level
Ajay Bura [Tue, 1 Feb 2022 04:11:50 +0000 (09:41 +0530)]
Show confirm dialog when change your own power level

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoRemove unused deps, restore github-script to 3.1.0
Ajay Bura [Mon, 31 Jan 2022 16:59:18 +0000 (22:29 +0530)]
Remove unused deps, restore github-script to 3.1.0

3 years agoBump @babel/preset-react from 7.14.5 to 7.16.7 (#277)
dependabot[bot] [Mon, 31 Jan 2022 16:36:12 +0000 (22:06 +0530)]
Bump @babel/preset-react from 7.14.5 to 7.16.7 (#277)

Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.14.5 to 7.16.7.
- [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.16.7/packages/babel-preset-react)

---
updated-dependencies:
- dependency-name: "@babel/preset-react"
  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>
3 years agoBump mini-css-extract-plugin from 1.6.2 to 2.5.3 (#275)
dependabot[bot] [Mon, 31 Jan 2022 16:35:46 +0000 (22:05 +0530)]
Bump mini-css-extract-plugin from 1.6.2 to 2.5.3 (#275)

Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.6.2 to 2.5.3.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.6.2...v2.5.3)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump follow-redirects from 1.14.5 to 1.14.7 (#266)
dependabot[bot] [Mon, 31 Jan 2022 16:17:09 +0000 (21:47 +0530)]
Bump follow-redirects from 1.14.5 to 1.14.7 (#266)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump nanoid from 3.1.30 to 3.2.0 (#265)
dependabot[bot] [Mon, 31 Jan 2022 16:01:38 +0000 (21:31 +0530)]
Bump nanoid from 3.1.30 to 3.2.0 (#265)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoAdd support for sending spoiler markdown (#267)
ginnyTheCat [Mon, 31 Jan 2022 15:58:42 +0000 (16:58 +0100)]
Add support for sending spoiler markdown (#267)

* Basic spoiler markdown plugin

* Remove console.log statement

3 years agoAdd menu header in general settings
Ajay Bura [Mon, 31 Jan 2022 09:52:53 +0000 (15:22 +0530)]
Add menu header in general settings

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoImprove UX of members tab
Ajay Bura [Mon, 31 Jan 2022 09:50:12 +0000 (15:20 +0530)]
Improve UX of members tab

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd license for graphics
Ajay Bura [Mon, 31 Jan 2022 06:46:49 +0000 (12:16 +0530)]
Add license for graphics

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd credits in app about section
Ajay Bura [Mon, 31 Jan 2022 06:45:58 +0000 (12:15 +0530)]
Add credits in app about section

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoUse specific and latest version in actions x2
Ajay Bura [Mon, 31 Jan 2022 04:33:31 +0000 (10:03 +0530)]
Use specific and latest version in actions x2

3 years agoUse specific and latest version in actions
Ajay Bura [Mon, 31 Jan 2022 04:29:36 +0000 (09:59 +0530)]
Use specific and latest version in actions

3 years agoBump prop-types from 15.7.2 to 15.8.1 (#276)
dependabot[bot] [Mon, 31 Jan 2022 04:04:14 +0000 (09:34 +0530)]
Bump prop-types from 15.7.2 to 15.8.1 (#276)

Bumps [prop-types](https://github.com/facebook/prop-types) from 15.7.2 to 15.8.1.
- [Release notes](https://github.com/facebook/prop-types/releases)
- [Changelog](https://github.com/facebook/prop-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/prop-types/compare/v15.7.2...v15.8.1)

---
updated-dependencies:
- dependency-name: prop-types
  dependency-type: direct:production
  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>
3 years agoUpdate build-pull-request.yml to use npm ci (#271)
Krishan [Sun, 30 Jan 2022 15:29:37 +0000 (20:59 +0530)]
Update build-pull-request.yml to use npm ci (#271)

3 years agoImprove Dockerfile (#256)
C0ffeeCode [Sun, 30 Jan 2022 15:28:38 +0000 (16:28 +0100)]
Improve Dockerfile (#256)

* Use npm ci over install to achive faster and more expectable build results;
Split copy package(-lock).json files and ci then to avoid reinstalling dependencies when not needed => Faster build times

* Stopp adding wasm type to mime.types, its already there (duplicate):
- avoids warning in console
- cleans up
- might have been missing in past nginx:alpine versions but now exists

* Change node tag from alpine and nginx to more specific ones for #260

3 years agoCreate dependabot.yml (#260)
Felix [Sun, 30 Jan 2022 15:27:53 +0000 (16:27 +0100)]
Create dependabot.yml (#260)

3 years agoFix bug in room member search
Ajay Bura [Sun, 30 Jan 2022 13:27:15 +0000 (18:57 +0530)]
Fix bug in room member search

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd member list in space settings
Ajay Bura [Sun, 30 Jan 2022 13:17:19 +0000 (18:47 +0530)]
Add member list in space settings

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd max width for room and space options menu
Ajay Bura [Sun, 30 Jan 2022 05:11:18 +0000 (10:41 +0530)]
Add max width for room and space options menu

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd btn and hotkey to close room settings (#269)
Ajay Bura [Sun, 30 Jan 2022 04:35:46 +0000 (10:05 +0530)]
Add btn and hotkey to close room settings (#269)

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoEnable markdown by default
Ajay Bura [Sat, 29 Jan 2022 14:24:39 +0000 (19:54 +0530)]
Enable markdown by default

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd Desktop notifications (#252)
ginnyTheCat [Sat, 29 Jan 2022 14:20:51 +0000 (15:20 +0100)]
Add Desktop notifications (#252)

* Add notifications

* Abide push actions

* Handle browsers not having notification support

* Ask for notification permission after loading

* Make usePermission work without live permission support

* Focus message when clicking the notification

* make const all caps

* Fix usePermission error in Safari

* Fix live permissions

* Remove userActivity and use document.visibilityState instead

* Change setting label to "desktop notifications"

* Check for notification permissions in the settings.js

3 years agoAdd space options in space selector
Ajay Bura [Sat, 29 Jan 2022 09:01:14 +0000 (14:31 +0530)]
Add space options in space selector

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoOpen space options on right click pinned space icon
Ajay Bura [Sat, 29 Jan 2022 09:00:42 +0000 (14:30 +0530)]
Open space options on right click pinned space icon

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd space options context menu
Ajay Bura [Sat, 29 Jan 2022 08:41:05 +0000 (14:11 +0530)]
Add space options context menu

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd space settings
Ajay Bura [Sat, 29 Jan 2022 08:18:06 +0000 (13:48 +0530)]
Add space settings

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoMake room permission component reusable for space settings
Ajay Bura [Sat, 29 Jan 2022 08:17:37 +0000 (13:47 +0530)]
Make room permission component reusable for space settings

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoMake room profile component reusable for space settings
Ajay Bura [Sat, 29 Jan 2022 08:17:06 +0000 (13:47 +0530)]
Make room profile component reusable for space settings

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoMake room alias component reusable for space settings
Ajay Bura [Sat, 29 Jan 2022 08:16:32 +0000 (13:46 +0530)]
Make room alias component reusable for space settings

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoMake title prop as node in PopupWindow component
Ajay Bura [Sat, 29 Jan 2022 08:15:36 +0000 (13:45 +0530)]
Make title prop as node in PopupWindow component

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoFix emoji scaling in suggestion
Ajay Bura [Fri, 28 Jan 2022 05:25:52 +0000 (10:55 +0530)]
Fix emoji scaling in suggestion

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoNormalize unicode search (#263)
ginnyTheCat [Thu, 27 Jan 2022 10:05:53 +0000 (11:05 +0100)]
Normalize unicode search (#263)

* Normalize unicode search

* Add option to setup function

* Make the call to normalize more explicit

3 years agoTwemojify name suggestion
Ajay Bura [Thu, 27 Jan 2022 05:50:36 +0000 (11:20 +0530)]
Twemojify name suggestion

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoUpdated dependencies
Ajay Bura [Thu, 27 Jan 2022 04:19:52 +0000 (09:49 +0530)]
Updated dependencies

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agov1.7.0 v1.7.0
Ajay Bura [Wed, 26 Jan 2022 12:36:07 +0000 (18:06 +0530)]
v1.7.0

3 years agoHide reaction picker for user without permission
Ajay Bura [Wed, 26 Jan 2022 11:46:40 +0000 (17:16 +0530)]
Hide reaction picker for user without permission

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoRefactor navigation
Ajay Bura [Wed, 26 Jan 2022 11:33:26 +0000 (17:03 +0530)]
Refactor navigation

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoFix scroll when switching between home and DM (#243)
Ajay Bura [Wed, 26 Jan 2022 10:24:58 +0000 (15:54 +0530)]
Fix scroll when switching between home and DM (#243)

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoFix gap under typing indicator in some device
Ajay Bura [Wed, 26 Jan 2022 09:59:45 +0000 (15:29 +0530)]
Fix gap under typing indicator in some device

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoBugfix: Add lazy loading to emoji board (#259)
Justin Shaw [Wed, 26 Jan 2022 06:48:11 +0000 (22:48 -0800)]
Bugfix: Add lazy loading to emoji board (#259)

* add lazy loading to emoji board

* add newline to end of package-lock file

3 years agoAdd support for custom emoji in reactions
Ajay Bura [Wed, 26 Jan 2022 06:36:18 +0000 (12:06 +0530)]
Add support for custom emoji in reactions

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoShow underline on link hover
Ajay Bura [Tue, 25 Jan 2022 06:45:47 +0000 (12:15 +0530)]
Show underline on link hover

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoFix scrollbar padding for safari breaks other component styling
Ajay Bura [Mon, 24 Jan 2022 09:26:36 +0000 (14:56 +0530)]
Fix scrollbar padding for safari breaks other component styling

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agotwemojify names in reaction tooltip
Ajay Bura [Mon, 24 Jan 2022 09:24:53 +0000 (14:54 +0530)]
twemojify names in reaction tooltip

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoFix username overflow in timeline change messages
Ajay Bura [Mon, 24 Jan 2022 09:23:51 +0000 (14:53 +0530)]
Fix username overflow in timeline change messages

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoUpdate contributing.md
Ajay Bura [Mon, 17 Jan 2022 07:20:58 +0000 (12:50 +0530)]
Update contributing.md

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoFix live read recipt count (#227)
Ajay Bura [Mon, 17 Jan 2022 06:50:18 +0000 (12:20 +0530)]
Fix live read recipt count (#227)

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoDisabe search input in encrypted room
Ajay Bura [Mon, 17 Jan 2022 06:49:35 +0000 (12:19 +0530)]
Disabe search input in encrypted room

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoDisabe search in encrypted room
Ajay Bura [Mon, 17 Jan 2022 04:45:13 +0000 (10:15 +0530)]
Disabe search in encrypted room

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoFix type in search icon tooltip
Ajay Bura [Mon, 17 Jan 2022 04:30:19 +0000 (10:00 +0530)]
Fix type in search icon tooltip

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoUpdate bug report template
Ajay Bura [Sun, 16 Jan 2022 12:50:39 +0000 (18:20 +0530)]
Update bug report template

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd search icon in room header
Ajay Bura [Sun, 16 Jan 2022 12:48:33 +0000 (18:18 +0530)]
Add search icon in room header

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoUpdate bug report template
Ajay Bura [Sun, 16 Jan 2022 12:48:06 +0000 (18:18 +0530)]
Update bug report template

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoFix crash in profile viewer
Ajay Bura [Sun, 16 Jan 2022 12:47:20 +0000 (18:17 +0530)]
Fix crash in profile viewer

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoRe-arrange general room settings
Ajay Bura [Sun, 16 Jan 2022 12:25:00 +0000 (17:55 +0530)]
Re-arrange general room settings

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoAdd ability to search room messages
Ajay Bura [Sun, 16 Jan 2022 08:47:50 +0000 (14:17 +0530)]
Add ability to search room messages

Signed-off-by: Ajay Bura <ajbura@gmail.com>
3 years agoFix font weight for dark theme
Ajay Bura [Sun, 16 Jan 2022 08:47:23 +0000 (14:17 +0530)]
Fix font weight for dark theme

Signed-off-by: Ajay Bura <ajbura@gmail.com>