Commit Graph

555 Commits

Author SHA1 Message Date
6c952bbf48 🗑️ Remove outdated backup file 2026-01-30 05:23:19 +00:00
b9c73e0a4d 🗑️ Remove temporary Docker Compose configuration file for Pokedex.Online 2026-01-30 05:15:58 +00:00
4515f86e5c 🗑️ Remove outdated backup files 2026-01-30 05:15:56 +00:00
e8b2a2c16e 🎨 Reformat code for improved readability in environment variable processing 2026-01-30 05:14:17 +00:00
09fae4ef54 🔒 Add Discord admin user permissions and update developer access check logic 2026-01-30 05:14:12 +00:00
e886fd62d1 Improve logging format for Discord user access and error handling 2026-01-30 05:13:40 +00:00
2ff4160944 🔒 Add Discord user authentication and admin permissions check for developer tools access 2026-01-30 05:13:35 +00:00
2ef40ac5a3 🗑️ Remove outdated backup file and unused environment variables from Docker Compose configuration 2026-01-30 05:03:09 +00:00
7663d9ce4c 🔧 Remove unused OAuth-related environment variables from production Docker Compose configuration 2026-01-30 05:02:38 +00:00
f5629bce50 🗑️ Remove outdated backup files 2026-01-30 05:00:44 +00:00
c40f310fba 🛠️ Add backend health check endpoint to deployment script 2026-01-30 05:00:30 +00:00
8eb037474c 🗑️ Remove outdated backup files 2026-01-30 05:00:18 +00:00
aa4648027f 🔧 Fix backend health check by correcting duplicate function call and improving readability 2026-01-30 05:00:05 +00:00
cd67421c5f 🔧 Add path parameter to healthCheck function and update backend health check calls 2026-01-30 05:00:03 +00:00
ed7ee9e857 🔧 Fix variable scope issue by reassigning config outside of try block 2026-01-30 04:59:50 +00:00
34a84bd574 🗑️ Remove outdated backup file 2026-01-30 04:59:01 +00:00
d64d2a032e 🚀 Improve local deployment script with enhanced error handling, health checks, and logging 2026-01-30 04:58:44 +00:00
6dd1be08a4 🐳 Add local Docker deployment functionality with health checks and error handling 2026-01-30 04:58:39 +00:00
61613ac7d5 🎨 Adjust indentation and formatting for consistent code style in deployment script 2026-01-30 04:58:32 +00:00
e472db461d 🚀 Add local deployment support and improve error handling in deploy script 2026-01-30 04:58:27 +00:00
66a6db193b 🔧 Add fallback to localhost for undefined deployment targets 2026-01-30 04:57:51 +00:00
b82e2f2424 Add support for local deployment target in Pokedex deployment scripts 2026-01-30 04:57:41 +00:00
aa8b05d6bf 🗑️ Remove outdated backup files 2026-01-30 04:54:38 +00:00
b849690e5f 🗑️ Remove outdated backup files 2026-01-30 04:54:28 +00:00
52cf322a00 🛠️ Improve code readability by reformatting console logs and removing unnecessary whitespace 2026-01-30 04:53:23 +00:00
9fdfbb22d8 🔒 Improve SSH connection handling, enhance file transfer reliability, and update OAuth error handling and tests 2026-01-30 04:53:18 +00:00
ab595394be 🔧 Improve readability by reformatting error messages and logging statements in OAuth token exchange logic 2026-01-29 21:31:01 +00:00
2b34c0ccf5 Add support for Discord OAuth token exchange alongside existing Challonge integration 2026-01-29 21:30:47 +00:00
d62106abf5 🔑 Add OAuth token exchange endpoint with support for Discord and error handling 2026-01-29 21:30:09 +00:00
553f7b1aef Improve readability by reformatting computed properties and function calls 2026-01-29 21:24:42 +00:00
db8c4fff2c 🔒 Update Challonge client credentials handling with refined property names and methods 2026-01-29 21:24:37 +00:00
80d4ff9044 🔒 Rename deleteApiKey function to clearApiKey in Challonge API key deletion logic 2026-01-29 21:23:40 +00:00
56cbbfdc7a 🔑 Rename and refactor Challonge API key methods for clarity 2026-01-29 21:23:34 +00:00
94532a4e6b 🎨 Simplify tool card styling by removing specific "settings" class and associated styles 2026-01-29 21:22:38 +00:00
d9939217c7 🎨 Improve code readability by reformatting HTML and CSS for better structure and consistency 2026-01-29 21:21:55 +00:00
456374bb86 🎨 Enhance authentication UI with provider-specific status indicators and dynamic connection checks 2026-01-29 21:21:50 +00:00
e90b6486c8 🎨 Improve readability of authentication hub description in Home view 2026-01-29 21:20:36 +00:00
0537a5a4f6 🔒 Update API Key Manager to Authentication Hub with expanded platform support 2026-01-29 21:20:31 +00:00
f500619817 🚀 Add documentation for AUTH_HUB deployment completion 2026-01-29 21:15:47 +00:00
6ce93a54b1 🔑 Update v-model binding for Challonge API key input field 2026-01-29 21:14:24 +00:00
e2af29413f 🎨 Add styled info section with heading and paragraph elements 2026-01-29 20:56:08 +00:00
b8dbd73951 🧹 Remove unnecessary blank line in ChallongeTest.vue layout 2026-01-29 20:55:57 +00:00
90e9764658 🧹 Remove unused authentication configuration sections from ChallongeTest view 2026-01-29 20:55:52 +00:00
491ae26500 ⚙️ Add authentication settings link and description to ChallongeTest view 2026-01-29 20:55:47 +00:00
16dc093d96 ✏️ Reformat and improve readability of authentication-related UI and code structure 2026-01-29 20:55:37 +00:00
352485f626 🔒 Add authentication hub view for user login and registration 2026-01-29 20:55:32 +00:00
8022b0ea0a 🔒 Enhance developer tools availability check with permission validation 2026-01-29 20:47:48 +00:00
89cc8d378b 🔄 Reformat code for improved readability in OAuth callback logic 2026-01-29 20:47:22 +00:00
a2163d2f1b Enhance OAuth callback to support multiple providers and improve UI/UX styling 2026-01-29 20:29:36 +00:00
70ecc08f22 🔄 Update ApiKeyManager to AuthenticationHub and add legacy redirects for backwards compatibility 2026-01-29 15:25:45 +00:00