- Add new static methods to user model - `findByEmailAndUsername` - renames `findByMailOrName` to `findByEmailOrUsername` - `findByUsername` - `findByEmail` - Reverts case insensitive behavior for username
- Add case insensitive indexes for User.email and User.username - Update user queries by username or email so that they are case insensitive
- List all collections for a given user - View an individual collection - Link to a sketch from a collection