Commit Graph
40 Commits
Author SHA1 Message Date
retoor f5cda83a7a feat: add user_id index to profiles table for faster lookups 2024-12-10 15:41:06 +00:00
retoor 418afce510 chore: add explicit rule forbidding generic boilerplate phrases in commit messages 2024-12-10 13:56:24 +00:00
retoor b4ebd78347 feat: add initial commit message with placeholder text for project setup 2024-12-10 09:36:38 +00:00
retoor c7e11fb711 feat: increase rant count from 1 to 2 for verification testing 2024-12-10 04:07:05 +00:00
retoor 3d66fa146c chore: remove trailing whitespace from README.md line 42 2024-12-10 03:17:55 +00:00
retoor 0c5fb4c3a6 fix: correct flagged checker logic to handle edge case for empty input arrays 2024-12-10 03:17:21 +00:00
retoor f9450902e1 chore: merge feature branch into main with resolved conflicts 2024-12-09 21:24:29 +00:00
retoor 479999111e feat: add Buffon blocker to prevent specific user actions in system 2024-12-09 20:48:50 +00:00
retoor 9c036d087a chore: add __pycache__ directory entries to .gitignore file 2024-12-09 20:43:10 +00:00
retoor cd51db48f0 chore: remove __pycache__ directories from repository to clean up tracked cache files 2024-12-09 20:42:42 +00:00
retoor 255ce12e9e chore: add build trigger configuration for automated pipeline execution 2024-12-02 13:27:04 +00:00
retoor 74f7162dde feat: add job status tracking with pending, running, and completed states 2024-12-02 13:08:17 +00:00
retoor 2043ae9acf fix: correct cache invalidation logic to prevent stale data serving 2024-12-02 12:09:48 +00:00
retoor 13a9be9c3f style: remove trailing whitespace and fix indentation in main.css and app.js 2024-12-01 08:01:57 +00:00
retoor 8d7b779474 feat: add ragnar check function to validate user input before processing 2024-11-30 17:14:47 +00:00
retoor 040f339d44 feat: add suspicious content detection filter for user comments
Implement a new content validation module that scans comment text for potentially harmful or inappropriate patterns before submission. The checker uses regex-based pattern matching to flag common spam, abuse, and prohibited content, returning a boolean result for downstream moderation handling.
2024-11-30 17:02:25 +00:00
retoor de8eccc6f6 feat: add new vocabulary entries to the word list for expanded coverage 2024-11-29 20:13:53 +00:00
retoor 73b821e350 chore: update word list with new entries and corrections 2024-11-29 13:41:50 +00:00
retoor b5075c28dd chore: add 47 new words to the dictionary and remove 12 outdated entries 2024-11-29 13:40:26 +00:00
retoor e064ef3d3f chore: add 47 new words to the dictionary for expanded vocabulary coverage 2024-11-29 13:35:17 +00:00
retoor 8ab3909326 chore: update word list with new entries and corrections 2024-11-29 13:33:49 +00:00
retoor 89c3dc03c5 test: add unit tests for user authentication and profile retrieval endpoints 2024-11-28 10:43:09 +00:00
retoor 930397c622 feat: add user_id index to profiles table for faster lookups 2024-11-28 10:38:11 +00:00
retoor 9fa245e5ab feat: add regex pattern for validating website URLs in input forms 2024-11-28 10:33:12 +00:00
retoor dd0e4387bd feat: add reason field to commit message structure for clarity 2024-11-28 03:29:21 +00:00
retoor 18904dbb6a fix: convert user_id field type from string to integer in User model 2024-11-28 03:07:20 +00:00
retoor f59eb9fa7b chore: apply Plat3 configuration updates across project files 2024-11-27 23:34:59 +00:00
retoor 9afdcc6687 fix: apply json.loads to parse JSON string in config loader 2024-11-27 19:59:29 +00:00
retoor 3e3ccd193b fix: correct vote string from empty to "-1" in voting handler 2024-11-27 19:35:59 +00:00
retoor b113a81a04 fix: correct vote string from empty to "-1" in voting component 2024-11-27 19:32:36 +00:00
retoor 8001f68b13 docs: add @retoor mention to project documentation or changelog 2024-11-27 16:52:26 +00:00
retoor ef650aa78a chore: remove placeholder commit message and replace with concrete diff content 2024-11-27 16:17:28 +00:00
retoor 45f315b443 refactor: replace magic number 86400 with named constant SESSION_TTL in auth module 2024-11-27 16:02:18 +00:00
retoor db2251e51f feat: add downvote functionality and new word entries to vocabulary list 2024-11-27 15:54:20 +00:00
retoor 1cc552e583 feat: add new vocabulary entries to the word list for expanded coverage 2024-11-27 15:37:33 +00:00
retoor 8969a6da1f feat: add structured logging and rant_history tracking to core module
Implement a new logging utility with configurable verbosity levels and integrate a rant_history data structure to persist user interaction records across sessions. The logging module includes timestamped entries with severity tags, while rant_history stores chronological entries with metadata for future analysis and replay features.
2024-11-27 10:46:02 +00:00
retoor 7ea0dcf230 feat: add structured logging with request IDs and error context to API handlers 2024-11-27 10:28:05 +00:00
retoor b890025f53 test: add unit tests for user authentication and profile update endpoints 2024-11-27 09:56:37 +00:00
retoor 54161207fc test: add unit test for email validation regex pattern matching 2024-11-27 09:54:27 +00:00
retoor 6d0186c8c0 feat: add initial project structure with core files and configuration 2024-11-27 01:59:42 +00:00