1
0
Fork
You've already forked DocuNiceAPI
0
No description
  • C# 85.3%
  • HTML 14.3%
  • Dockerfile 0.4%
2026年02月24日 22:09:11 +01:00
.vscode feat: setup vscode 2026年02月21日 18:13:55 +01:00
Controllers Merge branch 'main' of ssh://codeberg.org/Indogermane/DocuNiceAPI 2026年02月22日 22:35:17 +01:00
Exceptions init commit 2026年02月14日 10:42:03 +01:00
Helper feat(MailService): multi language 2026年02月22日 17:37:11 +01:00
Migrations refactor: database-structure 2026年02月22日 22:04:09 +01:00
Models Merge branch 'main' of ssh://codeberg.org/Indogermane/DocuNiceAPI 2026年02月22日 22:35:17 +01:00
Properties init commit 2026年02月14日 10:42:03 +01:00
Services fix(TokenService): time calculation 2026年02月24日 22:09:11 +01:00
.gitignore init commit 2026年02月14日 10:42:03 +01:00
appsettings.example.json fix: circular references between account/sftp service 2026年02月22日 22:53:01 +01:00
docker-compose.yml init commit 2026年02月14日 10:42:03 +01:00
Dockerfile fix: add kerberos to docker 2026年02月21日 15:32:55 +01:00
DocuNice.csproj refactor: DeleteAccount 2026年02月22日 22:34:11 +01:00
DocuNice.http init commit 2026年02月14日 10:42:03 +01:00
DocuNice.sln init commit 2026年02月14日 10:42:03 +01:00
LICENSE init commit 2026年02月14日 10:42:03 +01:00
Program.cs fix: circular references between account/sftp service 2026年02月22日 22:53:01 +01:00
README.md chore: update README 2026年02月22日 20:51:06 +01:00
spam-mail-list.txt init commit 2026年02月14日 10:42:03 +01:00

DocuNice

A management solution for documents of all kinds.

TODOs

  • [Performance] - IsEmailValidAsync - current state: "its reading the file and checking each individual line" (that is bad for performance)
  • [Feat] - add logging to JWT-Service, Mail-Service. Check if we need to add it else where
  • [Feat] - outsourcing schedule service to own project (console app)
  • [Refactor] - DeleteAccountPending