提交图

122 提交

作者 SHA1 备注 提交日期
Peter Goodhall
e6004d0c12 [Account][Winkey] Allows users to enable and disable winkey via their account settings 2023-08-03 13:59:02 +01:00
int2001
bca73b1295
Commented migscript, Added lang-choser to Useradd 2023-08-02 07:06:34 +00:00
int2001
c8ea174030
Implemented Userlanguages with a lot of help from @AndreasK79 2023-08-02 06:34:12 +00:00
phl0
9d7f2be9db
Add link to Mastodon 2023-07-07 20:16:15 +02:00
phl0
aa309f7169
Set default values and add All 2023-07-07 16:44:18 +02:00
phl0
530029c5bf
PHP8: Prevent passing of null to strpos 2023-07-07 16:25:22 +02:00
phl0
b6bbae8aab
Text for all bands added 2023-07-07 16:20:49 +02:00
phl0
08c7e65271
Make band and QSL type user select- and storable 2023-07-07 16:04:19 +02:00
int2001
613a89b8b4 Adds Mastodon-integration as mentioned in issue #1802 2023-07-06 08:17:20 +00:00
phl0
af88c5c9e2
Fix variable name 2023-07-04 11:59:34 +02:00
Peter Goodhall
8a75a2bfde [Forgot Password] Set the email field as the automatic focus 2023-06-22 16:12:31 +01:00
Peter Goodhall
949f7ee4f9 [Login] make the username the default focused field.
Fixes #2221
2023-06-22 16:09:25 +01:00
Thomas Werzmirzowsky
dff714345c added distance as choosable column 2023-06-20 19:36:35 +02:00
cats-shadow
d181c20730 [Translation][Russian] Statistics (partially), User views 2023-05-17 17:01:55 +03:00
Andreas
ac2cdc6e58 [Translation] Replaced all language string from $this->lang->line to lang 2023-05-14 13:45:10 +02:00
Christoph Kottke
d7f7e3e83c [User selectable columns] Add Location to possible columns
508d63dc Make user_column5 optional
0cf0b590 Add Location (station_profile_name) to possible columns
2023-05-09 11:02:37 +02:00
phl0
846dec0f61
Add POTA lookup function 2023-05-01 21:14:30 +02:00
Peter Goodhall
6d0e86ce55 [Users] Improved CSS 2023-02-24 16:28:36 +00:00
Andreas
578ad13f96 [Forgotten password] Small lock to the right instead 2023-02-10 08:06:39 +01:00
Andreas
57126b3269 [Forgotten password] Tweaked layout to be the same as login 2023-02-09 11:02:58 +01:00
Peter Goodhall
b0da997352 Update login.php 2023-02-08 14:56:04 +00:00
Peter Goodhall
53fc2397cb Update login.php 2023-02-08 14:50:36 +00:00
Andreas
846184cd47 [Login] Fixed image url. Tnx @phl0 2023-02-06 10:47:59 +01:00
Andreas
bce9ac121e [Login] Tweaked login 2023-02-06 10:28:24 +01:00
phl0
995e89e444
Option tu upload SAT status info to amsat.org/status 2023-01-27 17:24:48 +01:00
Andreas
c1ec375bc8 [User view] Tweaked add user view. Same design as edit. 2023-01-01 19:32:07 +01:00
Andreas
fc669a0c2a [User view] Tweaked the edit layout a bit 2023-01-01 13:53:55 +01:00
phl0
b2b7596bca
Add Frequency to selectable colums and previous QSOs 2022-12-14 12:45:32 +01:00
phl0
034fa625fb
Add support for POTA fields according to ADIF update 2022-11-30 15:38:40 +01:00
phl0
32992dc00e
Remove c+p mistake 2022-11-25 00:25:22 +01:00
phl0
08108b4638
Add option to select previous QSL type 2022-11-25 00:22:31 +01:00
phl0
ebe05aee8c
Make auto QTH function configurable on frontend 2022-10-19 16:27:26 +02:00
phl0
e67435d497
Add lookup function for grid and name for WWFF refs 2022-10-19 14:52:43 +02:00
phl0
65189d07ca
Basic POTA support 2022-10-05 17:05:53 +02:00
phl0
cbcda6c18d
Add WWFF column to tables 2022-08-17 13:10:15 +02:00
phl0
8459f31422
Implement profile pic for hamqth 2022-07-03 11:39:05 +02:00
Peter Goodhall
45a20291ee [Login] Fixed text 2022-05-03 14:19:32 +01:00
phl0
10f8349961
Fix css and config hint 2022-04-04 20:30:01 +02:00
phl0
8d917f20c1
Optimize css and rephrase some descriptions 2022-04-04 19:45:52 +02:00
phl0
24b9b91f89
fix comment 2022-04-04 13:25:02 +02:00
phl0
828429312e
Add option to en-/disable showing of qrz.com images to user account menu 2022-04-04 13:17:33 +02:00
Andreas
504f647e6c [Forgot password] Set max width like login page 2022-03-27 10:51:05 +02:00
Mark Pentler
3b815e2a5f Update edit.php
Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
2022-01-24 22:49:36 +00:00
Mark Pentler
1e22e693ed Update add.php
Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
2022-01-24 22:49:36 +00:00
Mark Pentler
27f624815e Update profile.php
Change “Locator” for “Gridsquare” to standardise on one term throughout the UI.
2022-01-24 22:49:36 +00:00
Peter Goodhall
d2690462ae [Password] Handle resetting based on passcode 2022-01-18 16:14:22 +00:00
Peter Goodhall
4a2f6c0cfa [Login] Added link to forgot password 2022-01-18 15:32:45 +00:00
Peter Goodhall
61fc1fc92b [Password Reset] Creates DB columns and password reset views and process. 2022-01-18 15:29:22 +00:00
Andreas Kristiansen
7d404c31db
Merge branch 'cloudlog8' into mergesolve 2021-11-13 20:00:48 +01:00
iddq
40a77dbcd2 Added Operator (COL_OPERATOR) to possible columns 2021-11-01 18:38:18 +01:00