Eliot Berriot
019354e6dc
Merge branch '123-readme' into 'develop'
...
Fixed #123 : up-to-date and complete development and contribution instructions in README.rst
Closes #123
See merge request funkwhale/funkwhale!92
2018-03-18 17:48:46 +00:00
Eliot Berriot
0a8fa8a3fc
Merge branch '118-sidebar-tabs' into 'develop'
...
Improve the style of the sidebar
Closes #118 and #67
See merge request funkwhale/funkwhale!94
2018-03-18 16:43:45 +00:00
Bat
521af32bf8
Fix the background of the radio message
2018-03-18 08:36:05 +01:00
Bat
7a87e2fc94
Add changelog
2018-03-17 14:24:12 +01:00
Bat
54f3dd0e46
Make the style of the sidebar collapse button more coherent
2018-03-17 14:15:10 +01:00
Bat
4564a40ec4
Make it even easier to understand which tab is selected in the sidebar
2018-03-17 13:37:47 +01:00
Bat
67d79743fe
Make search wider
2018-03-17 12:59:50 +01:00
Bat
95426cfff4
Make it easier to see which tab is selected in the sidebar
2018-03-17 12:29:58 +01:00
Eliot Berriot
a29a92bc21
Merge branch 'sidebar-template-fix' into 'develop'
...
Fix a small error in the sidebar component
See merge request funkwhale/funkwhale!93
2018-03-17 11:11:41 +00:00
Bat
b9e8ce9f0b
Fix a small error in the sidebar component
2018-03-17 12:07:20 +01:00
Eliot Berriot
dfb4f84f2f
Fixed #123 : up-to-date and complete development and contribution instructions in README.rst
2018-03-16 20:10:27 +01:00
Eliot Berriot
f65828762e
Merge branch 'reset-queue-same-track' into 'develop'
...
Fixed position not being reseted properly when playing the same track multiple times in a row
See merge request funkwhale/funkwhale!90
2018-03-15 22:00:40 +00:00
Eliot Berriot
cec0dcfc12
Merge branch '119-login-redirection' into 'develop'
...
Fixed #119 : forced redirection to login even with API_AUTHENTICATION_REQUIRED=False
Closes #119
See merge request funkwhale/funkwhale!91
2018-03-15 21:58:09 +00:00
Eliot Berriot
59445b6146
Fixed position not being reseted properly when playing the same track multiple times in a row
2018-03-15 22:57:53 +01:00
Eliot Berriot
4298c4236e
Fixed #119 : forced redirection to login even with API_AUTHENTICATION_REQUIRED=False
2018-03-15 22:34:20 +01:00
Eliot Berriot
b228a6115a
Merge branch 'remove-sphinx' into 'develop'
...
Removed unused sphinx dependency in requirements now we use a separate container
See merge request funkwhale/funkwhale!89
2018-03-13 21:30:43 +00:00
Eliot Berriot
70cd96f198
Removed unused sphinx dependency in requirements now we use a separate container
2018-03-13 22:28:18 +01:00
Eliot Berriot
0f5b1c295e
Merge branch 'documentation-livereload' into 'develop'
...
Documentation livereload
See merge request funkwhale/funkwhale!88
2018-03-12 22:41:14 +00:00
Eliot Berriot
80de16b693
Better documentation build CI Job
2018-03-12 23:39:03 +01:00
Eliot Berriot
01c8336988
Added docker configuration to serve and build documentation with livereload
2018-03-12 23:38:39 +01:00
Eliot Berriot
c8b9e9506d
Merge branch 'test-setup' into 'develop'
...
Test setup
See merge request funkwhale/funkwhale!87
2018-03-12 22:19:09 +00:00
Eliot Berriot
89f90d1585
Moved daphne to common requirements
2018-03-12 23:15:39 +01:00
Eliot Berriot
c5e28519dd
Removed unused dependencies
2018-03-12 23:15:28 +01:00
Eliot Berriot
99f33dd392
Make api docker image able to run tests
2018-03-12 23:07:08 +01:00
Eliot Berriot
046648ce6c
Moved pytest.ini to setup.cfg
2018-03-12 23:06:32 +01:00
Eliot Berriot
69aacfea51
Deleted unused files
2018-03-12 23:06:21 +01:00
Eliot Berriot
788f89da03
Merge branch '117-cache' into 'develop'
...
Fix #117 : Use django-cacheops to cache common ORM requests
Closes #117
See merge request funkwhale/funkwhale!86
2018-03-12 19:12:57 +00:00
Eliot Berriot
a448eaaf17
Fix #117 : Use django-cacheops to cache common ORM requests
2018-03-08 23:21:59 +01:00
Eliot Berriot
c70ab72bc0
Merge branch '114-exclude-empty-albums' into 'develop'
...
Fix #114 : can now filter artists and albums with no listenable tracks
Closes #114
See merge request funkwhale/funkwhale!83
2018-03-07 22:19:21 +00:00
Eliot Berriot
bfeb86865d
Fix #114 : can now filter artists and albums with no listenable tracks
2018-03-07 23:08:28 +01:00
Eliot Berriot
ab91d837bb
Merge branch '116-chronological-order' into 'develop'
...
Resolve "Show albums on the artist's page in chronological order"
Closes #116
See merge request funkwhale/funkwhale!85
2018-03-07 22:05:53 +00:00
Eliot Berriot
1822fdf449
Fix #116 : On artist page, albums are not sorted by release date, if any
2018-03-07 23:03:46 +01:00
Eliot Berriot
7e593ad05b
Added year filter
2018-03-07 23:02:33 +01:00
Eliot Berriot
468faffe74
Merge branch '115-broken-import-request-admin' into 'develop'
...
Fix #115 : broken import request admin
Closes #115
See merge request funkwhale/funkwhale!84
2018-03-07 21:39:05 +00:00
Eliot Berriot
99a91c1e74
Fix #115 : broken import request admin
2018-03-07 22:36:37 +01:00
Eliot Berriot
0f06c39854
Merge tag '0.6.1' into develop
...
0.6.1 (unreleased)
------------------
Features:
- Can now skip acoustid on file import with the --no-acoustid flag (#111 )
Bugfixes:
- Added missing batch id in output during import (#112 )
- Added some feedback on the play button (#100 )
- Smarter pagination which takes a fixed size (#84 )
Other:
- Completely removed django-cachalot from the codebase (#110 ). You can safely
remove the CACHALOT_ENABLED setting from your .env file
2018-03-06 21:56:25 +01:00
Eliot Berriot
6bf73384d2
Merge branch 'release/0.6.1'
2018-03-06 21:56:11 +01:00
Eliot Berriot
ec3e5a4304
Version bump and changelog
2018-03-06 21:56:01 +01:00
Eliot Berriot
20ba6f926a
Merge branch '111-skip-acoustid' into 'develop'
...
Resolve "Allow skip accoustid entirely on music import (CLI)"
Closes #111
See merge request funkwhale/funkwhale!79
2018-03-06 20:54:28 +00:00
Eliot Berriot
1d267593a3
Merge branch 'broken-demo' into 'develop'
...
Broken demo
Closes #110
See merge request funkwhale/funkwhale!81
2018-03-06 20:35:42 +00:00
Eliot Berriot
b1d210aeb2
Merge branch '110-remove-cachalot' into 'develop'
...
Fix #110 : completely removed django cachalot
Closes #110
See merge request funkwhale/funkwhale!82
2018-03-06 20:34:56 +00:00
Eliot Berriot
34f6427f50
Demo is back
2018-03-06 21:33:50 +01:00
Eliot Berriot
88092322d8
Fix #110 : completely removed django cachalot
2018-03-06 20:51:28 +01:00
Eliot Berriot
88ea79ab0b
Merge branch '112-batch-id' into 'develop'
...
Fix #112 : missing batch ID in import output
Closes #112
See merge request funkwhale/funkwhale!80
2018-03-06 19:48:45 +00:00
Eliot Berriot
dd61dd7416
Fix #112 : missing batch ID in import output
2018-03-06 20:41:39 +01:00
Eliot Berriot
17bda77efb
Fix #111 : allow skipping of acoustid matching
2018-03-06 20:29:32 +01:00
Eliot Berriot
46b39dbf2b
ignore data
2018-03-06 20:26:51 +01:00
Eliot Berriot
55a93c71e3
Merge branch 'fixed-entrypoint' into 'develop'
...
More generic entrypoint to work with non-compose setups
See merge request funkwhale/funkwhale!78
2018-03-06 18:32:55 +00:00
Eliot Berriot
968423a6f8
Added a new doc page about instance configuration
2018-03-06 18:47:30 +01:00
Eliot Berriot
b277b16fad
Fixed wrong virtualenv path in unit file
2018-03-06 18:45:25 +01:00