Commit Graph

14 Commits

Author SHA1 Message Date
Szymon Porwolik
8db8cf6d3a Changed to use plain SQL 2025-10-08 00:24:16 +02:00
Szymon Porwolik
3de79d869b Notes: basic support in the QSO view page 2025-10-07 23:52:13 +02:00
HB9HIL
cc6b86d4fd removed old code not used anywhere 2025-10-02 20:41:39 +02:00
Szymon Porwolik
b349755031 Notes overhaul: updated view of the notes, added "Contacts" category with required logic, first step for callsign sticky notes (#2362)
* feat(notes): initial overhaul of notes with improved view, contact category, and better forms/validation

* Notes: changes after draft PR review

- improved security, avoided writing to $_POST
- removing redundant $data variable passing
- cleanup of xss_clean usage
- changed to use existing callbook library instead new helper
- migrated to plain SQL
- changed name of the cat variable to category to avoid confusion
- fixed translation (multiple places)

* Translation of notes.js

* Deleted not needed line.

* Notes: Multiple fixes for after PR code review

* Update application/views/notes/add.php

Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>

* Layout improvmen of the error box suggested by phl0

* Add checking of note ownership during duplication.

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: improved translation of one of the strings

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix translation shall be using double quote

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Note: translation shall use double quote

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix, translation shall be using sprintf

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Note: update -> translations shall be using double quotes

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix, translation shall be using double quotes

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix, translation shall be using double quotes

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: missing translation of the error message.

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: fix translation shall be using double quote

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: translation of the error message

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>

* Notes: moved loading of the library out of the constructor

---------

Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
2025-10-02 20:20:35 +02:00
HB9HIL
0d37235ec3 notes xss cleaning 2024-08-14 13:29:07 +02:00
HB9HIL
2df091f891 Release v1.1 (#120)
* config file for directory userdata

* userdir for eqsl

* change name to userdata

* userdata for qsl

* fix name on comment

* add generic function file

* remove model class on view, use generic function

* Re-added forum link

* add stations_id to eqsl functions

* remove 'v' in Version Dialog

* Update README.md

added Link to demo instance

* Update index.php

* We should be MIT Conform

* [Debug] Added information about when files were last updated, and links to update

* Added custom data format

* Remove leftover-index

* Migration

* Check if index is there

* [LBA] Can disable maidenhead overlay

* paths libary

* Dev (#2)

* Added Windows, MariaDB and PHP-Versions

* Release 1.0

* Re-added forum link

* add stations_id to eqsl functions

* remove 'v' in Version Dialog

* Update README.md

added Link to demo instance

* Update index.php

* We should be MIT Conform

* [Debug] Added information about when files were last updated, and links to update

* Added custom data format

* Remove leftover-index

* Migration

* Check if index is there

* [LBA] Can disable maidenhead overlay

---------

Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: Christoph Kottke <dg0tm@darc.de>
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>

* [eQSL] only locations with a eQSL nickname should be displayed (#74)

* only locations with a eQSL nickname should be displayed in the dropdown under eQSL Import

* add proper error message

* improve usability

---------

Co-authored-by: Christoph Kottke <dg0tm@darc.de>

* html fixes

* show flashdata if no station has eqsl nick

* removed openssl check, not required

* accumulate stats language

* multilanguage support

* prettier

* Prevent leaking data out of other station_location

* moved qrg to first tab

* Fix a PHP 8.1 deprecated bug.

* [Contesting] Fix for table qso count

* Fixed error when data was empty. Also clear table before inserting again.

* Refactor to get the table to load

* Need to clear datatable when session is deleted

* Prevent Racecondition

* Fixed a few null-checks which will fail on fresh accounts

* Allow for longer gridsquare in station profile

* Show IOTA/SOTA ref on station location tab

* [LBA] Fixed mapping of selected QSOs

* Trying to convert the QSO-Post to an ajax call PHP/Part

* JS Part

* Dev (#3)

* Added Windows, MariaDB and PHP-Versions

* Release 1.0

* Re-added forum link

* add stations_id to eqsl functions

* remove 'v' in Version Dialog

* Update README.md

added Link to demo instance

* Update index.php

* We should be MIT Conform

* [Debug] Added information about when files were last updated, and links to update

* Added custom data format

* Remove leftover-index

* Migration

* Check if index is there

* [LBA] Can disable maidenhead overlay

* [eQSL] only locations with a eQSL nickname should be displayed (#74)

* only locations with a eQSL nickname should be displayed in the dropdown under eQSL Import

* add proper error message

* improve usability

---------

Co-authored-by: Christoph Kottke <dg0tm@darc.de>

* html fixes

* show flashdata if no station has eqsl nick

* removed openssl check, not required

* accumulate stats language

* multilanguage support

* prettier

* Prevent leaking data out of other station_location

* moved qrg to first tab

* Fix a PHP 8.1 deprecated bug.

* [Contesting] Fix for table qso count

* Fixed error when data was empty. Also clear table before inserting again.

* Refactor to get the table to load

* Need to clear datatable when session is deleted

* Prevent Racecondition

* Fixed a few null-checks which will fail on fresh accounts

* Allow for longer gridsquare in station profile

* Show IOTA/SOTA ref on station location tab

* [LBA] Fixed mapping of selected QSOs

---------

Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: Christoph Kottke <dg0tm@darc.de>
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
Co-authored-by: dg0tm <schieberjunge@gmx.net>

* First POC

* Handling of AJAX result (started)

* Change qso-save to ajax-return

* Added notification and reloading of QSO-Table

* JS-Part

* Set Focus to qso after (successful) log

* Resetting timers (successful)

* Info is now shown / faded

* Small adjustments

* More Beauty

* Make consequent use of SIG-References from station_profile

* Delete application/views/welcome directory

Leftovers. Security Flaw!

* Update Dashboard.php

Remove redir to welcome

* Delete application/controllers/Welcome.php

security flaw

* Hint for 8.3. friendly Usertest

* Update config.sample.php

default should be commented out

* [LBA] Checkbox to turn on/off path lines in map

* Styling for pathlines-checkbox

* [LBA] Checkbox tweaks

* updated comment in config.php (sample and installer)

* Removed popup regarding unsaved changes (wasn't functional at all)

* Added locking for sending a qso twice

* added spinner to save button

* Also include SIG and SIG_INFO

* [Logbook] Removed profiler

* [LBA] Added fitbounds to map

* [LBA] Added CQ Zone overlay

* Make clearer that overview filters on logbook rather than locations

* baesURL has a trailing slash already

* active logbook hint

* Update .gitignore

added userdata

* [LBA] ITU zone overlay

* Minor wording

* [LBA] Added custom mapping icons

* [LBA] Path line follows icon color

* [LBA] Added icon anchoring

* [LBA] Added easyprint for easy map saving

* [LBA] Added default colors when icon settings does not exist in db

* Check refs before trimming them

* [LBA] Fixed another default issue with markers and colors

* Removed dangerous functions where User can accidently shift profiles

* Rmoeve more unused leftovers from 1.0 to 2.0.

* Header refactoring (#110)

* splitted up header

* resorted header menu

* main rebuild

* header behaviour hover

* dropdown toggle rotate

* fix case where landscape is small menu and portrait normal view

* submenu thirdparty services

* removed custom maps from the header

* matching search bar

* border

* matched border to themes

* [Custom Map] Removed code

* [Gridmap] Broke map by accident. Thanks @phl0 for poke.

* Optical support for SAT directions and elevation

* [LBA] Added coordinates at the bottom of the map

* Align numbers and arrows

* Reset RST after saving via AJAX

* Cfd export (#117)

* Added CFD Export for toplist.darc.de to Wavelog

---------

Co-authored-by: phl0 <github@florian-wolters.de>

* special thx to contributors

* tag 1.1

* typo

---------

Co-authored-by: abarrau <hesky378@gmail.com>
Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: Christoph Kottke <dg0tm@darc.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
Co-authored-by: dg0tm <schieberjunge@gmx.net>
2024-02-09 18:12:28 +01:00
Andreas
591bd15098 [Notes backup] Added support for backing up notes with an API key 2023-05-03 09:38:28 +02:00
Peter Goodhall
eecd2bf71d [welcome] SQL statements being totally wrong 2022-10-11 17:10:44 +01:00
Peter Goodhall
8bbc0ba9bc Fixing my rubbish code 2022-10-11 14:54:34 +01:00
Peter Goodhall
cd44097d66 [Welcome] Claim Notes, API Keys 2022-10-10 15:06:01 +01:00
Andreas
1b2a88b355 Removed all constructors in models, since this doesn't work in never CodeIgniter 2021-11-06 20:24:28 +01:00
Andreas
5f2cd9d55d [Notes] Added userid to everything that has to do with show/create/edit/delete note. 2021-09-20 12:24:58 +02:00
Peter Goodhall
46dfd35815 Added Quill WYSIWYG to Notes, added XSS to user area and Notes 2019-10-05 21:57:44 +01:00
Warren Volz
e384826aea Codeignitor 3.1.6 and corresponding changes
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
  and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00