Olaf Slomp
2fcd827b85
Visual changes
2019-04-08 18:09:14 +02:00
oslomp
7aa9d6ab2a
changed the way it fixes the bug
2019-04-01 18:37:22 +02:00
oslomp
b4b0d224ce
fix visible skip-button for non-mods
2019-04-01 10:57:48 +02:00
Olaf Slomp
d0c82f33df
Updated interface
...
- added a bar on the top which shows some info
- moved mod buttons to the bar
- added some information about your queue to the bar
- merged the table for current song and full queue
- some more small fixes
2019-03-28 18:54:46 +01:00
oslomp
be083fecfd
made song read-only
2019-03-06 04:04:54 +01:00
oslomp
d8c7f82c94
Fixed the 14-days stat being broken.
2019-03-01 23:50:53 +01:00
Olaf Slomp
88f709f34c
Admin fix
2019-03-01 21:34:39 +01:00
oslomp
7f100ac1df
broken admin-search fixed
2019-03-01 19:57:33 +01:00
oslomp
903cea3033
Merge branch 'marietje-zuid' of gitlab.science.ru.nl:dsprenkels/MarietjeDjango into marietje-zuid
2019-02-28 17:31:01 +01:00
Olaf Slomp
2d721bf51a
Percentages
2019-02-28 17:22:40 +01:00
oslomp
98a8332cb4
Merge branch 'marietje-zuid' of gitlab.science.ru.nl:dsprenkels/MarietjeDjango into marietje-zuid
2019-02-28 16:27:51 +01:00
Olaf Slomp
3f263ae429
Oslomp/stats bugfixes
2019-02-28 10:45:01 +01:00
oslomp
25769d40e0
small fixes
2019-02-15 22:58:21 +01:00
oslomp
530c44affa
bugfixes stats
2019-02-15 22:19:55 +01:00
oslomp
3c35fc6b6c
merging from rep in production
2019-02-15 17:41:40 +01:00
oslomp
6dc36f2092
pylint fixes
2019-02-04 19:53:20 +01:00
oslomp
1b4108c5d0
fix indentations
2019-01-30 16:47:43 +01:00
oslomp
add542a5c4
fix merge conflicts
2019-01-30 15:55:10 +01:00
oslomp
12ad8135bd
fix query not being listed
2019-01-16 21:49:55 +01:00
oslomp
585485b130
Visually separate regular and Marietje's queue
...
Original commit message:
Arrows and marietje part of queue updates
2019-01-16 17:58:58 +01:00
oslomp
00d0a32ece
general clean-up
2019-01-10 21:01:15 +01:00
oslomp
1cf4378316
added descriptions to stats and userstats
2019-01-10 20:56:37 +01:00
oslomp
274949c519
added average song length to stats
2019-01-10 20:53:11 +01:00
oslomp
6a86cf1c0a
split uploads in 2 columns
2019-01-10 20:51:54 +01:00
oslomp
264ec991e5
changed Most played uploads to exclude your requests, and some small fixes
2019-01-10 20:48:52 +01:00
oslomp
e719771d1c
added cache to settings file
2019-01-10 20:36:24 +01:00
oslomp
a2937bad71
added usercache
2019-01-10 20:34:36 +01:00
oslomp
e7ef899bb3
Improving alert box
...
Fixed error with the cancel button and upgraded the returned messages
2019-01-10 20:15:56 +01:00
oslomp
31efdd97f4
Marietje-queue changes
2018-12-21 12:44:17 +01:00
oslomp
3319732775
fix allignment
2018-12-19 00:48:40 +01:00
oslomp
b6a0f25d19
completely fixed the arrows
2018-12-19 00:39:21 +01:00
oslomp
a000774e0b
delete move_up and switch_order functions
2018-12-18 19:21:05 +01:00
oslomp
fb111f8be5
dont ignore settings.py
2018-12-18 19:10:48 +01:00
oslomp
ede54c94d2
Merge branch 'marietje-zuid' of gitlab.science.ru.nl:oslomp/MarietjeDjango into marietje-zuid
2018-12-18 19:04:08 +01:00
oslomp
afb0886fca
Added explanation to stats and changed some details
2018-12-18 18:53:49 +01:00
oslomp
fe5a4b9119
fixing arrows homescreen
2018-12-17 19:59:36 +01:00
oslomp
6cf1b4bef2
Fixes on arrows in the main screen
2018-12-16 21:39:11 +01:00
oslomp
6adbecec9c
Added average duration to Time Requested in stats
2018-12-15 16:43:15 +01:00
oslomp
2e9be85cc4
Split Uploads Requested in two columns, for others and for you personally
2018-12-15 15:19:47 +01:00
oslomp
1da2f4cc05
Changed alert messages for successfull or failed reports
2018-12-15 14:14:24 +01:00
Olaf Slomp
027ee6b3e5
I need to find out how to do this efficiently.
2018-12-15 01:45:35 +01:00
oslomp
aff8ddf878
Small fixes in stats and userstats, changed Most_played_uploads to exclude your own plays
2018-12-15 01:42:52 +01:00
oslomp
ce73e5d874
Fix unique requests stats ordering
2018-12-14 23:47:55 +01:00
oslomp
ea308d5071
Merge branch 'marietje-zuid' of gitlab.science.ru.nl:oslomp/MarietjeDjango into marietje-zuid
2018-12-14 23:32:32 +01:00
Olaf Slomp
29bd66c881
updated settings for cashing userstats
2018-12-14 23:28:50 +01:00
oslomp
0140119828
Changed cache location for userstats.
...
Settings needs to be added:
'userstats': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
'LOCATION': '/var/tmp/MarietjeDjango_cache/default',
'OPTIONS': { 'MAX_ENTRIES': 1500 },
},
2018-12-14 23:23:46 +01:00
Olaf Slomp
d99f12491c
Merge branch 'master' into 'marietje-zuid'
...
untrack settings
See merge request oslomp/MarietjeDjango!2
2018-12-14 23:03:42 +01:00
oslomp
dcfcd63db1
untrack settings
2018-12-14 22:56:26 +01:00
Olaf Slomp
f6fcc63450
Song reporting and user stats
2018-12-14 16:59:44 +01:00
Olaf Slomp
0c1f9cb08d
Merge branch 'oslomp/duration-stats' into 'marietje-zuid'
...
Redo "added Time Requested to stats"
See merge request dsprenkels/MarietjeDjango!2
2018-11-28 19:23:33 +01:00
oslomp
38feb0d39e
added Time Requested to stats
2018-11-28 11:35:44 +01:00