Commit Graph

134 Commits

Author SHA1 Message Date
dz0ny
031c7c8e93 Add: Tornado as required dependency
Fix: Remove draft76
Fix: Remove class attributes for ws handler
Revert: default to /ws/ for for mopidy.html
2014-05-12 16:16:08 +02:00
dz0ny
f1d1a4713b Squashed commit of the following:
commit dbb7005aa866cdc337bde9c8169e9bf15e5c8042
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 11 22:12:58 2014 +0200

    Fix: Make PR mergable

commit 5bb27da72c4276a930bf33955e6583f6781d23f6
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Thu May 8 23:31:54 2014 +0200

    Add: helper method for extensin url

commit 8a348b26b65102084a606ff73384a478bb785cf1
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Thu May 8 00:35:50 2014 +0200

    Add: Refactor ws and rpc to handlers, reuse code

commit 677c809d2b39a6c982ab835368fdb8a3ad9d1a92
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Thu May 8 00:18:10 2014 +0200

    Fix: Return proper HTTP headers

commit fe5fea2fc2a0d28a39532d6d4cd2b21013d57d24
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Wed May 7 23:48:19 2014 +0200

    Add: RPC post handler
    Add: tests for http post handler

commit e77e60310853b368758b09b303a96a95ff1b9b93
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 22:15:04 2014 +0200

    Add: Documentation on how to extend http api

commit a3a14fb5d15f095e5bab23a590e0a8360a039f9a
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 19:48:34 2014 +0200

    Add: HTTP tests for default router and static handler

commit 0d9544256bcb8f048eaedb5cdd57b1de027d387b
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 15:44:32 2014 +0200

    Fix: Move StaticFileHandler to main http package

commit c83c9f661e658e4a843dc5c8c6ba5dc3f1ea9c1e
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 15:29:49 2014 +0200

    Add: default Router implementation

commit 258cb7210bdf13833884c04cfb7fb4fa704394a7
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sun May 4 15:00:46 2014 +0200

    Add: Switch to registry for router registration

commit b7bfe7b814235b030d7ac30de90e2331e3d809d3
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sat May 3 21:52:58 2014 +0200

    Fix: Private methods
    Fix: Point to mopidy.html instead main.html
    Fix: Less noise in console

commit 232abe3029e93f78ce25db0c1bd44743cc23ed2d
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sat May 3 21:32:07 2014 +0200

    Fix: Start IOLoop in separate thread, so actor can stop it

commit d686892c2fa993cbedc99c8e8e7f9c961ac6f35a
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sat May 3 19:30:49 2014 +0200

    Fix: Router load order
    Fix: JS helper library WSS default url
    Add: Handlers from extensions

commit a1b0f5673a6719f229df27feccb284324675e9d1
Author: dz0ny <dz0ny@ubuntu.si>
Date:   Sat May 3 14:53:30 2014 +0200

    Add: Switch to Tornado framework
