Commit graph

649 commits

Author SHA1 Message Date
nurjinn jafar 402cec5b41 whiteboard component declaration added in app module and routing path added in app routing 2020-12-10 15:58:46 +01:00
nurjinn jafar 0bc860eab8 whiteboard component and code added 2020-12-10 15:58:14 +01:00
Steffen Kolmer c0e836890e
Delete whiteboard.png 2020-12-10 12:54:54 +01:00
Ahmad 9dc4e99aca translation
- the traslation feature without the changes from other branches
2020-10-23 13:30:20 +02:00
dependabot[bot] fb85493446
Bump node-sass from 4.12.0 to 4.13.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-04 00:27:55 +00:00
Andrew Morgan 259650ec7e Ensure the iframe can request mic/cam permissions
Found while fixing the same issue on Scalar:
https://github.com/vector-im/element-web/issues/14901
2020-08-18 11:30:12 +02:00
dependabot[bot] bc36a7b6c3
Bump elliptic from 6.5.0 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-29 21:46:32 +00:00
Andrew Morgan aed5fde391 Drop m.bigbluebutton event type 2020-07-23 23:48:08 +02:00
Andrew Morgan e3f27156e0 Add the client-side widget code
Here is where the actual code that runs in the widget's iframe is. This
includes the HTML/CSS stuff, the definitions for API request/responses,
some routing and the javascript which makes requests to the new /join
api endpoint.
2020-07-23 23:36:51 +02:00
Andrew Morgan 8041c07a68 Add API backend
This commit adds the join API endpoint that will be used by the widget
to transform a greenlight URL to a BigBlueButton meeting URL.

The full flow is defined within the code itself, but it roughly boils
down to taking a greenlight URL that the user pastes it, sending it to
Dimension, Dimension making some API calls to greenlight to "join" the
meeting and retrieving a join link, before passing that back down to the
client to load.

Unfortunately, while BigBlueButton's server has a nice API, it's useless
to us if all we have is a greenlight link, so we need to do this hacky
route instead.
2020-07-23 23:36:48 +02:00
Andrew Morgan 401812931a Add BigBlueButton widget to integration manager
This adds the widget and the configuration for it to the integration
manager, so that the user can add a BBB widget. The code that will
actually run inside of the widget is not yet here.

