Commit Graph

173 Commits

Author SHA1 Message Date
Eliot Berriot 7897c8ac7f
Fix #879: Admins can now add custom CSS from their pod settings 2019-07-03 11:23:45 +02:00
Eliot Berriot 4a412d36a9
Fix #830: Better handling of follow/accept messages to avoid and recover from desync between instances 2019-05-14 10:59:49 +02:00
Eliot Berriot 048339c7a2
Fix #809: Added admin options to disable login for users, ensure related content is deleted when deleting a user account 2019-04-30 14:46:05 +02:00
Eliot Berriot e34a90314f
Fixed error when accessing profile for anonymous users 2019-04-29 15:26:54 +02:00
Eliot Berriot a605bcbe76 Admin UI for libraries and uploads 2019-04-19 12:05:13 +02:00
Eliot Berriot cdc617be27 Logic to refetch remote entities 2019-04-18 14:37:17 +02:00
Eliot Berriot b4731928fc UI To manage artists, albums, tracks 2019-04-17 14:17:59 +02:00
Eliot Berriot ae626a5c0a
Fix #791: overflowing input on account detail page 2019-04-08 12:28:00 +02:00
Eliot Berriot 05f0129025 Better error handling on display for import errors (#718, #583, #501, #252, #544) 2019-04-04 16:07:43 +02:00
Ciarán Ainsworth 6e20f63f09 Resolve "Show 'description' of libraries in card" 2019-03-22 09:41:35 +01:00
Eliot Berriot b12c823dd9
Merge branch 'master' into develop 2019-03-20 11:36:16 +01:00
Ciarán Ainsworth 77b41fc0b4 Resolve #630: "Do not allow tab closure during upload" 2019-03-18 10:09:28 +01:00
jovuit 86534e7392 Common context for duplicates
Removes unnecessary `...` for more coherence
2019-03-18 10:07:58 +01:00
jovuit e923913d5d Moved privacy/visibility labels out of Form.vue to use the ones in
mixins/Translations.vue
2019-03-11 10:11:00 +01:00
Eliot Berriot b0ebbabf20
Fixed #652: escaping issues in translated strings 2019-03-08 15:20:31 +01:00
Eliot Berriot 72606388ff
Fixed broken extraction of contexts 2019-03-08 12:44:17 +01:00
Eliot Berriot 491c79efa0
Merge branch 'master' into develop 2019-03-07 13:44:33 +01:00
Eliot Berriot 9e6bbb4833
Fix #729: Display new notifications immediatly on notifications page 2019-03-07 11:03:51 +01:00
Eliot Berriot 28aca23d8d
Fixed library card resizing 2019-03-06 17:39:15 +01:00
jovuit f28aa5d8a5 Fix #735: library view doesn't like long titles names 2019-03-05 09:29:36 +01:00
jovuit 83ec87d891 Removed unused translation strings.
Changed string `title` to `album_name` and `track_name` respectively
2019-03-01 12:39:25 +01:00
Eliot Berriot e0c5ffcb16 [EPIC] Audio metadata update - UI / API 2019-02-28 09:31:04 +01:00
jovuit 56cdc79b9a Replaced <p> tags by <div> tags to keep the usual button size in
<dangerous-button> modal-confirm's slots.
2019-02-25 15:07:03 +01:00
jovuit 1d7ad6978a Moved Modal t set instance url to a separate dedicated file
SetInstanceModal.vue
2019-02-25 14:03:53 +01:00
jovuit 8b4f83c3bc Front enhancements 2019-02-18 10:01:57 +01:00
Eliot Berriot 7e1bd1ad07
Merge branch 'master' into develop 2019-02-13 09:09:31 +01:00
Eliot Berriot b40cabe033
Fix #707: Fixed cards display issues on medium/small screens 2019-02-13 09:04:49 +01:00
Eliot Berriot 4ce8002681 Merge branch '662-components-audio' into 'develop'
#662: Resolve "Add contexts to translatable strings"

See merge request funkwhale/funkwhale!612
2019-02-13 08:16:45 +01:00
Eliot Berriot bb30a9cbb4 Merge branch '662-libraries' into 'develop'
#662: Resolve "Add contexts to translatable strings"

See merge request funkwhale/funkwhale!610
2019-02-13 08:15:44 +01:00
jovuit 29e8b23a16 #662: Resolve "Add contexts to translatable strings" 2019-02-13 08:14:14 +01:00
jovuit 9dc9979be3 #662: Resolve "Add contexts to translatable strings" 2019-02-13 08:10:45 +01:00
Jo Vuit 51514944a3 Added context strings 2019-02-11 16:01:13 +01:00
Jo Vuit 041dc3c89b Corrected non-escaped ' (apostrophe) 2019-02-11 14:45:41 +01:00
Jo Vuit 5daa99544a Added translation strings context 2019-02-11 14:41:21 +01:00
Jo Vuit 662d4884c2 Added context translation strings 2019-02-11 14:40:46 +01:00
Jo Vuit b89da8f3b2 Added translation strings context 2019-02-11 14:33:18 +01:00
Jo Vuit 02b2d3d749 Added translation strings context 2019-02-11 14:31:43 +01:00
Jo Vuit a72f10737b Minor rewordings 2019-02-11 14:23:53 +01:00
Jo Vuit 036d94a41a Added translation strings context 2019-02-11 14:22:22 +01:00
Jo Vuit fbb8e1a227 Added translation context 2019-02-11 14:14:26 +01:00
Jo Vuit 31d55e0361 Added translation context 2019-02-11 14:07:55 +01:00
Jo Vuit 2cbb983bde Added string context 2019-02-11 14:05:19 +01:00
Jo Vuit 86889e212e Added translation strings context 2019-02-11 13:59:52 +01:00
Jo Vuit f1f2e7517d Added translation context strings 2019-02-11 13:56:03 +01:00
jovuit 23672be5c0 #662: Resolve "Add contexts to translatable strings" 2019-02-11 09:43:57 +01:00
Eliot Berriot 44ddb736b2 Merge branch '662-playlist-List' into 'develop'
#662: Corrected wrong terminology in string context

See merge request funkwhale/funkwhale!600
2019-02-11 09:42:54 +01:00
Eliot Berriot f235ac4cc3 Merge branch '662-admin-users-UsersList.vue' into 'develop'
Added translation context

See merge request funkwhale/funkwhale!595
2019-02-11 09:42:41 +01:00
Eliot Berriot 7fe86e9d56 Merge branch '662-admin-InvitationsList.vue' into 'develop'
Added translation context

See merge request funkwhale/funkwhale!594
2019-02-11 09:42:24 +01:00
Eliot Berriot 78703e26d5 Merge branch '662-admin-users-Base.vue' into 'develop'
Resolve "Add contexts to translatable strings"

See merge request funkwhale/funkwhale!593
2019-02-11 09:42:05 +01:00
Eliot Berriot 9a68304344 Merge branch '662-playlist-detail' into 'develop'
Added i18n string context

See merge request funkwhale/funkwhale!589
2019-02-11 09:41:48 +01:00