Dev / controllers /auth_controller.go

Commit History

feat: single session enforcement + UI improvements
c6e89e6

Mhamdans17 commited on

feat: add max branches and cashiers limit, refine admin UI settings, implement tier-based qris fee
8879e0b

Mhamdans17 commited on

fix: tenant settings not fetching and caching correctly
5cd9ed5

Mhamdans17 commited on

feat: Add flexible tenant subscription settings (member, voucher, multi-branch, multi-kasir)
88124cb

Mhamdans17 commited on

feat: add optional NPWP field during registration
ac5c922

Mhamdans17 commited on

feat: add admin notification for new tenant and save customer info to send WA on webhook success
e70dcc5

Mhamdans17 commited on

feat: add TripayPaymentMethod field in Setting table for dynamic payment channel configuration
236d19a

Mhamdans17 commited on

feat: migrate global Tripay credentials to system settings table in DB
4e8a43c

Mhamdans17 commited on

feat: rebrand backend and config from WarungPOS to XOGM Go
f6ca5a8

Mhamdans17 commited on

fix: return empty array instead of null for list endpoints to prevent FE crashes
11c1b6f

Mhamdans17 commited on

feat: customize WhatsApp OTP notification message for Reset Password
1d04fbb

Mhamdans17 commited on

feat: implement ForgotPassword and ResetPassword routes using WhatsApp OTP
c587f34

Mhamdans17 commited on

Optimize database query logs, GetProduct, GetMe and allow clearing ImageURL
9fc6937

Mhamdans17 commited on

perf: optimize Login GORM query with select-specific-columns, specific preloads, and remove the redundant First(company) query
46976cd

Mhamdans17 commited on

perf: completely fix N+1 query problem and select * in ListCompanies, ListBranches, and GetCurrentUser middleware
4a28cd8

Mhamdans17 commited on

perf: optimize ListUsers and ListCompanies with database-level pagination and search
97344b4

Mhamdans17 commited on

feat: add company_address to tenant registration request payload
f168cd0

Mhamdans17 commited on

feat: migrate warungpos backend to Go with Tripay
edcf070

Mhamdans17 commited on