A few CSS things are updated as well to make them more generic, as
we reused a few things that were previously jitsi only.
2020-07-23 23:14:31 +02:00
Travis Ralston db2298172f More Riot -> Element 2020-07-15 18:27:17 -06:00
Travis Ralston 76903e8c8c Riot -> Element 2020-07-15 18:24:23 -06:00
dependabot[bot] 25e9dd6477
Bump lodash from 4.17.13 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-15 22:46:12 +00:00
Tony Stipanic 64142b5811
chore: Update sharp and node-sass bumping support for node up to v14 2020-06-06 14:34:56 +02:00
dependabot[bot] c0d10db1fa
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 08:35:46 +00:00
Tony Stipanic a768076c03
feat: Use height and width from downloaded Telegram sticker 2020-06-06 02:09:26 +02:00
Travis Ralston 9e2393ceca
Merge pull request #346 from turt2live/dependabot/npm_and_yarn/jquery-3.5.0
Bump jquery from 3.4.1 to 3.5.0
2020-04-30 10:25:04 -06:00
dependabot[bot] c2322641dc
Bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-29 23:14:58 +00:00
Travis Ralston 3e8ad80fc5
Merge pull request #342 from halkeye/postgresql
Add postgresql support
2020-04-22 15:01:06 -06:00
Gavin Mogan c864afaf4f the bulk insert was returning empty array, so switch to selecting the newly inserted row before more bulk inserts 2020-04-17 23:09:39 -07:00
Gavin Mogan 357fdd99dc Add support for storing data in postgres 2020-04-17 23:08:48 -07:00
Tim Schumacher 2634f58ee5 refactor: reduce the size of the docker container 2020-04-09 09:45:23 +02:00
Travis Ralston eb3c4506b4
Merge pull request #330 from TheTimeWalker/sticker-pack-list
feat: Sticker pack list in sticker picker widget
2020-03-30 20:59:33 -06:00
Tony Stipanic f9402f5aaa
feat: Sticker pack list in sticker picker widget
This allows the user to jump to a specific sticker pack in the sticker picker. The list hides and shows when scrolling so no view size is lost. It also contains a quick shortcut to the sticker settings.
2020-03-29 18:28:39 +02:00
Tony Stipanic 5ccb718f39
feat: Set audio-only conference and toggle video before joining 2020-03-28 15:44:59 +01:00
Travis Ralston dd2b45494b
Merge pull request #324 from KoltesDigital/patch-1
Conform naming
2020-03-26 09:34:04 -06:00
Jonathan Giroux (Koltes) d77f1bab3a
Update README.md 2020-03-19 15:26:56 +01:00
dependabot[bot] b6bb17282c
Bump acorn from 6.1.1 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 21:21:47 +00:00
Travis Ralston c3e82aede7
Merge pull request #318 from ZerataX/patch-1
actually add selfhosted slack bridge
2019-12-09 15:12:36 -07:00
Jona Abdinghoff 9a3d6787a7
fix #308
adding a selfhosted slack bridge used to add it a gitter bridge instead
2019-12-09 22:51:10 +01:00
Travis Ralston fbf587823c Fix DimensionStore after sequelize-typescript update 2019-11-02 11:45:57 -06:00
Travis Ralston a4582030a2
Merge pull request #313 from turt2live/dependabot/npm_and_yarn/lodash.template-4.5.0
Bump lodash.template from 4.4.0 to 4.5.0
2019-11-01 23:08:55 -06:00
Travis Ralston 801d1084ce
Merge pull request #311 from turt2live/dependabot/npm_and_yarn/lodash-4.17.13
Bump lodash from 4.17.11 to 4.17.13
2019-11-01 23:08:50 -06:00
dependabot[bot] 52f06edbd5
Bump lodash.template from 4.4.0 to 4.5.0
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 05:08:19 +00:00
dependabot[bot] 8bc3ac5c3b
Bump lodash.mergewith from 4.6.1 to 4.6.2
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 05:08:11 +00:00
dependabot[bot] 7b73fff9a5
Bump lodash from 4.17.11 to 4.17.13
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 05:08:08 +00:00
Travis Ralston dd86f110db
Merge pull request #310 from turt2live/dependabot/npm_and_yarn/sequelize-5.15.1
Bump sequelize from 5.9.0 to 5.15.1
2019-11-01 23:06:49 -06:00
dependabot[bot] 64c54f064a
Bump sequelize from 5.9.0 to 5.15.1
Bumps [sequelize](https://github.com/sequelize/sequelize) from 5.9.0 to 5.15.1.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v5.9.0...v5.15.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 04:38:00 +00:00
Travis Ralston 0ab8e639ad Linting 2019-08-21 21:07:47 -06:00
Travis Ralston 915f1ebe4a Support .well-known on Dimension 2019-08-21 20:58:41 -06:00
Travis Ralston 41b56484c3 Hack around a scalar bug
See https://github.com/vector-im/riot-web/issues/10498
2019-08-21 18:19:38 -06:00
Travis Ralston c4c5ee8571 Redact access token from request logging too 2019-08-21 18:16:01 -06:00
Travis Ralston e8551659fd Include the upstream when signing terms 2019-08-03 12:40:52 -06:00
Travis Ralston 3831f2f7bc Ensure the upstream is online before asking for terms 2019-08-03 12:40:43 -06:00
Travis Ralston c52d9f3907
Merge pull request #298 from phormanns/master
add meta-tag viewport
2019-08-01 11:07:28 -06:00
Peter Hormanns f0237cc3f1 add meta-tag viewport 2019-07-31 20:32:20 +02:00
Travis Ralston f8fa99a9f0
Merge pull request #297 from TheTimeWalker/docker-node-upgrade
Update Node to latest LTS since Node SASS dropped Node 9 support
2019-07-29 20:42:39 -06:00
Tony Stipanic 623bbaefee
Update Node to LTS 10.16.0
Fixes Node SASS download fail: https://github.com/sass/node-sass/issues/2564
2019-07-29 22:21:35 +02:00
Travis Ralston a4c6720840 delint 2019-07-23 00:27:03 -06:00