aboutsummaryrefslogtreecommitdiff
path: root/services
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14Add diary journal mode template and routingBobby1-4/+98
2026-05-14Add poetry journal mode templates and routingBobby1-1/+75
2026-05-14Add short stories journal mode templates and routingBobby1-2/+72
2026-03-22Add journal templates for books, calendar, characters, tags, and volumesBobby15-183/+1921
- Created entry.html and main.html for book entries and main journal view. - Added calendar.html for displaying journal entries in a calendar format. - Implemented characters.html for managing characters and their relationships. - Introduced tags.html for creating and managing tags associated with journal entries. - Developed toc.html for displaying the table of contents of the journal. - Added volumes.html for organizing chapters into volumes with options to create, edit, and delete. - Included necessary CSS and JavaScript files for styling and functionality.
2026-03-13fix: improve conversation handling and message sending in WebSocket consumerBobby1-2/+9
refactor: enhance letter list rendering in JavaScript
2026-03-12feat: add attachment functionality to lettersBobby3-35/+0
- Implemented upload and removal of attachments in the letter system. - Created LetterAttachment model to handle file uploads with associated metadata. - Updated conversation and letter views to support attachment uploads. - Added frontend support for file attachment in the MarkMiku editor. - Enhanced CSS styles for attachment display in letters. - Introduced API endpoints for uploading and removing attachments. - Added signal to delete attachment files upon model deletion. - Updated settings to configure maximum attachments and size limits. - Removed unused kawaiibeats service and its related files.
2026-03-04Add journal owner display with avatar, name, handle, and bio in journal viewBobby1-1/+1
2026-03-04Add journal view functionality with routing and template; implement journal ↵Bobby1-0/+43
retrieval and pagination
2026-03-04Refactor translations for language choices; update journal entry settings ↵Bobby1-7/+9
links and improve entry layout with responsive image handling
2026-03-04Implement journal entry update and delete functionality; add edit entry ↵Bobby2-11/+138
template and styles
2026-02-08Add functionality to retrieve latest journal entry and update home page displayBobby1-2/+30
2026-02-08Refactor journal retrieval functions and enhance journal entries display ↵Bobby2-15/+2
with new styles and structure
2026-02-08Implement journal entry creation and enhance new entry form with message displayBobby2-1/+55
2026-02-08Fix error message for reserved journal names in create_journal functionBobby1-1/+1
2026-01-19Add migration to alter JournalEntry model options for improved ordering and ↵Bobby1-0/+21
naming
2025-12-28Refactor journal management UI and enhance functionality with new entry ↵Bobby1-1/+5
creation, improved slug generation, and translation management features
2025-09-28journal settings and codemirror themesBobby3-0/+171
2025-09-20journal entries UI and journal creationBobby4-2/+267
2025-09-19fixed urls in global service urlsBobby1-5/+2
2025-09-19added journals to servicesBobby8-6/+348
2025-05-23weblog filtersBobby1-2/+2
2025-05-22kawaiibeats player complete portedBobby2-2/+30
2025-05-20added services + pamphletBobby9-0/+89