cee4d41ef0
Add minio dependency to package.json
2026-01-07 21:08:49 +01:00
Mathis HERRIOT
187c51f932
chore: reorder and format imports for consistency across modules
Lint / lint (push) Successful in 9m37s
2026-01-06 12:30:55 +01:00
Mathis HERRIOT
c1bc68e3e3
feat: add dependencies for cryptographic utilities
...
Lint / lint (push) Failing after 4m59s
Added `@noble/post-quantum`, `@node-rs/argon2`, and `jose` to backend dependencies to support advanced cryptographic operations, including post-quantum algorithms, Argon2 hashing, and JWT/JWE handling.
2026-01-06 12:09:57 +01:00
Mathis HERRIOT
810acd8ed4
feat: implement CryptoModule with comprehensive cryptographic utilities and testing
...
Added CryptoModule providing services for Argon2 hashing, JWT handling, JWE encryption/decryption, JWS signing/verification, and post-quantum cryptography (ML-KEM). Includes extensive unit tests for all features.
2026-01-06 12:09:44 +01:00
Mathis HERRIOT
adceada1b6
feat: add CryptoModule to app imports
2026-01-06 12:09:28 +01:00
Mathis HERRIOT
dfba0c0adb
feat: integrate ConfigModule and DatabaseModule into app initialization
2026-01-06 11:42:44 +01:00
Mathis HERRIOT
6074917bfb
chore(docs): reorder imports across documentation files for consistency
Lint / lint (push) Successful in 9m37s
2026-01-05 16:30:02 +01:00
Mathis HERRIOT
86543eeb4f
feat(docs): add technical features documentation and apply consistent formatting
...
Added a detailed technical features section to the documentation, covering key functionalities of Memegoat. Improved consistency in formatting across documentation and source files.
2026-01-05 16:29:31 +01:00
Mathis HERRIOT
38e97741e0
chore: reformat schemas and documentation files for consistency
...
Lint / lint (push) Failing after 4m58s
Standardized formatting across database schema files and updated documentation structure to improve clarity and organization.
2026-01-05 16:17:41 +01:00
Mathis HERRIOT
bfce5b2964
chore: add new lint script and apply consistent formatting across configs
...
Lint / lint (push) Failing after 4m57s
Added `lint:write` script to streamline linting process and updated formatting in `drizzle.config.ts`
2026-01-05 15:59:55 +01:00
Mathis HERRIOT
b22129c4dd
chore: reformat database schema files for readability
...
Applied consistent formatting and indentation across all schema files using Drizzle ORM to enhance code clarity and maintainability.
2026-01-05 15:59:15 +01:00
Mathis HERRIOT
cadc497dec
docs: add social badges to README
...
Added LinkedIn and Discord badges to enhance visibility and community engagement.
2026-01-05 14:20:15 +01:00
Mathis HERRIOT
0b84e0aecc
docs: update README with new platform details and usage instructions
...
Revamped the README to include updated descriptions of Memegoat's features, architecture, technical stack, installation steps, and key documentation links.
2026-01-05 14:19:46 +01:00
Mathis HERRIOT
ac5cb96f97
chore(docs): remove deprecated test documentation file
Lint / lint (push) Failing after 4m56s
2026-01-05 14:16:00 +01:00
Mathis HERRIOT
2389d2c2c6
feat(docs): add comprehensive technical documentation for Memegoat
...
Includes detailed sections on architecture, stack, data model, security measures, deployment procedures, compliance (GDPR), and API integrations.
2026-01-05 14:15:56 +01:00
Mathis HERRIOT
694031c05b
feat: add API keys schema with Drizzle ORM integration
2026-01-05 14:15:35 +01:00
Mathis HERRIOT
cbf7bfcb0a
feat: add audit logs schema with Drizzle ORM integration
2026-01-05 14:15:32 +01:00
Mathis HERRIOT
9fb890699a
feat: add content schema with Drizzle ORM integration
2026-01-05 14:15:28 +01:00
Mathis HERRIOT
9439c004e2
feat: add RBAC schemas with Drizzle ORM integration
2026-01-05 14:15:22 +01:00
Mathis HERRIOT
27954daf64
feat: add reports schema with Drizzle ORM integration
2026-01-05 14:15:18 +01:00
Mathis HERRIOT
7001082fb2
feat: add sessions schema with Drizzle ORM integration
2026-01-05 14:15:13 +01:00
Mathis HERRIOT
04ca5090df
feat: add tags schema with Drizzle ORM integration
2026-01-05 14:14:57 +01:00
Mathis HERRIOT
19ceac1303
feat: export additional schemas for RBAC, sessions, API keys, tags, content, reports, and audit logs
2026-01-05 14:14:51 +01:00
Mathis HERRIOT
381ca24501
feat: enhance user schema with PGP encryption, GDPR fields, and 2FA support
2026-01-05 14:14:42 +01:00
Mathis HERRIOT
eefe2906ed
feat: add database scripts for Drizzle ORM (generate, migrate, studio) in backend package.json
2026-01-05 14:14:22 +01:00
Mathis HERRIOT
8ee0491c96
chore: update Drizzle ORM schema path in configuration
2026-01-05 14:14:08 +01:00
Mathis HERRIOT
73aea94d88
chore: update pnpm-lock.yaml with dependency additions and updates, including Drizzle ORM, PostgreSQL support, and dotenv integration
2026-01-05 12:10:57 +01:00
Mathis HERRIOT
7761e26d32
feat: add user schema with PostgreSQL integration using Drizzle ORM
2026-01-05 12:10:49 +01:00
Mathis HERRIOT
6c4f1694ba
chore: remove GitHub Actions workflows for linting backend, frontend, and documentation
2026-01-05 12:10:40 +01:00
Mathis HERRIOT
0a84ad1595
chore: add GitHub Actions workflow for linting frontend, backend, and documentation
2026-01-05 12:10:29 +01:00
Mathis HERRIOT
43b4334971
feat: add Drizzle ORM configuration for PostgreSQL integration in backend
2026-01-05 12:08:01 +01:00
Mathis HERRIOT
07f905d7c9
feat: add support for dotenv, PostgreSQL, and Drizzle ORM in backend dependencies
2026-01-05 12:07:46 +01:00
Mathis HERRIOT
72f3bb7723
feat: implement database module and service with PostgreSQL integration and migrations support
2026-01-05 12:07:12 +01:00
Mathis HERRIOT
fd7409fe09
feat: enable Mermaid support in MDX through remark plugin integration
Documentation Lint / lint (push) Successful in 9m31s
2026-01-05 10:36:27 +01:00
Mathis HERRIOT
e8617b8042
feat: enable Mermaid support in MDX through remark plugin integration
2026-01-05 10:36:24 +01:00
Mathis HERRIOT
824cdbe2b0
chore: update dependencies in documentation/package.json by adding mermaid, next-themes, and biome
2026-01-05 10:36:19 +01:00
Mathis HERRIOT
7941779451
feat: integrate Mermaid component into MDX components for extended chart support
2026-01-05 10:36:09 +01:00
Mathis HERRIOT
f8a27f868c
feat: add Mermaid component for rendering charts in documentation with theme support
2026-01-05 10:35:52 +01:00
Mathis HERRIOT
cabefe3186
chore: update pnpm workspace configuration with onlyBuiltDependencies option
2026-01-05 10:17:07 +01:00
Mathis HERRIOT
4d776c5c16
refactor: simplify documentation structure by removing multi-language i18n support and unused components
2026-01-05 10:16:29 +01:00
Mathis HERRIOT
91179199f7
refactor: migrate documentation to support multi-language structure with i18n integration
Documentation Lint / lint (push) Failing after 4m46s
2026-01-05 01:23:00 +01:00
Mathis HERRIOT
c1acc9f16b
Fix typo in format:docs script in package.json
2026-01-05 00:36:37 +01:00
Mathis HERRIOT
a40bf9a18e
Add workflow for linting documentation on changes or PRs
Documentation Lint / lint (push) Failing after 3s
2026-01-05 00:32:28 +01:00
Mathis HERRIOT
fd0b82ab99
Update lockfile to version 9 and synchronize dependency versions
2026-01-05 00:28:25 +01:00
Mathis HERRIOT
1720cd6c36
Initialize documentation module with Fumadocs integration and basic setup
2026-01-05 00:28:02 +01:00
e953b2aa44
Add a standard .gitignore file to handle common exclusions
Backend Lint / lint (push) Successful in 10m5s
Frontend Lint / lint (push) Successful in 9m33s
2026-01-04 23:45:23 +01:00
4c7a90f4d1
Update Biome to v2.3.11 in pnpm-lock.yaml
2026-01-04 23:44:03 +01:00
dac6ab3a15
Remove CVE-check workflow; add separate lint workflows for frontend and backend
2026-01-04 23:43:42 +01:00
403e2ca922
Update package name, adjust Biome config, and fix import order in e2e tests
2026-01-04 23:43:13 +01:00
3d2a92d283
Update Biome and TailwindCSS configurations; remove unused font imports
2026-01-04 23:39:06 +01:00