Commit Graph

1310 Commits

Author SHA1 Message Date
Mikhail 767a51f601
feat: remove expertise (#1204) 2024-05-16 09:04:45 +02:00
Nurmukhamed Berikbolov c30e653087
fix: adjust battle comment form width to 100% to prevent overflow (#1203) 2024-05-14 20:18:19 +02:00
vas3k 38714bb7be static: new tinkoff link 2024-05-14 14:15:55 +02:00
Pavel Griaznov 21b464e265
fix: pronounses (#1202) 2024-05-13 19:41:34 +02:00
vas3k a213722d79 feat: support gif, webp, avif, mp4 2024-05-13 19:19:52 +02:00
DC7495 dbe0f79378
feat: MOAR greetings.py (#1201)
* Update greetings.py

Add a few lines in DUMB_GREETINGS

* Update greetings.py

* Update greetings.py

---------

Co-authored-by: Vasily Zubarev <me@vas3k.ru>
2024-05-09 12:04:50 +02:00
vas3k 5190978a52 fix: fckng Safari has a bug with aspect-ratio property 2024-05-07 10:26:26 +02:00
vas3k 3d41649bf6 fix: badges printing layout 2024-05-07 09:50:04 +02:00
vas3k 248ba3caf4 feat: badge generator pages for printing 2024-05-05 17:48:14 +02:00
Mikhail ff72d4c317
fix registration template (#1199) 2024-04-30 09:36:19 +02:00
vas3k 15d956766e Revert "fix: remove twemoji dependency, add as CDN"
This reverts commit 5738bda503.
2024-04-17 14:06:46 +02:00
vas3k 5738bda503 fix: remove twemoji dependency, add as CDN 2024-04-15 12:59:22 +02:00
Bakhti Baymukhamedov b6d5e3d9a1
fix: add robots meta to access_denied.html (#1195)
Added nofollow and no robots if "not post.is_public"
2024-04-10 11:19:34 +03:00
vas3k 841b3166fd fix: hide rooms with is_visible=false from /network/ 2024-03-19 13:09:10 +01:00
vas3k 6e88ece2b0 fix: wrong template name 2024-03-19 12:18:22 +01:00
vas3k 4b9675bf43 feat: new “show achievement” page 2024-03-18 16:38:41 +01:00
vas3k 12dfe11fc2 feat: update mass email script 2024-03-18 09:30:24 +01:00
vas3k 8b48467fab feat: camp email test 2024-03-15 14:26:27 +01:00
vas3k f727ce1667 feat: custom email sending script 2024-03-14 16:29:25 +01:00
vas3k fb2185bea4 fix: add “form novalidate” to allow nickname login 2024-03-14 14:55:44 +01:00
vas3k 1056616351 feat: stripe webhook for camp sales 2024-03-14 14:18:21 +01:00
Pavel Shchors 3fe041abae
static: music challenge achievement 2024 (#1184) 2024-03-12 12:18:19 +01:00
Andrey Sitnik 6f4fcd90fa
fix: use proper type=email in login field for autcompletion and better UX (#1183) 2024-03-12 10:06:37 +01:00
vas3k 1550e896ae Merge branch 'master' of github.com:vas3k/vas3k.club 2024-02-21 19:11:16 +01:00
vas3k 009d2137f8 fix: wrong price tag for +50 years 2024-02-21 19:07:47 +01:00
Alexander Holovin ee4e831be9
fix: broken layout on people search page for mobile devices (#1179) 2024-02-21 13:10:45 +01:00
Arslan Yersain fbfa32a97d
fix #1131: edit battle side in comment (#1176)
* reuse current logic for edit html

* fixed save_message for comment form

* ref

* changed views with current logic

* create some filters and tags for jinja

* pass comment to battle forms

* save message in battle
2024-02-14 10:46:22 +01:00
vas3k 58b3da5755 feat: add List-Unsubscribe header to weekly digest 2024-01-17 15:16:16 +01:00
vas3k 109740b646 feat: add admin notification about invites 2023-12-29 11:45:58 +01:00
vas3k 0f2da0a299 fix: admin invite now works better with existing emails 2023-12-29 11:14:49 +01:00
Mikhail Korobko bd5f867fb4
static: game tournament achievements (#1161)
* Fixed color in for the background

* Added 3 achievements for the game tournament

* Uploaded achievements

* Added achievement for video challange

* Added uporot achievement picture

* New achievements for the game tournament

* Deleted accidental extra file
2023-12-26 12:49:41 +01:00
vas3k 0118a93c25 static: achievement 2023 2023-12-20 14:04:11 +01:00
vas3k be488de036 fix: hide rooms w/o chat_url from /network/ 2023-12-01 09:09:23 +01:00
vas3k c3ce6cbf4f docs: new tinkoff link 2023-11-20 10:06:01 +01:00
Alexander Holovin dc4e3c2c52
fix: TagSelect show only collectible tags (fix search api url) (#1157) 2023-11-06 10:51:12 +01:00
Alexander Holovin 8cbea15889
fix: TagSelect show only collectible tags (#1155) 2023-11-05 23:54:51 +01:00
Alexander Holovin c659635364
fix: search input on small screens (#1071) 2023-10-25 11:22:41 +02:00
zyuhel 37f0bfbd34
fix: posts from channels detected as bots (#1076)
* fix(): posts from channels detected as bots

Possibly fixes #937

* fix(): use getattr instead of hasattr
2023-10-25 11:22:22 +02:00
Artem Demidov cf8de7d7a6
fox: date box for events (#1141) 2023-10-25 11:22:12 +02:00
Vitalii Dmitriev 0f441198d8
fix: potentional iteration through None (#1043)
Signed-off-by: Vitalii Dmitriev <dmitvitalii@gmail.com>
2023-10-25 11:21:46 +02:00
Artemii Kulikov f89f47ebd3
fix: tests for comments subscriptions (#1120)
* fix: fix subscription downgrading, add test

* fix: add fix to post subscription for authos
tests: add 2 working postsubscription tests

now authors won't be downgraded to top-level subscription randomly

* fix: reduce complexity
2023-10-25 11:15:54 +02:00
vas3k 9f1e798c61 fix: post compose is broken 2023-10-23 16:58:28 +02:00
vas3k df3daa5c3f fix: intro form (again) 2023-10-23 16:39:42 +02:00
vas3k 5b00ce731e fix: some users can’t update their intros 2023-10-23 16:22:39 +02:00
Mikhail Korobko fb2bcf42ad
static: new music challenge achievement (#1149)
* Update achievements.py to include new music achievement

* added image for mashmer achievement

* replaced mashemer file

* Delete frontend/static/images/achievements/m1.png

accidental upload
2023-10-23 09:21:32 +02:00
Daniil Olshevskiy 4ab0e91693
fix: hide comment edit button for post's authors (#1148) 2023-10-19 09:37:12 +02:00
vas3k f7de5fff7a fix: prioritize best comments over badges 2023-10-17 12:26:37 +02:00
vas3k 2534881fd7 fix: better datetime handle 2023-10-10 13:04:59 +02:00
vas3k 8ba2362f08 fix: add crontab, fix expiration messages 2023-10-10 12:49:32 +02:00
vas3k 61494b616e feat: subscription expire notification 2023-10-10 12:37:01 +02:00