User Details
- User Since
- Aug 5 2021, 3:11 PM (122 w, 12 h)
- Availability
- Available
- LDAP User
- Ostap Smolar
- MediaWiki User
- Unknown
Feb 23 2023
Jan 26 2023
Jan 12 2023
Nov 25 2022
Nov 11 2022
Jul 7 2022
Jun 24 2022
Jun 22 2022
Jun 20 2022
Jun 14 2022
Jun 13 2022
Jun 9 2022
Jun 8 2022
Jun 7 2022
Jun 3 2022
Jun 1 2022
May 30 2022
May 24 2022
May 20 2022
By default in Keycloak you can change:
Email
First name
Last name
Password
2FA
and Username only if enabled on Admin portal.
May 19 2022
May 10 2022
May 6 2022
The decision was made to:
Get official image
Update it using git submodule with official extensions and custom once.
We will enable extensions in CustomSettings.php which will be automatically included in LocalSettings.php during deploy.
Sensitive data will be passed to LocalSettings.php with env variables.
Apr 29 2022
Apr 27 2022
Jan 24 2022
Dec 28 2021
Hi! I have merged master into patch and solved merge conflicts. Please review.
Nov 18 2021
Hi! Thanks for answer! Now I understand :)
I have fixed table name and now I think we are done.
Nov 3 2021
Hi @aaron! I have tested your suggested solution. It works smoothly. All announces were sent without deadlocks and errors for client. Only one question: you are using nl_newsletters table name to lock, but in code we are inserting data into nl_issues table, so maybe we have to use nl_issues table to lock? Just to be sure I have tested both variants:
Sep 29 2021
Sep 23 2021
Hi @tstarling ! I have finished task and have succeeded tests. Could you make a code review, please?
Sep 22 2021
Sep 10 2021
Hi @tstarling ! Short update for this task. I have made button with ajax call (js file connected like module) that sends timestamp to backend, getting correct data from DB and backend logic for this. There was one case left: 1) Render new data without page reload using “action=render” and “peek” parameters. And it looks like we will need some js code for that.