Commit graph

8 commits

Author SHA1 Message Date
Peter Goodhall
5d034d0963 Add public Station Diary with images & RSS
Introduce public Station Diary functionality: add global config flag, routes, controller, model changes, views and DB migrations. New migrations (252-254) add is_public/include_qso_summary, diary_images table and logbook_id on notes. Notes model updated to handle public flags, diary images, qso summaries, caching (per-user cache version), and helper methods for listing/counting public diary entries. New Stationdiary controller serves paginated public pages and RSS feed with caching. Notes controller updated to handle image uploads, attach images to diary entries, and provide an AJAX endpoint to delete images. Views updated to support public visibility options, logbook selector, image upload UI and Quill editor assets; routes and migration version bumped accordingly. Includes file upload example added to uploads/diary.
2026-03-08 11:42:41 +00:00
Peter Goodhall
5adcffe2b4 Deleted unrequired files 2019-06-21 15:43:36 +01:00
Peter Goodhall
0a065e28c2 Code for sending ADIF files to clublog 2019-06-19 15:39:18 +01:00
Corby Krick
a7857d316b Added a function lotw_last_qsl_date() to return the last LoTW QSL received date recorded in the DB. We use that information to only pull back a LoTW report from ARRL that has QSLs since the last QSL (inclusive, unfortunately). 2013-02-23 13:19:29 -06:00
Peter Goodhall
a781c39d26 Added the ability to upload LoTW report adif files and make qsos as confirmed 2013-02-16 16:41:40 +00:00
Peter Goodhall
17dfbd3cd8 Removed unused files 2012-11-26 14:54:03 +00:00
Peter Goodhall
3f2e327c71 stx, srx on adif errored due to not being within if statements fixed 2012-11-01 02:16:18 +00:00
Peter Goodhall
d4f3920676 Added upload folder 2011-11-19 22:35:21 +00:00