Commit graph

176 commits

Author SHA1 Message Date
Josh W
7b103c6c71 Made requests ordering more logical for jingles. 2020-02-19 15:31:29 -05:00
Josh W
4e23507363 Refactor for inline reqs. Added inline favorites. 2020-02-19 15:30:47 -05:00
Josh W
dd55e37686 Typo. 2020-02-16 13:29:07 -05:00
Josh W
2b3b21c6d8 Added django-axes for failed login monitoring. 2020-02-16 13:27:49 -05:00
Josh W
50242e4c2e Added BREACH protection. 2020-02-15 22:38:33 -05:00
Josh W
ccddf6c8bf Added dynamic settings and removed my own attempt. 2020-02-15 21:12:30 -05:00
Josh W
6e4cccb5f6 Remove old unused code. 2020-02-15 18:12:25 -05:00
Josh W
098c772da9 Safer password/token generation for the DJ. 2020-02-15 18:01:13 -05:00
Josh W
11d6b102af Logic error with admin requests. 2020-02-15 13:34:12 -05:00
Josh W
98fa88bd20 Rename variable for less confusion. 2020-02-15 13:33:48 -05:00
Josh W
1af8de36be New script for simulating radio. 2020-02-15 13:33:29 -05:00
Josh W
5f3d507612 Staff requests shouldn't affect when to play next. 2020-02-14 15:34:04 -05:00
Josh W
7b3ed3d127 Expanded song requests to artists, game, & album. 2020-02-13 11:33:10 -05:00
Josh W
d9ffd9a3c0 Added related name for Song_Artists. 2020-02-13 11:31:15 -05:00
Josh W
e2ae6378bd Staff should not be bound by request limits. 2020-02-13 11:30:39 -05:00
Josh W
d4022bdb31 Add Game column to SongRequest admin page. 2020-02-08 00:07:58 -05:00
Josh W
568b3f2f66 Provide an annotate string directly if requested. 2020-02-08 00:07:04 -05:00
Josh W
e7d30d7f3b Decouple ALLOWED_HOSTS. 2020-01-21 18:07:39 -05:00
Josh W
225a2c5b26 Add inline admin action for requesting songs. 2020-01-21 14:51:27 -05:00
Josh W
fbc8829927 Updated versions/year. 2020-01-21 13:38:09 -05:00
Josh W
45d69410b3 Revert accidental gettext_lazy change. 2020-01-21 13:20:07 -05:00
Josh W
7a0c282a65 Update requirements (for Django 3) 2020-01-21 12:32:57 -05:00
Josh W
2f955c8241 DRF: changed base_name to basename. 2020-01-21 12:21:07 -05:00
Josh W
b393c7da3e Removing django-authtools. 2020-01-21 12:20:40 -05:00
Josh W
8c561a4af7 Backup code for finding replaygain values. 2019-12-30 12:02:28 -05:00
Josh W
81700335cf Allow new song requests from admin page. 2019-11-28 22:35:51 -05:00
Josh W
269e2e30a8 Faulty logic with queued queryset. 2019-11-23 23:56:16 -05:00
Josh W
427c06fb35 Redefine new_requests. 2019-11-23 22:31:11 -05:00
Josh W
8badc08818 Next requests are now based on queued, not played. 2019-11-23 19:42:29 -05:00
Josh W
ed8a540f36 Forgot to add to the list. 2019-10-25 13:35:31 -04:00
Josh W
26d04be432 Refactor wording and the correct stream links. 2019-10-25 13:33:39 -04:00
Josh W
641e719727 Update the year. 2019-10-25 13:33:10 -04:00
Josh Washburne
ef7c6e535f
Merge song-path-redux into master
Lets do this. . .
2019-07-15 08:49:44 -04:00
RecursiveGreen
5e432cc721 Add aws-cli alternative in case of future issues. 2019-07-15 08:32:32 -04:00
RecursiveGreen
813531be26 Add replaygain support. 2019-07-03 11:57:46 -04:00
RecursiveGreen
b30003847d Better request display in the admin interface. 2019-07-03 11:57:25 -04:00
RecursiveGreen
80b37c96f4 Decoupled settings from the DJ Control script. 2019-07-01 15:01:47 -04:00
RecursiveGreen
b48c2eece5 Add logging to the uploads. 2019-06-12 15:53:06 -04:00
RecursiveGreen
0907ea72bd Support uploading to Amazon S3 (and equivalent). 2019-06-12 13:51:36 -04:00
RecursiveGreen
490e37a2f5 Add file hashing to the export. 2019-06-10 15:48:55 -04:00
RecursiveGreen
c7811ddd11 Code shuffle. 2019-06-10 07:37:22 -04:00
Josh
4d24ab956f Update requirements to latest versions. 2019-06-07 16:16:01 -04:00
RecursiveGreen
d866ce7cda Re-enable the custom Radio IRI model form/field. 2019-06-06 15:45:56 -04:00
RecursiveGreen
f3ec6a1ae3 Create a custom validator for the radio IRI. 2019-06-06 15:45:25 -04:00
RecursiveGreen
6f76b7c611 ugettext is deprecated--use gettext instead. 2019-06-06 15:44:56 -04:00
RecursiveGreen
789d58f1b9 Code cleanup. 2019-06-05 15:28:35 -04:00
RecursiveGreen
32ef9afae3 Enable file logging and code cleanup. 2019-06-05 13:13:38 -04:00
RecursiveGreen
f8ff8fa4a8 Fix typo. 2019-06-05 13:13:12 -04:00
RecursiveGreen
58dddd2d0d Stores now accessible through API. 2019-06-04 14:58:52 -04:00
RecursiveGreen
52ad3c8600 Removed unused import. 2019-06-04 14:26:09 -04:00