This website requires JavaScript.
Explore
Help
Sign In
Public_Tools
/
wavelog
Watch
3
Star
0
Fork
0
You've already forked wavelog
mirror of
https://github.com/wavelog/wavelog.git
synced
2026-03-25 11:32:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8ac10ce94ba43779f09ec0e2d79943db14df7b7f
wavelog
/
application
History
HB9HIL
8ac10ce94b
If the user is not the creator of the API key, it's likely a clubstation. In this case the callsign of the clubstation can not be the same as the callsign of the user (operator call provided by the user). If this is the case, we need to use the callsign of the creator of the API key
2024-12-11 13:35:57 +01:00
..
cache
…
config
adjustments for dev merge
2024-12-09 12:26:27 +01:00
controllers
If the user is not the creator of the API key, it's likely a clubstation. In this case the callsign of the clubstation can not be the same as the callsign of the user (operator call provided by the user). If this is the case, we need to use the callsign of the creator of the API key
2024-12-11 13:35:57 +01:00
core
…
helpers
feat(clubstations): Restrict clubstations based on users permission level part 1/x
2024-12-09 00:20:53 +01:00
hooks
make sure gettext returns the strings html encoded
2024-08-15 09:01:58 +02:00
libraries
Trying to fix reduce call problem
2024-11-25 18:42:41 +01:00
locale
po/mo updates
2024-12-10 14:07:44 +00:00
logs
…
migrations
radios and api keys
2024-12-11 09:24:26 +01:00
models
Omit the need for relogin after club changes in general. It's a question of UX. It's better to accept a little higher DB load (if clubstations are enabled) then the need of an user to relogin. There is some room for improvement by changing user_model->get_by_id() and adding a join there. This can be done later if we see that the load is too high
2024-12-11 11:18:09 +01:00
third_party
…
views
moved api page to a index.php file and added support for clubstations
2024-12-10 23:45:32 +01:00
.htaccess
…
index.html
…