Commit Graph

377 Commits

Author SHA1 Message Date
80099605ff added ceo tags 2023-08-30 11:33:15 +03:00
dependabot[bot]
010c8c5fbd
Bump flower from 1.2.0 to 2.0.1 (#185)
Bumps [flower](https://github.com/mher/flower) from 1.2.0 to 2.0.1.
- [Commits](https://github.com/mher/flower/compare/v1.2.0...v2.0.1)

---
updated-dependencies:
- dependency-name: flower
  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-08-17 01:11:04 +03:00
703d9a681f added preview installation 2023-08-17 01:05:56 +03:00
13346c0fb4 added redirect docker 2023-08-17 00:37:36 +03:00
b7773181ae added yt-dlp for youtube music download 2023-08-11 22:38:38 +03:00
08b1479401 Merge remote-tracking branch 'origin/main' 2023-08-11 18:12:11 +03:00
b6260615d8 fixed music local file upload 2023-08-11 18:12:01 +03:00
dependabot[bot]
9290d49d31
Bump psycopg2-binary from 2.9.6 to 2.9.7 (#179)
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.7.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7)

---
updated-dependencies:
- dependency-name: psycopg2-binary
  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-08-10 17:29:14 +03:00
ec120e5883 updated shortner to show and process new host 2023-08-10 17:25:10 +03:00
21c02df7f0
Implement short link redirect service (#180)
* Implement short link redirect service

* Silence linter where imports needs to be below setup

* Improve unknown link error

* Provide session to worker to convert it to user id

* Remove main entrypoint in favor of uvicorn command

* Add base path for relative URLs

* Add docs on launching redirect service to README.md

* Fix wrong task argument name

* Lint service code
2023-08-08 13:57:32 +03:00
Alexander Karpov
223b5aba2d
Merge pull request #178 from Alexander-D-Karpov/README-update
Update README.md
2023-08-07 10:25:32 +03:00
Alexander Karpov
cc2cb8b8f0
Update README.md 2023-08-07 10:25:22 +03:00
a4b6b39a2d updated link model for integration 2023-08-06 09:23:21 +03:00
3bd43af70a minor file user fix 2023-08-05 18:28:30 +03:00
87d323ab2d added user badge tag, link info lookup 2023-08-05 17:50:34 +03:00
e2dd282bd9 updated dependencies 2023-08-05 16:55:43 +03:00
Alexander Karpov
9b04dd62c1
Merge pull request #177 from Alexander-D-Karpov/dependabot/pip/django-anymail-10.1
Bump django-anymail from 10.0 to 10.1
2023-08-05 12:49:20 +03:00
dependabot[bot]
d3b4758d48
Bump django-anymail from 10.0 to 10.1
Bumps [django-anymail](https://github.com/anymail/django-anymail) from 10.0 to 10.1.
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/anymail/django-anymail/compare/v10.0...v10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-05 09:46:48 +00:00
Alexander Karpov
5ba4d07bce
Merge pull request #176 from Alexander-D-Karpov/dependabot/pip/gunicorn-21.2.0
Bump gunicorn from 20.1.0 to 21.2.0
2023-08-05 12:36:50 +03:00
dependabot[bot]
cb5529a427
Bump gunicorn from 20.1.0 to 21.2.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-05 09:36:33 +00:00
Alexander Karpov
6bc420585e
Merge pull request #175 from Alexander-D-Karpov/dependabot/pip/black-23.7.0
Bump black from 22.12.0 to 23.7.0
2023-08-05 12:26:29 +03:00
dependabot[bot]
0beefa16fd
Bump black from 22.12.0 to 23.7.0
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.7.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.12.0...23.7.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-05 09:26:00 +00:00
Alexander Karpov
363edd5380
Merge pull request #174 from Alexander-D-Karpov/dependabot/pip/markdown-3.4.4
Bump markdown from 3.4.3 to 3.4.4
2023-08-05 12:20:39 +03:00
dependabot[bot]
d7d6c80e14
Bump markdown from 3.4.3 to 3.4.4
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.3 to 3.4.4.
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/change_log/release-2.6.md)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.4.3...3.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-05 09:13:48 +00:00
Alexander Karpov
b377cee04e
Merge pull request #173 from Alexander-D-Karpov/dependabot/pip/pyjwt-2.8.0
Bump pyjwt from 2.7.0 to 2.8.0
2023-08-05 12:08:20 +03:00
dependabot[bot]
9662d51f5c
Bump pyjwt from 2.7.0 to 2.8.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-05 08:47:08 +00:00
5ab4501783 added shortcutter view meta 2023-08-05 11:41:29 +03:00
f0dd4e2b27 minor blog updates and fixes, added better cache 2023-08-04 17:51:50 +03:00
13638466a2 added blog api, updated user api 2023-08-01 04:08:11 +03:00
e403a29cda updated base 2023-08-01 04:03:18 +03:00
67ff194573 added faq 2023-08-01 04:03:01 +03:00
2361b628bb added faq 2023-08-01 04:01:02 +03:00
ffb327a8d9 refactored pipeliner 2023-08-01 03:20:16 +03:00
76457b27b7 added preview for files in folders 2023-08-01 03:15:26 +03:00
c0c6c5f8d4 fixed cache 2023-07-29 18:51:56 +03:00
b93b29d06c fixed cache 2023-07-28 20:03:19 +03:00
bb61d144c5 fixed music load, added radio 2023-07-10 03:13:42 +03:00
72f17c8ee2 fixed dependencies 2023-07-06 01:11:35 +03:00
7f2c708fdb Merge remote-tracking branch 'origin/main'
# Conflicts:
#	poetry.lock
2023-07-06 01:08:16 +03:00
be16856532 updated music 2023-07-06 01:08:04 +03:00
Alexander Karpov
a9f9ae66e1
Merge pull request #160 from Alexander-D-Karpov/dependabot/pip/redis-4.6.0
Bump redis from 4.5.4 to 4.6.0
2023-07-05 18:29:56 +03:00
Alexander Karpov
5036ed23e5
Merge branch 'main' into dependabot/pip/redis-4.6.0 2023-07-05 18:29:50 +03:00
Alexander Karpov
5d6254a439
Merge pull request #159 from Alexander-D-Karpov/dependabot/pip/pillow-10.0.0
Bump pillow from 9.5.0 to 10.0.0
2023-07-05 18:29:27 +03:00
Alexander Karpov
fa32ee7ec1
Merge pull request #163 from Alexander-D-Karpov/dependabot/pip/django-4.2.3
Bump django from 4.2.2 to 4.2.3
2023-07-05 18:29:13 +03:00
dependabot[bot]
ee79a3d3f6
Bump django from 4.2.2 to 4.2.3
Bumps [django](https://github.com/django/django) from 4.2.2 to 4.2.3.
- [Commits](https://github.com/django/django/compare/4.2.2...4.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 14:57:27 +00:00
dependabot[bot]
46689104c1
Bump redis from 4.5.4 to 4.6.0
Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 4.6.0.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.5.4...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 14:55:25 +00:00
dependabot[bot]
01d2da9d3a
Bump pillow from 9.5.0 to 10.0.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.0.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 14:54:44 +00:00
98e9a4e036 added slug index 2023-07-04 14:09:01 +03:00
e3454a142a added user history 2023-07-04 14:00:05 +03:00
099cca3aab moved short links to main path 2023-06-26 19:48:24 +03:00