Commit Graph

91 Commits

Author SHA1 Message Date
root 96179c5715 Merge branch 'dev'
Build and Push (main) / build (push) Successful in 41s
2026-08-08 05:11:16 +05:00
root 39defecb2f revert 8a1e467a15
revert Update storage/captcha.txt
2026-08-07 23:22:44 +00:00
root 8a1e467a15 Update storage/captcha.txt 2026-08-07 23:22:21 +00:00
root 7e85a1af4c refactor: streamline captcha and thread access
Build and Push (dev) / build (push) Successful in 1m29s
2026-08-08 04:03:32 +05:00
root 0cc2440736 feat(captcha): add validation and thread editing
Build and Push (dev) / build (push) Successful in 38m3s
Build and Push (main) / build (push) Canceled after 21m44s
2026-08-07 10:51:54 +05:00
root 9ee9e7b731 chore(deps): update Python dependencies 2026-08-07 10:33:43 +05:00
root 62c44e885b chore(gitignore): remove duplicate *.txt entry 2026-08-07 09:26:48 +05:00
root 2919e95c4c chore(gitignore): add txt files to .gitignore 2026-08-07 09:26:32 +05:00
root 620115d89a docs(captcha): simplify captcha prompt formatting 2026-08-07 09:26:02 +05:00
root d6d2752341 feat(config): add auto bump and captcha options 2026-08-07 09:04:16 +05:00
root f76c74ce3f feat(captcha): add captcha config and template 2026-08-07 09:02:32 +05:00
root 4abb5d6acc Merge branch 'dev'
Build and Push (main) / build (push) Successful in 45s
Build and Push (dev) / build (push) Successful in 12m19s
2026-08-07 05:53:02 +05:00
open-webui adf963a1a7 Optimize dev workflow with separate cache
Build and Push (main) / build (push) Canceled after 0s
2026-08-07 00:48:41 +00:00
open-webui 6bcb89ffd0 Optimize build workflow for speed
Build and Push (main) / build (push) Canceled after 0s
2026-08-07 00:48:40 +00:00
open-webui 74b8dddd9d Optimize Dockerfile with multi-stage build
Build and Push (main) / build (push) Canceled after 1m34s
2026-08-07 00:48:39 +00:00
root 76e6659c00 refactor: add ConfigError and Lolz error handling
Build and Push (dev) / build (push) Successful in 10m53s
2026-08-07 05:08:46 +05:00
root b7a7508654 fix(stars_bot): correct async gathering and interval config 2026-08-07 04:08:25 +05:00
root b557ff0403 feat(bump): add auto thread bumping 2026-08-07 04:00:20 +05:00
root 03c463b87c refactor(notification_bot): use ParseMode enum for bot default 2026-08-07 03:57:06 +05:00
root c59a8b9a47 feat(config): include default ad reply
Build and Push (dev) / build (push) Failing after 42s
2026-07-30 08:20:37 +05:00
root 958b00a8f3 Update README.md 2026-07-30 01:05:25 +00:00
root 61527aa4c5 Update README.md 2026-07-30 01:04:49 +00:00
open-webui f37977e88f feat: Rewrite README.md with improved structure, Docker-first instructions, and correct repo URLs 2026-07-30 01:02:41 +00:00
open-webui 64649a5b26 Improve main branch workflow: add path filter + registry layer caching for faster builds
Build and Push (main) / build (push) Successful in 43s
Build and Push (dev) / build (push) Successful in 42s
v1.0.0
2026-07-30 00:22:11 +00:00
open-webui f724f8056f Improve dev branch workflow: add path filter + registry layer caching for faster builds
Build and Push (main) / build (push) Successful in 6m45s
2026-07-30 00:22:05 +00:00
open-webui d0c6c84666 Improve .dockerignore for faster Docker builds (exclude unnecessary files)
Build and Push (main) / build (push) Failing after 2m27s
2026-07-30 00:21:59 +00:00
root a6a9b5b75f Merge branch 'main' of ssh://git.sakamoto.best:3005/Lolz/Auto-Stars-Improved
Build and Push (main) / build (push) Failing after 12m43s
2026-07-30 04:47:38 +05:00
root bb6cc70be9 refactor(config): load reply templates on demand 2026-07-30 04:47:32 +05:00
open-webui f869e5bcb8 Add Gitea workflow for main branch (build + push) 2026-07-29 23:32:18 +00:00
open-webui 52d4c80b19 Add Gitea workflow for dev branch (build + push) 2026-07-29 23:32:17 +00:00
root 1ae67173c8 Update README.md 2026-07-29 21:41:59 +00:00
root 6a062f52d7 docs(readme): add Docker installation guide 2026-07-29 23:21:07 +05:00
root f0f9932420 fix(bot): early exit for processed posts 2026-07-29 23:13:38 +05:00
root 51f6e417bd refactor(stars_bot): remove redundant notification calls 2026-07-29 22:48:35 +05:00
root 32a319a836 build(docker): add libc6-dev to build dependencies 2026-07-29 22:33:41 +05:00
root 23f6460617 build(docker): install gcc for C extensions 2026-07-29 22:30:51 +05:00
root 57313f4d60 build(docker): remove unnecessary ignore patterns 2026-07-29 22:28:35 +05:00
root fe45f3fbec fix(build): add missing build context 2026-07-29 22:27:32 +05:00
root 240af1ce86 build(docker): remove explicit context 2026-07-29 22:26:46 +05:00
root 1f88af128c feat(docker): add Docker support and env example 2026-07-29 22:23:59 +05:00
root 183f0aa9bb refactor(notification): add detailed logging and improve error handling 2026-07-29 22:12:06 +05:00
root e2e067894d chore(gitignore): ignore all .txt files 2026-07-29 21:14:06 +05:00
root 3693563884 chore(replies): update reply messages content 2026-07-29 21:13:29 +05:00
root 961f2d544c refactor(stars_bot): rename modules and await notification bot calls 2026-07-29 21:06:41 +05:00
root 1d4226c580 chore(gitignore): ignore processed.txt only 2026-07-29 21:06:21 +05:00
root af6818283c refactor(config): simplify ADMIN_ID handling 2026-07-29 20:52:58 +05:00
root 299fb63936 feat(bot): add admin notification via Telegram bot 2026-07-29 20:52:01 +05:00
root 0047f30629 refactor(main): rename bot variable to stars_bot 2026-07-29 20:51:48 +05:00
root 51ae2c92c0 feat(config): add notification bot env vars 2026-07-29 20:51:32 +05:00
root 94eb082692 refactor(core): logging setup and session path 2026-07-29 19:23:52 +05:00