Commit Graph

106 Commits

Author SHA1 Message Date
4dc6d9dd42 metrics: Do not fail when tables not migrated 2018-08-18 22:48:02 +02:00
d1d3246ea1 More checks preventing bad user deletes 2018-08-18 22:45:19 +02:00
a22473c445 stats: Compute new stats before purging cache 2018-08-18 22:38:06 +02:00
56e69b1cc5 Fix duplicate name bug on stats page 2018-08-18 22:32:46 +02:00
8488023710 Implement anonimising deletion of users 2018-08-18 21:39:04 +02:00
ee08b6dcc0 Cache end-response when searching songs 2018-08-16 23:49:08 +02:00
2a340ef22c Add caching for song searching 2018-08-16 23:32:57 +02:00
641e5cb908 Refactor {,playlist_}song_to_dict 2018-08-16 22:09:58 +02:00
7b8d012924 stats: Increase cache time to 2 hours 2018-08-16 17:46:32 +02:00
60084cfe04 Cache the stats page 2018-08-16 17:20:50 +02:00
3f22056157 Upgrade to django 2.1 2018-08-16 15:09:55 +02:00
91b0ed7fcf Allow blank email for user 2018-08-16 14:30:17 +02:00
33e4287b25 Show {date_joined,queue,is_staff} in UserAdmin 2018-08-16 14:06:06 +02:00
461630404e Show queue field in useradmin 2018-08-16 13:59:59 +02:00
675a39131c metrics: Do not include user with empty queue left 2018-04-09 20:09:13 +02:00
25a2912590 metrics: Do not include currently playing song 2018-04-09 19:47:08 +02:00
a51b3a934e Do not ignore any users for stats 2018-04-09 19:43:09 +02:00
f06e782846 Merge branch 'marietje-zuid' of marietje-zuid.science.ru.nl:/srv/MarietjeDjango into marietje-zuid 2018-04-09 19:20:36 +02:00
644e654fef metrics: Add queue length in seconds 2018-04-09 19:19:22 +02:00
dfd4752dea Use southern style queue limit 2018-04-09 18:06:12 +02:00
7daacc50bb queues: Add an index on PlaylistSong.state 2018-04-09 17:51:27 +02:00
126372a758 metrics: Add users in queue 2018-04-09 17:00:37 +02:00
17858c4aae Add basic metrics export 2018-04-09 15:04:32 +02:00
684710ebae Add south-specific hacks 2018-04-09 14:55:02 +02:00
32f2aaac7a Fix song ratio check 2018-04-06 18:19:23 +02:00
6ec09cc5d4 importsongs: fix typo 2018-02-05 20:15:47 +01:00
8435291bcd importusers: do not add md5 hash prefix 2018-02-05 20:09:05 +01:00
255cf33d85 importsongs: decode hash,old_id to ascii 2018-02-05 20:04:35 +01:00
a7fe50b61d Tweak decoding in import scripts 2017-11-03 19:46:15 +01:00
1152317490 Add import scripts from SQL db 2017-11-03 18:18:46 +01:00
d780fbad34 Fix song display in admin w/o uploader 2017-11-03 18:18:46 +01:00
a437cdd632 Disable registration and add study field to user model 2017-11-03 18:18:33 +01:00
9110a1d9e9 Implement traditional queue length restrictions 2017-11-02 19:23:30 +01:00
6e12099f3a Add queue/upload restriction 2017-11-02 18:45:33 +01:00
993ba2acca Add links for submitting issues or features. 2017-10-05 18:07:09 +02:00
416ae40763 Force updating of assets. 2017-10-05 18:07:09 +02:00
fd38f5772c Keep cookies for 365 days. 2017-10-05 18:07:09 +02:00
041cd6e2b6 Disable first, previous, next and last buttons on the applicable search pages. 2017-10-05 18:07:09 +02:00
f50e76626c Scroll to top when searching is complete. 2017-10-05 18:07:09 +02:00
04cdce9ad4 Add more stats. 2017-10-05 18:07:09 +02:00
cbc9284865 More statistics on the stats page. 2017-10-05 18:07:09 +02:00
5ce5dc5587 Add informative messages for registration and password resetting. 2017-10-05 18:07:09 +02:00
f6492a70df Fix race condition when requesting songs, causing them to get the same order value. 2017-10-05 18:07:09 +02:00
3abb39916d Add LIMIT_ALWAYS option which limits the queue length always 2017-10-05 18:06:43 +02:00
830e97eeb0 Merge branch 'replaygain' into 'master'
Replaygain support for django component

See merge request !12
2017-09-18 14:17:37 +02:00
8b6b0958ef replaygain: Implement rg update API 2017-09-18 14:15:03 +02:00
9c03c9bdc5 replaygain: Prepare song model for rg retrieval 2017-09-18 14:14:38 +02:00
984a068880 Add mute button. 2017-09-05 14:02:27 +02:00
340b9e330f Update time only instead of rendering the whole queue every second. 2017-09-04 15:34:16 +02:00
be3b7b6a0a Fix timezone issues. 2017-06-12 17:12:44 +02:00