Mathis HERRIOT
002a6b912a
test(admin): add unit tests for AdminController with mocked dependencies
2026-01-20 13:44:35 +01:00
Mathis HERRIOT
733ffbff31
chore(ci): update workflow to replace github context with gitea for event and ref conditions
2026-01-20 12:13:14 +01:00
Mathis HERRIOT
4700526dd2
refactor(media): remove redundant metadata fallback for content-type
CI/CD Pipeline / Valider backend (push) Failing after 1m9s
CI/CD Pipeline / Valider frontend (push) Successful in 1m37s
CI/CD Pipeline / Valider documentation (push) Successful in 1m40s
CI/CD Pipeline / Déploiement en Production (push) Has been skipped
2026-01-20 12:06:20 +01:00
Mathis HERRIOT
2450977e61
chore(versioning): bump package versions to 0.1.0 across all modules
CI/CD Pipeline / Valider backend (push) Failing after 1m12s
CI/CD Pipeline / Valider documentation (push) Successful in 1m41s
CI/CD Pipeline / Valider frontend (push) Successful in 1m43s
CI/CD Pipeline / Déploiement en Production (push) Has been skipped
v0.1.1
2026-01-20 12:00:35 +01:00
Mathis HERRIOT
afc18b555a
chore(versioning): improve version script with enhanced validation and refactored command handling
2026-01-20 11:57:24 +01:00
Mathis HERRIOT
9699127739
feat(docs): add details on S3-compatible storage and email notifications system
CI/CD Pipeline / Valider backend (push) Failing after 1m0s
CI/CD Pipeline / Valider documentation (push) Successful in 1m39s
CI/CD Pipeline / Valider frontend (push) Successful in 1m33s
CI/CD Pipeline / Déploiement en Production (push) Has been skipped
v0.1.0
2026-01-20 11:50:29 +01:00
Mathis HERRIOT
938d8bde7b
feat(docs): extend database schema documentation with new fields avatar_url, bio, and slug
2026-01-20 11:50:18 +01:00
Mathis HERRIOT
65c7096f46
feat(docs): update API reference with new endpoints and extended parameter details
2026-01-20 11:49:47 +01:00
Mathis HERRIOT
57c00ad4d1
chore(ci): remove deprecated deploy workflow and update CI pipeline with production deployment steps
2026-01-20 11:21:23 +01:00
Mathis HERRIOT
39618f7708
chore(versioning): bump package versions to 0.0.1 across all modules
Deploy to Production / Validate Build & Lint (backend) (push) Failing after 1m12s
Deploy to Production / Validate Build & Lint (documentation) (push) Successful in 1m46s
Deploy to Production / Validate Build & Lint (frontend) (push) Successful in 1m46s
Deploy to Production / Deploy to Production (push) Has been skipped
2026-01-20 10:53:11 +01:00
Mathis HERRIOT
e84e4a5a9d
chore(ci): add new workflow for linting and testing components
2026-01-20 10:52:58 +01:00
Mathis HERRIOT
e74973a9d0
chore(ci): update deploy workflow to include tag-based triggers and conditional testing steps
2026-01-20 10:52:48 +01:00
Mathis HERRIOT
9233c1bf89
feat(versioning): add support for SemVer increment commands (PATCH, MINOR, MAJOR) in version script
2026-01-20 10:52:41 +01:00
Mathis HERRIOT
88c7f45a2c
chore(ci): remove unused backend and lint workflows to clean up repository
2026-01-20 10:52:27 +01:00
Mathis HERRIOT
9af72156f5
chore: remove unused .output.txt file to clean up repository
2026-01-20 10:51:48 +01:00
Mathis HERRIOT
597a4d615e
Changement système de branches: passage à main et unification des versions via CMake
Lint / lint (backend) (push) Successful in 1m18s
Backend Tests / test (push) Successful in 1m18s
Lint / lint (documentation) (push) Successful in 1m18s
Lint / lint (frontend) (push) Successful in 1m15s
v0.0.0
v0.0.1
2026-01-20 10:39:53 +01:00
Mathis HERRIOT
2df45af305
style(logging): reformat hashed IP computation for improved readability
Lint / lint (documentation) (push) Successful in 1m18s
Lint / lint (backend) (push) Successful in 1m21s
Backend Tests / test (push) Successful in 1m23s
Lint / lint (frontend) (push) Successful in 1m10s
Lint / lint (backend) (pull_request) Successful in 1m20s
Lint / lint (documentation) (pull_request) Successful in 1m22s
Backend Tests / test (pull_request) Successful in 1m24s
Lint / lint (frontend) (pull_request) Successful in 1m10s
2026-01-20 10:01:40 +01:00
Mathis HERRIOT
863a4bf528
style(app): reformat middleware configuration for improved readability
Lint / lint (backend) (push) Failing after 52s
Backend Tests / test (push) Successful in 1m15s
Lint / lint (frontend) (push) Successful in 1m10s
Lint / lint (documentation) (push) Successful in 2m39s
2026-01-20 09:58:10 +01:00
Mathis HERRIOT
9a1cdb05a4
fix(auth): adjust 2FA verification log formatting for consistency
2026-01-20 09:57:59 +01:00
Mathis HERRIOT
28caf92f9a
fix(media): update S3 file info type casting for stricter type safety
...
Replace `any` with `BucketItemStat` for `getFileInfo` response in MediaController to ensure accurate type definition.
2026-01-20 09:57:38 +01:00
Mathis HERRIOT
8b2728dc5a
test(s3): update mock implementation types for stricter type safety
...
Refactor mock implementations in S3 service tests to replace `any` with `unknown` for improved type safety and consistency.
2026-01-20 09:57:27 +01:00
Mathis HERRIOT
3bbbbc307f
test(media): fix type casting in MediaController unit tests
...
Update type casting for `Response` object in MediaController tests to use `unknown as Response` for stricter type safety. Remove unused `s3Service` variable for cleanup.
2026-01-20 09:57:11 +01:00
Mathis HERRIOT
f080919563
fix(logging): resolve type issue in hashed IP logging
...
Ensure `ip` parameter is explicitly cast to string before creating a SHA-256 hash to prevent runtime errors.
2026-01-20 09:56:44 +01:00
Mathis HERRIOT
edc1ab2438
feat(logging): introduce HTTP logging middleware
...
Lint / lint (backend) (push) Failing after 2m22s
Backend Tests / test (push) Successful in 2m47s
Lint / lint (documentation) (push) Successful in 1m11s
Lint / lint (frontend) (push) Successful in 1m9s
Add middleware to log HTTP request and response details, including method, URL, status, duration, user agent, and hashed IP address. Logs categorized by severity based on response status code.
2026-01-20 09:45:06 +01:00
Mathis HERRIOT
01b66d6f2f
feat(logging): enhance exception filter with user context in logs
...
Integrate user context (`userId`) into exception filter logging for improved traceability. Adjust log messages to include `[User: <ID>]` when user data is available.
2026-01-20 09:44:57 +01:00
Mathis HERRIOT
9a70dd02bb
feat(s3): add detailed logging for upload and delete operations
2026-01-20 09:44:45 +01:00
Mathis HERRIOT
e285a4e634
feat(auth): add detailed logging for login and 2FA operations
...
Introduce warnings for failed login attempts and invalid 2FA tokens. Add logs for successful logins and 2FA requirements to improve authentication traceability.
2026-01-20 09:44:12 +01:00
Mathis HERRIOT
f247a01ac7
feat(middleware): add HTTP logging middleware to application configuration
2026-01-20 09:43:52 +01:00
Mathis HERRIOT
bb640cd8f9
ci(workflows): remove Next.js build caching from deployment workflow
2026-01-20 09:31:30 +01:00
Mathis HERRIOT
c1118e9f25
test(s3): fix formatting of mock implementation in unit tests
Backend Tests / test (push) Successful in 1m10s
Lint / lint (backend) (push) Successful in 1m7s
Lint / lint (documentation) (push) Successful in 1m8s
Lint / lint (frontend) (push) Successful in 1m6s
Backend Tests / test (pull_request) Successful in 1m10s
Lint / lint (backend) (pull_request) Successful in 1m7s
Lint / lint (documentation) (pull_request) Successful in 1m6s
Lint / lint (frontend) (pull_request) Successful in 1m7s
2026-01-15 00:44:55 +01:00
Mathis HERRIOT
eae1f84b92
ci(docker): optimize Dockerfiles with pnpm and build cache integration
...
Switch to `node:22-alpine` for smaller base images. Introduce pnpm cache mounts and utilize `--frozen-lockfile` for faster and more reliable builds. Add Next.js build cache optimizations for `frontend` and `documentation`.
2026-01-15 00:44:44 +01:00
Mathis HERRIOT
8d27532dc0
feat(s3): enhance logging and public URL generation
...
Backend Tests / test (push) Successful in 1m11s
Lint / lint (backend) (push) Failing after 46s
Lint / lint (documentation) (push) Successful in 1m7s
Lint / lint (frontend) (push) Has been cancelled
Add detailed logging for S3 uploads in user and content services. Improve public URL generation logic in `S3Service` by providing better handling for `API_URL`, `DOMAIN_NAME`, and `PORT`. Update relevant tests to cover all scenarios.
2026-01-15 00:40:36 +01:00
Mathis HERRIOT
f79507730e
ci(workflows): improve caching and optimize dependency installation
...
Add Next.js build cache to deployment workflow for improved performance. Update all workflows to use `pnpm install --frozen-lockfile --prefer-offline` for faster and more reliable dependency management.
2026-01-15 00:39:56 +01:00
Mathis HERRIOT
7048c2731e
fix(media): correct route param handling in media controller
...
Backend Tests / test (push) Successful in 1m48s
Lint / lint (backend) (push) Successful in 1m7s
Lint / lint (documentation) (push) Successful in 1m7s
Lint / lint (frontend) (push) Successful in 1m8s
Backend Tests / test (pull_request) Successful in 1m10s
Lint / lint (backend) (pull_request) Successful in 1m8s
Lint / lint (documentation) (pull_request) Successful in 1m7s
Lint / lint (frontend) (pull_request) Successful in 1m9s
Adjust `@Get` decorator route pattern to properly handle file keys with special characters.
2026-01-14 23:51:24 +01:00
Mathis HERRIOT
d74fd15036
ci(workflows): enhance workflows with matrix builds and caching optimizations
...
Refactor GitHub Actions workflows to introduce matrix builds for `backend`, `frontend`, and `documentation` components. Upgrade actions versions, add pull request triggers, and improve caching with pnpm store integration. Adjust Node.js version to 20 and enforce `--frozen-lockfile` for dependency installation.
2026-01-14 23:51:07 +01:00
Mathis HERRIOT
86a697c392
Merge remote-tracking branch 'origin/dev' into dev
Backend Tests / test (push) Has been cancelled
Lint / lint (push) Has been cancelled
2026-01-14 23:14:03 +01:00
Mathis HERRIOT
38adbb6e77
feat(media): add public URL generation for media files and improve S3 integration
...
Introduce `getPublicUrl` in `S3Service` for generating public URLs. Replace custom file URL generation logic across services with the new method. Add media controller for file streaming and update related tests. Adjust frontend to display user roles instead of email in the sidebar. Update environment schema to include optional `API_URL`. Fix help page contact email.
2026-01-14 23:13:28 +01:00
594a387712
Merge branch 'prod' into dev
2026-01-14 22:51:52 +01:00
Mathis HERRIOT
4ca15b578d
refactor(modules): mark DatabaseModule and CryptoModule as global and remove redundant imports
...
Backend Tests / test (push) Has been cancelled
Lint / lint (push) Has been cancelled
Optimize module imports by marking `DatabaseModule` and `CryptoModule` as global. Remove explicit imports from other modules to reduce duplication and improve maintainability. Update environment variable limits for image and GIF sizes in production.
2026-01-14 22:50:30 +01:00
2912231769
Merge pull request 'UI & Feature update - Alpha' ( #9 ) from dev into prod
...
Lint / lint (push) Has been cancelled
Backend Tests / test (push) Has been cancelled
Deploy to Production / deploy (push) Successful in 6m35s
Reviewed-on: #9
2026-01-14 22:40:06 +01:00
Mathis HERRIOT
db17994bb5
fix(test): update transformIgnorePatterns to include .pnpm and uuid dependencies
Backend Tests / test (push) Successful in 9m42s
Lint / lint (push) Successful in 9m37s
2026-01-14 22:19:47 +01:00
Mathis HERRIOT
f57e028178
refactor(reports): add as const to test data in reports.service.spec.ts
2026-01-14 22:19:27 +01:00
Mathis HERRIOT
e84aa8a8db
feat(ui): integrate dynamic tag handling in MobileFilters
...
Add support for fetching and displaying dynamic popular tags in `MobileFilters` using `TagService`. Replace static tag list with API-driven content and handle empty states gracefully.
2026-01-14 22:19:18 +01:00
Mathis HERRIOT
c6b23de481
feat(api): add TagService and enhance API error handling
...
Introduce `TagService` to manage tag-related API interactions. Add SSR cookie interceptor for API requests and implement token refresh logic on 401 errors. Update `FavoriteService` to use `favoritesOnly` filter for exploring content.
2026-01-14 22:19:11 +01:00
Mathis HERRIOT
0611ef715c
feat(ui): add ViewCounter component and enhance accessibility annotations
...
Introduce a new `ViewCounter` component to manage view tracking for content. Add biome-ignore comments for accessibility standards in several UI components, enhance semantic element usage, and improve tag handling in `SearchSidebar`.
2026-01-14 22:18:50 +01:00
Mathis HERRIOT
0a1391674f
feat(meme): add ViewCounter component to meme detail pages
...
Integrate the `ViewCounter` component into meme standard and modal detail pages to track and display content views.
2026-01-14 22:18:10 +01:00
Mathis HERRIOT
2fedaca502
refactor(app): reorder imports in app.module.ts for consistency and readability
2026-01-14 22:00:16 +01:00
Mathis HERRIOT
a6837ff7fb
refactor(auth): reorder imports in optional-auth.guard.ts for consistency and readability
2026-01-14 22:00:10 +01:00
Mathis HERRIOT
74b61004e7
refactor(auth): rename id to uuid in AuthStatus and mock uuid in tests
2026-01-14 21:59:51 +01:00
Mathis HERRIOT
760343da76
refactor(app): simplify metadata description formatting in layout component
2026-01-14 21:59:02 +01:00