84 Commits (be2aa34303124b3c9e0bc347d417994a718fce7b)
 

Author SHA1 Message Date
Onja be2aa34303 Refactor event listener to use "filename" instead of "filepath" and update the log message accordingly 1 year ago
Onja 7b77339cd8 Add mailerSubscriber to app.js for sending email notifications 1 year ago
Onja 299191b0f2 Add configuration parameters for Sendgrid API integration 1 year ago
Onja 82d0cb32e1 Refactor TemplateService to include a renderEmail method that generates an email layout template with a body from a page template 1 year ago
Onja 406820e0ac Update package-lock.json 1 year ago
Onja 2df187edea Add @popperjs/core version 2.11.8 and axios version 1.5.1 as dependencies, update node-sass to version 9.0.0, and add @babel/core version 7.23.2 as a devDependency in package.json 1 year ago
Onja be8e78639c Update parse.end event listener in ioSubscriber.js to emit a socket event with a formatted message containing a link to the generated CSV file 1 year ago
Onja 79d3e8c391 Set default file date to 6 days ago if file does not exist 1 year ago
Onja 4ce04de2a5 Add timestamp to consoleSubscriber.js log messages 1 year ago
root 01c8c046a0 Change la date de suppression tout les 2 jours 1 year ago
root 184b68389c Little fix 1 year ago
Onja 56eaced508 Update success message to include the filename when generating a file from URL 1 year ago
root 999617245d Little fix 1 year ago
root ed3559b1f0 Merge branch 'node10' of gitea.invaders.stream:onja/bodacc into node10 1 year ago
root e4d8e2a580 Create fake download method 1 year ago
Onja 62798ab869 Refactor generateFilePath function to use custom date format instead of ISO format 1 year ago
Onja cd747af78a Refactored the `FileService.parseFromUrl` method to return the filepath instead of a stream, and updated the `routes/index.js` file to handle the new return value 1 year ago
Onja 1421af2bb2 Add logic to count the number of processed lines and log the count when it reaches the specified limit in the 'parse.data' event listener 1 year ago
Onja f1d912638c Reset result and URL input value in the form after submitting it and delete Blob function 1 year ago
root 4cfc9d6f1c Parse data IO progress 1 year ago
root d7a38ff8e3 Increase timeout 1 year ago
root 8718f552f1 Create generated file 1 year ago
Onja d71f3e4a00 Refactor event names in socket listeners to include event name from data 1 year ago
Onja 42f53cd32e Refactor file.js to generate and save the parsed CSV file using the correct destination path and emit the generated file name on parse.end 1 year ago
Onja 6b1683d0ab Refactor download link in index.hbs to include the "download" attribute for improved user experience 1 year ago
Onja ca981c24cc Add hidden div element to display link to generated file 1 year ago
Onja 1cd5608c43 Add functionality to display generated CSV file link and remove 'd-none' class from result form 1 year ago
Onja 91ad8ea526 Merge branch 'node10' of gitea.invaders.stream:onja/bodacc into node10 1 year ago
root 84e930d29c Little fix 1 year ago
root 9016c3ee89 update package-lock 1 year ago
root 84298632fe Node 10 update 1 year ago
Onja 78f065db28 Add event listeners for deleteOldFiles and checkLastOperationDate events, and log corresponding messages 1 year ago
Onja 60e695723a Refactor code to delete old files and check last operation date in FileService 1 year ago
Onja 5c43e55e64 Refactor code to dynamically generate the download filename based on the current date and time 1 year ago
Onja 596891357b Refactor file paths for webfonts and images to improve organization and readability 1 year ago
Onja aebf23cf4a Add new image file help.jpg to the public/img directory 1 year ago
Onja 38f60cf582 Refactor the form on the index page to include a help image and improve the layout of the form fields 1 year ago
Onja b9a190bb7f Update index.hbs to display a heading and description for CSV generation from a bodacc file 1 year ago
Onja 5bac1a9945 Add socket.io functionality to the main.js file, including event listeners for various events and toastr notifications for success or error events 1 year ago
Onja 78f2e85fdf Add "configureSocket" function to create a WebSocket connection and handle connection and disconnection events 1 year ago
Onja fc1e9cebe4 Add event listeners in ioSubscriber.js for download and parse events, and emit corresponding socket events 1 year ago
Onja bcad582a57 Add socket.io and socket.io-client dependencies to package.json 1 year ago
Onja 7ae7cf5326 Refactor main.js to display error message with response text and add validation checks for URL and columns in index.js 1 year ago
Onja 486950b6df Update app.js to use extended URL encoding in the Express middleware 1 year ago
Onja 4d44483917 Refactored main.js file to separate functions for initializing column choices and submitting form, and added event listeners for click and submit events 1 year ago
Onja cbcf011640 Update main.hbs to use local CSS and JavaScript files instead of external CDN links 1 year ago
Onja ce0e0d51a0 Initialize main.js and main.scss files with necessary imports for jQuery, Bootstrap, and Toastr 1 year ago
Onja d3d2b00cb6 Add public/js/main.min.js, public/js/main.min.js.map, public/css/main.min.css, and public/css/main.min.css.map to the .gitignore file 1 year ago
Onja 96d1e1ff72 Add webpack configuration for CSS extraction, minification, and optimization 1 year ago
Onja 5d49ad706c Refactor app.js to use the "basedir" constant for serving static files 1 year ago