Commit Graph

520 Commits

Author SHA1 Message Date
b76a40aa02 fixed track processing, youtube handling 2024-01-18 22:15:17 +03:00
9c32235926 fixed migrations 2024-01-17 16:15:07 +03:00
7fafb8e484 fixed migrations 2024-01-17 16:14:10 +03:00
c26a2ea8d0 added track slug api view 2024-01-17 16:00:17 +03:00
6f70c38ecf added anon user listen history 2024-01-17 15:43:20 +03:00
f6467bd12a fixed poetry 2024-01-15 22:04:09 +03:00
8309f105fd added song value via stft function 2024-01-15 21:59:54 +03:00
dba8bc9ba4 added last fm auth and scrobling 2024-01-14 17:26:43 +03:00
cb7bbbf49f updated music image handling in serializers 2024-01-12 13:18:04 +03:00
fb2b611dd8 fixed author and album images 2024-01-12 00:52:28 +03:00
017efcb1cc fixed music handling 2024-01-11 23:23:29 +03:00
0a49519a4e Add music information service and refactor music serializers 2024-01-11 22:08:11 +03:00
7cb24369ea minor update 2024-01-02 20:38:21 +03:00
d8c4c0a927 fixed 2fa for non 2fa 2023-12-29 00:56:44 +03:00
bf9e2beda1 added user option second factor totp 2023-12-29 00:24:01 +03:00
3adeb7c5a7 added manage command 2023-12-28 02:28:47 +03:00
af5f1f8afc added music search, major improvements on file search 2023-12-28 02:15:50 +03:00
4a407dfc06 fixed docker 2023-12-27 02:25:12 +03:00
9a2a351858 minor updates 2023-12-27 02:16:08 +03:00
60b0d7e51c updated requirements 2023-12-27 02:13:04 +03:00
fd8bb6bac6 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	poetry.lock
2023-12-27 01:53:48 +03:00
fc1a1ec7ed fixed akarpov dependecies, minor changes 2023-12-27 01:52:57 +03:00
f2f5446c18 fixed poetry lock 2023-12-23 19:52:24 +03:00
dependabot[bot]
f39e49ab39
Bump django-colorfield from 0.8.0 to 0.11.0 (#218)
Bumps [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) from 0.8.0 to 0.11.0.
- [Release notes](https://github.com/fabiocaccamo/django-colorfield/releases)
- [Changelog](https://github.com/fabiocaccamo/django-colorfield/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabiocaccamo/django-colorfield/compare/0.8.0...0.11.0)

---
updated-dependencies:
- dependency-name: django-colorfield
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Karpov <51019345+Alexander-D-Karpov@users.noreply.github.com>
2023-12-23 19:47:05 +03:00
dependabot[bot]
0f465e40de
Bump rawpy from 0.18.1 to 0.19.0 (#217)
Bumps [rawpy](https://github.com/letmaik/rawpy) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/letmaik/rawpy/releases)
- [Commits](https://github.com/letmaik/rawpy/compare/v0.18.1...v0.19.0)

---
updated-dependencies:
- dependency-name: rawpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-23 19:46:32 +03:00
8f19d51410 updated files 2023-12-19 12:51:59 +03:00
07640962fa fixed music 2023-12-18 17:30:47 +03:00
fbddd3c1dc updated compose 2023-12-18 14:54:12 +03:00
79e865bf37 updated author creation 2023-12-18 14:51:24 +03:00
75d787f460 fixed music processing 2023-12-18 03:50:51 +03:00
51f3a6bb57 updated music file processing, major info retrieving update 2023-12-18 03:33:36 +03:00
43a6e8d779 updated music processing 2023-12-18 00:35:58 +03:00
b16ec21486 fixed music artist and albums relations 2023-12-17 16:36:30 +03:00
18ba02caab fixed files 2023-12-17 16:22:40 +03:00
7b48929e38 fixed albums and authors, added related objects 2023-12-17 16:19:00 +03:00
127b4b6e11 major music updates, minor template fixes 2023-12-16 21:11:08 +03:00
dependabot[bot]
fdfe839d19
Bump django-crispy-forms from 1.14.0 to 2.1 (#216)
Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.14.0 to 2.1.
- [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases)
- [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md)
- [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/1.14.0...2.1)

---
updated-dependencies:
- dependency-name: django-crispy-forms
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 19:02:24 +03:00
5bc8cd523a updated music and files api 2023-12-08 17:17:18 +03:00
63311d1d26 updated serializer 2023-12-08 16:35:32 +03:00
debdf53927 Merge remote-tracking branch 'origin/main' 2023-12-08 15:22:33 +03:00
32912620a4 updated api, added music endpoints 2023-12-08 15:22:25 +03:00
dependabot[bot]
0aef69b754
Bump sentry-sdk from 1.35.0 to 1.38.0 (#212)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.35.0 to 1.38.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/1.35.0...1.38.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 12:06:30 +03:00
dependabot[bot]
aff1cc0591
Bump actions/setup-python from 4 to 5 (#214)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 01:43:00 +03:00
dependabot[bot]
b52366d9a8
Bump traefik from 2.10.1 to 2.10.7 in /compose/production/traefik (#215)
Bumps traefik from 2.10.1 to 2.10.7.

---
updated-dependencies:
- dependency-name: traefik
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 01:42:48 +03:00
80a1b2b554 added like songs updated tests 2023-12-08 01:38:39 +03:00
8fd1d55f08 minor fixes and updates 2023-12-07 17:55:23 +03:00
43aeb2290d updated allauth login 2023-12-07 12:49:58 +03:00
e38888e411 updated allauth 2023-12-07 12:07:33 +03:00
957d748647 updated allauth 2023-12-07 03:36:49 +03:00
b9302f16a8 updated mail 2023-12-07 03:13:40 +03:00