2014-05-12 14:54:50 +02:00
Stein Magnus Jodal
351eaefbaf docs: Fix link, add examples of URI conversion before playback 2014-01-12 13:47:58 +01:00
Stein Magnus Jodal
cee7cc28ab docs: Fix more typos 2014-01-12 13:42:09 +01:00
Thomas Adamcik
8aaf98e2d0 docs: Language fixes and added some more URI details 2014-01-12 13:35:52 +01:00
Stein Magnus Jodal
e1ec5b2217 docs: How to use backend URI schemes (fixes #429) 2014-01-12 13:26:42 +01:00
Stein Magnus Jodal
cc72ce8da9 docs: Complete lists of frontend/backend impls 2014-01-12 11:37:11 +01:00
Stein Magnus Jodal
b6b542a60f backend: Move backend API to mopidy.backend
Keep imports from old locations working until extensions have been updated to
use the new location.
2014-01-11 18:20:45 +01:00
Stein Magnus Jodal
c962bdffcf docs: Remove reference to dummy backend 2014-01-11 16:49:34 +01:00
Stein Magnus Jodal
2731d23578 local: Move mopidy.{backends => }.local 2014-01-11 15:17:05 +01:00
Stein Magnus Jodal
120c381285 stream: Move mopidy.{backends => }.stream 2014-01-11 15:17:02 +01:00
Stein Magnus Jodal
26b3d268f7 docs: Change how to require() Mopidy.js 2014-01-04 16:16:25 +01:00
Stein Magnus Jodal
1ee534126e mpd: Move mopidy.{frontends => }.mpd 2013-12-31 14:11:16 +01:00
Stein Magnus Jodal
621aff22c9 http: Move mopidy.{frontends => }.http 2013-12-31 14:04:25 +01:00
Stein Magnus Jodal
7bb533a6b5 docs: Add note about public APIs and API stability 2013-12-29 15:38:41 +01:00
Stein Magnus Jodal
12d473ced6 zeroconf: Make public API with docs 2013-12-29 15:38:20 +01:00
Stein Magnus Jodal
b0b2e37950 docs: Include API docs for the Core class 2013-12-15 21:41:00 +01:00
Thomas Adamcik
0ab772f251 docs: Add command API to docs and extension dev page. 2013-11-16 03:04:48 +01:00
Thomas Adamcik
f89169d551 commands: Review changes for wording etc (#570) 2013-11-16 02:23:04 +01:00
Thomas Adamcik
3945e437de docs: Fix minor doc issues found during review
- Adds autodoc for mopidy.audio.scan
- Updates ``file://`` to ``local:``
- Minor language fix.
2013-11-09 13:30:27 +01:00
Thomas Adamcik
67c028c31e docs: Update docs with respect to sub-commands 2013-11-09 13:23:52 +01:00
Stein Magnus Jodal
8561e9c815 docs: Remove mopidy.backends.spotify 2013-10-20 10:44:25 +02:00
Stein Magnus Jodal
c589583b74 mpris: Move to external extension 2013-10-07 23:42:07 +02:00
Stein Magnus Jodal
6400a45a0e scrobbler: Move to external extension 2013-10-07 00:02:41 +02:00
Stein Magnus Jodal
7e85a0cc37 docs: Add ImmutableObject.copy() example 2013-04-26 21:08:19 +02:00
Stein Magnus Jodal
e7d2a5f384 docs: Remove config API inheritance diagrams 2013-04-25 22:39:28 +02:00
Stein Magnus Jodal
4c08a5dfab docs: Include Backend class in API docs 2013-04-14 14:27:53 +02:00
Stein Magnus Jodal
2d0e5ac117 docs: Document config API 2013-04-14 13:58:37 +02:00
Stein Magnus Jodal
73e3a77484 docs: Link from ext API to extensiondev 2013-04-13 14:06:20 +02:00
Stein Magnus Jodal
a2e08c6d4e docs: Add note about extension's API usage 2013-04-13 14:04:54 +02:00
Stein Magnus Jodal
0007597961 docs: Add mopidy.ext to API docs 2013-04-13 13:51:02 +02:00
Stein Magnus Jodal
0c090499c5 docs: Document 'config' arg to frontend actors 2013-04-12 01:38:31 +02:00
Stein Magnus Jodal
0e9da33147 docs: Move HTTP to ext registry and API section 2013-04-11 23:25:57 +02:00
Stein Magnus Jodal
837db09aff docs: Sort list 2013-04-06 01:45:09 +02:00
Thomas Adamcik
7d44f9967d scrobbler: Renamed lastfm to scrobbler (fixes #375) 2013-04-05 23:59:15 +02:00
Stein Magnus Jodal
aa1f8199c2 Remove the FRONTENDS setting 2013-04-01 20:22:29 +02:00
Stein Magnus Jodal
ea029de503 docs: Add SearchResult to models diagram 2013-03-22 09:20:11 +01:00
Stein Magnus Jodal
b009606df5 docs: Document new backend 2013-01-02 22:29:07 +01:00
Stein Magnus Jodal
4122bd6639 docs: Add HTTP frontends to frontend impls list 2012-12-13 01:59:24 +01:00
Stein Magnus Jodal
0f6c9a1673 backends: Add BackendListener interface with playlists_loaded() event 2012-11-17 01:22:25 +01:00
Stein Magnus Jodal
3a24deaec3 Rename 'stored playlists' to 'playlists' 2012-11-14 09:23:19 +01:00
Stein Magnus Jodal
bba9548b27 Rename 'current playlist' to 'tracklist' 2012-11-13 10:59:48 +01:00
Thomas Adamcik
2011f64049 Merge pull request #215 from jodal/feature/multi-backend
Initial support for multiple backends
2012-10-29 03:01:34 -07:00
Stein Magnus Jodal
6a39516d05 Fix typo 2012-10-29 09:22:41 +01:00
Stein Magnus Jodal
ea912620f3 Formatting 2012-10-29 09:20:43 +01:00
Stein Magnus Jodal
519fdb9326 Update concepts description and graphs 2012-10-29 01:09:36 +01:00
Stein Magnus Jodal
f0602b4e3b docs: Fix lots of broken module documentation 2012-10-29 00:25:25 +01:00
Stein Magnus Jodal
11ddc42120 Update descriptions of settings 2012-10-28 11:10:20 +01:00
Stein Magnus Jodal
706b6c6d3f Pass core actor to frontends 2012-09-28 00:48:24 +02:00
Stein Magnus Jodal
4b13f46e2e Add AudioListener for events from the audio actor
This is analogous to how the core actor sends events to the frontends. This
removes the audio actor's direct dependency on the core actor, which
conceptually is on a higher layer.
2012-09-27 23:17:57 +02:00