Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabrainz/musicbrainz-server. Pull mirroring updated .
  1. Jun 07, 2013
    • Oliver Charles's avatar
      Merge branch 'master' into beta · 0aa6dbde
      Oliver Charles authored
      * master:
        Encode passwords as UTF-8 before bcrypt'ing
      v-2013-06-10
      0aa6dbde
    • Oliver Charles's avatar
      df7efe0e
    • Oliver Charles's avatar
      Merge branch 'master' into beta · cdda1bd3
      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
      cdda1bd3
    • Oliver Charles's avatar
      Merge branch 'mbs-358-remember-me' · 264801ed
      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
      264801ed
    • Oliver Charles's avatar
      Merge branch 'mbs-357' · 08304425
      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
      08304425
  2. Jun 04, 2013
  3. Jun 03, 2013
  4. Jun 02, 2013
  5. May 30, 2013
  6. May 29, 2013
Loading