48 Commits

Author SHA1 Message Date
a607996bfa feat: adds minimum resolution of 144p 2025-07-07 11:34:02 +03:00
83f3eec940 feat: enable editing of media slug, show categories on manage media 2025-06-24 11:13:33 +03:00
a5acce4ab1 fix: single server install issues 2025-06-15 11:19:29 +03:00
b28c2d8271 feat: Video Trimmer and more 2025-06-11 14:48:30 +03:00
05414f66c7 feat: RBAC + SAML support 2025-04-05 12:44:21 +03:00
673ddeb5bd feat: Set option for allowing only certain domains to register (#1086) 2024-10-19 14:51:20 +03:00
aa8a2d92dc Feat/check input (#1089)
* docs: instructions to set frames per seconds on sprites

* feat: add more validation

* remove reduntant line
2024-10-19 14:17:19 +03:00
4992cc425c feat: translations support 2024-10-04 13:17:40 +03:00
8cc3513a8a docs 2024-10-02 15:57:19 +03:00
5fe4d3a9fc feat: rounded corners 2024-10-02 11:33:17 +03:00
dcbfaca91c Developer Experience (#911)
local dev environment
2023-11-13 11:13:08 +02:00
92c0ff579a Add sitemap (#572)
add sitemap.xml
2023-11-10 15:03:36 +02:00
e8d3ff25be Disable encoding and show only original file (#829)
Disable encoding and show only original file #829
2023-11-10 14:25:10 +02:00
15d217453b Update admins_docs.md (#842) 2023-07-17 16:47:06 +03:00
029665145e Python requirements and Docker version upgrades (#826)
v3.0.0: Python, Django, Celery and other version upgrades
2023-07-03 13:40:39 +03:00
296aeac567 Update admins_docs.md 2023-06-27 13:41:58 +03:00
ad633e6fdf simple cookie consent code (#799)
* simple cookie consent code
2023-06-12 16:40:53 +03:00
30cf5d7176 How to modify encode profiles (#682) 2023-01-03 12:33:38 +02:00
9c6d13559b update doc 2022-11-29 17:24:13 +02:00
25eaa35758 Fix admin user creation (#472)
add ADMIN_USER, ADMIN_PASSWORD and ADMIN_EMAIL
2022-09-20 15:18:25 +03:00
cba2ed75ed Show comments in the Timebar (#442)
Show comments in the Timebar
2022-09-20 15:16:16 +03:00
3d4dd27220 Update user_docs.md 2022-06-01 14:23:42 +03:00
f6a78dd0b4 Mention users in comments (#429)
Mention users in comments (#429)
2022-06-01 14:23:21 +03:00
9e7a7a7482 Update developers_docs.md 2022-04-27 21:53:11 +03:00
6e478e6e82 fix typo on documentation 2022-03-23 20:48:26 +02:00
e06deed3b8 Add configuration for only member access to media (#424)
I added an entry under 'Configuration 'per discussion in the Q&A section:
https://github.com/mediacms-io/mediacms/discussions/422
2022-03-23 20:47:06 +02:00
f8376c5c58 static files (#432) 2022-03-23 19:04:59 +02:00
e7ae2833d9 Timestamp (#430)
* Test

Messing around to figure out docker and whatnot

* Revert "Test"

This reverts commit 43b76932c5.

* Update docker dev yaml

Update the docker to the environement with the latest version of selenium (and their new arguments), and to be on firefox

* Timestamp on play

Adds the a one time event that jumps to a timestamp if there is a t parameter in the URL

* Timestamp when sharing DRAFT

First draft to show the timestamp when sharing. Missing checkbox and appending the get param to shown link

* Checkbox and update share url

Checkbox show a clean timestamp and the media URL updates with the correct timestamp upon selection

* Cleaning before PR

removing un-necessary modified  files

* Clean up before PR - remove statics

* Timestamp in comments

Parse the comments to wrap timestamps with an appropriate anchor

* Forgotten comments and console.logs

* Last touch for PR

- Cleaning media.js for PR
- Using  MediaPageStore instead of window.location when wrapping the timestamp in comments

* Screenshot

Adding the screenshot for the user_docs

* PR amends

Amending VideoPlayer componnent to take check if the Get param 't' is a number, and to keep it within the duration of the video.
Required to change the listener from 'play' to 'loadedmetadata' to have access to the video duration (otherwise it was too early)

Also changed the User_doc file to inform users of the timestamp function
2022-03-23 17:38:02 +02:00
4480fa7de1 documentation, admin section, plus fix of a typo on models (#293)
* documentation, admin section, plus fix of a typo on models
2021-09-27 15:07:17 +03:00
fb00f94bfa add more tests (#268)
* add more tests as STUBS
2021-08-17 00:01:52 +03:00
86cc0442d8 move envs from Dockerfile to docker-compose files (#264) 2021-08-02 22:03:32 +03:00
c27e3caff6 documentation improvements (#261) 2021-08-01 19:47:35 +03:00
16e2c32d17 adds documentation (#250)
* adds documentation

* updates in user docs

* documentation

Co-authored-by: styiannis <1515939+styiannis@users.noreply.github.com>
2021-08-01 19:31:12 +03:00
060bb45725 Feat robots.txt (#237)
* add robots.txt

* removes robots.txt manual steps
2021-07-02 17:19:02 +03:00
Alb
1f0cc4ff87 Create robots_and_analytics.md (#234)
Added instructions to add Google Analytics and robots.txt
2021-07-02 17:07:20 +03:00
f74d3c4b57 instructions for Docker setup update 2021-06-18 14:49:36 +03:00
9b9a718a18 Docker compose docs (#227) 2021-06-18 14:44:58 +03:00
de30fe68f1 Readme 2021-06-16 20:54:00 +03:00
4f72c00598 fixes wrong path on Readme 2021-06-16 20:48:42 +03:00
d3a3934ce7 cleanup docs and add some more regarding Docker installation (#223)
* cleanup docs and add some more regarding Docker installation
2021-06-16 20:46:40 +03:00
853b28130d Short tutorial on how to add a static page to the sidebar (#188)
* Create Add A Static Page To The Sidebar

Short tutorial on adding a static page to the sidebar.
2021-05-31 22:23:37 +03:00
b27e3ca6f6 Update Configuration.md (#86)
Clarifying which local_settings.py file to use.
2021-03-21 20:38:40 +02:00
1a7adb80da Update Configuration.md (#93)
add option
2021-03-21 20:38:18 +02:00
2552551662 removes redundant usage of FRONTEND_HOST variable (#102) 2021-03-21 20:36:32 +02:00
ac3ce569a8 mount src folder, fix permissions, store db and media on host directories 2021-01-28 16:42:44 +00:00
a15ed70d44 initial docker deployment implementation 2021-01-23 10:49:33 +00:00
dc6681a27c fix typo in documentation 2020-12-21 21:27:05 +02:00
75430de2e0 MediaCMS backend, initial commit 2020-12-15 23:33:43 +02:00