Commit Graph

11 Commits

Author SHA1 Message Date
64b26d03a1 admin: Use autocomplete for user field
Before this patch, we used the default setting, which emits a HTML
<select> tag containing a list of *all* the users.  We currently
have enough users that we do not want to load that complete list
every time.  So now, use the autocomplete field instead.
2020-06-15 17:34:20 +02:00
b604ac9955 admin: reports: Hide song list
In 1b5b510, the complete list of songs was re-added.  Loading this
list is super slow and should not happen.
2020-06-15 17:10:18 +02:00
1b5b5106ba report-note: admin: Add a link to relevant song
Previously, the admin could not directly move from a report note to
its corresponding song. This commit adds a link that will go
directly to the "change" page for the corresponding song.
2020-06-15 15:18:37 +02:00
4ac3d6e425 reports: Make songs readonly for performance 2019-01-30 13:43:05 +01:00
19c1c70cd3 fix all pylint complaints 2019-01-23 19:44:38 +01:00
f6fcc63450 Song reporting and user stats 2018-12-14 16:59:44 +01:00
6b8fdbab2e Do not allow staff modify song hash 2018-11-23 14:41:27 +01:00
d780fbad34 Fix song display in admin w/o uploader 2017-11-03 18:18:46 +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
47e7b5b59c Initial commit. 2017-01-20 17:47:45 +01:00