Commit graph

79 commits

Author SHA1 Message Date
abb9dcfd36 skip update 2026-05-26 12:38:41 +02:00
43568aeb36 log and health check 2026-05-26 12:36:52 +02:00
a37eaac2a3 backend update 2026-05-26 12:04:53 +02:00
c092239ed5 nre db bkp 2026-05-26 10:42:00 +02:00
9cffbbef74 a 2026-05-22 20:40:58 +02:00
cc246ee6fb a 2026-05-22 20:31:58 +02:00
0bad2fbb81 tz 2026-05-22 16:16:07 +02:00
364f4a77b3 mediarefs 2026-05-22 15:49:28 +02:00
50a5b5c8e3 removed Storage vars 2026-05-19 18:44:32 +02:00
48b31a5491 mega update storage 2026-05-19 18:42:34 +02:00
af379792d3 deps 2026-05-19 10:59:47 +02:00
34c19831f0 feat: update pgx and gommon dependencies to latest versions 2026-04-21 11:50:54 +02:00
53ba53e3cc feat: improve locatore formatting by trimming spaces and replacing multiple spaces with a single space 2026-04-21 11:49:45 +02:00
453183ce3b fix: disable send_interrupt option in .air.toml configuration 2026-04-13 18:48:51 +02:00
14eb5bf113 refactor: remove progressbar dependency and replace with logging in image and video processing 2026-04-13 18:47:33 +02:00
1e2eb19d80 fix: update Go version and dependencies in Dockerfile and go.mod 2026-04-13 18:09:36 +02:00
337ca80fec feat: add tipo_locatore field to Annunci and related processing logic 2026-03-17 18:47:15 +01:00
65e58ab2db refactor: remove backup handling code and related HTML view 2026-03-16 10:21:21 +01:00
f1bd40afce feat: enhance update feedback with loading and success messages in forms and video processing 2026-03-02 16:33:54 +01:00
c31a68ef6d feat: implement image and video reconciliation, update pricing options, and enhance media removal functionality 2026-03-02 15:35:23 +01:00
627267b86f fix: update processEvents function to return status messages and add process_events script 2026-02-19 12:14:34 +01:00
2d0745f9ec feat: add Facebook cache invalidation functions and update server routes 2026-01-30 15:28:03 +01:00
47be8bd54a chore: update .gitignore to include failed_requests and remove TODO file; refactor backup routes in server.go to comment out unused code 2026-01-19 16:48:21 +01:00
ebbcff2e41 Refactor Dockerfiles to remove unnecessary comments and echo statements; streamline build stages for clarity and efficiency. 2026-01-17 15:49:52 +01:00
1261bbb443 chore: update Dockerfile for improved build process and environment variable management 2026-01-15 16:09:33 +01:00
bd6f3ed0fc chore: update Dockerfile and add health check for storage service 2026-01-15 14:57:03 +01:00
3cb3f03613 chore(deps): update pgx, echo, progressbar, uuid, and golang.org/x dependencies for improved compatibility 2026-01-14 15:17:01 +01:00
1a3468e7c0 feat: improve error handling in GetDataXML function for better response management 2026-01-13 11:33:20 +01:00
08212355eb feat: enhance curl command in Check Annunci and Update scripts for better error visibility 2026-01-13 11:14:39 +01:00
19b4693512 feat: enhance error handling in MiogestHandler and add Check Annunci script 2026-01-13 11:08:38 +01:00
cb07f1dca8 dbg 2026-01-13 10:53:27 +01:00
d3b9174ab8 feat: comment out logging statements in image and video processing functions for cleaner output 2026-01-12 10:37:58 +01:00
3de192636b feat: update GetAnnunciFromMiogest with improved error handling and validation; add curl installation in Dockerfile; implement checkAnnunci procedure for active announcements notification 2026-01-12 10:05:42 +01:00
352c31d03a fix: increase base delay for retries in GetAnnunciFromMiogest to improve stability 2026-01-08 09:29:52 +01:00
10c7581d2d feat: add logging for empty media processing in image, video, and database operations 2026-01-08 09:29:25 +01:00
e499923fcb fix: update Dockerfile to copy files from the current directory instead of the builder stage 2026-01-07 13:26:00 +01:00
991367be56 Refactor code structure for improved readability and maintainability 2026-01-07 12:26:56 +01:00
cd2c96ad58 refactor: update go.mod and go.sum to remove unused dependencies and add virtualterm module 2025-12-16 18:38:34 +01:00
91b1f361de refactor: enhance date parsing logic and improve test coverage for ParseDettaglio function 2025-12-16 13:28:57 +01:00
4c4397d0ee refactor: remove debug print statements for Mq parsing 2025-11-25 12:15:08 +01:00
0ecd7ce30d refactor: change 'mq' type from string to float64 and update related parsing logic 2025-11-25 12:05:14 +01:00
40bd07ded3 refactor: enable logging in database handler and improve image/video processing feedback 2025-11-18 18:22:47 +01:00
3a51275c9f refactor: remove debug print statements from CodiciToProcessVideos function 2025-11-18 17:14:25 +01:00
1c4471a327 refactor: enhance video processing logic to include additional checks and logging for better debugging 2025-11-18 16:36:08 +01:00
f4262b8711 feat: Refactor video handling in announcements
- Updated the announcement detail component to directly use images and videos from the data structure.
- Changed the form edit component to accommodate the new media structure, replacing AnnunciWithImages with AnnunciWithMedia.
- Modified the announcements list to initialize videos as an empty array.
- Enhanced the announcement view to handle external videos and updated the footer to display them correctly.
- Introduced a new utility function to generate YouTube embed URLs.
- Updated the database schema to replace url_video with external_videos and added a new videos_refs table for video management.
- Implemented video processing logic, including downloading, transcoding, and thumbnail generation.
- Added migration scripts for the new videos_refs table and updated existing references in the database.
2025-11-18 15:20:14 +01:00
23525d8f14 feat: add AdminLavoraConferma and AdminContratto components for managing service confirmations and contracts
- Implemented AdminLavoraConferma component to handle confirmation processes with document management.
- Added AdminContratto component for managing rental contracts and related documents.
- Introduced shared components for document selection and display (DocInfo and DocCombo).
- Enhanced storage controller with a new function to retrieve storage ID from user storage ID.
- Updated database interactions to improve error handling and data retrieval.
2025-11-06 17:03:42 +01:00
527a7d7f57 Refactor GetAnnunciParsed and ParseAnnunci to include forceImages parameter for improved image processing control 2025-10-29 12:27:52 +01:00
a7e9f1d8ff refactor: update storage configuration to use environment variables 2025-10-29 10:08:37 +01:00
f3c4f231a9 refactor: remove ASPNETCORE_PORT configuration from server settings 2025-10-29 09:24:49 +01:00
c389a58832 refactor: remove MinIO configuration arguments from Dockerfile 2025-10-29 09:24:15 +01:00