Commit Graph

96 Commits

Author SHA1 Message Date
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
d02cf5df9b Merge branch 'merge-upstream' 2017-10-05 18:07:37 +02: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
1677389a02 Merge branch 'feature/mute_button' into 'master'
Add mute button.

See merge request !11
2017-09-05 14:05:56 +02:00
984a068880 Add mute button. 2017-09-05 14:02:27 +02:00
aadeb44b43 Merge branch 'feature/refresh_queue' into 'master'
Update time only instead of rendering the whole queue every second.

See merge request !10
2017-09-04 15:35:42 +02:00
340b9e330f Update time only instead of rendering the whole queue every second. 2017-09-04 15:34:16 +02:00
e8aeb271b9 Merge branch 'fix/timezone' into 'master'
Fix timezone issues.

See merge request !9
2017-06-12 17:13:55 +02:00
be3b7b6a0a Fix timezone issues. 2017-06-12 17:12:44 +02:00
2a96b5eaf2 Merge branch 'feature/limit_hours' into 'master'
Limit hours when MAX_MINUTES_IN_A_ROW is in effect.

See merge request !8
2017-06-12 15:24:36 +02:00
43fe38404f Limit hours when MAX_MINUTES_IN_A_ROW is in effect. 2017-06-12 15:17:36 +02:00
a81d53853e Merge branch 'fix/time_to_play' into 'master'
Fix time to play.

See merge request !7
2017-06-01 15:02:22 +02:00
801802e849 Fix time to play. 2017-06-01 15:00:05 +02:00
b375646946 Merge branch 'feature/max_queue' into 'master'
Add maximum length a person can queue in a row.

See merge request !6
2017-06-01 14:15:52 +02:00
df1a31efb7 Add maximum length a person can queue in a row. 2017-06-01 14:13:25 +02:00
2386c7a68d Merge branch 'feature/show-statistics-rank' into 'master'
Show rank of users in statistics.

See merge request !5
2017-05-09 13:53:57 +02:00
6d9c2340e7 Show rank of users in statistics. 2017-05-09 13:52:25 +02:00
2cb18d2458 Merge branch '5-stats-page' into 'master'
Basic statistics.

Closes #5

See merge request !4
2017-05-02 15:26:51 +02:00
0b926a4356 Basic statistics. 2017-05-02 15:25:15 +02:00
cbc70be451 Show pointer when hovering over Plays In / Plays At. 2017-05-02 14:14:34 +02:00
d2ca87fe7f Merge branch '6-toggle-column-plays-at-with-plays-in' into 'master'
Toggle column plays at with plays in.

Closes #6

See merge request !3
2017-05-02 12:42:19 +02:00
753095e8bd Toggle column plays at with plays in. 2017-05-02 12:40:26 +02:00
a4be7cf4b6 Merge branch 'feature/api-volume-perms' into 'master'
Add can_control_volume permission to 'permissions' API response

See merge request !2
2017-04-11 14:38:10 +02:00
faa51b116b Add can_control_volume permission to 'permissions' API response 2017-02-11 21:23:46 +01:00
7c69c71392 Merge branch 'feature/api-login' into 'master'
Add route for login and return JSON on unauthorized api requests

See merge request !1
2017-02-09 15:34:43 +01:00
28fabd437c Add route for login and permissions, return JSON on unauthorized API requests 2017-02-09 13:49:40 +01:00
4960d834fd Skip song from commandline. 2017-02-09 11:26:41 +01:00