Commit Graph

14 Commits

Author SHA1 Message Date
Travis Ralston
348825d01b Update i18n 2021-12-13 13:29:22 -07:00
Travis Ralston
bdd42b5893 First pass of widget config screen designs 2021-12-08 16:21:39 -07:00
Travis Ralston
aa851d99df Misc cleanup 2021-12-06 21:20:16 -07:00
Travis Ralston
6cef362815 i18n 2021-12-03 14:50:03 -07:00
Travis Ralston
87b4c98509 Some iteration on the overall design 2021-12-03 00:33:53 -07:00
Travis Ralston
2f3859aa11 Support Jira bridging 2021-12-01 14:35:16 -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
43f795f4da Initial support for matrix-hookshot#jira 2021-11-30 19:25:57 -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
Travis Ralston
a6d92ea35b tabs -> spaces 2021-11-24 13:09:47 -07: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
Tony Stipanic
4954de2a96
Upgrade everything to Angular 12 and more + build changes
This is a very big commit that does an initial job of upgrading everything to the latest version. TSLint gets replaced by ESLint. Instead of plain node, now ts-node is being used. Old modules also get replaced with new ones (mostly ng2 to ngx). Also obsolete configs have been replaced with how it's used today with Angular.

This includes:

* Upgrade to:
** Angular 12
** Typescript 4
** ESLint 7 and replace TSLint
** Bootstrap 5
** Eerything connected to these
* Run with ts-node
* Convert wepack config to angular config
* Remove typescript-ioc
* Update tsconfigs
* Run a git command instead of using a library for sshort hash
* Move assets to a new location align with default Angular settings
* Database migration for new avatarUrl locations
* Simplify Model extension align with newest sequelize version
* Remove breadcrumb hack
* Fix homeserver typo
* A few general fixes that are necessary with newest Typescript rules
* Define Express.User interface
2021-08-29 19:39:43 +02:00