Travis Ralston
c0336f65ca
Add widget title API
...
Adds #130
This is backed by a homeserver's media repository.
2017-12-11 13:17:54 -07:00
Travis Ralston
41e6dd078d
Check for positive response for can_send_event earlier
2017-12-10 03:21:05 -07:00
Travis Ralston
914315ca1d
Check if rooms are encrypted to warn users about adding widgets
2017-12-10 03:17:33 -07:00
Travis Ralston
51344656b2
Prevent people from adding widgets in rooms where they have no permission
2017-12-10 02:35:24 -07:00
Travis Ralston
cbcee69b57
Document the Riot widget API
2017-12-10 01:53:16 -07:00
Travis Ralston
74b1c4d797
Document get_room_enc_status
2017-12-10 01:35:33 -07:00
Travis Ralston
eb59940907
Also support editing Jitsi widgets
2017-12-10 01:08:32 -07:00
Travis Ralston
993dcdac21
Add Jitsi screensharing support
...
Self-hosted Jitsi Meet servers are possible for those running Dimension. The default server is Riot.IM's server.
Adds #87
2017-12-10 01:00:31 -07:00
Travis Ralston
99bc1eb660
Unwrap URL after saving
2017-12-09 16:35:40 -07:00
Travis Ralston
e9aecabab4
Reformat code
2017-12-09 16:34:59 -07:00
Travis Ralston
a45232998a
Support custom Etherpad servers
2017-12-09 16:31:48 -07:00
Travis Ralston
1be87b51b4
Merge remote-tracking branch 'MTRNord/etherpad_widget'
2017-12-09 15:52:34 -07:00
Travis Ralston
57527c2d20
Update packages
2017-12-09 15:51:52 -07:00
Travis Ralston
e37a587d99
Remove sponsor now that they are shutting down
2017-11-24 21:52:25 -07:00
MTRNord
2915f6df0a
rework etherpad wrapUrl() hack
2017-11-19 11:34:41 +00:00
MTRNord
6e342f1075
fix etherpad avatar
2017-11-19 09:32:58 +00:00
Marcel
e58d52d6ad
Add etherpad.png avatar
2017-11-18 23:49:26 +01:00
MTRNord
e9f6543d2e
prefix etherpad name with roomID
2017-11-18 22:23:43 +00:00
MTRNord
43e16f047b
fix etherpad widget editing
2017-11-18 22:05:15 +00:00
MTRNord
95e658e0b9
add initial etherpad Widget logic
2017-11-18 21:33:47 +00:00
Travis Ralston
3171e0fb20
Merge pull request #125 from MTRNord/twitch_widget
...
Add Twitch Widget
2017-11-10 23:42:17 -07:00
MTRNord
a2316cd2c9
fix typo s/Youtube/Twitch/
2017-11-10 17:55:17 +00:00
MTRNord
6fe4ed88cb
Add missing space
2017-11-10 17:49:59 +00:00
Marcel
89c22b31ca
Add twitch.png avatar
2017-11-10 18:42:39 +01:00
MTRNord
1322b12cf6
Add Twitch Widget
2017-11-10 17:31:46 +00:00
Travis Ralston
2d3c140b26
Don't set the data object unless we have data to set.
...
Fixes #121
2017-10-10 22:32:08 -06:00
Travis Ralston
3eddf325b5
Remove debugging that was left behind
2017-10-10 22:26:35 -06:00
Travis Ralston
c200020e55
Support video widgets (youtube, vimeo, dailymotion)
...
Adds #89
2017-10-10 20:44:09 -06:00
Travis Ralston
38ac6ec4e9
Linting
2017-10-09 22:00:29 -06:00
Travis Ralston
27abf3ec1d
Support the edit widget button
...
Adds #120
2017-10-09 21:55:45 -06:00
Travis Ralston
aecb1e33d4
Add a fullscreen button to the widget wrapper
...
Adds #103
2017-10-09 21:24:12 -06:00
Travis Ralston
c5146d84ff
Make the wrapper more generic in the event we support other wrappers
2017-10-09 20:58:56 -06:00
Travis Ralston
751e1b9c8c
Add widget wrapper; Check to ensure content is embeddable
...
Adds #119
2017-10-09 20:26:46 -06:00
Travis Ralston
403bb8bee6
Remove waffle badges
...
They're broken now.
2017-10-08 21:04:11 -06:00
Travis Ralston
45d0ea739b
Add sponsorship to README
...
Going to test this out. It should be non-invasive and might help fund the project a little bit.
2017-10-08 21:01:12 -06:00
Travis Ralston
19ff04e725
Add additional documentation for Dimension
...
Adds #118
2017-10-08 20:47:38 -06:00
Travis Ralston
48070505c9
Merge branch 'travis/go-neb'
2017-10-08 19:51:34 -06:00
Travis Ralston
2b0e14524d
Make note of bots needing to auto-respond to invites
2017-10-08 19:51:29 -06:00
turt2live
a2b05dd696
Add some initial documentation around self-hosting bots
2017-09-19 13:18:34 -06:00
turt2live
f2733b2d26
Allow self-signed certificates on the federation lookup
...
Fixes #109
2017-09-11 20:58:57 -06:00
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