Commit Graph

355 Commits

Author SHA1 Message Date
Markos Gogoulos dfe7e8fab0 this 2025-12-29 16:46:29 +02:00
Markos Gogoulos 1181d16ab9 this 2025-12-29 16:36:53 +02:00
Markos Gogoulos d032ee3baa this 2025-12-29 16:35:47 +02:00
Markos Gogoulos 93f66d206b this 2025-12-29 14:17:30 +02:00
Markos Gogoulos 0585513439 this 2025-12-29 14:13:45 +02:00
Markos Gogoulos 9667e6b0ad this 2025-12-29 13:57:40 +02:00
Markos Gogoulos f56948a4a2 this 2025-12-28 16:51:03 +02:00
Markos Gogoulos 8b3e76b554 this 2025-12-28 16:44:43 +02:00
Markos Gogoulos dc417de628 this 2025-12-28 16:43:00 +02:00
Markos Gogoulos 35cd56c85c this 2025-12-28 16:34:59 +02:00
Markos Gogoulos f0b2451815 this 2025-12-28 16:18:32 +02:00
Markos Gogoulos 7696251394 doc 2025-12-28 16:13:37 +02:00
Markos Gogoulos b95725660b notes 2025-12-28 16:07:42 +02:00
Markos Gogoulos d6bf98b30e this 2025-12-28 15:47:26 +02:00
Markos Gogoulos 3baa8ef7d7 this 2025-12-28 15:41:23 +02:00
Markos Gogoulos 45246eac4f this 2025-12-28 15:41:01 +02:00
Markos Gogoulos 9685c1b5d4 this 2025-12-28 15:39:47 +02:00
Markos Gogoulos 20a1da22bb this 2025-12-28 15:37:35 +02:00
Markos Gogoulos f9a94321ad this 2025-12-28 15:35:29 +02:00
Markos Gogoulos f85299a600 this 2025-12-28 15:30:37 +02:00
Markos Gogoulos 29ab2a715b this 2025-12-28 15:23:51 +02:00
Markos Gogoulos 43ce685f08 this 2025-12-28 15:22:08 +02:00
Markos Gogoulos 8c682a76af this 2025-12-28 15:19:49 +02:00
Markos Gogoulos ec6b6daa81 this 2025-12-28 15:18:55 +02:00
Markos Gogoulos cf90169240 this 2025-12-28 15:17:52 +02:00
Markos Gogoulos fb3f377e27 this 2025-12-28 15:16:23 +02:00
Markos Gogoulos f5f9a7beac this 2025-12-28 15:14:14 +02:00
Markos Gogoulos 726a5b74a1 this 2025-12-28 15:12:49 +02:00
Markos Gogoulos 40c31f295a this 2025-12-28 15:11:24 +02:00
Markos Gogoulos 1d77293afc this 2025-12-28 15:10:19 +02:00
Markos Gogoulos 5c702387ca this 2025-12-28 15:09:22 +02:00
Markos Gogoulos 0001f370a9 this 2025-12-28 15:05:40 +02:00
Markos Gogoulos af71d4c906 this 2025-12-28 15:03:58 +02:00
Markos Gogoulos eb7503125d this 2025-12-28 15:02:57 +02:00
Markos Gogoulos f897d0ba2b this 2025-12-28 15:00:14 +02:00
Markos Gogoulos 545cca154e this 2025-12-28 14:39:04 +02:00
Markos Gogoulos ef4ff9cb1d this 2025-12-28 14:33:51 +02:00
Markos Gogoulos 3a40fc6d88 this 2025-12-28 14:31:19 +02:00
Markos Gogoulos f67d2a4d78 erq 2025-12-24 17:28:27 +02:00
Markos Gogoulos 295578dae2 lti 2025-12-24 17:28:12 +02:00
Markos Gogoulos ed5cfa1a84 add icon on media profile page 2025-12-24 17:18:30 +02:00
Markos Gogoulos 2fe48d8522 fix formatting 2025-12-24 12:29:25 +02:00
Josh Preston 90331f3b4a Fix: Add regex denoter and improve celerybeat gitignore (#1446)
* (bugfix): Added celerybeat extras to gitignore

* (bugfix): fixed missing regex denoter

* Fix .dockerignore node_modules pattern and add comprehensive exclusions

- Fix #1398: Change 'node_modules' to '**/node_modules' to exclude all nested directories
- Add patterns for Python bytecode, IDE files, logs, and build artifacts
- Consolidate node_modules patterns in .gitignore to use **/node_modules/
2025-12-24 12:28:55 +02:00
Josh Preston c57f528ab1 Add missing migration for Meta options on Subtitle, TranscriptionRequest, and VideoTrimRequest (#1448)
Fixes #1447

This migration adds the missing AlterModelOptions operations for:
- Subtitle model (verbose_name: 'Caption', verbose_name_plural: 'Captions')
- TranscriptionRequest model (verbose_name: 'Caption Request', verbose_name_plural: 'Caption Requests')
- VideoTrimRequest model (verbose_name: 'Trim Request', verbose_name_plural: 'Trim Requests')

These Meta options were defined in the models but never migrated, causing
makemigrations --dry-run to show pending migrations on fresh clones.
2025-12-24 12:18:48 +02:00
Markos Gogoulos fa67ffffb4 replace media, shared state, better category options 2025-12-24 12:14:01 +02:00
Markos Gogoulos 872571350f static files 2025-12-22 11:14:35 +02:00
Markos Gogoulos 665971856b version bump 2025-12-22 11:12:37 +02:00
Yiannis Christodoulou d9b1d6cab1 feat: Improve Visual Distinction Between Trim and Chapters Editors (#1445)
* Update .gitignore

* feat: Improve Visual Distinction Between Trim and Chapters Editors

* fix: Convert timeline header styles to CSS classes

Moved inline styles for timeline headers in chapters and video editors to dedicated CSS classes for better maintainability and consistency.

* Bump version to 7.3.0

Update the VERSION in cms/version.py to 7.3.0 for the new release.

* build assets

* Update segment color schemes in video and chapters editor.

* build assets

* build assets

* fix: Prevent Safari from resetting segments after drag operations

Prevent Safari from resetting segments when loadedmetadata fires multiple times and fix stale state issues in click handlers by using refs instead of closure variables.

* build assets

* Bump version to 7.3.0-beta.3

Update the VERSION string in cms/version.py to reflect the new pre-release version 7.3.0-beta.3.
2025-12-22 11:12:19 +02:00
Markos Gogoulos aeef8284bf docs: update page link 2025-12-01 11:29:58 +02:00
Markos Gogoulos a90fcbf8dd version bump 2025-11-21 12:30:12 +02:00