Commit graph

7465 commits

Author SHA1 Message Date
Tom Hughes
4a62dac9c0 Merge remote-tracking branch 'upstream/pull/4993' 2024-07-15 19:19:23 +01:00
Tom Hughes
37e6725d2d Merge remote-tracking branch 'upstream/pull/4964' 2024-07-15 19:16:29 +01:00
Anton Khorev
6d5752ad62 Set OpenID URL input value in html instead of javascript 2024-07-15 18:18:12 +03:00
Enock Seth Nyamador
a4a316354d Remove SotM Africa 2023 and SotM Asia x FOSS4G 2023, add SotM 2024 2024-07-15 09:33:09 +02:00
Tom Hughes
26f6fdf82c Merge remote-tracking branch 'upstream/pull/4929' 2024-07-14 15:56:20 +01:00
Tom Hughes
1859728558 Merge remote-tracking branch 'upstream/pull/4984' 2024-07-14 15:40:39 +01:00
Anton Khorev
7917a7db80 Parse lat and lon independently when using dms notation 2024-07-13 17:52:39 +03:00
Anton Khorev
a082caef3c Use casecmp?() instead of casecmp().zero? 2024-07-13 16:00:45 +03:00
Anton Khorev
392d3d1226 Merge branch 'pull/4961' 2024-07-13 14:48:44 +03:00
Tom Hughes
b5c72bb6d7 Merge remote-tracking branch 'upstream/pull/4978' 2024-07-12 19:25:21 +01:00
Anton Khorev
00c2589374 Move diary comment action to comments controller 2024-07-12 17:58:43 +03:00
Anton Khorev
b69159795b Add new diary comment template
To be used when create comment action fails.
2024-07-12 17:34:32 +03:00
Tom Hughes
29dba7318a Use bigdecimal to avoid scientfic notation in DMS decoding 2024-07-12 14:43:33 +01:00
Tom Hughes
e5057dd57a Use named captures to simplify latlon parsing 2024-07-12 14:43:32 +01:00
Anton Khorev
66140c8d1d Show/hide entire OpenID form 2024-07-12 14:22:11 +03:00
Tom Hughes
f047f86c1d Preserve lat and lon values as entered for reverse searches 2024-07-12 12:04:16 +01:00
Anton Khorev
686c512543 Stack preferred auth button over other auth buttons on small screens 2024-07-11 16:10:53 +03:00
Tom Hughes
2419a011f0 Merge remote-tracking branch 'upstream/pull/4972' 2024-07-10 18:32:32 +01:00
Anton Khorev
24275fe237 Change OpenID provider link to button 2024-07-10 14:12:36 +03:00
Anton Khorev
9a9cf59adc Remove alt text of OpenID logo inside input label
This keeps the input focusing when the logo is clicked but the alt text is not read by screen readers.
2024-07-10 13:50:39 +03:00
Anton Khorev
38bfb33c02 Remove single-use OpenID logo helper 2024-07-10 13:50:39 +03:00
Anton Khorev
86b1e934b6 Move OpenID logo out of locale string 2024-07-10 13:32:11 +03:00
Tom Hughes
a897795c3b Merge remote-tracking branch 'upstream/pull/4968' 2024-07-09 18:47:18 +01:00
Tom Hughes
aa2a9249db Merge remote-tracking branch 'upstream/pull/4967' 2024-07-09 18:46:15 +01:00
Anton Khorev
be9d93640c Remove former .auth-container wrapper divs 2024-07-09 17:56:49 +03:00
Anton Khorev
088a78d83c Remove .d-block classes from auth buttons
Unnecessary on flex items.
2024-07-09 17:51:50 +03:00
Anton Khorev
1d15f96a70 Remove unused .openid_url class from OpenID url input 2024-07-09 17:14:41 +03:00
Anton Khorev
9cea1ecc74 Remove .w-100 classes from auth providers template
This is the default width.
2024-07-09 16:48:31 +03:00
Anton Khorev
149ff72caa Remove .list-inline classes from auth providers template
None of them were on html lists.
2024-07-09 16:44:12 +03:00
Mateusz Konieczny
78243f6ab7 changing SOTMEU banner on organiser request 2024-07-09 08:55:29 +02:00
Tom Hughes
1bc6c2e1dc Merge remote-tracking branch 'upstream/pull/4965' 2024-07-08 18:31:17 +01:00
Tom Hughes
330e2cc521 Merge remote-tracking branch 'upstream/pull/4963' 2024-07-08 18:29:56 +01:00
Anton Khorev
e415ba764d Always set z-index of embedded maps 2024-07-08 19:32:51 +03:00
Anton Khorev
bacca516f0 Use flex gap instead of margins on auth buttons 2024-07-08 17:28:36 +03:00
Anton Khorev
a696d2b24c Remove unnecessary classes from preferred auth button
.rounded is the default rounding for this button type.
.fs-6 is the default font size for this button type.
2024-07-08 17:24:48 +03:00
Tom Hughes
3e77cae66c Clear current_user if we reject OAuth 1
This ensures we don't try and do any further validation of the
user which might lead to trying to report additional errors.
2024-07-07 19:40:28 +01:00
Tom Hughes
d4344da2be Merge remote-tracking branch 'upstream/pull/4958' 2024-07-07 15:32:44 +01:00
Tom Hughes
10cd2ce242 Merge remote-tracking branch 'upstream/pull/4944' 2024-07-07 15:24:05 +01:00
Tom Hughes
625e7c3296 Merge remote-tracking branch 'upstream/pull/4954' 2024-07-07 10:47:56 +01:00
Tom Hughes
2061b5c257 Merge remote-tracking branch 'upstream/pull/4960' 2024-07-07 10:45:39 +01:00
Tom Hughes
89369915d8 Merge remote-tracking branch 'upstream/pull/4959' 2024-07-07 10:42:45 +01:00
Tom Hughes
5d109919ff Merge remote-tracking branch 'upstream/pull/4953' 2024-07-07 10:26:27 +01:00
Tom Hughes
dffe0c91b9 Merge remote-tracking branch 'upstream/pull/4952' 2024-07-07 10:23:06 +01:00
Anton Khorev
4e01f6830a Don't call check_signup_allowed inside save_new_user 2024-07-06 18:51:54 +03:00
Anton Khorev
0d2010cd2f Remove "whereami" search parameter, use "lat" and "lon" instead 2024-07-06 16:56:49 +03:00
Anton Khorev
e3c9192758 Merge branch 'pull/4793' 2024-07-06 14:18:50 +03:00
Anton Khorev
12ac6f8f27 Restore previous position of signup background
The new image is cropped differently, resulting in a different background-position-x value.
2024-07-06 14:17:58 +03:00
nertc
676aef5be6 Order of comments in changeset comments feeds 2024-07-05 19:00:15 +04:00
Anton Khorev
8ee3d67831 Set "login/signup" page width equal to "about" page width 2024-07-05 14:38:25 +03:00
Anton Khorev
46d2b4c652 Remove padding around tabs on blocked signup page 2024-07-05 13:55:02 +03:00