Commit Graph

356 Commits

Author SHA1 Message Date
67db395c3c Fix Login issue 2 2025-09-06 03:38:04 +09:00
023a45f574 Fix Login issue 2025-09-06 03:31:51 +09:00
bcd0bee738 Fix Entry issue 2025-09-06 03:21:36 +09:00
a24a0decb9 Fix validation of team 2025-09-06 03:12:08 +09:00
4761ff9977 Fix nginx error 2 2025-09-06 03:01:44 +09:00
33088234f2 Fix nginx error 2025-09-06 02:56:50 +09:00
49d2aa588b debug log 502 error 2025-09-06 02:49:44 +09:00
4cd3745812 debug log 2025-09-06 02:29:47 +09:00
93768fa4ec add Gpslog log 2025-09-06 02:23:25 +09:00
6d001bf378 Add show_checkin_data_sql.py 2025-09-06 01:56:40 +09:00
716a0be908 Fix S3 issue 2025-09-06 01:29:52 +09:00
66aacbb69e Fix photo upload 2 2025-09-06 01:23:28 +09:00
f50d1e1c79 add photo exif 2025-09-06 01:10:28 +09:00
775f77a440 Fix bulk_upload_checkin_photos 2025-09-06 00:50:30 +09:00
efa51b4fcc Fix API for bulk_upload_checkin_photos 2025-09-06 00:45:51 +09:00
fdc1d66f08 add log for check in 2025-09-06 00:31:53 +09:00
99e4561694 Fix entry registration 2025-09-06 00:11:57 +09:00
86ea3a4b0c Fix history issue 2025-09-05 23:50:50 +09:00
33b122b7e8 Fix history 2025-09-05 23:28:27 +09:00
00bc1cadc9 Fix login issue 2025-09-05 23:20:10 +09:00
d8e1b05d41 password issue 2025-09-05 23:04:40 +09:00
272269431e Email feature 2025-09-05 22:48:15 +09:00
9d11685b65 Fix teams error 2025-09-05 17:29:11 +09:00
4e1ef7c230 add automatic entry script 2025-09-05 16:57:18 +09:00
4a5f6273ed Fix pghba.conf 2025-09-04 19:30:16 +09:00
e0543e2b4e update APIs 2025-09-04 19:25:14 +09:00
32f860af41 fix restore checkin list 2025-09-04 11:27:04 +09:00
3cb0c2daf7 update qr api 2025-09-04 10:34:48 +09:00
7abdfbe903 add submit_qr_points 2025-09-04 10:10:24 +09:00
1698776589 Fix try-except structure and docstring in checkin API
- Correct indentation for except block
- Fix broken docstring formatting
- Ensure proper Python syntax compliance
- Resolve remaining syntax errors
2025-09-03 22:08:08 +09:00
f55f44013f Fix syntax errors in checkin API
- Fix indentation and syntax errors in api_play.py
- Correct try-except block structure
- Fix line endings and code formatting
- Resolve syntax error preventing Django startup
2025-09-03 22:04:19 +09:00
0d6f9024f4 Fix import path for utils module
- Change from .utils import to rog.utils module import
- Update S3Bucket and send_reset_password_email usage
- Fix typo in verification_url variable name
- Resolve ImportError preventing Django app startup
2025-09-03 21:56:40 +09:00
e0635936fe Add missing S3Bucket class to fix import error
- Implement S3Bucket class in utils.py for legacy compatibility
- Add upload_file and get_file_url methods
- Fix ImportError that was preventing app startup
2025-09-03 21:48:22 +09:00
cd8f872f1f Fix Location2025 model attribute error in checkin API
- Replace is_service_cp with default False (attribute not exists in Location2025)
- Update point calculation to use checkin_point from Location2025 model
- Improve error handling for missing attributes
2025-09-03 21:40:40 +09:00
1c36ece232 debug checkin 2025-09-03 20:22:39 +09:00
a0e024b77d update checkin image issue 2025-09-03 07:56:40 +09:00
4901b44f4a Update pg_hba.conf 2025-09-03 04:04:34 +09:00
3c28d33ebf remove logs 2025-09-03 03:58:45 +09:00
bbd655955a update nginx conf for performance 2025-09-02 23:27:34 +09:00
8ffedc177f Fix some APIs 2025-09-02 23:14:14 +09:00
9f27357a3b Fix APIResponseEnhancementMiddleware 2025-09-02 20:52:15 +09:00
3b28f49959 Add logs on API 2025-09-02 20:47:04 +09:00
a8dc2ba3b1 Update new API.. 2025-09-02 20:06:58 +09:00
0acaa6ea1f Fix start/goal processes 2025-09-02 17:10:33 +09:00
d6b40bd0f8 Add log on APIs 2025-09-02 17:01:40 +09:00
c95c8713d4 Fix is_staff issue 2025-09-02 15:29:34 +09:00
70acda8167 add is_staff for user login api 2025-09-02 11:40:17 +09:00
45a29c7b18 Fix inbound2 fields missing 2025-09-02 05:02:16 +09:00
05b9432a90 Fix inbound2 issue 2025-08-31 20:05:27 +09:00
a8c0f52860 Fix /api/locsext API 2025-08-31 17:51:41 +09:00