Commit graph

108 commits

Author SHA1 Message Date
turt2live 02c981b070 [BREAKING] Allow possibility of disabling Scalar upstream
This is a breaking change because of the structure change for upstreams. Instead of being an object, it is now a list. Existing configurations are not guaranteed to work.

Adds #108 and starts work on #22 (upstream config).
2017-09-11 20:50:43 -06:00
turt2live 1138dc3c0a Add more user documentation to README
Fixes #111 and part of #108
2017-09-11 20:04:31 -06:00
turt2live aa075ef9ca Don't overwrite server name in open ID info when doing SRV lookups
Otherwise we don't end up asking for a token for matrix.org, we ask on behalf of matrix.org:8448
2017-09-08 21:12:26 -06:00
turt2live 0b37269014 Reorganize the UI into sections to make it a bit clearer on what everthing is 2017-09-08 20:53:52 -06:00
turt2live ab4d5ac76d Always use https when contacting homeserver
Fixes #106
2017-09-08 20:31:56 -06:00
turt2live 7cae74ebe8 Clean up documentation in README 2017-09-08 20:30:49 -06:00
turt2live 90b3be567d Remove greenkeeper from readme 2017-09-02 23:08:56 -06:00
turt2live 2c6e33de74 Disable greenkeeper 2017-09-02 23:08:14 -06:00
turt2live 7b8e5c0125 Slight change in avatar for custom widgets 2017-08-28 22:17:47 -06:00
turt2live c9571576fe Support custom widgets in the frontend
Adds #91
2017-08-28 22:09:00 -06:00
turt2live f1c12a2ea6 Minor edit to Riot documentation on widgets 2017-08-27 23:32:16 -06:00
turt2live 0406a69b86 Add backend for simple widgets (custom)
This is a start on #91

TODO:
* Special case widgets in the front end
* Check permissions for widgets (can_send_event)
* Treat existing widgets as editable integrations (with an "Add Widget" for adding multiples)
* Figure out UI for laying this all out
2017-08-27 23:02:36 -06:00
turt2live d9a578f909 Document widget APIs and misc scalar APIs
Adds #34 and #38
2017-08-27 22:50:14 -06:00
turt2live 91f6bfa7f9 Make tslint happy 2017-08-27 19:12:47 -06:00
turt2live 0abc937fd2 Forcefully disable github bot for now 2017-08-27 19:08:03 -06:00
turt2live b5633554cb Merge branch 'travis/github' 2017-08-27 19:06:46 -06:00
turt2live 3f360cb4ab Add Travis CI integration (scalar)
Adds #15
2017-08-27 19:05:38 -06:00
turt2live 7cee8c99c4 Lookup SRV records when trying to get open ID information
Fixes #58
2017-08-26 23:49:27 -06:00
turt2live 7bfcd4f624 Merge branch 'master' into travis/github 2017-08-26 23:26:35 -06:00
turt2live 2f41826fd5 Make the build happy again 2017-08-26 23:26:00 -06:00
turt2live 474865838c Switch out dialog library for new version 2017-08-26 23:07:39 -06:00
turt2live 8b6491fd00 Package upgrades from greenkeeper 2017-08-26 23:05:39 -06:00
greenkeeper[bot] 30e5a229d5 fix(package): update matrix-js-sdk to version 0.8.2
Closes #84
2017-08-26 23:04:27 -06:00
greenkeeper[bot] 5a7693d0d4 chore(package): update angular2-modal to version 3.0.3
Closes #83
2017-08-26 23:04:19 -06:00
turt2live ea725f04d5 chore(package): update file-loader to version 1.0.0
Closes #78
2017-08-26 23:04:11 -06:00
greenkeeper[bot] 99e71acb9d chore(package): update html-loader to version 0.5.1
Closes #77
2017-08-26 23:03:35 -06:00
turt2live 6c50cba535 Package upgrades 2017-08-26 23:03:25 -06:00
Travis Ralston 6dd7f26a19 Merge pull request #56 from turt2live/greenkeeper/extract-text-webpack-plugin-3.0.0
Update extract-text-webpack-plugin to the latest version 🚀
2017-07-11 09:43:09 -06:00
turt2live e6245227fc Update package-lock 2017-07-11 09:39:10 -06:00
greenkeeper[bot] eec374d34c chore(package): update extract-text-webpack-plugin to version 3.0.0 2017-07-10 21:48:47 +00:00
Travis Ralston e96ce1988d Merge pull request #54 from turt2live/greenkeeper/postcss-cssnext-3.0.0
Update postcss-cssnext to the latest version 🚀
2017-07-05 15:31:00 -06:00
greenkeeper[bot] 534866bfb1 chore(package): update postcss-cssnext to version 3.0.0 2017-07-05 21:08:38 +00:00
Travis Ralston a640f963f4 Merge pull request #52 from turt2live/greenkeeper/chalk-2.0.0
Update chalk to the latest version 🚀
2017-06-29 20:15:21 -06:00
greenkeeper[bot] d6dee8dd59 fix(package): update chalk to version 2.0.0 2017-06-30 01:14:14 +00:00
Travis Ralston 1feb951ead Merge pull request #51 from turt2live/greenkeeper/@angularclass/hmr-2.1.0
chore(package): update @angularclass/hmr to version 2.1.0
2017-06-28 12:12:05 -06:00
greenkeeper[bot] 3f0e45332e chore(package): update @angularclass/hmr to version 2.1.0
Closes #50
2017-06-28 17:58:37 +00:00
turt2live 5eb1c8c6e8 Make npm happier 2017-06-25 22:44:46 -06:00
turt2live 353d4304da Add jenkins build script 2017-06-25 22:22:14 -06:00
turt2live 3b5da30fd1 Merge branch 'master' into travis/github 2017-06-25 22:07:50 -06:00
turt2live b6b7cc5517 Make dev environment happy again 2017-06-25 22:07:41 -06:00
turt2live e0f9d3a624 Upgrade dependencies to be nodejs 6.11 & npm5 compatible
Closes #43, #41, #40, and #47
2017-06-25 21:57:13 -06:00
Travis Ralston 873bb95819 Merge pull request #49 from turt2live/greenkeeper/@types/node-8.0.2
Update @types/node to the latest version 🚀
2017-06-23 10:38:18 -06:00
greenkeeper[bot] 7673af0a95 chore(package): update @types/node to version 8.0.2 2017-06-23 14:36:21 +00:00
Travis Ralston a500d57013 Merge pull request #44 from turt2live/greenkeeper/webpack-3.0.0
Update webpack to the latest version 🚀
2017-06-19 13:21:25 -06:00
greenkeeper[bot] 1b58007476 chore(package): update webpack to version 3.0.0 2017-06-19 18:22:32 +00:00
Travis Ralston 8fed346b3a Update .travis.yml 2017-06-16 13:24:55 -06:00
Travis Ralston 2db014ba34 Update .travis.yml 2017-06-16 13:16:51 -06:00
turt2live 91ac5bb3b0 Github docs + self notes 2017-06-11 00:06:34 -06:00
turt2live 27a5191ebe Make all icons 256x256 2017-06-10 22:56:18 -06:00
turt2live 980d1a2cd2 Github templating 2017-06-10 22:42:40 -06:00