Discourse Translator Bot
1baaf6b5f1
Update translations ( #19533 )
2022-12-20 15:22:28 +01:00
Discourse Translator Bot
5d1444e3ca
Update translations ( #19401 )
2022-12-09 12:01:05 +01:00
Discourse Translator Bot
cf347811c6
Update translations ( #19238 )
2022-11-29 15:36:51 +01:00
Discourse Translator Bot
2eee6fb644
Update translations ( #19150 )
2022-11-22 15:01:19 +01:00
Discourse Translator Bot
82425b23ee
Update translations ( #18813 )
2022-11-02 15:13:47 +01:00
Discourse Translator Bot
f7db4150da
Update translations ( #18543 )
2022-10-11 16:29:04 +02:00
Discourse Translator Bot
1ed4442c10
Update translations ( #18134 )
2022-08-30 20:17:57 +02:00
Discourse Translator Bot
f06e586c19
Update translations ( #17756 )
2022-08-02 16:54:12 +02:00
Discourse Translator Bot
46622be72b
Update translations ( #17177 )
2022-06-21 15:46:34 +02:00
Discourse Translator Bot
e0364cf228
Update translations ( #17087 )
2022-06-14 16:57:33 +02:00
Discourse Translator Bot
d303466c30
Update translations ( #16902 )
2022-05-24 16:03:04 +02:00
Discourse Translator Bot
ddb5d88158
Update translations ( #16852 )
2022-05-17 16:51:11 +02:00
Discourse Translator Bot
022480b461
Update translations ( #15763 )
2022-02-01 16:15:18 +01:00
Discourse Translator Bot
c665003203
Update translations ( #15416 )
2021-12-28 14:13:58 +01:00
Discourse Translator Bot
4afd6f0189
Update translations ( #15292 )
2021-12-14 14:53:35 +01:00
Discourse Translator Bot
3fec579ede
Update translations ( #15210 )
2021-12-07 16:19:44 +01:00
Discourse Translator Bot
5d20304f95
Update translations ( #14855 )
2021-11-09 14:54:59 +01:00
Discourse Translator Bot
0f5d737a61
Update translations ( #14513 )
2021-10-05 15:59:26 +02:00
Discourse Translator Bot
88aed7512e
Update translations ( #14400 )
2021-09-21 15:57:14 +02:00
Discourse Translator Bot
59975d7433
Update translations ( #14197 )
2021-08-31 16:10:59 +02:00
Discourse Translator Bot
c995b20ca4
Update translations ( #14063 )
2021-08-24 15:25:44 +02:00
Discourse Translator Bot
0e53769f71
Update translations ( #13994 )
2021-08-14 10:18:05 +02:00
Discourse Translator Bot
28b5e6e47d
Update translations ( #13796 )
2021-07-21 10:30:34 +02:00
Discourse Translator Bot
252dd169a4
Update translations ( #13476 )
2021-06-22 15:21:20 +02:00
Discourse Translator Bot
f941bbc147
Update translations ( #13327 )
2021-06-08 16:32:36 +02:00
Discourse Translator Bot
55611a5b80
Update translations ( #13089 )
2021-05-18 16:49:18 +02:00
Discourse Translator Bot
606860e75a
Update translations ( #12764 )
2021-04-20 15:33:17 +02:00
Discourse Translator Bot
27eff709c4
Update translations ( #12684 )
2021-04-13 16:02:08 +02:00
Discourse Translator Bot
c21cba70f6
Update translations ( #12258 )
2021-03-02 15:28:30 +01:00
Discourse Translator Bot
2757003ef1
Update translations ( #12186 )
2021-02-23 15:10:04 +01:00
Discourse Translator Bot
a3c363c8f0
Update translations ( #12065 )
2021-02-12 13:18:05 +01:00
Discourse Translator Bot
4860c7c6ee
Update translations ( #11928 )
2021-02-02 14:37:52 +01:00
Discourse Translator Bot
09f9d4b281
Update translations ( #11601 )
2020-12-29 19:44:53 +01:00
Discourse Translator Bot
d7bd9aa3d0
Update translations ( #11385 )
2020-12-01 14:34:25 +01:00
Discourse Translator Bot
7fecad41db
Update translations ( #11264 )
2020-11-17 14:49:58 +01:00
Discourse Translator Bot
9648122b51
Update translations ( #11042 )
2020-10-27 15:36:21 +01:00
Discourse Translator Bot
7eef10c6d7
Update translations ( #10944 )
2020-10-17 00:07:21 +02:00
Discourse Translator Bot
29a9ae1b50
Update translations
2020-10-06 15:43:13 +02:00
Discourse Translator Bot
1a78a429b5
Update translations
2020-08-11 13:04:00 +00:00
Discourse Translator Bot
a68533b394
Update translations
2020-08-05 13:55:12 +00:00
Gerhard Schlager
36a3675e0a
Update translations
2020-06-14 23:39:33 +02:00
Neil Lalonde
65dd8e2fa2
Update translations
2020-06-10 12:01:02 -04:00
Neil Lalonde
3d20a1143b
Update translations
2020-05-26 10:06:07 -04:00
Gerhard Schlager
30cb5f7d86
Update translations
2020-04-24 15:16:29 +02:00
Gerhard Schlager
82f9dcf301
Update translations
2020-04-20 11:37:59 +02:00
Neil Lalonde
2dd1ff79b4
Update translations
2020-01-20 11:00:44 -05:00
Martin Brennan
9e399b42b9
DEV: Remove redundant admin_login route, share with email_login
2020-01-13 12:10:07 +10:00
Neil Lalonde
50b98a47ac
Update translations
2019-12-05 11:20:52 -05:00
Sam Saffron
b57e108e84
FEATURE: improve email change workflow
...
- Show old and new email address during the process
- Ensure correct user is logged on when attempting to make email changes
- Support reloading a page during the email reset process without resubmit
of form
- Improve tests
- Fixed issue where redirect back to site was not linking correctly in
subfolder setups
Internal refactor of single action into 4 distinct actions that are simpler
to reason about.
This also removes the step that logs on an account after you confirm an
email change, since it is no longer needed which leaves us with safer
internals.
This left me no choice but to amend translations cause the old route was
removed.
2019-11-21 16:28:35 +11:00
Gerhard Schlager
94a34af702
Update translations
2019-11-05 16:52:48 +01:00