Eliot Berriot
|
5f1dabc569
|
Fix #644: Initial UI render using correct language from browser
|
2018-12-27 23:13:29 +01:00 |
Eliot Berriot
|
a4fcf9e8b5
|
Merge branch 'domains-table-query-perf' into 'develop'
Fixed slow query on domain list / stats
See merge request funkwhale/funkwhale!506
|
2018-12-27 22:52:03 +01:00 |
Eliot Berriot
|
9d55320b56
|
Fixed slow query on domain list / stats
|
2018-12-27 22:45:43 +01:00 |
Eliot Berriot
|
3f5d363f9e
|
Merge branch '643-upgrade-dependencies' into 'develop'
Fix #643: Upgraded core dependencies to fix websocket/messaging issues and possible memory leaks
Closes #643
See merge request funkwhale/funkwhale!505
|
2018-12-27 21:34:09 +01:00 |
Eliot Berriot
|
a2607f82cb
|
Fix #643: Upgraded core dependencies to fix websocket/messaging issues and possible memory leaks
|
2018-12-27 21:17:51 +01:00 |
Eliot Berriot
|
54c0987b86
|
Merge branch 'domaind-dedicated-table' into 'develop'
Domaind dedicated table
See merge request funkwhale/funkwhale!504
|
2018-12-27 21:09:55 +01:00 |
Eliot Berriot
|
942e9a15cb
|
Linting
|
2018-12-27 20:39:03 +01:00 |
Eliot Berriot
|
91d99a0381
|
Added domain list and detail UI
|
2018-12-27 20:33:12 +01:00 |
Eliot Berriot
|
032197da3f
|
Added stats endpoint for domain
|
2018-12-27 20:33:12 +01:00 |
Eliot Berriot
|
be388870a3
|
Can now fetch domain nodeinfo
|
2018-12-27 20:33:12 +01:00 |
Eliot Berriot
|
e4117043cb
|
Added API endpoint and UI to list known domains
|
2018-12-27 20:33:11 +01:00 |
Eliot Berriot
|
34ec869ca1
|
Removed obsolete permissions, added a new moderation permission
|
2018-12-27 20:33:11 +01:00 |
Eliot Berriot
|
af53ee7c7d
|
Ensure all our AP types are present
|
2018-12-27 20:33:11 +01:00 |
Eliot Berriot
|
7ac3bb98da
|
Moved actor domain to a dedicated table
|
2018-12-27 20:33:11 +01:00 |
Eliot Berriot
|
060543f62c
|
Fixed logging issues
|
2018-12-26 20:24:42 +01:00 |
Eliot Berriot
|
d68ab6ec20
|
Can now run strace in dev api container
|
2018-12-26 20:24:25 +01:00 |
Eliot Berriot
|
24b8ca7227
|
Removed dead code
|
2018-12-26 20:23:48 +01:00 |
Eliot Berriot
|
752a06c20a
|
Upgraded dynamic preferences to latest version
|
2018-12-26 20:23:09 +01:00 |
Eliot Berriot
|
79f92ff596
|
Fixed a small display issue with radio card in queue tab
|
2018-12-21 10:55:47 +01:00 |
Eliot Berriot
|
f99c9ec8ce
|
Document how to start Funkwhale processes automatically during boot when using systemd
|
2018-12-20 23:37:16 +01:00 |
Eliot Berriot
|
712418ecb6
|
Revert "Smaller CSS with purge CSS (130kb removed)"
This reverts commit 7ed3a24723 .
|
2018-12-20 17:54:41 +01:00 |
Eliot Berriot
|
ba89cc640f
|
Merge branch '640-redis-password-channels' into 'develop'
Resolve "Password-protected redis connection seems to not be respected"
Closes #640
See merge request funkwhale/funkwhale!503
|
2018-12-20 17:42:16 +01:00 |
Eliot Berriot
|
d27ea30b26
|
Fix #640: support connecting with to a password protected redis server
|
2018-12-20 17:36:32 +01:00 |
Eliot Berriot
|
ab7c9d511c
|
Removed log
|
2018-12-20 17:24:21 +01:00 |
Eliot Berriot
|
4b4bb85148
|
Merge branch 'disable-preloading' into 'develop'
Disable preloading
See merge request funkwhale/funkwhale!502
|
2018-12-20 16:44:25 +01:00 |
Eliot Berriot
|
42a9c1f922
|
Disabled prefetching of showdown / translations
|
2018-12-20 16:38:13 +01:00 |
Eliot Berriot
|
59087353f0
|
Fixed an i18n bug where switching back to en_US would fail
|
2018-12-20 16:35:25 +01:00 |
Eliot Berriot
|
e1f02ede35
|
Added caching headers on front urls
|
2018-12-20 15:59:55 +01:00 |
Eliot Berriot
|
0201b73b10
|
Added proper app name in noscript tag
|
2018-12-20 15:43:44 +01:00 |
Eliot Berriot
|
585fba2571
|
Merge branch 'remove-unused-css' into 'develop'
Smaller CSS with purge CSS (130kb removed)
See merge request funkwhale/funkwhale!501
|
2018-12-20 15:13:04 +01:00 |
Eliot Berriot
|
7ed3a24723
|
Smaller CSS with purge CSS (130kb removed)
|
2018-12-20 15:06:36 +01:00 |
Eliot Berriot
|
e1e6a73a79
|
Lower reconnection delay for websocket
|
2018-12-20 14:31:56 +01:00 |
Eliot Berriot
|
d6573e5d37
|
Merge branch 'fix-broken-build' into 'develop'
Fixed broken translations build
See merge request funkwhale/funkwhale!500
|
2018-12-20 14:23:00 +01:00 |
Eliot Berriot
|
9ddfae5475
|
Fixed broken translations build
|
2018-12-20 14:16:56 +01:00 |
Eliot Berriot
|
e1450d28b8
|
Merge branch 'webpack-tweaking' into 'develop'
Improve front-end performance
See merge request funkwhale/funkwhale!499
|
2018-12-20 13:50:05 +01:00 |
Eliot Berriot
|
4f44a5ab44
|
Lazy load more images
|
2018-12-20 12:37:51 +01:00 |
Eliot Berriot
|
74959029b5
|
Smaller placeholder album cover
|
2018-12-20 12:30:21 +01:00 |
Eliot Berriot
|
83f104ce01
|
Fixed broken custom css path
|
2018-12-20 12:12:28 +01:00 |
Eliot Berriot
|
3b4543a0cb
|
Disabled more semantic UI modules
|
2018-12-20 11:49:10 +01:00 |
Eliot Berriot
|
6d63fcf208
|
Regenerated yarn.lock
|
2018-12-20 11:30:05 +01:00 |
Eliot Berriot
|
b2acd1e8a8
|
Use specific methods from lodash to reduce bundle size
|
2018-12-20 11:22:33 +01:00 |
Eliot Berriot
|
17d86a2832
|
Lazy-load markdown renderer on about page for smaller bundle size
|
2018-12-20 11:07:31 +01:00 |
Eliot Berriot
|
3682aa81db
|
Disabled another Semantic UI module
|
2018-12-20 11:07:30 +01:00 |
Eliot Berriot
|
95e087b342
|
Removed raven on front-end
|
2018-12-20 11:07:30 +01:00 |
Eliot Berriot
|
5321cb4c46
|
Enable gzip compression to reduce bandwidth consumption
|
2018-12-20 11:07:29 +01:00 |
Eliot Berriot
|
a221633085
|
See #638: fix skipping to last track in album
|
2018-12-20 11:07:29 +01:00 |
Eliot Berriot
|
c6e03b15c7
|
Ignore moment.js locales for smaller build
|
2018-12-19 22:22:51 +01:00 |
Eliot Berriot
|
7c8fc72f49
|
Commented unused Semantic ui components
|
2018-12-19 22:15:37 +01:00 |
Eliot Berriot
|
7c671177a8
|
Use vendored semantic UI CSS and JS
|
2018-12-19 22:04:35 +01:00 |
Eliot Berriot
|
ba68246e0d
|
Load translations separately to reduce bandwidth usage
|
2018-12-19 21:45:12 +01:00 |