Commit Graph

17 Commits

Author SHA1 Message Date
b4a6530204 admin: Use autocomplete for inline reportuser 2020-06-15 17:52:20 +02:00
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
21522602bd Add indices on search fields 2018-10-26 16:36:46 +02:00
d780fbad34 Fix song display in admin w/o uploader 2017-11-03 18:18:46 +01:00
9c03c9bdc5 replaygain: Prepare song model for rg retrieval 2017-09-18 14:14:38 +02:00
17e134f528 Save number of songs in the search table to a cookie. 2017-02-01 00:43:18 +01:00
99c5016d8a Multiupload revisited. Select multiple files at once for uploading. 2017-01-31 23:15:14 +01:00
e0ac7cf4ce Allow bigger number of songs to be listed. 2017-01-30 13:44:38 +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