Unified repository for both the API and the front-end
Go to file
Eliot Berriot 14774f393c
Merge tag '0.16.1' into develop
0.16.1 (2018-08-19)
-------------------

Upgrade instructions are available at
https://docs.funkwhale.audio/upgrading.html

Features:

- Make funkwhale themable by loading external stylesheets (#456)

Enhancements:

- Add link to admin on "Staff member" button (#202)
- Can now add a description to radios and better radio cards (#331)
- Display track duration in track tables (#461)
- More permissive default permissions for front-end files (#388)
- Simpler configuration and toolchain for the front-end using vue-cli (!375)
- Use Howler to manage audio instead of our own dirty/untested code (#392)

Bugfixes:

- Fix alignment issue on top bar in Admin tabs (#395)
- Fix Apache2 permission issue preventing `/media` folder from being served
  correctly (#389)
- Fix loading on browse page lists causing them to go down, and dimming over
  the top bar (#468)
- Fixed (again): administration section not showing up in sidebar after login
  (#245)
- Fixed audio mimetype not showing up on track detail and list (#459)
- Fixed broken audio playback on Chrome and invisible volume control (#390)
- Fixed broken federation import on big imports due to missing transaction
  logic (#397)
- Fixed crash on artist pages when no cover is available (#457)
- Fixed favorited status of tracks not appearing in interface (#398)
- Fixed invitation code not prefilled in form when accessing invitation link
  (#476)
- Fixed typos in scheduled tasks configuration (#487)
- Removed release date error in case of empty date (#478)
- Removed white on white artist button on hover, on Album page (#393)
- Smarter date parsing during import by replacing arrow with pendulum (#376)
- Display public playlists properly for anonymous users (#488)

i18n:

- Added portuguese, spanish and german translations

Custom themes for Funkwhale
^^^^^^^^^^^^^^^^^^^^^^^^^^^

If you ever wanted to give a custom look and feel to your instance, this is now possible.

Check https://docs.funkwhale.audio/configuration.html#theming if you want to know more!

Fix Apache2 configuration file for media block [Manual action required]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The permission scope on the current Apache2 configuration file is too narrow, preventing thumbnails from being served.

On Apache2 setups, you have to replace the following line::

    <Directory /srv/funkwhale/data/media/albums>

with::

    <Directory /srv/funkwhale/data/media>

You can now restart your server::

    sudo systemctl restart apache2
2018-08-19 19:05:26 +02:00
.gitlab/issue_templates Fix #299: Added bug and feature issue templates 2018-06-10 12:50:06 +02:00
api Version bump and changelog for 0.16.1 2018-08-19 19:04:48 +02:00
changes Version bump and changelog for 0.16.1 2018-08-19 19:04:48 +02:00
demo Fix #149: better demo setup script, wider catalog 2018-07-22 11:26:33 +02:00
deploy fix apache media block 2018-07-23 11:13:44 +02:00
docker Use lighter vue-cli instead of clunky manual webpack config 2018-08-11 16:21:14 +02:00
docs Rename CONTRIBUTING to CONTRIBUTING.rst for Gitlab formatting preview. 2018-07-29 10:11:20 +02:00
front Fix #488: Display public playlists properly for anonymous users 2018-08-19 18:28:30 +02:00
scripts Added script to remove unused artifacts from repository 2018-07-21 22:28:37 +02:00
.dockerignore Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
.editorconfig Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
.env.dev Use lighter vue-cli instead of clunky manual webpack config 2018-08-11 16:21:14 +02:00
.gitattributes Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
.gitignore Fixed #487: typos in scheduled tasks configuration 2018-08-19 16:25:42 +02:00
.gitlab-ci.yml Fix #388: More permissive default permissions for front-end files 2018-08-19 17:30:18 +02:00
CHANGELOG Version bump and changelog for 0.16.1 2018-08-19 19:04:48 +02:00
CONTRIBUTING.rst Fixed broken unit tests due to front-end cleanup 2018-08-11 17:59:20 +02:00
CONTRIBUTORS.txt Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
LICENSE Fix #280: AGPL-3 licence 🎉 2018-06-06 22:37:55 +02:00
README.rst Rename CONTRIBUTING to CONTRIBUTING.rst for Gitlab formatting preview. 2018-07-29 10:11:20 +02:00
TRANSLATORS.rst See #161: added initial translating guidelines 2018-06-30 12:46:23 +02:00
dev.yml Fixed #487: typos in scheduled tasks configuration 2018-08-19 16:25:42 +02:00
pyproject.toml Adding arabic translation 2018-07-04 16:31:29 +00:00

README.rst

Funkwhale
=============

.. image:: ./front/src/assets/logo/logo-full-500.png
  :alt: Funkwhale logo
  :target: https://funkwhale.audio

A self-hosted tribute to Grooveshark.com.

LICENSE: AGPL3

Getting help
------------

We offer various Matrix.org rooms to discuss about Funkwhale:

- `#funkwhale:matrix.org <https://matrix.to/#/#funkwhale:matrix.org>`_ for general questions about funkwhale
- `#funkwhale-dev:matrix.org <https://matrix.to/#/#funkwhale-dev:matrix.org>`_ for development-focused discussion

Please join those rooms if you have any questions!

You can also contact `@funkwhale@mastodon.eliotberriot.com <https://mastodon.eliotberriot.com/@funkwhale>`_ on the fediverse.


Contribute
----------

Contribution guidelines as well as development installation instructions
are outlined in `CONTRIBUTING <CONTRIBUTING.rst>`_.

Translate
^^^^^^^^^

Translators willing to help can refer to `TRANSLATORS <TRANSLATORS>`_ for instructions.