Commit Graph

685 Commits

Author SHA1 Message Date
Travis Ralston
ca7f1fbbe6 Optimize imports 2021-12-02 16:20:56 -07:00
Travis Ralston
0c65acedd3 Partial implementation of github bridging 2021-12-02 16:14:27 -07:00
Travis Ralston
6aaf7db831 Merge branch 'master' into travis/meaningless-branch-name 2021-12-01 14:36:06 -07:00
Travis Ralston
2fb719f7fd
Merge pull request #446 from TheTimeWalker/version
Use package version env and only use git string in dev mode
2021-12-01 14:35:47 -07:00
Travis Ralston
2f3859aa11 Support Jira bridging 2021-12-01 14:35:16 -07:00
Tony Stipanic
b298f79b9a
Use read-pkg-up to search for package.json version
Note: Version 7 has to bes used as newer version  do not support CommonJS
2021-12-01 21:40:24 +01:00
Travis Ralston
e6f0563012 Fix types 2021-12-01 12:45:28 -07:00
Travis Ralston
f0a79bad32 More riot->element renaming 2021-12-01 12:43:22 -07:00
Travis Ralston
739f7088a2 Merge branch 'travis/redesign-1.1' into travis/meaningless-branch-name 2021-12-01 12:37:44 -07:00
Travis Ralston
f2c5d7fe4f Update Jitsi logo 2021-11-30 20:11:26 -07:00
Travis Ralston
2a42e72ee8 Early implementation of design refresh (in progress) 2021-11-30 20:06:59 -07:00
Travis Ralston
6bdb8b9dfe Merge branch 'travis/cleanup' into travis/redesign 2021-11-30 19:29:57 -07:00
Travis Ralston
836c3ad72a Clean up imports 2021-11-30 19:29:39 -07:00
Travis Ralston
4d7f286a70 Merge branch 'travis/hookshot-jira' into travis/cleanup 2021-11-30 19:26:52 -07:00
Travis Ralston
43f795f4da Initial support for matrix-hookshot#jira 2021-11-30 19:25:57 -07:00
Travis Ralston
089925ee4c G I T H U B 2021-11-30 19:23:54 -07:00
Travis Ralston
2870f264d0 Random file cleanup 2021-11-30 19:23:02 -07:00
Travis Ralston
feca813b62 Merge branch 'travis/hookshot-github' into travis/hookshot-jira 2021-11-30 15:37:47 -07:00
Travis Ralston
2bd5ad15df Merge branch 'master' into travis/hookshot-github 2021-11-30 15:37:33 -07:00
Travis Ralston
5ee0254521 Remove removed option 2021-11-29 14:26:29 -07:00
Travis Ralston
eb7dfb4f64 Initial support for matrix-hookshot#github
Missing:
* Bridge repo
* Unbridge repo
* Ignore hooks?
* List orgs and repos (or other sensible format)
* GH Auth
2021-11-25 16:24:50 -07:00
Tony Stipanic
62e7fcb5a1
Use package version env and only use git string in dev mode 2021-11-25 19:49:31 +01:00
Travis Ralston
22b245bbd1 Fix public integration warning toast 2021-11-24 14:23:23 -07:00
Travis Ralston
c8d175275e Misc fixes 2021-11-24 13:53:55 -07:00
Travis Ralston
11f90c7825 Remove Gitter completely 2021-11-24 13:53:32 -07:00
Travis Ralston
4995129afa Fix verbose logging 2021-11-24 13:26:00 -07:00
Travis Ralston
123a45bb21 Switch logger to bot-sdk 2021-11-24 13:21:46 -07:00
Travis Ralston
c6d047c0a6 Update lockfile format 2021-11-24 13:16:27 -07:00
Travis Ralston
557e7a39c3
Merge pull request #412 from johannes-krude/master
docs/installing.md: `npm install` on update
2021-11-24 13:11:11 -07:00
Travis Ralston
a6d92ea35b tabs -> spaces 2021-11-24 13:09:47 -07:00
Travis Ralston
59bdb67bdd Merge remote-tracking branch 'mibmo/docs/config-path-clarification' 2021-11-24 13:06:47 -07:00
Travis Ralston
04da85f463
Merge pull request #403 from mattcen/build-on-arm64
Build Dockerfile on arm64
2021-11-24 13:05:43 -07:00
Travis Ralston
959b335d17
Merge pull request #443 from DarkKirb/patch-1
Allow stickers to be sent from Element Android
2021-11-24 12:59:25 -07:00
Dark Kirb
7bec89bd5f
Allow stickers to be sent from Element Android
Previous work was done in commit be8ebdbc3e

This fixes #441
2021-11-07 16:00:03 +00:00
mib
1abfadd62c
docs: update i18n template 2021-10-28 01:44:50 +02:00
mib
1e22636d75
docs: clarify file path of config.json file 2021-10-28 01:32:09 +02:00
Travis Ralston
02d616ba97
Merge pull request #433 from TheTimeWalker/small-general-fixes
Small general fixes incl. toaster CSS, postgres, lazy loading for stickers
2021-10-18 19:28:38 -06:00
Tony Stipanic
622890647d
Revert "Change docker command to not set volume to root-only "etc""
This reverts commit e21bf7acab.
2021-10-15 12:40:42 +02:00
Travis Ralston
a95ffa05d0
Merge pull request #434 from TheTimeWalker/etherpad-length-fix
Reduce roomID length, limit Pad Name to 39 characters
2021-10-14 11:37:05 -06:00
Travis Ralston
b47eb535a3
Merge pull request #435 from turt2live/dependabot/npm_and_yarn/nth-check-2.0.1
Bump nth-check from 2.0.0 to 2.0.1
2021-10-10 16:54:49 -06:00
Matthew Cengia
fe02d39b78 Tidy apk add command
Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
2021-09-21 15:35:46 +10:00
Matthew Cengia
ca07186d16 Build Dockerfile on arm64
This isn't ideal yet; the second state shouldn't need to rebuild a bunch
of node packages, but I'm not sufficiently experienced with node to know
which files to copy in from the `build` stage.

Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
2021-09-21 15:34:48 +10:00
dependabot[bot]
68c3f5640e
Bump nth-check from 2.0.0 to 2.0.1
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 21:48:04 +00:00
Tony Stipanic
629cc43560
Reduce roomID length, limit Pad Name to 39 characters 2021-09-17 19:01:18 +02:00
Tony Stipanic
a1dcdcb1b1
Use lazy loading attribute for stickers 2021-09-17 15:24:58 +02:00
Tony Stipanic
e21bf7acab
Change docker command to not set volume to root-only "etc" 2021-09-17 14:58:24 +02:00
Tony Stipanic
82b9d86f9d
Mention Postgres in installation documentation 2021-09-17 14:51:57 +02:00
Travis Ralston
6964bca40e Make db avatar migrations postgres compatible
Fixes https://github.com/turt2live/matrix-dimension/issues/431
2021-09-07 23:24:43 -06:00
Tony Stipanic
1a7b8ca822
Override bootstrap toaster CSS fixing angular2-toaster 2021-09-07 00:19:02 +02:00
Travis Ralston
e2d4ae5e7f
Merge pull request #430 from TheTimeWalker/fix-neb-avatar
Update URLs for neb bots
2021-09-06 15:30:43 -06:00