Torsten Schulz (local)
|
131edc0cb1
|
Add linting script to package.json for improved code quality
Code Analysis (JS/Vue) / analyze (push) Has been cancelled
|
2025-12-19 16:38:29 +01:00 |
|
|
|
6243db3020
|
Merge pull request 'Update dependency @babel/parser to v7.28.5' (#2) from renovate/babel-monorepo into main
Reviewed-on: #2
|
2025-12-19 16:13:11 +01:00 |
|
|
|
97742b24bb
|
Merge pull request 'Update dependency @pinia/nuxt to v0.11.3' (#3) from renovate/pinia-nuxt-0.x-lockfile into main
Reviewed-on: #3
|
2025-12-19 16:12:58 +01:00 |
|
|
|
40c2139aa8
|
Update dependency @pinia/nuxt to v0.11.3
|
2025-12-19 16:11:56 +01:00 |
|
|
|
e05eb46bc5
|
Update dependency @babel/parser to v7.28.5
|
2025-12-19 16:11:48 +01:00 |
|
|
|
edb8d1c521
|
Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
|
2025-12-19 16:09:18 +01:00 |
|
|
|
c50aa1b5c1
|
Add renovate.json
|
2025-12-19 15:58:03 +01:00 |
|
Torsten Schulz (local)
|
7e8d693832
|
Refactor training time input fields in Einstellungen component to improve layout and usability. Add optional information field for training times and ensure proper handling of group data. Update rendering logic in Training component to display additional information if provided.
|
2025-12-19 10:23:58 +01:00 |
|
Torsten Schulz (local)
|
6b24ac0071
|
Implement toggle functionality for Mannschaftsspieler status in Mitgliederbereich. Add button for editing status and update local state upon toggling. Enhance API response handling to include isMannschaftsspieler attribute for user data retrieval.
|
2025-12-19 10:14:41 +01:00 |
|
Torsten Schulz (local)
|
5a85c3d31a
|
Remove debug console logs from MannschaftenUebersicht, TermineVorschau, spielplaene, and filterData components to clean up code and improve performance.
|
2025-12-19 10:06:01 +01:00 |
|
Torsten Schulz (local)
|
cbe02a6caf
|
Enhance newsletter management by adding role-based access control for group creation. Introduce computed property to determine if the user can create groups based on their roles, improving functionality and user experience.
|
2025-12-19 10:03:21 +01:00 |
|
Torsten Schulz (local)
|
b33773e214
|
Update DATENSCHUTZ_UEBERSICHT.md to enhance data protection overview with a comprehensive table of contents, detailed descriptions of encrypted and non-encrypted data, and security policies. Include sections on encryption technology, authentication, authorization, API access control, roles and permissions, session management, environment variables, file system structure, external dependencies, and security guidelines.
|
2025-12-19 09:57:56 +01:00 |
|
Torsten Schulz (local)
|
435e28fd55
|
Update dependencies to include TinyMCE and Quill, enhance Navigation component with a new Newsletter submenu, and implement role-based access control for CMS features. Refactor user role handling to support multiple roles and improve user management functionality across various API endpoints.
|
2025-12-19 09:51:28 +01:00 |
|
Torsten Schulz (local)
|
baf6c59c0d
|
Enhance Vereinsmeisterschaften and Vorstand pages with image support for players and board members. Implement lightbox functionality for player images in Vereinsmeisterschaften. Update CSV handling to include image filenames for better data management. Refactor components to utilize PersonCard for board members, improving code readability and maintainability.
|
2025-12-18 13:37:03 +01:00 |
|
Torsten Schulz (local)
|
a004ffba9b
|
Implement checks for existing encryption with the new key in re-encryption scripts. Add functionality to skip re-encryption if data is already encrypted, enhancing efficiency and preventing redundant operations.
|
2025-12-18 13:12:02 +01:00 |
|
Torsten Schulz (local)
|
10499e0249
|
Enhance set-admin-password script to handle decryption errors by prompting for recreation of users.json file. Implement backup creation before overwriting and update README with usage instructions for the new functionality.
|
2025-12-18 12:45:53 +01:00 |
|
Torsten Schulz (local)
|
4b017453b2
|
Update AUTH_README.md to clarify admin password setup process and provide usage instructions for the set-admin-password script. Change file permissions for deploy.sh, production-setup.sh, and fetch-template.sh to make them executable.
|
2025-12-18 12:39:22 +01:00 |
|
Torsten Schulz (local)
|
680629e1f8
|
Add dotenv package for environment variable management and refactor SMTP credential handling in email services. Enhance error handling for missing SMTP credentials across various API endpoints to improve reliability and maintainability.
|
2025-12-18 12:19:23 +01:00 |
|
Torsten Schulz (local)
|
1a093340ab
|
Update .gitignore to prevent overwriting server data files by adding a rule for the server/data directory and including a .gitkeep file for tracking. This change enhances project structure and data management.
|
2025-12-17 17:21:17 +01:00 |
|
Torsten Schulz (local)
|
220c337996
|
Add sharp image processing library and update dependencies in package.json and package-lock.json; enhance Navigation component with new 'Galerie' link for improved user navigation.
|
2025-12-17 17:06:47 +01:00 |
|
Torsten Schulz (local)
|
b6f39f83a8
|
Remove 'fill-sample-template.js' script to streamline the project and eliminate unused functionality. Update 'smoke-test.js' to reflect this change by removing the call to the deleted script.
|
2025-11-18 16:24:59 +01:00 |
|
Torsten Schulz (local)
|
71ced31c1b
|
Refactor CSV loading and saving in 'vereinsmeisterschaften.vue' and 'save-csv.post.js' by removing extensive debugging logs to streamline code. Improve error handling during data fetching and file writing processes for enhanced reliability and maintainability.
|
2025-11-14 22:56:25 +01:00 |
|
Torsten Schulz (local)
|
125ca6d7ce
|
Refactor CSV data loading in 'vereinsmeisterschaften.vue' and 'cms/vereinsmeisterschaften.vue' to utilize API endpoints instead of static files, addressing cache issues. Update debugging logs to reflect new data source and improve response header logging for better traceability.
|
2025-11-14 22:37:37 +01:00 |
|
Torsten Schulz (local)
|
1c8ccbb92c
|
Enhance CSV loading and saving functionality with detailed debugging logs in 'vereinsmeisterschaften.vue' and 'save-csv.post.js'. Implement cache-busting for fetching CSV data and improve error handling during file operations, ensuring better traceability and reliability in data management.
|
2025-11-14 22:31:55 +01:00 |
|
Torsten Schulz (local)
|
c6b66ad19c
|
Refactor CSV save functionality in CMS API to handle file paths dynamically for both development and production environments. Ensure correct directory structure is maintained for data storage.
|
2025-11-14 22:26:08 +01:00 |
|
Torsten Schulz (local)
|
3d6646cf31
|
Enhance authentication checks in CMS API endpoints; implement user role validation for admin and board access. Refactor Spielpläne API to remove unnecessary logging and improve error handling. Update tests to mock user authentication and ensure proper validation of file uploads.
|
2025-11-10 13:18:29 +01:00 |
|
Torsten Schulz (local)
|
bde1d32b14
|
Update dependencies in package.json and package-lock.json; add testing scripts for Vitest, and include new packages such as supertest and vitest. Refactor Navigation component to improve event handling and cleanup, ensuring better performance and user experience. Enhance error handling in various API endpoints for PDF uploads and CSV saves, ensuring robust error propagation. Update nodemailer transport configuration for consistency across API handlers.
|
2025-11-10 13:08:50 +01:00 |
|
Torsten Schulz (local)
|
95d7a3dfe8
|
Remove index-iframe.html file, eliminating the iframe integration for the Harheimer Tischtennis-Club website. This change simplifies the project structure by removing unused HTML content.
|
2025-11-07 10:20:05 +01:00 |
|
Torsten Schulz (local)
|
8085da0863
|
Update nuxt.config.js to enhance SEO and social media integration; modify title and description for clarity, add Open Graph and Twitter meta tags, and include canonical link for improved indexing. Adjust keywords for better search visibility.
|
2025-11-07 10:15:14 +01:00 |
|
Torsten Schulz (local)
|
623a63c29f
|
Implement member management enhancements; add bulk import functionality and duplicate checking based on geburtsdatum. Update API to support new fields and improve error handling for member data submissions. Refactor member-related components for better user experience and data validation.
|
2025-11-05 14:34:31 +01:00 |
|
Torsten Schulz (local)
|
dd4691b462
|
Refactor authentication and data handling in API; implement encryption for user and member data storage. Update relevant components to utilize new encryption methods, ensuring secure data management across the application. Enhance error handling and streamline data writing processes for improved reliability.
|
2025-11-05 13:49:47 +01:00 |
|
Torsten Schulz (local)
|
bc2f59bd1a
|
Update event management system by adding Uhrzeit to Termine; enhance data handling in API and CSV exports to accommodate new fields. Refactor Termine component for improved date and time formatting, ensuring accurate display of events. Clean up unused code in MannschaftenUebersicht and streamline layout in Mannschaften index page for better user experience.
|
2025-11-05 13:22:57 +01:00 |
|
Torsten Schulz (local)
|
d6d9a31669
|
Refactor 'vereinsmeisterschaften.vue' to improve data handling by replacing loop variables with entry objects for better clarity; update event handlers to use entry properties for year and category management, ensuring consistent data access throughout the component.
|
2025-11-05 11:07:15 +01:00 |
|
Torsten Schulz (local)
|
83bf2b9e39
|
Refactor deployment script to include pre-git backup of production data and streamline restoration process. Remove outdated backup methods and enhance error handling for data restoration from backup directories.
|
2025-11-05 11:01:43 +01:00 |
|
Torsten Schulz (local)
|
36400304a4
|
Update Hero component to dynamically display years since founding; enhance TermineVorschau component with improved date and time formatting, and add Uhrzeit column in the CMS for better event management. Refactor API to handle new fields and improve data handling in CSV exports.
|
2025-11-05 10:36:58 +01:00 |
|
Torsten Schulz (local)
|
21044c6c34
|
Implement automatic saving and error handling for results, remarks, categories, and years in 'vereinsmeisterschaften.vue'; enhance user feedback with success and error modals for improved user experience.
|
2025-10-24 15:50:45 +02:00 |
|
Torsten Schulz (local)
|
c891030444
|
Remove outdated text from 'Spielplan.vue' and clean up the layout in 'TermineVorschau.vue' by eliminating unnecessary header elements for a more streamlined presentation of upcoming events.
|
2025-10-24 12:50:02 +02:00 |
|
Torsten Schulz (local)
|
75e6919f13
|
Enhance news component functionality and UI; implement dynamic grid layout in PublicNews.vue, add visibility and expiration options in news management, and update API to handle new fields for improved news filtering and display.
|
2025-10-24 12:47:27 +02:00 |
|
Torsten Schulz (local)
|
bf97cfd508
|
Update fixed toolbar layout in 'ueber-uns.vue' to use a responsive top margin for improved visual consistency across devices.
|
2025-10-24 01:44:51 +02:00 |
|
Torsten Schulz (local)
|
4666f80776
|
Update navigation and CMS components to replace 'Interne News' with 'News' for consistency; enhance text descriptions in the CMS and member area for clarity.
|
2025-10-24 01:43:32 +02:00 |
|
Torsten Schulz (local)
|
b866ccc215
|
Refactor navigation and game schedule components; remove 'Spielplan' links from Navigation.vue, update links to point to '/mannschaften/spielplaene' in Spielplan.vue, and enhance date and time formatting for improved display. Add PDF metadata and security headers in the API for better document handling.
|
2025-10-24 01:36:58 +02:00 |
|
Torsten Schulz (local)
|
f80a1e5ea9
|
Refactor PDF upload and CSV parsing logic in 'spielplaene' and 'mannschaften' components; implement automatic delimiter detection for CSV files and enhance hall information extraction for improved data handling. Update UI to remove PDF upload section and streamline CSV upload process.
|
2025-10-24 01:23:57 +02:00 |
|
Torsten Schulz (local)
|
7660f7cf7b
|
Add 'Spielplan' links to Navigation component; update index page to include 'Spielplan' section; enhance 'spielplaene' page with filtering, loading states, and error handling for improved user experience.
|
2025-10-24 00:55:04 +02:00 |
|
Torsten Schulz (local)
|
c6ce26773a
|
Add 'Vereinsmeisterschaften' link to Navigation component; update CSV header format and add new entry for 2025
|
2025-10-23 16:52:08 +02:00 |
|
Torsten Schulz (local)
|
a4269e970b
|
Update timestamps in nitro.json and latest.json; modify client manifest for asset management; enhance history and rules editing features in CMS with new templates and improved toolbar layout.
|
2025-10-23 16:46:08 +02:00 |
|
Torsten Schulz (local)
|
6763b15487
|
Refactor error and confirmation handling in membership application management; replace alerts with modal dialogs for improved user experience. Update application status to 'approved' for a new member and add corresponding data to JSON files.
|
2025-10-23 15:32:20 +02:00 |
|
Torsten Schulz (local)
|
9524a29b67
|
Implement PDF download functionality for membership applications; enhance application data handling in the API to support both encrypted and unencrypted formats. Update UI to display download button conditionally based on PDF generation status.
|
2025-10-23 15:21:39 +02:00 |
|
Torsten Schulz (local)
|
d93312d03a
|
Update membership page layout and enhance document handling; modify nitro.json timestamps, remove unused JavaScript files, and adjust client manifest for improved asset management.
|
2025-10-23 15:11:53 +02:00 |
|
Torsten Schulz (local)
|
95ea3a26bc
|
Refactor membership PDF generation logic to improve maintainability and validation; remove deprecated form filling methods and enhance email notification process. Update membership page styles for better layout and user experience.
|
2025-10-23 15:04:45 +02:00 |
|
Torsten Schulz (local)
|
28a2d05ab5
|
Update .gitignore to exclude public/uploads; modify nitro.json and latest.json timestamps; add new dependencies in package.json; adjust styles.mjs for error components; enhance PDF generation logic in generate-pdf.post.js; update sample PDF with new content.
|
2025-10-23 14:26:09 +02:00 |
|