musicbrainz-server
musicbrainz-server copied to clipboard
Server for the MusicBrainz project (website, API, database tools)
### Fix MBS-12497 We automatically remove empty ACs after the last usage is removed, using the `dec_ref_count` function. The `artist_credit_gid_redirect` table has FKs to `artist_credit` though, and it does not...
I was talking to @mwiencek yesterday about wanting to sort imports by path (most plugins sort by import name) and I eventually found https://github.com/lydell/eslint-plugin-simple-import-sort/ which seems to do the trick...
# Problem MBS-12538: The server running these scripts is almost unavailable for anything else when these scripts are running because they require too much I/O operations at the same time....
### Implement MBS-1658 This allows setting and displaying collection comments from the main page for a collection. While we will eventually probably want to also allow setting the comment while...
### Fix MBS-11507 The whole resend-verification code was added in 2011 (MBS-3188) apparently under the incorrect assumption that we store the email a user has entered before it gets verified....
### Implement MBS-960 See commit messages for details. Tested manually with several different combinations of situations (changing tags into some that do not exist and some that do, deleting upvotes,...
### Implement MBS-11393 If a medium edit changes the duration of a recording, it is shown on the recording's edit history. If a discID does (with a set track lengths...
### Implement MBS-9388 Two commits here. The first we should change for sure. It changes the blurb of the artist credits section of the aliases page to make it less...
### Fix MBS-6502 CRD 3443 is a valid catalog number we should support, and in fact our search supports it. But by sending 'catno:CRD 3443' we actually search 3443 as...