Wykres commitów

38 Commity (main)

Autor SHA1 Wiadomość Data
Markos Gogoulos dcbfaca91c
Developer Experience (#911)
local dev environment
2023-11-13 11:13:08 +02:00
Kyle Maas 92c0ff579a
Add sitemap (#572)
add sitemap.xml
2023-11-10 15:03:36 +02:00
Markos Gogoulos 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
Markos Gogoulos 15d217453b
Update admins_docs.md (#842) 2023-07-17 16:47:06 +03:00
Markos Gogoulos 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
Markos Gogoulos 296aeac567
Update admins_docs.md 2023-06-27 13:41:58 +03:00
Markos Gogoulos ad633e6fdf
simple cookie consent code (#799)
* simple cookie consent code
2023-06-12 16:40:53 +03:00
MICRUFUN 30cf5d7176
How to modify encode profiles (#682) 2023-01-03 12:33:38 +02:00
Markos Gogoulos 9c6d13559b update doc 2022-11-29 17:24:13 +02:00
masavini 25eaa35758
Fix admin user creation (#472)
add ADMIN_USER, ADMIN_PASSWORD and ADMIN_EMAIL
2022-09-20 15:18:25 +03:00
MrPercheul cba2ed75ed
Show comments in the Timebar (#442)
Show comments in the Timebar
2022-09-20 15:16:16 +03:00
Markos Gogoulos 3d4dd27220
Update user_docs.md 2022-06-01 14:23:42 +03:00
MrPercheul f6a78dd0b4
Mention users in comments (#429)
Mention users in comments (#429)
2022-06-01 14:23:21 +03:00
Markos Gogoulos 9e7a7a7482
Update developers_docs.md 2022-04-27 21:53:11 +03:00
Markos Gogoulos 6e478e6e82 fix typo on documentation 2022-03-23 20:48:26 +02:00
Behnam B.Marandi 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
Markos Gogoulos f8376c5c58
static files (#432) 2022-03-23 19:04:59 +02:00
MrPercheul 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
Markos Gogoulos 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
Markos Gogoulos fb00f94bfa
add more tests (#268)
* add more tests as STUBS
2021-08-17 00:01:52 +03:00
Markos Gogoulos 86cc0442d8
move envs from Dockerfile to docker-compose files (#264) 2021-08-02 22:03:32 +03:00
Markos Gogoulos c27e3caff6
documentation improvements (#261) 2021-08-01 19:47:35 +03:00
Markos Gogoulos 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
Markos Gogoulos 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
Markos Gogoulos f74d3c4b57 instructions for Docker setup update 2021-06-18 14:49:36 +03:00
Markos Gogoulos 9b9a718a18
Docker compose docs (#227) 2021-06-18 14:44:58 +03:00
Markos Gogoulos de30fe68f1 Readme 2021-06-16 20:54:00 +03:00
Markos Gogoulos 4f72c00598 fixes wrong path on Readme 2021-06-16 20:48:42 +03:00
Markos Gogoulos 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
Dan1ell 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
Dan1ell b27e3ca6f6
Update Configuration.md (#86)
Clarifying which local_settings.py file to use.
2021-03-21 20:38:40 +02:00
Markos Gogoulos 1a7adb80da
Update Configuration.md (#93)
add option
2021-03-21 20:38:18 +02:00
Markos Gogoulos 2552551662
removes redundant usage of FRONTEND_HOST variable (#102) 2021-03-21 20:36:32 +02:00
Swift Ugandan ac3ce569a8 mount src folder, fix permissions, store db and media on host directories 2021-01-28 16:42:44 +00:00
Munaawa Philip a15ed70d44 initial docker deployment implementation 2021-01-23 10:49:33 +00:00
Markos Gogoulos dc6681a27c fix typo in documentation 2020-12-21 21:27:05 +02:00
Markos Gogoulos 75430de2e0 MediaCMS backend, initial commit 2020-12-15 23:33:43 +02:00