सुनिश्चित करें कि कुकीज़ को स्पष्ट टिप्पणियों और बेहतर लॉगिंग के साथ स्थानीय डिवाइस पर संग्रहीत किया जाता है
एकाधिक पार्सिंग विधियों के साथ कुकी रीडिंग लॉजिक में सुधार और विलंबित रिट्री
JobTitleController now uses pre-authenticated session from OTKPreAuthFilter to prevent 401 errors
SecurityRoleController now uses pre-authenticated session from OTKPreAuthFilter to prevent 401 errors
DomainController now uses pre-authenticated session from OTKPreAuthFilter to prevent 401 errors
प्रॉक्सी के बजाय वास्तविक इकाई प्राप्त करने के लिए सभी उपयोगकर्ता अवतारों को क्वेरी करें
- उपयोगकर्ता आईडी को अवतार से प्राप्त करें, फिर क्वेरी करें findByUserId (वास्तविक संस्थाओं को रिटर्न) - सूची से मिलान अवतार का पता लगाएं और उदाहरण की जांच करें...
प्रॉक्सी से वास्तविक इकाई वर्ग प्राप्त करने के लिए हाइबरनेट LazyInitializer का उपयोग करें
- एक्सेस हाइबरनेटप्रोक्सी के आलसी इनिटियलाइज़र लगातार वर्ग पाने के लिए - जांचें कि क्या लगातार वर्ग AvatarPhoto या AvatarAvatar निर्माता है **************** - य...
प्रतिबिंब के बजाय अवतार प्रकार को निर्धारित करने के लिए प्रत्यक्ष कास्ट का उपयोग करें
- प्रॉक्सी आरंभीकरण को मजबूर करने वाले पहले AvatarPhoto को कास्टिंग करने की कोशिश करें - कास्ट के बाद सीधे एक्सेस getFileExtension () - अगर फोटो कास्ट विफल रहता...
InvocationTargetException को पकड़ने के द्वारा प्रॉक्सी प्रकार का पता लगाने में सुधार
- वास्तविक प्रकार का निर्धारण करने के लिए प्रॉक्सी पर तरीकों को चालान करते समय ClasscastException को संभालना - पहले getFileExtension (फोटो), फिर getStyle (अवाटर...
अवतार प्रकार का पता लगाने के लिए हाइबरनेट प्रॉक्सी हैंडलिंग में सुधार
- GetFileExtension विधि के लिए खोज वर्ग पदानुक्रम और इंटरफेस - उदाहरण असफल होने पर अवतारफोटो बनाम अवतार अवतार निर्माता का पता लगाने के लिए प्रतिबिंब का उपयोग कर...
रिपॉज़िटरी से अवतार को रिलोड करने के लिए हाइबरनेट प्रॉक्सी ऑक्शंस ऑफ इक्विपमेंट
- रिश्तों से भारित अवतार संस्थाओं को हाइबरनेट की प्रॉक्सी हो सकती है जो जांच के उदाहरण में विफल हो सकती है - वास्तविक इकाई प्रकार (AvatarPhoto या AvatarAvatar न...
प्रारंभिक सुनिश्चित करें SVG हमेशा बनाया जाता है जब अवतार हेक्सहेडसमूह में गायब हो जाता है
- अगर अवतार प्राप्त विफल रहता है तो प्रारंभिक एसवीजी बनाने के लिए त्रुटि हैंडलिंग गिरावट जोड़ें - समेकित प्रारंभिक एसवीजी सृजन तर्क - सुनिश्चित करें कि avatarsr...
सक्रिय रूप से अवतार की स्थापना के बाद ताज़ा अवतार सूची
- सक्रिय रूप से अवतार स्थापित करने के बाद, अद्यतन करने के लिए पूर्ण अवतार सूची को ताज़ा करें isActive झंडे - ताज़ा सूची से सक्रिय अवतार का पता लगाएं और सेट करें...
Determine active avatar by checking user.getAvatar() instead of RecordState
- Backend now correctly marks which avatar is active by comparing to user.getAvatar() - This ensures the isActive flag in the API response reflects the actual a...
Load active avatar from avatars list on Profile page
- Fetch avatars list and find the one marked as active - Set activeAvatar from the full avatar object in the list (has all details and URL) - Remove redundant a...
Detect member avatar override on page load even if returned as 'avatar'
- Add logging to see what API returns on initial load - Check if member has avatarId/memberAvatarId set to detect member override - If avatar ID matches memberA...
Ensure avatarId is always sent when activeAvatar exists
- Use corrected useDefaultUserAvatar value directly in save logic - If activeAvatar exists, always send avatarId (member override) regardless of flag - Improved...
Preserve avatar URL when saving and add defensive check
- Preserve profilePicture from activeAvatar when updating profileData after save - Add warning if activeAvatar exists but useDefaultUserAvatar is incorrectly tr...
Preserve avatar state after save to prevent revert
- Fixed save logic to properly send avatarId when avatar is selected - Preserve current activeAvatar and useDefaultUserAvatar state before refresh - If refresh ...
Update avatar state after saving profile to prevent revert
- After saving profile, refresh and update activeAvatar state from API response - Update useDefaultUserAvatar flag to match saved state - Ensures avatar remains...
Prevent avatar from switching to empty avatar when selecting
- Immediately set selected avatar in UI for instant feedback - Only update with refreshed data if it has a URL and is the same avatar - Prevents overwriting sel...
Keep avatar manager dialog open and fix profile avatar display
- Removed handleClose() calls when selecting, creating, or uploading avatars - Dialog now stays open so users can continue selecting/managing avatars - After cr...
Ensure avatar URL is properly preserved and displayed from database
- Changed URL handling to preserve empty strings (use ?? instead of ||) - Updated MemberHeader props to prioritize profileData.profilePicture which contains the...
Ensure avatar is properly set from database on profile tab load
- Fixed URL handling to use original API response URL instead of potentially null transformed value - Added synchronization between activeAvatar and userAvatars...
Resolve avatar display and persistence issues in profile tab
- Fix initial avatar display to show correct primary avatar instead of default initials - Fix avatar selection from list to properly update member avatar and pe...
Correctly construct security provider logo URL using domain parsing
Correct Next.js 15 route handler params type and remove .js extension from dynamic imports
503 त्रुटियों से बचने के लिए सीधे कोड.forgejo.org के बजाय गिटहब कार्यों का उपयोग करें
- परिवर्तित कार्रवाई/checkout@v4 to ************* ************ - परिवर्तित docker/build-push-action@v5 to ************* - यह code.forgejo.org पर निर्भरता से बचा...
नेटवर्क सरणी के बजाय आईडी द्वारा सीधे सुरक्षा प्रदाता संगठन को आकर्षित करें
- आईडी एंडपॉइंट द्वारा प्रॉक्सी सुरक्षा सेवा संगठन के लिए नया एपीआई मार्ग / एपीआई / सुरक्षा / संयुक्त / [आईडी] बनाया गया - अद्यतन सेटिंग्स नेटवर्क सरणी खोज के ब...
वर्तमान org लोगो के रूप में सुरक्षा प्रदाता लोगो के लिए समान यूआरएल पैटर्न का उपयोग करें
- सुरक्षा प्रदाता डोमेन के साथ वर्तमान org लोगो URL पथ में पहला फ़ोल्डर बदलें - फ़ोल्डर नाम के लिए सुरक्षा प्रदाता डोमेन में डैश के साथ डॉट्स बदलें उदाहरण: ****...
थीमलॉगो और नेटवर्क पेज पैटर्न से मिलान करने के लिए लोगो यूआरएल पीढ़ी को सरल बनाएं
- वर्तमान org (Membership & Permissions) के लिए: सीधे ThemeLogo की तरह getThemePath() का उपयोग करें - सुरक्षा प्रदाता (प्रोफाइल) के लिए: सुरक्षा प्रदाता के नेटव...
Improve logo display in tabs - use icon prop with Box wrapper and add fallback logic
- Switched back to using Tab icon prop with Box wrapper for better MUI compatibility - Added fallback to use domains[0] if domain field is not available - Added...
Fix logo display in tab labels - use img tag in label instead of icon prop
- Changed from using Tab icon prop to embedding logo directly in label using Box with img tag - Added console logging to debug logo fetching and URL generation ...
Increase kubectl rollout timeout from 300s to 900s
- Increased kubectl rollout status timeout to 900 seconds (15 minutes) for both k1m1 and k2m1 deployments - This matches the increased progressDeadlineSeconds o...
Increase deployment progressDeadlineSeconds from 60s to 600s
- Increased progressDeadlineSeconds to 600 seconds (10 minutes) to allow Next.js app sufficient time to build and start - Previous 60 second timeout was too sho...
Handle ISO date format and improve avatarId type parsing
- Added support for ISO date format (YYYY-MM-DD) in addition to M/d/yyyy - Improved avatarId parsing to handle Number types (Double, BigDecimal, etc.) from JSON...
Add better error handling and logging for user/member save operations
- Added try-catch around user save operation with detailed error logging - Added try-catch around member save operation with detailed error logging - Improved d...
Improve avatarId parsing to handle string, integer, and long types
- Added support for parsing avatarId from String type - Better error handling for invalid avatarId formats - Added logging for avatar assignment and errors
Improve error handling and logging for member profile updates
- Added detailed logging to API route for PUT requests - Improved error response handling to include actual error messages - Fixed avatarId type conversion (str...
Add detailed logging to updateMemberProfile for debugging
- Added logging at start of updateMemberProfile method - Added logging before and after saving user and member - Improved error response to include error detail...
Improve error handling and refresh profile data after save
- Added detailed error messages when profile save fails - Profile data is now refreshed from server after successful save - Better error logging for debugging
Add support for updating user name fields and dateOfBirth in member profile
- Added UserRepository to MemberController - Updated updateMemberProfile to handle namePrefix, nameFirst, nameMiddle, nameLast, nameSuffix, nameFirstAKA, nameLa...
Remove URL input for backgrounds, improve upload error handling, fix avatar persistence
- Removed URL input field for backgrounds - only uploads via popup are allowed - Improved error handling for background uploads with detailed error messages - F...
Resolve lint errors in ProfileTab and MemberHeader
- Added Button import to MemberHeader - Fixed newAvatar scope issue in handleUploadPhoto and handleCreateAvatar Creator - Stored avatarIdToRefresh in outer scop...
Refresh profile data after setting avatar and ensure proper activation
- handleSelectAvatar now sets avatar as active via API and refreshes profile data - handleUploadPhoto and handleCreateAvatar Creator now update member and refre...
जैसा कि आप शिपिंग देखते हैं?
इन अद्यतनों में से प्रत्येक स्वचालित रूप से अपने कार्यक्षेत्र में उतरता है। प्रारंभ करें और सप्ताह के बाद इसे सप्ताह के अंत में देखें।.