1119 Commits

Author SHA1 Message Date
Adrian Moennich
490f86b498 Merge branch '2.3-maintenance' 2021-01-05 14:31:54 +01:00
Adrian Moennich
172fcb1ae1 VC/Zoom: Run isort + flake8 2021-01-05 14:31:05 +01:00
Adrian Moennich
99a3ef4df0 VC/Zoom: Fix tests
Incorrect alternative_hosts defeault value (that was apparently only
used in tests, since it's always present when using the real Zoom API)
2021-01-05 14:27:31 +01:00
Adrian Moennich
5d86bc7f07 VC/Zoom: Fix meeting type enum 2021-01-05 13:43:25 +01:00
Adrian Moennich
23148c6ffd Fix string formatting inside _() 2021-01-05 13:26:55 +01:00
Indico Team
81802aa297 Happy new year 2021 🎆 2021-01-05 12:30:39 +01:00
Indico Team
8f40828e61 Update French translation 🇫🇷 🥖 2021-01-05 11:13:21 +01:00
Adrian Moennich
7ab691787a VC/Zoom: Update changelog/readme 2021-01-05 11:08:10 +01:00
Indico Team
1d0556d09a Update *.pot files 2021-01-05 11:01:51 +01:00
Adrian Moennich
1374e9e089 VC/Zoom: Fix changing room link obj if recurring 2021-01-05 10:57:05 +01:00
dependabot[bot]
347d4b77f6 Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-13 09:39:47 +01:00
Pedro Ferreira
878c5f65b3 VC/Zoom: Add action to become alternative host 2020-12-11 16:01:52 +01:00
Pedro Ferreira
54e0aef54d VC/Zoom: Remove assistants, disallow host changes
Assistants are basically useless due to the rate limits in the Zoom API.
2020-12-11 16:01:52 +01:00
Adrian Moennich
f95e73e214 VC/Zoom: Fix registration link in conferences 2020-12-10 12:30:23 +01:00
Adrian Moennich
d00958eb68 VC/Zoom: Add option to lookup zoom users for all emails 2020-12-08 23:02:56 +01:00
Pedro Ferreira
cafed35e36 VC/Zoom: Set maximum length for passcodes 2020-12-08 16:44:58 +01:00
Pedro Ferreira
86135b0304
VC/Zoom: Show detailed error when deleting meeting 2020-12-07 14:57:49 +01:00
Indico Team
4063f405e9 Update *.pot files 2020-12-03 13:12:08 +01:00
Pedro Ferreira
5d4fd976c6 VC/Zoom: set meeting recurrence when cloning event 2020-12-03 12:03:24 +01:00
Adrian Moennich
3b56d304c4 Use union merge for zoom README
Conflicts are likely in the changelog where this can usually resolve
them.
2020-12-03 12:02:07 +01:00
Adrian Moennich
0de73f3e2f VC/Zoom: Warn on deletion if user is not the host 2020-12-03 11:40:52 +01:00
Adrian Moennich
ac27a6475c VC/Zoom: Add "make me host" button in mgmt and timetable 2020-12-03 10:09:38 +01:00
Adrian Moennich
7bf2dfac8e VC/Zoom: Add option to require registered participants 2020-12-02 16:56:29 +01:00
Adrian Moennich
65c9f54aca VC/Zoom: Remove weird space 2020-12-02 14:21:41 +01:00
Adrian Moennich
e2aab289f9 VC/Zoom: Fix form field description 2020-12-02 13:37:48 +01:00
Adrian Moennich
030fd37a67 VC/Zoom: Add a changelog 2020-12-02 13:25:03 +01:00
Adrian Moennich
e2bfceb99a VC/Zoom: Support getting users via authenticators 2020-12-01 18:35:54 +01:00
Adrian Moennich
a0bca2e207 VC/Zoom: Use single quotes 2020-12-01 15:04:19 +01:00
Pedro Ferreira
601245159f VC/Zoom: handle case where 'agenda' field absent 2020-12-01 11:51:16 +01:00
Pedro Ferreira
45f14cf922 VC/Zoom: update join URL when password changes 2020-12-01 11:47:44 +01:00
Adrian Moennich
d935bb27c7 VC/Zoom: Disable duplicate room name check 2020-11-30 18:12:34 +01:00
Adrian Moennich
17416dbc90 VC/Zoom: Handle missing zoom accounts gracefully 2020-11-30 18:00:59 +01:00
Pedro Ferreira
c8962c908b Improve API error logging 2020-11-30 17:28:26 +01:00
Adrian Moennich
da693543eb VC/Zoom: Use more specific PyJWT version pin 2020-11-30 15:44:09 +01:00
Adrian Moennich
be0b3dc9ea VC/Zoom: Make linebreaks more consistent 2020-11-30 15:29:11 +01:00
Adrian Moennich
1accbe3bfa VC/Zoom: Move most metadata to setup.cfg 2020-11-30 15:26:29 +01:00
Adrian Moennich
32f0071156 Merge branch '2.3-maintenance' 2020-11-30 14:20:30 +01:00
Adrian Moennich
9df423228b Fix compiling plugin locales
The po/pot files are often marked as fuzzy so we need to allo compiling
such files as well.
2020-11-30 13:12:10 +01:00
Indico Team
8f11af2bee VC/Zoom: Update French translation 🇫🇷 🥖 2020-11-30 13:01:18 +01:00
Adrian Moennich
0d305bcd22 VC/Zoom: Only log unhandled room webhooks as DEBUG
This happens a lot when people create zoom rooms outside indico
2020-11-30 12:32:50 +01:00
Adrian Moennich
ccd1db378d VC/Zoom: Require Python 2.7 2020-11-30 10:59:49 +01:00
Adrian Moennich
b28793f936 VC/Zoom: Bump version to 2.3b1 2020-11-30 10:57:26 +01:00
Adrian Moennich
1d5b1b377a VC/Zoom: Fix setting initial passcode 2020-11-30 10:56:36 +01:00
Adrian Moennich
457075d22a VC/Zoom: Add missing file headers 2020-11-30 10:52:33 +01:00
Adrian Moennich
f524884e74 VC/Zoom: Add config for special copyright headers 2020-11-30 10:04:14 +01:00
Indico Team
145d2e55c3 VC/Zoom: set up i18n dictionary 2020-11-30 10:02:59 +01:00
Pedro Ferreira
13e8ba08f0 VC/Zoom: fixes in webinar management and style 2020-11-30 10:02:59 +01:00
Pedro Ferreira
21cdd5a431 VC/Zoom: remove useless validation 2020-11-30 10:02:59 +01:00
Pedro Ferreira
e745614726 VC/Zoom: several fixes in data handling/updates 2020-11-30 10:02:59 +01:00
Pedro Ferreira
52d98fa64b VC/Zoom: improve DB query 2020-11-30 10:02:59 +01:00