Commit Graph

221 Commits

Author SHA1 Message Date
Stein Magnus Jodal
d153e855f4 Merge master into release-2.2 2018-10-15 22:08:46 +02:00
Nick Steel
10fafc0228 http: Add config option to control CSRF protection (Fixes: #1713)
Allows users to disable CSRF protection and revert to the HTTP server's
previous (less secure) behaviour. Users are advised to leave this config
value enabled if possible. However, if disabled this will:
  * Remove the requirement to set a ``Content-Type: application/json``
    header for JSON-RPC POST requests.
  * Disable all same-origin checks, effectively ignoring the ``allowed_origins``
    config since requests from any origin will be allowed.
  * Suppress all ``Access-Control-Allow-*`` response headers.
2018-10-15 17:24:45 +01:00
Leonid Bogdanov
aa9fde4dd9 Add Yandex.Disk backend 2018-10-01 20:53:16 +10:00
Stein Magnus Jodal
f267e8db20 Merge branch 'release-2.1' into develop 2018-06-05 22:18:08 +02:00
Stein Magnus Jodal
99f6ae2a5c docs: Remove Mopidy-Notifier extension
Upstream seems to have disappeared.
2018-06-04 02:32:11 +02:00
Nick Steel
1d6e081171 docs: mention that same-origin requests are always allowed. 2018-04-15 17:26:16 +01:00
Nick Steel
51741a7cbc HTTP: Apply allowed_origins to Websocket requests also. 2018-04-15 17:14:13 +01:00
Nick Steel
7caba4a05d docs: improved http/allowed_origins description. 2018-04-15 17:12:16 +01:00
Nick Steel
ecb5a7038a docs: http/allowed_origins config setting description 2018-04-15 17:12:16 +01:00
Stein Magnus Jodal
f46c290ec1 Merge branch 'release-2.1' into develop 2018-03-29 16:30:17 +02:00
Stein Magnus Jodal
b25abf114a docs: Fix whitespace 2018-03-29 09:58:37 +02:00
Jarryd Tilbrook
b4c98ec4a5 Fix/1531 add unix domain socket (#1629)
mpd: add functionality for unix domain socket (Fixes #1531)

The Hostname config type now supports a Unix socket path prefixed with `unix:`
2018-02-13 12:58:39 +00:00
Jonathan Jefferies
26577eea2d
Remove Deezer backend
The Deezer extension has been removed from Github at Deezer's request, so is no longer available.

https://github/dmca/blob/master/2018/2018-01-12-Deezer.md
2018-01-24 22:06:02 +00:00
Dan Brough
1a94183f00 docs: Add Mopidy-RNZ backend (#1649) 2017-12-19 23:51:29 +01:00
Stein Magnus Jodal
7c3229c6c7 Merge branch 'release-2.1' into develop 2017-10-27 22:54:25 +02:00
Alexey Murz Korepov
3fd2b663b7 docs: Add link for Deezer music streaming service plugin
Link to https://github.com/rusty-dev/mopidy-deezer project.
2017-10-18 00:00:57 +01:00
James Barnsley
e7b5027b7f Amending Iris description and screenshot
(cherry picked from commit 6ee92e3245)
2017-10-17 23:46:36 +01:00
Marcus Götling
c779e298c8 Add web extension: Mopidy-Auto (#1630)
* Add web extension: Mopidy-Auto

* Add notice about events hijacked by Mopidy-Auto

* Alphabetically sorting of extensions

* Fix typos

* Sphinx syntax and short lines
(cherry picked from commit 1ac0674658)
2017-10-17 23:45:39 +01:00
James Barnsley
6ee92e3245 Amending Iris description and screenshot 2017-10-17 23:17:04 +01:00
Marcus Götling
1ac0674658 Add web extension: Mopidy-Auto (#1630)
* Add web extension: Mopidy-Auto

* Add notice about events hijacked by Mopidy-Auto

* Alphabetically sorting of extensions

* Fix typos

* Sphinx syntax and short lines
2017-07-28 14:43:55 +02:00
Nick
014272cae9 Fix spelling mistake
Replace "takes care or user authentication" with "takes care of user authentication".
2017-06-19 16:43:06 +02:00
xsteadfastx
cd5c577760 Update backends.rst 2017-03-31 11:58:02 +02:00
Stein Magnus Jodal
dfbccc836d docs: Syntax
(cherry picked from commit b2445a04db)
2017-02-11 13:19:32 +01:00
James Barnsley
70a5c6e117 Updating Iris readme; Renaming Iris screenshot
(cherry picked from commit 1881016126)
2017-02-11 13:19:10 +01:00
James Barnsley
9803b8f219 Updating Spotmop to Iris
_Spotmop_ now renamed _Iris_ and moved to new repository.
(cherry picked from commit cad7d10c88)
2017-02-11 13:19:05 +01:00
Stein Magnus Jodal
b2445a04db docs: Syntax 2017-02-11 13:18:23 +01:00
Stein Magnus Jodal
625ab52506 Merge pull request #1594 from jaedb/patch-1
Updating Spotmop to Iris
2017-02-11 13:17:52 +01:00
jcass
1f92c5bd52 Update screenshot for Mopidy-MusicBox-Webclient.
(cherry picked from commit 86bb9f5ec9)
2017-02-11 13:11:14 +01:00
jcass
86bb9f5ec9 Update screenshot for Mopidy-MusicBox-Webclient. 2017-02-05 06:47:03 +02:00
James Barnsley
1881016126 Updating Iris readme; Renaming Iris screenshot 2017-01-20 09:13:41 +13:00
James Barnsley
cad7d10c88 Updating Spotmop to Iris
_Spotmop_ now renamed _Iris_ and moved to new repository.
2017-01-20 08:19:39 +13:00
Stein Magnus Jodal
d62a789092 file: Document file/excluded_file_extensions 2016-10-24 23:42:30 +02:00
Piotr Dobrowolski
5df1d689c1 docs: Remove mention of grooveshark extension 2016-10-19 16:50:40 +02:00
Thomas Adamcik
ad3bb710de Merge pull request #1571 from rec/patch-1
docs: Fix a name in file.rst.
2016-10-16 21:56:55 +02:00
Tom Swirly
96c543dd09 Fix a name in file.rst. 2016-10-16 14:15:20 -04:00
Nick Steel
81a48592f2 Docs: more readable 2016-10-03 23:23:32 +01:00
Paul Connolley
6b1707d120
Docs: Add Mopidy-Jukepi to the list of webclients
jukePi has been formally converted in to a Mopidy extension and
submitted to PyPi. In the current documentation, it's listed in the
'Other Web Clients' section.

This change adds a screenshot and moves it to its own section in the web
extensions doc.
2016-10-03 23:03:17 +01:00
Naglis Jonaitis
633d87bdbd docs: Remove link to the Mopidy-LeftAsRain plugin 2016-08-17 21:31:38 +03:00
Stein Magnus Jodal
494e29ebaf docs: Remove docs for deprecated local/ configs 2016-02-14 22:28:55 +01:00
Thomas Kemmer
6aef96a0d3 Fix #1428: Add m3u/base_dir confval. 2016-02-14 12:07:22 +01:00
Stein Magnus Jodal
adb260af05 Merge branch 'release-1.1' into develop
Fixes #1400
2016-01-31 07:47:47 +01:00
Thomas Kemmer
d139100261 Fix #1410: Link mopidy-local-{images,sqlite} to mopidy repo. 2016-01-28 21:07:51 +01:00
Thomas Kemmer
1715756b14 m3u: Update docs. 2016-01-10 19:45:00 +01:00
jcass
8c83ff7631 Fix documentation typos and inconsistencies.
(cherry picked from commit 33a668c6c7)
2015-12-27 10:18:50 +01:00
jcass
33a668c6c7 Fix documentation typos and inconsistencies. 2015-12-26 18:50:58 +02:00
Stein Magnus Jodal
6f8b3ab1a2 docs: Add Mopidy-Spotmop 2015-12-09 22:26:55 +01:00
Stein Magnus Jodal
8aeb9841c5 mpd: Final cleanup of PR #1187, #1308 and #1322
Fixes #1014, fixes #1322
2015-10-29 20:50:23 +01:00
Stein Magnus Jodal
20efdbfc20 Merge pull request #1317 from ghallberg/develop
Run sphinx linkcheck in tox. Fixes for a bunch of broken links.
2015-10-27 08:14:44 +01:00
Gustaf Hallberg
dd44a619f2 Fixes based on review 2015-10-23 20:35:04 +02:00
Gustaf Hallberg
8ebe9f59fd Run sphinx linkcheck in tox. Fixes for a bunch of fixes for such. 2015-10-21 21:32:21 +02:00