Commit Graph
548 Commits
Author SHA1 Message Date
fragginwagon 347dd44dcd 🐛 Fix incorrect method call for checking gamemaster features 2026-01-30 05:49:27 +00:00
fragginwagon 852c9d31b1 Improve readability by adjusting spacing in permission checks 2026-01-30 05:47:55 +00:00
fragginwagon 8776d645a5 🔒 Enhance developer tools access control with JWT and Discord OAuth permissions 2026-01-30 05:47:50 +00:00
fragginwagon 70ad4a82fa 🎨 Improve readability by reformatting router-link elements in Home.vue 2026-01-30 05:47:02 +00:00
fragginwagon 06b1ae6aa5 🔒 Add conditional rendering for Gamemaster tools based on visibility flag 2026-01-30 05:46:57 +00:00
fragginwagon fffaa01a73 Add feature flag check for gamemaster tools display 2026-01-30 05:46:47 +00:00
fragginwagon d7cf0d6fd9 Add Gamemaster features configuration to feature flags 2026-01-30 05:46:35 +00:00
fragginwagon 91dcc19bd3 🔧 Simplify developer tools availability logic by removing authentication checks and using a feature flag 2026-01-30 05:46:29 +00:00
fragginwagon 8daf9128bd Improve developer tools availability check logic 2026-01-30 05:40:42 +00:00
fragginwagon 7c512f410f 🔒 Add Discord OAuth permission check for developer tools access 2026-01-30 05:40:37 +00:00
fragginwagon 616524d5ef 🔧 Refactor Discord OAuth redirect URI assignment for improved readability 2026-01-30 05:36:41 +00:00
fragginwagon e102373026 ⚙️ Add validation for Discord OAuth configuration variables 2026-01-30 05:36:36 +00:00
fragginwagon ae7c1e449b 🔧 Refactor auth route setup for improved readability 2026-01-30 05:34:23 +00:00
fragginwagon 8bcc9ca701 🔒 Add authentication route with secret and admin password configuration 2026-01-30 05:34:18 +00:00
fragginwagon 8c45a748ef 🔒 Add authentication router integration to OAuth proxy 2026-01-30 05:34:13 +00:00
fragginwagon ee7f1d97f3 Add endpoint to fetch Discord user profile using access token 2026-01-30 05:34:01 +00:00
fragginwagon edd76e2db6 🗑️ Remove outdated backup files 2026-01-30 05:32:41 +00:00
fragginwagon 2851f3df0a 🔧 Add environment preparation step for setting up Discord redirect URI before building 2026-01-30 05:31:51 +00:00
fragginwagon ff1f94b7df 🗑️ Remove outdated backup file and adjust Docker Compose configuration for OAuth redirect URIs 2026-01-30 05:28:54 +00:00
fragginwagon bab84ca531 🔧 Fix environment variable placement and port configuration in production Docker Compose file 2026-01-30 05:28:30 +00:00
fragginwagon eb9afeef26 🗑️ Remove outdated backup file and update Docker Compose configuration with Discord OAuth environment variables 2026-01-30 05:27:48 +00:00
fragginwagon f915d6d44c 🔧 Add Discord OAuth environment variables to production Docker Compose configuration 2026-01-30 05:26:55 +00:00
fragginwagon 8bb2cf05c0 🔒 Improve Discord OAuth configuration handling by formatting and ensuring environment variable checks 2026-01-30 05:26:39 +00:00
fragginwagon 1f73b9744a 🔧 Update Discord OAuth to prioritize DISCORD_REDIRECT_URI over VITE_DISCORD_REDIRECT_URI and adjust error messages accordingly 2026-01-30 05:26:34 +00:00
fragginwagon 6c952bbf48 🗑️ Remove outdated backup file 2026-01-30 05:23:19 +00:00
fragginwagon b9c73e0a4d 🗑️ Remove temporary Docker Compose configuration file for Pokedex.Online 2026-01-30 05:15:58 +00:00
fragginwagon 4515f86e5c 🗑️ Remove outdated backup files 2026-01-30 05:15:56 +00:00
fragginwagon e8b2a2c16e 🎨 Reformat code for improved readability in environment variable processing 2026-01-30 05:14:17 +00:00
fragginwagon 09fae4ef54 🔒 Add Discord admin user permissions and update developer access check logic 2026-01-30 05:14:12 +00:00
fragginwagon e886fd62d1 Improve logging format for Discord user access and error handling 2026-01-30 05:13:40 +00:00
fragginwagon 2ff4160944 🔒 Add Discord user authentication and admin permissions check for developer tools access 2026-01-30 05:13:35 +00:00
fragginwagon 2ef40ac5a3 🗑️ Remove outdated backup file and unused environment variables from Docker Compose configuration 2026-01-30 05:03:09 +00:00
fragginwagon 7663d9ce4c 🔧 Remove unused OAuth-related environment variables from production Docker Compose configuration 2026-01-30 05:02:38 +00:00
fragginwagon f5629bce50 🗑️ Remove outdated backup files 2026-01-30 05:00:44 +00:00
fragginwagon 8eb037474c 🗑️ Remove outdated backup files 2026-01-30 05:00:18 +00:00
fragginwagon 34a84bd574 🗑️ Remove outdated backup file 2026-01-30 04:59:01 +00:00
fragginwagon 66a6db193b 🔧 Add fallback to localhost for undefined deployment targets 2026-01-30 04:57:51 +00:00
fragginwagon b82e2f2424 Add support for local deployment target in Pokedex deployment scripts 2026-01-30 04:57:41 +00:00
fragginwagon aa8b05d6bf 🗑️ Remove outdated backup files 2026-01-30 04:54:38 +00:00
fragginwagon b849690e5f 🗑️ Remove outdated backup files 2026-01-30 04:54:28 +00:00
fragginwagon 52cf322a00 🛠️ Improve code readability by reformatting console logs and removing unnecessary whitespace 2026-01-30 04:53:23 +00:00
fragginwagon 9fdfbb22d8 🔒 Improve SSH connection handling, enhance file transfer reliability, and update OAuth error handling and tests 2026-01-30 04:53:18 +00:00
fragginwagon ab595394be 🔧 Improve readability by reformatting error messages and logging statements in OAuth token exchange logic 2026-01-29 21:31:01 +00:00
fragginwagon 2b34c0ccf5 Add support for Discord OAuth token exchange alongside existing Challonge integration 2026-01-29 21:30:47 +00:00
fragginwagon d62106abf5 🔑 Add OAuth token exchange endpoint with support for Discord and error handling 2026-01-29 21:30:09 +00:00
fragginwagon 553f7b1aef Improve readability by reformatting computed properties and function calls 2026-01-29 21:24:42 +00:00
fragginwagon db8c4fff2c 🔒 Update Challonge client credentials handling with refined property names and methods 2026-01-29 21:24:37 +00:00
fragginwagon 80d4ff9044 🔒 Rename deleteApiKey function to clearApiKey in Challonge API key deletion logic 2026-01-29 21:23:40 +00:00
fragginwagon 56cbbfdc7a 🔑 Rename and refactor Challonge API key methods for clarity 2026-01-29 21:23:34 +00:00
fragginwagon 94532a4e6b 🎨 Simplify tool card styling by removing specific "settings" class and associated styles 2026-01-29 21:22:38 +00:00