Antoine
|
2da89b5da2
|
fix(models): enlarge magic buffer
|
3 weeks ago |
Antoine
|
407dfb82f9
|
release 0.4.0
|
3 weeks ago |
Antoine
|
752f6e8e80
|
fix(views): podcast can be sorted by title in admin. FIX#14.
|
3 weeks ago |
Antoine
|
77de5ae798
|
feat(i18n): update French translation
|
3 weeks ago |
Antoine
|
2198bc54dd
|
feat(models): add url property to Podcast
|
3 weeks ago |
Antoine
|
8a17f52f20
|
fix(models): migration to add sound_file field
|
3 weeks ago |
Antoine
|
e1e618f4f2
|
doc(readme): notes about settings
|
3 weeks ago |
Antoine
|
3b4ddbfa42
|
feat(models): add a sound_file field to upload an audio file
|
3 weeks ago |
Antoine
|
e2388abb7e
|
fix(search): add description fields to search index
|
2 months ago |
Antoine
|
48120bbf37
|
chore(doc): update README and CHANGELOG
|
2 months ago |
Antoine
|
5570e8ad92
|
feat(models): add currents method that unselect podcasts from the future
|
2 months ago |
Antoine
|
ccc61972cf
|
fix(components): instanciate the Paylist at view initialization
that fixes the unwanted shared playlists bug which occur when running in a mutli-process production environement.
|
2 months ago |
Antoine
|
e9e99f57ed
|
feat(models): add get_picture method which fallback to the radioshow picture
|
2 months ago |
Antoine
|
503d924af1
|
fix(build): restore setup.py, needed for developpement mode
|
2 months ago |
Jérôme Lebleu
|
af8938b4ae
|
doc: provide an example of CSS for the player
|
3 months ago |
Jérôme Lebleu
|
e7a3065d65
|
release 0.2.1
|
3 months ago |
Jérôme Lebleu
|
713fcd086f
|
feat(i18n): update French translations
|
3 months ago |
Jérôme Lebleu
|
93b5e14372
|
feat(admin): show the podcast duration in listing view
|
3 months ago |
Jérôme Lebleu
|
15eb7e600a
|
ref: move the duration format to utils
|
3 months ago |
Jérôme Lebleu
|
d5f6830bb3
|
release 0.2.0
|
3 months ago |
Jérôme Lebleu
|
4c3178519b
|
style: fix the ignore rules for eslint
|
3 months ago |
Jérôme Lebleu
|
de439c89cd
|
build(js): add a watch rule for rollup
|
3 months ago |
Jérôme Lebleu
|
a789f64cff
|
feat: replace server side validation of sound_url by client side
Fix #9
|
3 months ago |
Jérôme Lebleu
|
9110b55710
|
feat(player): add the song duration and display it properly
|
3 months ago |
Jérôme Lebleu
|
5d04971013
|
feat: add Podcast.duration field and retrieve it on client side
|
3 months ago |
Jérôme Lebleu
|
0b6af4b39c
|
feat(components): add a player component with django-unicorn
|
3 months ago |
Jérôme Lebleu
|
c629301b03
|
build: configure eslint and rollup.js to bundle scripts
|
3 months ago |
Jérôme Lebleu
|
5a0e0b1fe7
|
build: update Makefile rules for build and upload
|
3 months ago |
Jérôme Lebleu
|
54b50ec567
|
release 0.1.0
|
3 months ago |
Jérôme Lebleu
|
1148d7f60b
|
doc(readme): document the installation and configuration
|
3 months ago |
Jérôme Lebleu
|
e5c49e90a9
|
build: remove setup.py and deprecated setuptools-scm usage
|
3 months ago |
Jérôme Lebleu
|
de2864282a
|
feat(models): validate Podcast.sound_url by opening it
Fix #9
|
4 months ago |
Jérôme Lebleu
|
f676305fe7
|
fix(models): add partial_match when searching on title
|
4 months ago |
Jérôme Lebleu
|
699359ef05
|
style(forms): rename PodcastChooserSearchForm
|
4 months ago |
Jérôme Lebleu
|
6911154ba4
|
feat(i18n): update French translations
|
4 months ago |
Jérôme Lebleu
|
e8fabb82e5
|
feat: add PodcastChooserBlock using the modal workflow
|
4 months ago |
Jérôme Lebleu
|
25500bbf91
|
feat(i18n): update French translations
|
6 months ago |
Jérôme Lebleu
|
61f45741fa
|
feat(forms): add Podcast.publish_date to the admin fields
|
6 months ago |
Jérôme Lebleu
|
4d9c7ca4f2
|
feat(models): specify search and filter fields in models
|
6 months ago |
Jérôme Lebleu
|
76c6931554
|
feat(models): accept ul and ol in description fields
|
6 months ago |
Jérôme Lebleu
|
5db3f54827
|
feat(i18n): update French translations
|
6 months ago |
Jérôme Lebleu
|
dd8df7e191
|
fix(views): translate columns label in admin
|
6 months ago |
Jérôme Lebleu
|
44274e7198
|
feat(i18n): update French translations
|
6 months ago |
Jérôme Lebleu
|
54974887c5
|
feat(blocks): add PodcastTagChooserBlock rendered as <select>
|
6 months ago |
Jérôme Lebleu
|
444f670a7f
|
style(models): rename PodcastTag to TaggedPodcast
|
6 months ago |
Jérôme Lebleu
|
1596b4884f
|
feat(blocks): add RadioShowChooserBlock rendered as <select>
|
6 months ago |
Jérôme Lebleu
|
04020eef09
|
fix(static): rename wagtailwebradio to wagtail_webradio
|
6 months ago |
Jérôme Lebleu
|
11129c6f8d
|
ref(models): squash migrations to 0001_initial
|
6 months ago |
Jérôme Lebleu
|
9a8be37ff9
|
ref: rename wagtailwebradio to wagtail_webradio
|
6 months ago |
Jérôme Lebleu
|
90d7fd798c
|
feat(permissions): implement policies for the models
|
6 months ago |