• Joined on 2024-08-08
paul pushed to main at paul/task-manager 2026-01-16 16:15:12 +01:00
5ac64b437b fix: AI chat loading indicator and auto-refresh tasks
paul pushed to main at paul/task-manager 2026-01-16 15:58:15 +01:00
f165ae52e6 fix: Mobile responsiveness for Focus Tools & AI chat improvements
paul pushed to main at paul/task-manager 2026-01-15 21:20:21 +01:00
7ce4f7efdc feat: Add Focus Tools (ADHD-friendly productivity features)
paul pushed to main at paul/task-manager 2026-01-08 23:50:32 +01:00
74ffef48d3 feat: Add Time Tracking page with analytics and time distribution charts
paul pushed to main at paul/minio-webui 2026-01-07 14:54:50 +01:00
155bbdaa19 fix: Escape special characters in passwords and credentials for shell commands
paul pushed to main at paul/minio-webui 2026-01-06 07:56:13 +01:00
f9af42b4df fix: Multiple bug fixes and add auto-alias initialization
paul pushed to main at paul/minio-webui 2026-01-05 23:10:43 +01:00
aae93ec8d2 feat: Add script to generate bcrypt password hash
paul pushed to main at paul/minio-webui 2026-01-05 23:07:48 +01:00
a3869425c5 fix: Convert PHP $2y$ bcrypt hashes to $2a$ for Node.js compatibility
paul pushed to main at paul/minio-webui 2026-01-05 22:31:06 +01:00
82d4c37294 fix: Handle quoted password hash and improve temp directory setup
paul pushed to main at paul/minio-webui 2026-01-05 09:32:21 +01:00
6beb4ae03c fix: Improve auth debugging and temp directory handling
paul pushed to main at paul/minio-webui 2026-01-04 23:35:40 +01:00
fc9898c59b fix: Make CORS origins configurable via environment variable
paul pushed to main at paul/minio-webui 2026-01-04 23:20:24 +01:00
335c512125 fix: Remove temp volume mount (use container-internal temp directory)
paul pushed to main at paul/minio-webui 2026-01-04 23:17:43 +01:00
69b13191a3 fix: Change nginx to port 8080 (non-root user can't bind to 80)
paul pushed to main at paul/minio-webui 2026-01-04 23:05:35 +01:00
12eac5ef8c fix: Sync backend package-lock.json (add multer)
paul pushed to main at paul/minio-webui 2026-01-04 22:58:04 +01:00
5d6efcf795 fix: Sync package-lock.json with package.json
paul pushed to main at paul/minio-webui 2026-01-04 22:56:29 +01:00
18bbc13e1c feat: Add Drone CI pipeline for automated image builds
paul pushed to main at paul/minio-webui 2026-01-04 22:48:31 +01:00
b4014b802f fix: Add image name and use deploy.restart_policy for Swarm
paul pushed to main at paul/minio-webui 2026-01-04 22:45:00 +01:00
68899d332c fix: Use build directive for standalone Docker (not Swarm)
paul pushed to main at paul/minio-webui 2026-01-04 22:42:29 +01:00
8d7db44c08 fix: Use valid Swarm restart condition 'any' instead of 'unless-stopped'
paul pushed to main at paul/minio-webui 2026-01-04 22:40:16 +01:00
da2a95b56e feat: Add combined Dockerfile for Swarm/Portainer deployment