mopidy/tests/frontends/mpd
Stein Magnus Jodal 6c68b17b45 Fix 'commands' and 'notcommands' for unauthenticated users
Use newly gained access to the current user's authentication state and
the command handler's auth_required flag to give correct 'commands' and
'notcommands' output to unauthenticated users when password
authentication is activated.
2011-06-04 19:44:16 +02:00
..
__init__.py Relocate MPD frontend to 'mopidy.frontends.mpd' 2010-08-09 21:17:36 +02:00
audio_output_test.py Replace all single letter instance variables in MPD protocol tests 2011-06-03 16:52:52 +02:00
authentication_test.py You are always authenticated when MPD_SERVER_PASSWORD==None 2011-06-04 19:02:20 +02:00
command_list_test.py Refactor MpdDispatcher to use a filter model, like Java Servlets. Password authentication handling becomes much cleaner. 2011-06-04 02:21:14 +02:00
connection_test.py Return permission error on use of MPD command 'kill' 2011-06-03 23:31:52 +02:00
current_playlist_test.py Replace all single letter instance variables in MPD protocol tests 2011-06-03 16:52:52 +02:00
dispatcher_test.py Rename handle_pattern decorator to handle_request 2011-06-04 18:51:18 +02:00
exception_test.py Add MpdPermissionError exception 2011-06-03 23:25:00 +02:00
music_db_test.py Replace all single letter instance variables in MPD protocol tests 2011-06-03 16:52:52 +02:00
playback_test.py Replace all single letter instance variables in MPD protocol tests 2011-06-03 16:52:52 +02:00
reflection_test.py Fix 'commands' and 'notcommands' for unauthenticated users 2011-06-04 19:44:16 +02:00
regression_test.py Fix 'song: None' in 'status' response 2011-04-06 22:40:50 +02:00
serializer_test.py mopidy-scan fails if track has no artist name 2011-02-09 18:48:15 +02:00
server_test.py Move MPD authentication check from MpdSession to MpdDispatcher 2011-06-04 00:42:51 +02:00
status_test.py Rename one letter variable in tests 2011-06-03 23:58:24 +02:00
stickers_test.py Replace all single letter instance variables in MPD protocol tests 2011-06-03 16:52:52 +02:00
stored_playlists_test.py Replace all single letter instance variables in MPD protocol tests 2011-06-03 16:52:52 +02:00