Josh Washburne
|
5bcf6c72d9
|
Don't include the DJ for create/modify permissions.
|
2018-04-03 16:23:48 -04:00 |
|
Josh Washburne
|
1d6a2662c3
|
Deal with optional trailing slashes.
|
2018-04-03 16:23:17 -04:00 |
|
Josh Washburne
|
d785fae875
|
Remove temporary debuging code.
|
2018-04-03 09:30:30 -04:00 |
|
Josh Washburne
|
aaad64dc39
|
Different serializers for different actions.
|
2018-04-02 16:54:53 -04:00 |
|
Josh Washburne
|
ddbcf5c96f
|
Removed unnecessary import.
|
2018-04-02 16:51:48 -04:00 |
|
Josh Washburne
|
f24d1dacbc
|
Allow no artists to be attached at song creation in API.
|
2018-04-02 16:51:24 -04:00 |
|
RecursiveGreen
|
76493de8c8
|
Switching to MIT license--GPL'd libraries will be in separate project.
|
2018-03-31 12:37:04 -04:00 |
|
Josh Washburne
|
22f3aeb693
|
Add making song requests from the API.
|
2018-03-30 17:22:18 -04:00 |
|
Josh Washburne
|
de74f17fb0
|
is_requestable wasn't checking already queued songs in SongRequest.
|
2018-03-30 17:21:40 -04:00 |
|
Josh Washburne
|
b342fbb116
|
Make date output less verbose.
|
2018-03-30 13:07:58 -04:00 |
|
Josh Washburne
|
f6e0365e6b
|
RadioProfile now has song request functionality.
|
2018-03-30 12:53:41 -04:00 |
|
Josh Washburne
|
b599aa5d1e
|
Only pass queued_at to be updated.
|
2018-03-30 12:52:19 -04:00 |
|
Josh Washburne
|
733163f7ba
|
Requestability forgot to check that it was enabled and published.
|
2018-03-30 12:46:21 -04:00 |
|
Josh Washburne
|
12bce62773
|
Fix check for next request date in case last_played is NULL.
|
2018-03-30 12:35:02 -04:00 |
|
Josh Washburne
|
09ecf2a0ca
|
Implement song/jingle boolean checks.
|
2018-03-30 11:06:45 -04:00 |
|
RecursiveGreen
|
aa90232897
|
Add ability to get song requests and inform when song is played.
|
2018-03-29 22:59:51 -04:00 |
|
RecursiveGreen
|
339a74a453
|
Fix disable signal by checking for empty 'update_fields'.
|
2018-03-29 22:58:59 -04:00 |
|
RecursiveGreen
|
7d4446c5b2
|
Add history funtions for song requests.
|
2018-03-29 22:58:06 -04:00 |
|
Josh Washburne
|
311f744d62
|
Enabling/Disabling will now affect other objects.
|
2018-03-29 16:22:15 -04:00 |
|
Josh Washburne
|
3b55456a78
|
Add RadioManager to remaining Radio models.
|
2018-03-29 12:14:24 -04:00 |
|
Josh Washburne
|
b927bd5bc0
|
Move common behaviors and querysets to Core.
|
2018-03-29 12:13:38 -04:00 |
|
RecursiveGreen
|
3b62bc7b03
|
Enable token authentication.
|
2018-03-28 21:12:28 -04:00 |
|
Josh Washburne
|
862bf63d6e
|
Add custom permissions and apply them to radio API views.
|
2018-03-28 16:56:53 -04:00 |
|
Josh Washburne
|
abe64f3a7d
|
Add rudimentary API functionality.
|
2018-03-28 16:12:55 -04:00 |
|
Josh Washburne
|
0fb7f148bb
|
Add functions to grab random songs/jingles.
|
2018-03-28 14:43:03 -04:00 |
|
Josh Washburne
|
4138015054
|
Add requestable functionality. Code cleanup.
|
2018-03-28 12:42:28 -04:00 |
|
Josh Washburne
|
def413a74f
|
Code cleanup.
|
2018-03-28 12:41:11 -04:00 |
|
Josh Washburne
|
850b3a5211
|
Functions in utils.py relocated. File no longer necessary.
|
2018-03-28 12:40:17 -04:00 |
|
Josh Washburne
|
f8c49e18e5
|
When a song request is fulfilled, update song data.
|
2018-03-27 15:59:53 -04:00 |
|
Josh Washburne
|
f9d24de34c
|
Code cleanup.
|
2018-03-27 15:58:26 -04:00 |
|
Josh Washburne
|
5a48b68b2f
|
Allow for newer versions of requirements.
|
2018-03-27 15:58:12 -04:00 |
|
Josh Washburne
|
4a688bade0
|
Function renaming and move into Song manager.
|
2018-03-27 12:05:44 -04:00 |
|
Josh Washburne
|
17a85b2197
|
Add calculating waittimes for playing/requesting songs.
|
2018-03-26 15:35:31 -04:00 |
|
Josh Washburne
|
2704afaba3
|
Add pretty time display function.
|
2018-03-26 15:28:38 -04:00 |
|
Josh Washburne
|
d8ed766696
|
PEP8 cleanup.
|
2018-01-19 12:19:59 -05:00 |
|
Josh Washburne
|
f4ee7c5bd1
|
Create DJ profile manually as signals won't work in migration.
|
2018-01-19 12:19:45 -05:00 |
|
Josh Washburne
|
0607d26685
|
Add Profiles app to the admin page.
|
2018-01-19 12:19:13 -05:00 |
|
Josh Washburne
|
616b7308cf
|
Change default ordering for SongRequest.
|
2018-01-19 12:18:50 -05:00 |
|
Josh Washburne
|
cf5cea2e52
|
Move signal to it's own file.
|
2018-01-19 11:26:14 -05:00 |
|
Josh Washburne
|
f7f65dae68
|
Checked off radio functionality and profile models.
|
2018-01-18 12:46:03 -05:00 |
|
Josh Washburne
|
ee9977f9bc
|
Initial Profiles app commit.
|
2018-01-18 12:45:00 -05:00 |
|
Josh Washburne
|
45b98fe1d7
|
Add naming/sorting changes.
|
2018-01-18 12:44:32 -05:00 |
|
RecursiveGreen
|
00dd697aca
|
Removed commented code (doh!)
|
2018-01-14 21:29:26 -05:00 |
|
RecursiveGreen
|
739b2bddcb
|
Implemented Game/Album changing to Song in admin.
|
2018-01-14 21:23:26 -05:00 |
|
RecursiveGreen
|
476ddb7a5a
|
Moved Song/Artist changes to generic function.
|
2018-01-14 18:38:14 -05:00 |
|
RecursiveGreen
|
a7ccb61e07
|
More DRY code cleanup.
|
2018-01-14 15:21:04 -05:00 |
|
RecursiveGreen
|
25485b54b9
|
Clean up Songs/Artists admin actions.
|
2018-01-13 00:39:13 -05:00 |
|
RecursiveGreen
|
497ce3f381
|
Add TODO to keep track of things.
|
2018-01-12 22:36:12 -05:00 |
|
Josh Washburne
|
65fb7d9f15
|
Add admin actions for adding/removing multiple artists to songs.
|
2018-01-12 16:35:25 -05:00 |
|
Josh Washburne
|
d8379fe198
|
Default ordering models and "full_title" for Song.
|
2018-01-12 16:34:43 -05:00 |
|