Agate
|
c96fd5d539
|
Fixed compat with iTunes
|
2020-08-11 13:07:39 +02:00 |
Agate
|
e271851f67
|
See #1100: clean compat and XXX in the code
|
2020-08-03 15:47:14 +02:00 |
Agate
|
788c12748f
|
Fix #1105: Can now launch server import from the UI
|
2020-08-03 13:50:53 +02:00 |
Agate
|
21f147c0c4
|
Merge branch 'master' into develop
|
2020-07-21 14:47:07 +02:00 |
Agate
|
4351331355
|
Fix #1175: Fix embedded player not working on channel serie/album
|
2020-07-21 11:19:35 +02:00 |
Agate
|
1295144681
|
Fixed really slow SQL
|
2020-07-09 11:51:58 +02:00 |
Agate
|
55f4fde0f4
|
Fix #1102: Do not include tracks in album API representation
|
2020-07-06 10:16:45 +02:00 |
Agate
|
e730ed45d5
|
Merge branch 'master' into develop
|
2020-06-22 14:50:52 +02:00 |
Agate
|
e6344338f9
|
Fix #1145: Support ordering=random for artists, albums, tracks and channels endpoints
|
2020-06-22 13:22:26 +02:00 |
Agate
|
45132dea75
|
Improved some error handling
|
2020-06-14 15:09:14 +02:00 |
Agate
|
aa8b1b5f83
|
Fix #1151: Updated the /api/v1/libraries endpoint to support listing public libraries of a pod
|
2020-06-05 11:21:10 +02:00 |
Agate
|
e331a87478
|
Use scoped tokens to load <audio> urls instead of JWT
|
2020-05-11 10:07:43 +02:00 |
Eliot Berriot
|
9aa12db62e
|
See #170: Funkwhale federation
|
2020-03-25 15:32:10 +01:00 |
Eliot Berriot
|
1654044a9f
|
See #170: store and compute modification date on artists
|
2020-03-19 14:41:15 +01:00 |
Eliot Berriot
|
c2eeee5eb1
|
See #170: fetching remote objects
|
2020-03-02 17:23:03 +01:00 |
Eliot Berriot
|
e59cc33378
|
First round of improvements to channel management:
- use modals
- less proeminent button
- field styling/labels
|
2020-02-23 15:31:03 +01:00 |
Eliot Berriot
|
bf99e13230
|
See #170: include channel info in artist representations
|
2020-01-30 15:08:10 +01:00 |
Eliot Berriot
|
159c07c2c0
|
See #170: don't expose channels libraries in API
|
2020-01-30 14:29:32 +01:00 |
Eliot Berriot
|
b22b9c83b0
|
See #170: now record downloads count on tracks/uploads
|
2020-01-20 13:59:12 +01:00 |
Eliot Berriot
|
71b400a9b8
|
See #170: cover on tracks and artists
|
2020-01-17 16:27:11 +01:00 |
Eliot Berriot
|
2bc71eecfd
|
See #170: add a description field on tracks, albums, tracks
|
2020-01-14 14:00:08 +01:00 |
Eliot Berriot
|
20311344d7
|
Resolve "Switch to proper full-text-search system"
|
2019-12-18 15:08:58 +01:00 |
Eliot Berriot
|
57949c02c1
|
Revert "Revert "Fix #994: use PostgreSQL full-text-search""
This reverts commit 7b0db234e2 .
|
2019-12-18 11:26:59 +01:00 |
Eliot Berriot
|
7b0db234e2
|
Revert "Fix #994: use PostgreSQL full-text-search"
This reverts commit b3d8d6a4da .
|
2019-12-17 10:57:05 +01:00 |
Eliot Berriot
|
b3d8d6a4da
|
Fix #994: use PostgreSQL full-text-search
|
2019-12-16 17:46:32 +01:00 |
Eliot Berriot
|
dd9cca432d
|
Disable download by default on track urls exposed over federation
|
2019-12-09 16:37:04 +01:00 |
Eliot Berriot
|
c94d9214ec
|
See #170: updates to upload API to support channels publishing
|
2019-12-04 09:55:07 +01:00 |
Eliot Berriot
|
8a9f7845d4
|
Fix #947: Make media and static files serving more reliable when reverse proxy X_FORWARDED_* headers are incorrect
|
2019-11-27 15:05:50 +01:00 |
Eliot Berriot
|
c84396e669
|
Attachments
|
2019-11-25 09:49:06 +01:00 |
Ciarán Ainsworth
|
1152c9da97
|
Resolve "Wrong sort used when sorting favorites by album name"
|
2019-11-06 10:22:46 +01:00 |
Eliot Berriot
|
6b5cb9759a
|
Improved SQL generated by ORM
|
2019-10-22 00:13:27 +02:00 |
Eliot Berriot
|
4a5484c7eb
|
Fix audio serving issues under S3/nginx when signatures are enabled
|
2019-10-17 10:14:08 +02:00 |
Eliot Berriot
|
f0bea39d6a
|
Fix #924: in-place imported files not playing under nginx when filename contains ? or %
|
2019-10-01 10:57:14 +02:00 |
Eliot Berriot
|
81349e2b57
|
Fix #865: Performance optimization on /artists, /albums and /tracks endpoints
|
2019-09-24 09:48:04 +02:00 |
Ciarán Ainsworth
|
2e0883d44c
|
Fix #895: "Display tracks count instead of albums count for artists with no albums"
|
2019-08-20 12:12:41 +02:00 |
Eliot Berriot
|
4a277c17bb
|
Added "refresh=true" API param to artist, track and album detail to retrieve up-to-date data if needed
|
2019-07-22 12:16:47 +02:00 |
Eliot Berriot
|
9376f808e9
|
Merge branch '432-tags-radio' into 'develop'
See #432: tags radio and search
See merge request funkwhale/funkwhale!834
|
2019-07-19 06:58:25 +02:00 |
Eliot Berriot
|
e21e0e50d1
|
See #432: added tag search in sidebar
|
2019-07-18 15:26:30 +02:00 |
Eliot Berriot
|
d808a1f1ac
|
Fixed a bug with in-place imported files not playing
|
2019-07-18 15:13:34 +02:00 |
Eliot Berriot
|
22bd1512c7
|
Ensure owner of tracks/albums/artists can approve suggestions
|
2019-07-18 14:24:18 +02:00 |
Eliot Berriot
|
aa6bece8df
|
See #432: expose artists, album and track tags in API
|
2019-07-15 14:20:29 +02:00 |
Eliot Berriot
|
9f3076f4db
|
See #432: API endpoint to query tags
|
2019-07-09 16:03:41 +02:00 |
Eliot Berriot
|
6dde4b73cd
|
Implement tag models
|
2019-07-08 15:26:14 +02:00 |
Eliot Berriot
|
bb5e5460c4
|
Fix #848: Fixed invalid file extension for transcoded tracks
|
2019-06-10 11:56:10 +02:00 |
Eliot Berriot
|
86269c1b07
|
Can now serve audio content directly from S3
|
2019-05-09 11:43:35 +02:00 |
Eliot Berriot
|
aad2a50536
|
Fixed issue when transcoding from federation
|
2019-05-07 12:36:29 +02:00 |
Eliot Berriot
|
6135d427e7
|
Fixed some issues
|
2019-04-24 12:56:15 +02:00 |
Eliot Berriot
|
101ae27885
|
Fix #565: store media files in S3 bucket
|
2019-04-23 18:01:42 +02:00 |
Eliot Berriot
|
0b94227782
|
Fix #799: Removed broken/instable lyrics feature
|
2019-04-23 10:32:51 +02:00 |
Eliot Berriot
|
a605bcbe76
|
Admin UI for libraries and uploads
|
2019-04-19 12:05:13 +02:00 |