1439 Commits

Author SHA1 Message Date
Adrian Moennich
f077b4f039 ruff: Use py312 target version 2024-03-26 21:28:59 +01:00
Adrian
2a6b882093
Require Python 3.12 (#230) 2024-03-26 19:14:19 +01:00
Adrian Moennich
7330442597 ci: Adapt to changes in build script
Also remove unnecessary argument
2024-03-25 11:56:03 +01:00
Adrian
f3ae36a28a
ci: Build wheels for plugins (#228) 2024-03-24 18:00:28 +01:00
Adrian Moennich
df91251214 ci: Fix script failing on of single-file plugins
Not used in this repo, but best to keep this script in sync across all
plugin repos...
2024-03-24 00:07:25 +01:00
Adrian
b020e8f32c
ci: Check that setup manifests are complete (#227)
* Fix invalid manifests
* Check that setup manifests are complete
2024-03-23 23:04:56 +00:00
dependabot[bot]
c923bca994
Bump the github-actions group with 6 updates (#225)
Bumps the github-actions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
| [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
| [actions/cache](https://github.com/actions/cache) | `3` | `4` |
| [actions/setup-node](https://github.com/actions/setup-node) | `3` | `4` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` |


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-10 22:29:20 +00:00
Adrian Moennich
22305590ea Enable legacy peer deps for npm 2024-03-10 23:23:58 +01:00
Adrian Moennich
56b84a52f8 Use dependabot for GitHub actions updates 2024-03-10 23:18:35 +01:00
Adrian Moennich
c4c0101c4a Update stylelint + fix errors 2024-03-10 23:14:07 +01:00
Adrian Moennich
3420b64469 Adapt to ruff v0.3.0 2024-02-29 16:45:59 +01:00
Duarte Galvão
bece9eec55
VC/Zoom: Drop support for JWT authentication (#224) 2024-02-26 12:24:11 +00:00
Adrian Moennich
6734a2f739 Fix ruff warnings 2024-02-20 11:20:34 +01:00
Dominic H
9f7d6d9338
Citadel: Add large-category warning (#222) 2024-02-14 16:12:19 +01:00
Adrian Moennich
a00e1ba013 Update ruff config 2024-02-06 00:44:36 +01:00
Adrian
eab87e6401
Update ruff config (#221) 2024-02-02 17:56:39 +01:00
Indico Team
05ba82ba75 Happy new year 2024 🎆 2024-01-02 20:51:21 +01:00
Adrian Moennich
874a510ab0 Update ruff config 2023-12-21 20:52:25 +01:00
Adrian Moennich
c4229d452b Update ruff config 2023-12-21 15:44:20 +01:00
Adrian Moennich
72655fe0ad Fix tests 2023-12-12 18:09:12 +01:00
Adrian Moennich
6d09488243 Themes/Legacy: Wrap attachments 2023-12-12 17:58:32 +01:00
Adrian Moennich
0c2157a32c Storage/S3: Fix b'...' in download filenames 2023-12-04 11:01:09 +01:00
Adrian Moennich
f657b26088 Run ruff in CI 2023-11-23 01:19:51 +01:00
Adrian Moennich
34e8cd3148 Fix ruff warnings 2023-11-23 01:19:51 +01:00
Adrian Moennich
b294c174b3 Add ruff 2023-11-23 01:19:51 +01:00
Adrian Moennich
b54f135a2a Switch to single quotes 2023-11-22 17:53:56 +01:00
Adrian Moennich
e2a36bb9d9 Bump plugin versions for Python 3.12 support 2023-11-13 17:13:53 +01:00
Adrian Moennich
78cf47df19 ci: Use referenced core PR to install Indico 2023-10-18 14:57:16 +02:00
Adrian Moennich
f068cf58bb Unbeheader is already installed by indico[dev] 2023-10-18 14:57:16 +02:00
Adrian Moennich
140d1ecf9d Fix compatibility with flask 3 2023-10-18 14:57:16 +02:00
Adrian Moennich
40c3406e81 Support Python 3.12 and use it in CI runs 2023-10-18 14:57:16 +02:00
Adrian Moennich
29f8db4230 Update babel JS deps 2023-10-18 11:31:10 +02:00
Adrian Moennich
e78f463f1a Use TinyMCE instead of CKEditor 2023-10-03 14:54:25 +02:00
Adrian Moennich
c390f0d62f Merge branch '3.2.x' 2023-10-03 14:46:14 +02:00
Adrian Moennich
b994a0be5c VC/Zoom: Add webhook validation 2023-09-28 13:25:10 +02:00
Alejandro Avilés
fb0d895178 Check headers with unbeheader 2023-09-22 12:09:00 +02:00
Adrian Moennich
9c30f6b9d2 Add .venv to gitignore 2023-09-22 11:49:55 +02:00
Adrian Moennich
9fd0fd6a6b ci: Use exact Python version 2023-09-06 17:12:57 +02:00
Tomas Roun
2d7ca9489e Import translation components from Indico 2023-08-21 13:52:47 +02:00
Adrian Moennich
0bcaaf92f7 Adapt to sass changes 2023-07-27 17:34:50 +02:00
Adrian Moennich
d948366ccc Release v3.2.2 2023-07-20 21:35:26 +02:00
Adrian Moennich
5a2acf77c8 Hide i18n stuff in github diffs 2023-07-20 21:35:26 +02:00
Adrian Moennich
294965d8d9 Require non-dev 3.2.6 2023-07-20 21:22:42 +02:00
Indico Team
b5366a2c53 Update translations 2023-07-14 18:17:19 +02:00
Adrian Moennich
cca1cbba51 Bump plugin versions for Python 3.11 support 2023-07-14 18:17:19 +02:00
Adrian Moennich
5a1f663b41 Use recent node + ubuntu versions in CI 2023-07-14 18:08:50 +02:00
Adrian Moennich
ca7336a98b Support Python 3.11 and use it in CI runs 2023-07-05 15:28:14 +02:00
Adrian Moennich
93af9bfc14 Bump versions 2023-07-05 15:13:24 +02:00
Adrian Moennich
18d9a3ee79 Adapt to IndicoEnum changes 2023-07-05 14:31:52 +02:00
Adrian
c192c4a8a1 VC/Zoom: Support server-to-server oauth (#193) 2023-06-16 08:33:37 +02:00