102414b514
fix issues with comments ( #802 )
...
* fix issues with comments
2023-06-13 19:01:52 +03:00
c866fdd6ba
allow tags to contain chars, not only English alphabet ( #801 )
...
* allow tags to contain chars, not only English alphabet
2023-06-13 15:41:13 +03:00
5b601698a4
increase uwsgi buffer-size para,
2023-06-13 12:44:31 +03:00
f040f73f51
black formatting
2023-06-12 17:22:39 +03:00
b7a70d92fa
fix typo
2023-06-12 17:13:44 +03:00
2f43cef8da
add api_url field to search api ( #692 )
...
Co-authored-by: Mostafa Hosseini <mostafa.h@rahgosahgroup.com >
2023-06-12 16:42:30 +03:00
ad633e6fdf
simple cookie consent code ( #799 )
...
* simple cookie consent code
2023-06-12 16:40:53 +03:00
cd8d0ea49a
Allow password reset & email verify pages on global login required ( #790 )
2023-05-31 16:36:31 +03:00
a3997bfb1c
update versions for pre-commit ( #741 )
v2.0
2023-03-14 14:09:52 +02:00
4b0718c43f
version 2.0
2023-03-14 13:30:26 +02:00
91d8179fa0
improve formating on Readme
2023-03-14 13:15:17 +02:00
6532b19849
Update README.md
2023-03-14 13:13:55 +02:00
6ea8fd12a3
fix issue with uninitialized video player
2023-03-14 13:13:15 +02:00
d971bb955f
pin versions ( #718 )
2023-02-17 12:46:45 +02:00
b52b008f89
enable cors for media dir ( #701 )
2023-02-17 11:51:48 +02:00
30cf5d7176
How to modify encode profiles ( #682 )
2023-01-03 12:33:38 +02:00
6fd9a7d37f
remove zombie thumbnails ( #657 )
...
remove zombie thumbnails
2022-12-05 12:31:31 +02:00
9c6d13559b
update doc
2022-11-29 17:24:13 +02:00
8ec97a8219
pre-commit yaml
2022-11-29 15:27:15 +02:00
de8f9ca718
fix pre-commit version
2022-11-29 14:55:00 +02:00
a4bedca4db
fix pre-commit version
2022-11-29 14:53:05 +02:00
da565b3bfc
Fix double slashes in URIs ( #558 )
2022-11-29 11:22:30 +02:00
239ff6cb60
Add meta description tag for search engines ( #551 )
2022-11-29 11:02:16 +02:00
da840b156d
add api path to LOGIN_REQUIRED_IGNORE_PATHS ( #483 )
2022-11-29 10:59:36 +02:00
b08d493823
static files
2022-09-20 12:27:33 +00: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
de5bd07a90
Feat videojs update ( #519 )
...
update video.js to 7.20.2
v1.9
2022-09-07 12:33:11 +03:00
34c1a4e33e
static files ( #506 )
2022-08-22 17:40:54 +03:00
80be0d06e5
correctly identify audio ( #505 )
...
* correctly identify audio
2022-08-22 17:35:11 +03:00
a6322fae6d
missing f-strings ( #490 )
2022-08-12 15:45:35 +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
cbc9633fe2
Fix pre-commit ( #440 )
2022-06-01 13:51:46 +03:00
3e7b106482
Vp9 fixes ( #438 )
...
* Fix fo ffprobe appending pipe
* Fix media remains pending when only encoding to webm
2022-06-01 13:42:35 +03:00
0f182c2b15
Fixed duplicate 'pk' on fixtures
...
Fixed duplicate 'pk' on fixtures
2022-06-01 13:21:22 +03:00
1ddfae7c95
update black ( #452 )
v1.8
2022-05-10 13:46:22 +03:00
f1969e4637
pin version of debug toolbar
2022-05-09 21:05:25 +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 )
v1.7
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
fb0f3ee739
dislike button fix ( #411 )
2022-02-03 18:44:56 +02:00
c0701de047
reverting image logo
2022-01-31 21:44:43 +02:00
0d4918a715
CLI API Tool ( #273 )
...
CLI tool
2022-01-31 21:12:29 +02:00
8093c4ccb5
Fix logo height ( #348 )
...
* Set logo height to 100%
2022-01-31 21:07:02 +02:00
2dbd97cb22
Fix dislike count ( #388 )
2022-01-31 21:05:37 +02:00
6b6662420f
adds instructions to get coverage ( #299 )
...
Co-authored-by: Markos Gogoulos <markos@orfium.com >
2022-01-31 20:53:57 +02:00
f1a1e342db
Update install.sh ( #303 )
...
Tested with newly release Debian 11 Bullseye, added to OS Version check.
2021-10-14 10:24:07 +03:00