Commit Graph

  • c369996132 Reorder room image sequences after delete androidlover5842 2026-01-27 17:15:48 +05:30
  • 2b01ed3859 Allow public room types list androidlover5842 2026-01-27 17:12:50 +05:30
  • d4f8ea96e0 Allow public access to room image files endpoint androidlover5842 2026-01-27 17:11:17 +05:30
  • 64655b7b30 Allow public image files in auth filter androidlover5842 2026-01-27 17:09:16 +05:30
  • be7ea47d9e Allow public access to room image files androidlover5842 2026-01-27 17:06:04 +05:30
  • aa480142a2 Add room image content_hash column if missing androidlover5842 2026-01-27 16:56:28 +05:30
  • cb1b65937e Add duplicate image check and delete endpoint androidlover5842 2026-01-27 16:50:56 +05:30
  • 5bfbd295c9 Validate room image storage path androidlover5842 2026-01-27 16:43:07 +05:30
  • 0cb6b8b435 Increase multipart upload limits androidlover5842 2026-01-27 16:41:15 +05:30
  • 9049face76 Auto-assign room image order on upload androidlover5842 2026-01-27 16:33:26 +05:30
  • 6b4cac0235 Fix room image ordering query androidlover5842 2026-01-27 16:22:46 +05:30
  • 95e5d685c5 Default room image order fields to 0 androidlover5842 2026-01-27 16:14:09 +05:30
  • 518a5bb359 Split room image ordering for room and room type androidlover5842 2026-01-27 16:12:55 +05:30
  • 083909938a Attach room type code and tags to room images androidlover5842 2026-01-27 16:09:54 +05:30
  • 7934b7efd5 Add ordered categories for room images androidlover5842 2026-01-27 16:04:01 +05:30
  • 46f9fecf4a Remove amenity schema auto-fix androidlover5842 2026-01-27 04:49:57 +05:30
  • fb1c0caed7 Prevent deleting amenities used by room types androidlover5842 2026-01-27 04:47:24 +05:30
  • 4fdfc84811 Auto-fix room_amenity schema for global amenities androidlover5842 2026-01-27 04:44:29 +05:30
  • 19153900fd Remove amenity description field androidlover5842 2026-01-27 04:37:19 +05:30
  • eb0b99f55a Make amenities global and super-admin managed androidlover5842 2026-01-27 04:33:51 +05:30
  • c3ec6e8d4a Add amenity category and icon fields androidlover5842 2026-01-27 04:21:20 +05:30
  • 3a8f871d7d Eager-load amenities when fetching room type androidlover5842 2026-01-27 04:06:32 +05:30
  • a0a9ce4d31 Add amenities and size fields to room types androidlover5842 2026-01-27 04:04:30 +05:30
  • f9c31a4d59 Avoid lazy roomType access in room create/update responses androidlover5842 2026-01-27 03:21:38 +05:30
  • 236c885954 Remove roomTypeId from room responses androidlover5842 2026-01-27 03:17:35 +05:30
  • a39a9dcd1f Require roomTypeCode for room upsert androidlover5842 2026-01-27 03:14:58 +05:30
  • 40a09d1c83 Eagerly fetch room type aliases with rooms androidlover5842 2026-01-27 03:05:59 +05:30
  • 0104e87050 Eagerly fetch room type when loading room by id androidlover5842 2026-01-27 03:04:09 +05:30
  • 1082126f86 Eagerly fetch room type aliases for list androidlover5842 2026-01-27 02:54:48 +05:30
  • 188738e28b Return JSON error bodies for auth and exceptions androidlover5842 2026-01-27 02:52:08 +05:30
  • 7f7e164acf Remove debug headers and return 403 on access denied androidlover5842 2026-01-27 02:42:07 +05:30
  • c2c54d24f5 Add detailed room create debug steps and exception header androidlover5842 2026-01-27 02:33:09 +05:30
  • 9aa1f71c32 Add debug exception resolver for troubleshooting androidlover5842 2026-01-27 02:30:14 +05:30
  • ad1ef6ec0a Add room create progress debug headers androidlover5842 2026-01-27 02:25:30 +05:30
  • 8f6e645573 Add member check debug header on room create androidlover5842 2026-01-27 02:23:11 +05:30
  • d38a29111d Fix Room controller debug response import androidlover5842 2026-01-27 02:21:20 +05:30
  • 4f2eb3d671 Add principal debug header on room create androidlover5842 2026-01-27 02:19:12 +05:30
  • 8c4afb8232 Expose downstream exception header for auth debug androidlover5842 2026-01-27 02:16:56 +05:30
  • be814eb0d5 Add access denied debug header for auth troubleshooting androidlover5842 2026-01-27 02:14:38 +05:30
  • 3f05484498 Add optional auth debug response header androidlover5842 2026-01-27 02:11:24 +05:30
  • d32c89d768 Improve property access denial reasons androidlover5842 2026-01-27 01:26:06 +05:30
  • ce75e9536c Allow room upsert by roomTypeCode androidlover5842 2026-01-27 01:13:59 +05:30
  • 0efce2f900 Add active room stays endpoint androidlover5842 2026-01-27 00:37:27 +05:30
  • 22a9fdc851 Allow super admin to manage property roles androidlover5842 2026-01-26 23:53:21 +05:30
  • 1400451bfe Remove org model; make AppUser global with super admin androidlover5842 2026-01-26 22:33:59 +05:30
  • bf87d329d4 Allow updating AppUser name via auth/me androidlover5842 2026-01-26 22:30:48 +05:30
  • 63c7479c9f Return 202 when auth needs org androidlover5842 2026-01-26 22:00:09 +05:30
  • 721580ffd7 Persist pending users when no org exists androidlover5842 2026-01-26 21:57:52 +05:30
  • 650e7c7354 Return NEEDS_ORG when no org exists androidlover5842 2026-01-26 21:54:53 +05:30
  • 619a48dd4f Auto-create AppUser on first verify androidlover5842 2026-01-26 21:49:45 +05:30
  • e3a7053d78 Log auth verify user-not-found androidlover5842 2026-01-26 21:45:26 +05:30
  • 85254b229f Log auth verify failures in prod androidlover5842 2026-01-26 21:42:16 +05:30
  • 2c337b8709 Return 401 for auth failures and log verify androidlover5842 2026-01-26 21:36:22 +05:30
  • 7ec8d6d350 Log auth verify entry androidlover5842 2026-01-26 21:33:13 +05:30
  • 8f47725f13 Use single security chain with auth permitAll androidlover5842 2026-01-26 21:28:22 +05:30
  • 398ad93232 Adjust health response and auth chain ordering androidlover5842 2026-01-26 21:25:17 +05:30
  • 05b8fd409c Simplify security config and permit auth endpoints androidlover5842 2026-01-26 21:20:20 +05:30
  • 6f961cb599 Fix auth verify access and token fallback androidlover5842 2026-01-26 21:15:06 +05:30
  • d895c4411d add debug to auth verify androidlover5842 2026-01-26 21:09:38 +05:30
  • 397bc4ede3 enable security config androidlover5842 2026-01-26 21:04:24 +05:30
  • e1680b1991 test validation erro androidlover5842 2026-01-26 20:58:57 +05:30
  • 14f739a54f change java version androidlover5842 2026-01-26 19:25:23 +05:30
  • 3a5726203c Deploy without sudo cp deploy 2026-01-26 18:49:44 +05:30
  • 32af3e0d82 -_- androidlover5842 2026-01-26 18:31:05 +05:30
  • 4ec4e5e068 Merge branch 'master' of git.hoteltrisolaris.in:androidlover5842/TrisolarisServer androidlover5842 2026-01-26 18:30:49 +05:30
  • 6963a0f252 -_- androidlover5842 2026-01-26 18:29:24 +05:30
  • 812bb4ffb4 Add Gradle info logs deploy 2026-01-26 18:12:47 +05:30
  • 152bbbc575 Use Gradle daemon in CI deploy 2026-01-26 18:11:08 +05:30
  • 671922b363 testing deployment.. androidlover5842 2026-01-26 18:00:25 +05:30
  • 41299e6071 Move Gradle workers cap to CI deploy 2026-01-26 17:57:07 +05:30
  • 8887e456ac Set Gradle workers to CPU count deploy 2026-01-26 17:54:38 +05:30
  • 4f22bfa234 Increase Gradle JVM heap to 10g deploy 2026-01-26 17:53:22 +05:30
  • 7b1bb55008 Enable Gradle cache and config cache deploy 2026-01-26 17:51:38 +05:30
  • 9ff84c2111 Use JDK 19 and simplify CI deploy 2026-01-26 17:45:33 +05:30
  • 1f43f3274a better reployment androidlover5842 2026-01-26 17:42:55 +05:30
  • 21fd32aeee improve deployment androidlover5842 2026-01-26 17:32:14 +05:30
  • b972563971 upload artifact androidlover5842 2026-01-26 17:26:08 +05:30
  • af280ca88c give assemblu logs androidlover5842 2026-01-26 17:13:44 +05:30
  • e8d9590a37 revert host androidlover5842 2026-01-26 17:12:42 +05:30
  • 97072e314a change buid host androidlover5842 2026-01-26 16:58:41 +05:30
  • 0afcc9b735 auto deploy androidlover5842 2026-01-26 16:56:37 +05:30
  • a206041b0c fix /helth api for testing androidlover5842 2026-01-26 16:50:36 +05:30
  • 8997cffc16 add test page androidlover5842 2026-01-26 16:24:16 +05:30
  • b2441fe291 change server port androidlover5842 2026-01-26 16:08:21 +05:30
  • de7e293097 build guest rating system androidlover5842 2026-01-26 15:09:20 +05:30
  • 31398d3822 fix compileation eror androidlover5842 2026-01-26 14:56:52 +05:30
  • 9835435aab update ai data androidlover5842 2026-01-24 23:57:01 +05:30
  • 094673b475 move card issuence server side androidlover5842 2026-01-24 23:53:03 +05:30
  • ab7f02ddc6 add see update androidlover5842 2026-01-24 23:18:15 +05:30
  • 4a2834819f pre assign rooms before checkin androidlover5842 2026-01-24 23:07:45 +05:30
  • 57ca477c08 add booking flow androidlover5842 2026-01-24 22:58:54 +05:30
  • 72d9f5bb12 modes of transport androidlover5842 2026-01-24 22:39:45 +05:30
  • 6b6d84e40a more codes androidlover5842 2026-01-24 22:22:37 +05:30
  • 0d3472c60e filter mails by property contact alias androidlover5842 2026-01-24 21:57:06 +05:30
  • 9300a85bd3 use proper alias androidlover5842 2026-01-24 19:28:26 +05:30
  • ac79d6d1c0 ai creates booking androidlover5842 2026-01-24 19:22:37 +05:30
  • b8c9f8dac4 ai extraction androidlover5842 2026-01-24 17:27:52 +05:30
  • d13ce8c36f ai extraction androidlover5842 2026-01-24 17:27:45 +05:30
  • 8d2341a727 small rename androidlover5842 2026-01-24 16:43:04 +05:30
  • 756c0cb671 deelte useless stuyff androidlover5842 2026-01-24 16:39:47 +05:30