This project is mirrored from https://github.com/metabrainz/musicbrainz-server.
Pull mirroring updated .
- Jun 07, 2013
-
-
Oliver Charles authored
* master: Encode passwords as UTF-8 before bcrypt'ing
-
Oliver Charles authored
-
Oliver Charles authored
* master: MBS-357: Use generate_uuid_v4() to allocate remember me tokens MBS-357: Implement a new "remember me" system that doesn't involve passwords MBS-357: Add a store for "remember me" tokens MBS-357: Final test fixes MBS-357: Make `CreateTables`/export column order match what will be on production MBS-357: Label the ha1 column when dumping `editor` table MBS-357: Make sure to use `{CLEARTEXT}mb` as the sanitized `editor.password` value MBS-357: Include a sanitized HA1 in the database dumps MBS-357: Fix OAuth tests to specify correct password/HA1 MBS-357: Fix invalid Perl now that `update_password` takes a name, not an editor object MBS-357: Fix tests to have HA1 hashes and cleartext passwords MBS-357: Use bcrypt hashes to authenticate; remove plain text passwords
-
Oliver Charles authored
* mbs-357-remember-me: MBS-357: Use generate_uuid_v4() to allocate remember me tokens MBS-357: Implement a new "remember me" system that doesn't involve passwords MBS-357: Add a store for "remember me" tokens Conflicts: admin/sql/CreateConstraints.sql
-
Oliver Charles authored
* mbs-357: MBS-357: Final test fixes MBS-357: Make `CreateTables`/export column order match what will be on production MBS-357: Label the ha1 column when dumping `editor` table MBS-357: Make sure to use `{CLEARTEXT}mb` as the sanitized `editor.password` value MBS-357: Include a sanitized HA1 in the database dumps MBS-357: Fix OAuth tests to specify correct password/HA1 MBS-357: Fix invalid Perl now that `update_password` takes a name, not an editor object MBS-357: Fix tests to have HA1 hashes and cleartext passwords MBS-357: Use bcrypt hashes to authenticate; remove plain text passwords Conflicts: admin/ExportAllTables admin/sql/CreateTables.sql lib/MusicBrainz/Server/Data/Editor.pm t/lib/t/MusicBrainz/Server/Controller/Release/AddCoverArt.pm t/lib/t/MusicBrainz/Server/Controller/Release/ReorderCoverArt.pm t/lib/t/MusicBrainz/Server/Data/Editor.pm t/sql/collection.sql t/sql/inserttestdata-with-truncate.sql t/sql/oauth.sql t/sql/statistics.sql t/sql/webservice.sql
-
- Jun 04, 2013
-
-
warp authored
* master: Revert "MBS-6416, keep track of track row ids when editing a medium."
-
Ian McEwen authored
-
- Jun 03, 2013
-
-
Ian McEwen authored
-
Ian McEwen authored
* reosarevok-bitbucket/mbs-6441: Ooops forgot one header :) Changing cdtoc pages to use release events
-
Ian McEwen authored
-
Ian McEwen authored
* ocharles-bitbucket/mbs-6425: MBS-6425: Fix loading areas for external search results Refer to $search_result with $search_result instead of $_. Removing more pointless cruft Removing silly age thingy Adding alphabetical order Expanding this for wikipedia/areas Add area to wikidata and wikipedia autoselect Add begin/end area Add more info to work and release Adding meta to labels and works Add some info to meta for releases Standardising the way release events are shown MBS-6334, MB.Control.ReleaseDisc.getReleaseArtist() return the format expected by MB.Control.ArtistCredit.render(). MBS-6269, Output track identifiers in JSON output. MBS-6269, Output track identifiers in XML output. Ensure the right level of SecondHandSongs is used Adding autoselect + validation for IMDb samples stuff Add constraints to ensure the right domains are picked for some rels
-
Ian McEwen authored
* warp-bitbucket/mbs-6330: MBS-6330, use type_to_model + stylistic fix requested by ocharles. MBS-6330, temporary workaround for countries not showing up on indexed search.
-
Ian McEwen authored
* warp-bitbucket/mbs-6416: MBS-6416, keep track of track row ids when editing a medium.
-
Ian McEwen authored
* mbs-6347-parent-country: MBS-6347: test load_parent_country MBS-6347: more ocharles fixes: documentation, clarifying constant MBS-6347: correct errors found by ocharles MBS-6347: load parent countries for inline search, in order to display them MBS-6347: display parent country in inline search MBS-6347: display in subheader instead MBS-6347: show parent country in the area header MBS-6347: allow loading the parent country of an area
- Jun 02, 2013
-
-
reosarevok authored
-
reosarevok authored
-
- May 30, 2013
-
-
warp authored
* mbs-6416: MBS-6416, keep track of track row ids when editing a medium.
-
- May 29, 2013
-
-
Ian McEwen authored
-
Ian McEwen authored
-
warp authored
* mbs-6377: MBS-6377, move changeTrackArtist back to right after the /ws/js/medium response. MBS-6377, ReleaseDisc.tracklist should contain the data loaded from the medium, without the release artist edited.
-
Ian McEwen authored
* reosarevok-bitbucket/mbs-6358: Improve and display area stats
-
Ian McEwen authored
* statistics-fixes: MBS-6264, MBS-6300, MBS-6301: Update Controller::Statistics tests to test for last-updated and area links, plus consolidate MBS-6264, MBS-6300, MBS-6301: link areas in relevant statistics, and show last_updated dates properly
-
warp authored
-
warp authored
* mbs-6270: MBS-6270, redirect to /recording/:mbid if a /track/:mbid is a permalink to a pre-ngs track. MBS-6270, highlight the requested track if a track identifier appears as the fragment on a release page. MBS-6270, Add Controller::Track test. MBS-6270, add Data::Release->find_gid_for_track test. MBS-6270, use URI object to add fragment identifier in Controller::Track. MBS-6270, add track identifier redirect and rdfa attributes.
-
Ian McEwen authored
-
Ian McEwen authored
-
Ian McEwen authored
* mbs-6179: remove entirely MBS-6179: fix up my faulty miscopy MBS-6179: basic back to functioning for collection sorting MBS-6179: don't include null catalog numbers in the sort key when sorting by catalog number
-
Ian McEwen authored
* mbs-4962: MBS-4962: set Last-Modified too MBS-4962: set aggressive expires headers for 10 after the hour on requests to slave servers that won't update more frequently
-
Ian McEwen authored
* mbs-6409: MBS-6409: don't translate ModBot edit note for URLs already having been merged
-
Ian McEwen authored
* fixup-ko: Remove duplication of knockout.js include between relationship-editor and knockout manifests.
-
Ian McEwen authored
* mbs-6263-area-edit-display: MBS-6263: don't show blank values in Create Area edits
-
Ian McEwen authored
-
Ian McEwen authored
-
Oliver Charles authored
This is thought to be a little more cryptographically secure than using our UUID generation in Perl, which currently uses a PRNG that is not recommended for cryptography.
-
Oliver Charles authored
* mbs-6425: MBS-6425: Fix loading areas for external search results
-
warp authored
-
Oliver Charles authored
* mbs-6297: MBS-6297: Enable more editing links in area sidebar
-
Oliver Charles authored
* mbs-6325: MBS-6325: Perform 'set_release_group_first_release_date' on release moves
-
Oliver Charles authored
-