Renovate Bot
d9161a5088
chore(front): update dependency standardized-audio-context to v25.3.57
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2580 >
2023-09-28 09:36:27 +00:00
Georg Krause
786735d122
fix: Make sure build requirements for ujson are met
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2582 >
2023-09-28 10:49:51 +02:00
petitminion
4ad806b8e9
Cache radio queryset. New api endpoint for radio tracks : api/v2/radios/sessions/$sessionid/tracks?count=$count
2023-09-25 22:28:11 +00:00
Ciarán Ainsworth
04acd056e6
feat(docs): add docs for in-place s3 update
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2506 >
2023-09-25 11:33:21 +00:00
Georg Krause
b907f48f1c
test: Remove test test that wont work
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2506 >
2023-09-25 11:33:21 +00:00
Georg Krause
afbaa49bb3
fix: Make sure to set right target when none is given
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2506 >
2023-09-25 11:33:21 +00:00
Georg Krause
9ee75d0252
test: Use the right assert to validate empty file field
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2506 >
2023-09-25 11:33:21 +00:00
jooola
b20b33b838
style: Simplify code
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2506 >
2023-09-25 11:33:21 +00:00
Georg Krause
cb4c27dce0
feat(api): Add inplace_to_s3 management command
...
This command allows to update Uploads that originally were imported
using --in_place but are moved to s3. This command does not copy any
file, it just makes sure the files are read from S3 after they have been
moved.
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2506 >
2023-09-25 11:33:21 +00:00
Kasper Seweryn
f5200eecea
style: fix linting
2023-09-21 12:57:30 +02:00
Kasper Seweryn
185a61ecdd
fix(front): fix initialization error on dev setup
2023-09-21 12:44:15 +02:00
Kasper Seweryn
096a435d56
fix(lint): fix linting error
2023-09-21 12:24:48 +02:00
Kasper Seweryn
51f37afb72
fix(front): enable custom logger in tests
2023-09-21 12:20:38 +02:00
Kasper Seweryn
46e84f8f9a
fix(front): fix logger on webkit/blink
2023-09-21 12:20:33 +02:00
Renovate Bot
3e9c0f80c6
chore(front): update dependency fomantic-ui-css to v2.9.3
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2579 >
2023-09-14 04:36:21 +00:00
Renovate Bot
cef09e877b
chore(api): update dependency django to v3.2.21
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2578 >
2023-09-13 09:11:44 +00:00
Renovate Bot
4ea74750ff
chore(docs): lock file maintenance
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2571 >
2023-09-13 08:49:31 +00:00
Georg Krause
65994943eb
ci: Delete obsolete files from docs when deploying a new version
2023-09-13 08:45:27 +02:00
Georg Krause
00baf5e9cb
build(front): Remove duplicate key from vite.config.ts
2023-09-13 08:30:19 +02:00
petitminion
f821dcbbc2
Create a testing environment in production for ListenBrainz recommendation engine (troi-recommendation-playground)
2023-09-12 16:09:34 +00:00
Georg Krause
cc0f8f395c
Merge branch 'stable' into develop
2023-09-07 08:58:37 +02:00
Renovate Bot
10b85fd638
chore(front): lock file maintenance
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2572 >
2023-09-07 06:35:53 +00:00
Georg Krause
03f435193d
Version bump and changelog for 1.3.3
2023-09-07 08:29:13 +02:00
Georg Krause
e08add956e
Revert refactoring of frontend logging since its crashing #2215 #2214 #2212
...
Revert "refactor(front): rename logger timing stop functions to `measureLoading`"
This reverts commit 9abdcb5ff7
.
Revert "chore(front): remove unused dependency and add eslint rule to prevent console usage"
This reverts commit d1f9a99e1b
.
Revert "feat(front): use logger instead of console.log"
This reverts commit b59e29883f
.
2023-09-06 08:20:11 +02:00
Georg Krause
ec8dc8e09f
Merge branch stable into develop
2023-09-01 14:24:58 +02:00
Georg Krause
b043900aaf
Version bump and changelog for 1.3.2
2023-09-01 13:36:41 +02:00
Georg Krause
80383703f2
chore: Fix naming of changelog snippets
2023-09-01 13:34:08 +02:00
Georg Krause
d2f7d45a0d
fix: Multiarch Docker build
...
(cherry picked from commit cc0d642215
)
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2570 >
2023-09-01 09:36:12 +00:00
Georg Krause
02bb83e3f4
fix(api): Fix password reset via email
...
The original serializes assumes if allauth is installed, its also used
for the token generation. Thats not the case for us, so we need to
overwrite this behavior
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2565 >
2023-08-31 17:51:46 +00:00
Georg Krause
e78191c917
fix: Fetch nodeinfo endpoint address from .well-known/nodeinfo when checking instance availability
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2561 >
2023-08-31 12:06:34 +00:00
Georg Krause
cc0d642215
WIP: Test if this fixes the multiarch docker builds
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2560 >
2023-08-31 11:49:39 +00:00
Renovate Bot
0b0947004d
chore(api): update dependency click to v8.1.7
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2569 >
2023-08-29 14:05:11 +00:00
Renovate Bot
d0e8045d99
chore(api): update dependency aiohttp to v3.8.5
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2568 >
2023-08-29 12:04:49 +00:00
Renovate Bot
494fda0331
chore(front): update dependency vue3-lazyload to v0.3.8
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2567 >
2023-08-29 11:04:14 +00:00
Renovate Bot
b97d485798
chore: update pre-commit hook pre-commit/mirrors-prettier to v3.0.2
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2564 >
2023-08-29 10:28:47 +00:00
Renovate Bot
04262d54b2
chore(front): update dependency standardized-audio-context to v25.3.55
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2563 >
2023-08-29 10:16:45 +00:00
Renovate Bot
3a226c94ed
chore(api): update dependency psycopg2 to v2.9.7
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2562 >
2023-08-29 08:34:03 +00:00
Renovate Bot
609fb881b9
chore(api): update dependency debugpy to v1.6.7.post1
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2559 >
2023-08-25 08:34:17 +00:00
Renovate Bot
1d39603e6d
chore(front): lock file maintenance
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2558 >
2023-08-25 08:21:59 +00:00
Renovate Bot
9f0e3c98e8
chore(docs): lock file maintenance
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2557 >
2023-08-25 08:13:15 +00:00
Renovate Bot
8a52938694
chore(api): lock file maintenance
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2556 >
2023-08-24 18:34:25 +00:00
Renovate Bot
6eb0555eeb
chore(api): update dependency click to v8.1.7
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2555 >
2023-08-24 17:34:19 +00:00
MhP
e5ca54a9bc
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Documentation/user-libraries-follow
Translate-URL: https://translate.funkwhale.audio/projects/documentation/user-libraries-follow/es/
2023-08-24 15:32:04 +00:00
MhP
79b2516d65
Translated using Weblate (Spanish)
...
Currently translated at 14.2% (3 of 21 strings)
Translation: Documentation/user-libraries-follow
Translate-URL: https://translate.funkwhale.audio/projects/documentation/user-libraries-follow/es/
2023-08-24 13:12:12 +00:00
MhP
9459c4653e
Translated using Weblate (Spanish)
...
Currently translated at 9.5% (2 of 21 strings)
Translation: Documentation/user-libraries-follow
Translate-URL: https://translate.funkwhale.audio/projects/documentation/user-libraries-follow/es/
2023-08-24 12:45:20 +00:00
MhP
3906853ed6
Added translation using Weblate (Spanish)
2023-08-24 12:37:27 +00:00
Georg Krause
d0549e27fa
ci(cypress): Cache cypress cache directory to make sure the binary is available
2023-08-24 08:35:51 +02:00
Renovate Bot
48f608c984
chore(front): update dependency dompurify to v2.4.7
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2544 >
2023-08-24 06:33:51 +00:00
petitminion
6046dce55a
Fix docker build NOCHANGELOG
2023-08-24 08:24:19 +02:00
codl
2e2e0b74ba
fix #2199
...
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2551 >
2023-08-23 17:13:56 +00:00