Commit Graph

26 Commits

Author SHA1 Message Date
Dmitrii Anfimov
e4e7076f9e feat: visual color picker (#43)
* feat: visual color picker

* feat: use pallete for random colors

* fix: style issues like indentation in code and different color format
2025-08-13 10:22:19 +02:00
Dmitrii Anfimov
dee915ffd6 feat: more llm provider options (google, mistral) (#28)
* feat: add google provider

* fix: default for google model

* feat: multiple providers

* fix: defaults from env for login form

* fix: add mistral to env files

* chore: delete unused code

* chore: revert database url to original

* fix: render default value for api key from env on server

* fix: type errors during compilation

---------

Co-authored-by: Vasily Zubarev <me@vas3k.ru>
2025-07-22 21:49:54 +02:00
dependabot[bot]
97b4b3b6bf chore(deps): bump better-auth (#29)
Bumps the npm_and_yarn group with 1 update in the / directory: [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth).


Updates `better-auth` from 1.2.5 to 1.2.10
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.2.10/packages/better-auth)

---
updated-dependencies:
- dependency-name: better-auth
  dependency-version: 1.2.10
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-21 10:21:35 +02:00
Vasily Zubarev
a05c963d8f ci: fix github actions 2025-05-07 15:27:17 +02:00
Vasily Zubarev
8b5a2e8056 feat: invoice generator 2025-05-07 14:53:13 +02:00
Vasily Zubarev
9c0ba62589 ci: test 2025-05-03 10:27:03 +02:00
Vasily Zubarev
26991a1520 ci: use local prisma client 2025-05-03 10:23:13 +02:00
Vasily Zubarev
e0508be540 ci: move prisma generate to launch stage 2025-05-03 10:08:39 +02:00
Vasily Zubarev
abd5ad8403 feat: stripe integration 2025-04-24 15:27:44 +02:00
Vasily Zubarev
73e83221b8 feat: storage and token limiting 2025-04-21 13:50:45 +02:00
Vasily Zubarev
416c45d08c chore: organize ts types, fix eslint errors 2025-04-09 12:45:56 +02:00
Vasily Zubarev
b47dc4b80a feat: add sentry bug reporting 2025-04-08 20:56:23 +02:00
Vasily Zubarev
f523b1f8ba BREAKING: postgres + saas 2025-04-03 13:07:54 +02:00
Vasily Zubarev
54a892ddb0 feat: backup + restore 2025-03-28 23:36:27 +01:00
Vasily Zubarev
df2d646a47 fix: add orderBy for fields 2025-03-23 19:53:46 +01:00
Vasily Zubarev
9ca7d9c712 fix: rename data -> models 2025-03-22 10:39:47 +01:00
Vasily Zubarev
5d4816180e ci: PORT=7331, remove vercel 2025-03-21 19:40:38 +01:00
Vasily Zubarev
88c6aee5b9 ci: fix vercel build 2025-03-21 19:19:59 +01:00
Vasily Zubarev
0c046ebae9 ci: fil build process 2025-03-21 19:15:37 +01:00
Vasily Zubarev
1e63474039 ci: fix docker and vercel 2025-03-21 18:57:58 +01:00
Vasily Zubarev
d373c9a652 ci: use base docker builder + bump node 2025-03-21 18:50:55 +01:00
Vasily Zubarev
1647662e09 ci: fix vercel build 2025-03-21 18:47:16 +01:00
Vasily Zubarev
f6dc617eae feat: use structured output, import CSV, bugfixes 2025-03-21 18:42:14 +01:00
Vasily Zubarev
33727a431e ci: improve first install 2025-03-20 21:14:30 +01:00
Vasily Zubarev
14967e1c85 feat: bugfixes, spedup, bulk actions, 2025-03-17 18:36:25 +01:00
Vasily Zubarev
0b98a2c307 (squash) init
feat: filters, settings, backups

fix: ts compile errors

feat: new dashboard, webp previews and settings

feat: use webp for pdfs

feat: use webp

fix: analyze resets old data

fix: switch to corsproxy

fix: switch to free cors

fix: max upload limit

fix: currency conversion

feat: transaction export

fix: currency conversion

feat: refactor settings actions

feat: new loader

feat: README + LICENSE

doc: update readme

doc: update readme

doc: update readme

doc: update screenshots

ci: bump prisma
2025-03-16 21:29:20 +01:00