Commit Graph

29 Commits

Author SHA1 Message Date
5c32fcb1d1 fix(songs): handle HTTP 413 and remove redundant .json() calls
Closes #76
2024-02-28 00:20:57 +01:00
4768271aee Marietje in header and fix load times for upload page 2024-02-21 15:40:41 +01:00
2dd4dd3381 Merge branch 'fix/request-table' into 'marietje-zuid'
Other container layout and responsive queue container

Closes #47

See merge request technicie/MarietjeDjango!67
2024-02-21 12:28:25 +01:00
107d5053d3 Show only songs that match the user on manage page 2023-10-12 18:14:03 +02:00
41f33f5d20 Merge branch 'feature/save-amount-shown-per-page' into 'marietje-zuid'
Store page size on manage and request pages

Closes #51

See merge request technicie/MarietjeDjango!68
2023-10-11 16:09:30 +02:00
63cc1a8fe0 Sort tracks based on artist, then on title 2023-10-11 15:26:00 +02:00
7a1b0583a6 Store page size on manage and request pages 2023-10-04 20:41:00 +02:00
8a926f3924 Other container layout and responsive queue container 2023-10-04 20:31:49 +02:00
d1a1be7e2e Marietje 4.1: Addition of Django REST framework, Swagger, Dark mode and updates to Django and Bootstrap 2023-09-14 19:55:51 +02:00
a325ebbe82 Merge branch 'dsprenkels/songs-reportnote-filter' into 'marietje-zuid'
Add a filter on reportnote count in the Songs admin list

See merge request dsprenkels/MarietjeDjango!52
2020-06-15 18:08:26 +02:00
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
2ade1a7dfa Merge branch 'marietje-zuid' into 'dsprenkels/songs-reportnote-filter'
# Conflicts:
#   marietje/songs/admin.py
2020-06-15 17:13:52 +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
416fb3e5a9 admin: songs: Add a filter on reportnote count
This filter allows the admin to list only the songs that have a
report note that needs to be resolved.
2020-06-15 16:14:10 +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