Commit Graph

63 Commits

Author SHA1 Message Date
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
bceeb01f67 Add favicon. 2017-02-06 20:01:44 +01:00
2685a3c9cc Display mobile info box at the correct position. 2017-02-02 15:20:02 +01:00
e90cf4cdef Better mobile queue. 2017-02-01 17:43:10 +01:00
7339c897f9 Make queue and request form not scrollable horizontally for better mobile usage. 2017-02-01 13:52:43 +01:00
0ed4f5af63 Make pagesize cookie expire in 365 days instead of after closing the browser. 2017-02-01 11:37:14 +01:00
48b35a6fde Instead of hiding the request form, disable the link after requesting a song. 2017-02-01 11:35:31 +01:00
17e134f528 Save number of songs in the search table to a cookie. 2017-02-01 00:43:18 +01:00
75bb88d52d Possibility to clear upload form. 2017-02-01 00:22:48 +01:00
99c5016d8a Multiupload revisited. Select multiple files at once for uploading. 2017-01-31 23:15:14 +01:00
7e005755e7 Ask for full name when registering. 2017-01-31 23:14:16 +01:00
87ed3301e8 Prevent scrolling to top for volume control. 2017-01-30 16:55:45 +01:00
a5c2331bcf Volume control from the web interface. 2017-01-30 16:39:25 +01:00
e0ac7cf4ce Allow bigger number of songs to be listed. 2017-01-30 13:44:38 +01:00
4adee5748c Clear reset_token upon successful login. 2017-01-30 03:57:53 +01:00
c972671186 Reset password functionality. 2017-01-30 03:39:33 +01:00
c18f733448 Enable searching through songs.
Show name instead of username in the list of songs.
2017-01-29 15:39:41 +01:00
8861939d99 Enable searching through songs in the admin panel. 2017-01-29 15:22:35 +01:00
13f04e97de Support for formats other than MP3 (e.g. FLAC). 2017-01-28 14:13:17 +01:00
e8cad32809 Also fix version on menu title. 2017-01-25 15:33:16 +01:00
de79fcc89e Fix move down to actually move down instead of up. 2017-01-25 15:27:21 +01:00
0aaee95b23 Update to right version number. 2017-01-25 14:59:48 +01:00
e1ced55bee Don't show skip button by default. 2017-01-25 02:04:06 +01:00
6982a7a95b Merge artist and title searchbar into a single textbox. 2017-01-25 01:57:52 +01:00
e3b9ca66a5 Remove unused query. 2017-01-25 01:51:33 +01:00
e1356e71bd Do not search uploader from the "all"-bar. 2017-01-25 01:43:37 +01:00
6ceeb30999 Advanced searching through songs. 2017-01-25 01:37:22 +01:00
6601aaeffd Allow users to delete or move their requested songs down. 2017-01-24 17:42:35 +01:00
b04a547b34 Remove reset password link, as this functionality is not built yet. 2017-01-24 14:25:21 +01:00
a877c8129e Clean up unnecessary imports.
Retrieve first queue from a function.
2017-01-22 19:31:37 +01:00
5c70b3beed Re-add jquery.form, deleted by mistake (required for uploading songs). 2017-01-22 18:47:17 +01:00
b9045c530c Speed up retrieving songs. 2017-01-22 18:24:44 +01:00
1b3c335511 Fix user not showing in list of songs. 2017-01-22 18:12:22 +01:00
898588bc64 Proper handling of static files. 2017-01-22 14:27:34 +01:00