Commit graph

  • e283d4cd21
    Bump eslint from 8.22.0 to 8.23.0 (#799) dependabot[bot] 2022-09-02 19:21:45 +05:30
  • 1df0056397
    Merge branch 'dev' into dependabot/npm_and_yarn/eslint-8.23.0 Ajay Bura 2022-09-02 19:18:11 +05:30
  • 4fe02d27c8
    Bump webpack-dev-server from 4.10.0 to 4.10.1 (#800) dependabot[bot] 2022-09-02 19:16:28 +05:30
  • 5457708136
    Merge branch 'dev' into dependabot/npm_and_yarn/webpack-dev-server-4.10.1 Ajay Bura 2022-09-02 19:16:21 +05:30
  • 5a269c68ae
    Bump html-react-parser from 3.0.1 to 3.0.4 (#797) dependabot[bot] 2022-09-02 19:15:59 +05:30
  • af15d9fa7a
    Merge branch 'dev' into dependabot/npm_and_yarn/html-react-parser-3.0.4 Ajay Bura 2022-09-02 19:15:50 +05:30
  • 570a1c85af
    Bump eslint-plugin-react from 7.30.1 to 7.31.1 (#796) dependabot[bot] 2022-09-02 19:15:28 +05:30
  • acef2390f3
    Merge branch 'dev' into dependabot/npm_and_yarn/eslint-plugin-react-7.31.1 Ajay Bura 2022-09-02 19:15:18 +05:30
  • f7ff1ef2bd
    Bump actions/github-script from 6.1.1 to 6.2.0 (#794) dependabot[bot] 2022-09-02 19:15:03 +05:30
  • c589de9e30
    Merge branch 'dev' into dependabot/github_actions/actions/github-script-6.2.0 Ajay Bura 2022-09-02 19:14:54 +05:30
  • 04530a801c
    Bump @babel/core from 7.18.10 to 7.18.13 (#783) dependabot[bot] 2022-09-02 19:14:34 +05:30
  • d8876920e2
    Merge branch 'dev' into dependabot/npm_and_yarn/babel/core-7.18.13 Ajay Bura 2022-09-02 19:14:27 +05:30
  • 756cd0921b
    Bump sass from 1.54.4 to 1.54.5 (#781) dependabot[bot] 2022-09-02 19:14:14 +05:30
  • 07da6ef017
    Merge branch 'dev' into dependabot/npm_and_yarn/sass-1.54.5 Ajay Bura 2022-09-02 19:14:02 +05:30
  • 3cce94ed3c Update deps Krishan 2022-08-31 22:04:14 +05:30
  • b98f23d7b0 Release v2.1.3 Krishan 2022-08-31 22:00:15 +05:30
  • 292eee33b9 Release v2.1.3 Krishan 2022-08-31 21:25:35 +05:30
  • 583c834ba8 Bump matrix-js-sdk from 19.2.0 to 19.4.0 Ajay Bura 2022-08-31 21:51:02 +05:30
  • 0b85192081
    Merge branch 'dev' into release-2.1.3 Krishan 2022-08-31 21:27:10 +05:30
  • 17fabcaf02 Release v2.1.3 v2.1.3 Krishan 2022-08-31 21:25:35 +05:30
  • 44875d0de0 Bump matrix-js-sdk from 19.2.0 to 19.4.0 Krishan 2022-08-31 21:07:18 +05:30
  • e5449ab081 Update linkHandlers.jsx Dylan 2022-08-31 16:19:14 +09:30
  • 80e3f1be33 make matrix.to navigate to room if already a member Dylan 2022-08-30 19:48:40 +09:30
  • 77e9a5bcc2 Removed room preview Dylan 2022-08-30 19:20:31 +09:30
  • 4ff1aa3813 Fix code style Dylan 2022-08-30 18:37:25 +09:30
  • 7f9faeff3e
    Bump webpack-dev-server from 4.10.0 to 4.10.1 dependabot[bot] 2022-08-29 20:36:55 +00:00
  • e83c55a59d
    Bump eslint from 8.22.0 to 8.23.0 dependabot[bot] 2022-08-29 20:36:18 +00:00
  • 88cfec6a2f
    Bump katex from 0.16.0 to 0.16.1 dependabot[bot] 2022-08-29 20:35:37 +00:00
  • 2c60d06b04
    Bump html-react-parser from 3.0.1 to 3.0.4 dependabot[bot] 2022-08-29 20:35:20 +00:00
  • 65ae88cd20
    Bump eslint-plugin-react from 7.30.1 to 7.31.1 dependabot[bot] 2022-08-29 20:35:00 +00:00
  • 52d205576d
    Bump actions/github-script from 6.1.1 to 6.2.0 dependabot[bot] 2022-08-29 20:34:41 +00:00
  • dc3c1a6be3 Add reason in command Ajay Bura 2022-08-29 20:46:14 +05:30
  • 180b908bd0 Fix cmd descriptions Ajay Bura 2022-08-29 19:04:44 +05:30
  • cb5e8812e4 Add help command Ajay Bura 2022-08-28 16:35:18 +05:30
  • 685154889c Add /me & /shrug commands Ajay Bura 2022-08-28 15:49:54 +05:30
  • 459987b2b3 Remove unnecessary imports Dylan 2022-08-28 19:46:26 +09:30
  • c2f6a80244 Created Link handlers for matrix.to Dylan 2022-08-28 19:38:57 +09:30
  • 77f976392f Fix commands and added more Ajay Bura 2022-08-27 20:48:53 +05:30
  • 1c6cad2c07
    Merge 1b1acf0f18 into 33949dbdb1 Felix 2022-08-27 11:03:55 -04:00
  • 33949dbdb1
    Implement cancel replyto on escape key press (#777) jameskitt616 2022-08-27 04:51:41 +02:00
  • 69221d92ee WIP Ajay Bura 2022-08-25 19:24:30 +05:30
  • 2f75bceaad
    Added: docker buildx setup to docker PR workflow Felix 2022-08-24 23:48:33 +02:00
  • 75b0cf6e46
    Update docker-pr.yml Felix 2022-08-24 23:44:39 +02:00
  • 175159c1d5
    Added: gha cache to prod-deploy.yml Felix 2022-08-24 23:42:26 +02:00
  • 1b1acf0f18
    Change npm ci flags Felix 2022-08-24 23:39:47 +02:00
  • c3be616cc7 very hacky account switcher poc ash lea 2022-08-22 16:45:18 -04:00
  • d9a18c9a03
    Bump @babel/core from 7.18.10 to 7.18.13 dependabot[bot] 2022-08-22 20:33:05 +00:00
  • d19ac0d4c7
    Bump html-react-parser from 3.0.1 to 3.0.3 dependabot[bot] 2022-08-22 20:31:02 +00:00
  • 6d98c54088
    Bump sass from 1.54.4 to 1.54.5 dependabot[bot] 2022-08-22 20:30:17 +00:00
  • 0709ebc81e
    Bump matrix-js-sdk from 19.2.0 to 19.3.0 dependabot[bot] 2022-08-22 20:29:29 +00:00
  • 6c8434a1cf Change font to Public Sans Ajay Bura 2022-08-22 20:05:06 +05:30
  • fd79ea4b9b
    Simplify readme and add various helpful links (#776) Krishan 2022-08-22 08:29:47 +05:30
  • ac9bd402f9 Add download links in readme Krishan 2022-08-22 08:14:33 +05:30
  • 92727b60f4 Add desktop app link Krishan 2022-08-22 08:10:14 +05:30
  • e23ae8fec1 update intro Krishan 2022-08-21 21:53:36 +05:30
  • 647e976b33 Implement cancel replyto on escape key press jameskitt616 2022-08-21 18:19:30 +02:00
  • 93117be8cf
    Merge branch 'dev' into doc-update Krishan 2022-08-21 21:43:36 +05:30
  • 947c46ad83 Simplyfy readme and add various helpful links Krishan 2022-08-21 21:26:18 +05:30
  • b3bff6b43f
    Edit last message with up arrow key (#774) Ajay Bura 2022-08-21 19:41:48 +05:30
  • e937cfa900
    Merge branch 'dev' into up-arrow-edit Ajay Bura 2022-08-21 19:38:20 +05:30
  • 80aa55b706
    Rework Markdown parsing (#719) ginnyTheCat 2022-08-21 16:04:09 +02:00
  • a79b932186
    Remove unused import ginnyTheCat 2022-08-14 14:11:50 +02:00
  • 3e37183506
    Cleanup for merge ginnyTheCat 2022-08-14 13:55:46 +02:00
  • ab4802a4ec
    Fix typo when allowing start attribute ginnyTheCat 2022-08-12 23:23:45 +02:00
  • b862351388
    Handle single newlines ginnyTheCat 2022-08-08 18:22:24 +02:00
  • 71de1fd7b8
    Make paragraphs display with newline in between ginnyTheCat 2022-08-08 12:27:34 +02:00
  • 92e9e68ad5
    Add spoiler reason input support ginnyTheCat 2022-08-08 00:20:52 +02:00
  • 4f01250143
    Fixed spoiler not working ginnyTheCat 2022-08-07 10:44:57 +02:00
  • c98d9e1030
    Remove unnecessary <p> tag ginnyTheCat 2022-08-06 17:47:33 +02:00
  • a3140293a5
    Add display math support ginnyTheCat 2022-08-06 17:29:40 +02:00
  • f37ee0f36f
    Basic plain text rendering ginnyTheCat 2022-08-06 11:24:46 +02:00
  • 83265ac218
    Add inline maths ginnyTheCat 2022-08-05 23:55:52 +02:00
  • 1fdf4daad8
    Switch markdown parser ginnyTheCat 2022-08-05 23:54:41 +02:00
  • 1c5ff01c45 Edit last message with up arrow key Ajay Bura 2022-08-21 14:32:52 +05:30
  • 76c16ce294 Fix open room from search always open same space Ajay Bura 2022-08-21 08:51:13 +05:30
  • 715e6648ae Fix image lightbox height Ajay Bura 2022-08-21 08:33:47 +05:30
  • 984fad811c
    Bump actions/github-script from 6.1.0 to 6.1.1 (#755) dependabot[bot] 2022-08-20 21:09:36 +05:30
  • 6227986579 Bump actions/github-script from 6.1.0 to 6.1.1 dependabot[bot] 2022-08-15 20:32:32 +00:00
  • eafd2c8a13
    Bump eslint from 8.21.0 to 8.22.0 (#756) dependabot[bot] 2022-08-20 21:09:08 +05:30
  • b65ab7aff3 Bump eslint from 8.21.0 to 8.22.0 dependabot[bot] 2022-08-15 20:34:00 +00:00
  • 82fb243ffe Fix room not selecting with bad emoji data (#772) Ajay Bura 2022-08-20 21:07:20 +05:30
  • 6cbf1b2eac
    Bump sass from 1.54.3 to 1.54.4 (#757) dependabot[bot] 2022-08-20 21:05:35 +05:30
  • cb8995c0be
    Merge branch 'dev' into dependabot/npm_and_yarn/sass-1.54.4 Krishan 2022-08-20 21:03:14 +05:30
  • 043e411a98
    Bump webpack-dev-server from 4.9.3 to 4.10.0 (#758) dependabot[bot] 2022-08-20 21:03:02 +05:30
  • c05e16c29e
    Merge branch 'dev' into dependabot/npm_and_yarn/webpack-dev-server-4.10.0 Krishan 2022-08-20 20:59:29 +05:30
  • f93b666bbf
    Push Docker image to ghcr registry (#764) Krishan 2022-08-20 20:59:02 +05:30
  • de2680c764
    Merge branch 'dev' into ghcr-registry Ajay Bura 2022-08-20 20:54:28 +05:30
  • 7e28aa1474
    Update sidebar on room/space switch (#768) Ajay Bura 2022-08-20 20:51:37 +05:30
  • 923d2a2167
    Merge branch 'dev' into sidebar-update Krishan 2022-08-20 20:46:43 +05:30
  • a6d5bfe967
    Merge branch 'dev' into ghcr-registry Krishan 2022-08-20 19:00:19 +05:30
  • 1deef51df0
    Add cancel edit-message on Escape Key press (#765) jameskitt616 2022-08-20 15:26:37 +02:00
  • ddacdbf25f Order category by AtoZ (#769) Ajay Bura 2022-08-20 16:29:07 +05:30
  • 7c3a32641c Fix selecting dm always open dm tab Ajay Bura 2022-08-20 16:21:22 +05:30
  • 1ec7322830 Hide pin spaces from home Ajay Bura 2022-08-20 13:58:24 +05:30
  • 30972b8e87 Remove globally exposed vars Ajay Bura 2022-08-20 13:27:03 +05:30
  • e801aa538d Fix leaved room appear in category & search Ajay Bura 2022-08-20 13:26:12 +05:30
  • a5878e9de6 Fix room remain selected on leave Ajay Bura 2022-08-20 13:12:29 +05:30
  • 8b52c3cfff Fix auto select room in categorized space Ajay Bura 2022-08-20 12:52:56 +05:30
  • 0fc128150b Fix wrong space gets selected with some rooms Ajay Bura 2022-08-20 11:01:42 +05:30
  • db7f1746f6 Merge branch 'sidebar-update' of https://github.com/ajbura/cinny into sidebar-update Ajay Bura 2022-08-19 19:36:32 +05:30