Commit graph

9544 commits

Author SHA1 Message Date
Renovate Bot
85766e5279
Update wiki commit hash to 265a4c2 2021-10-17 20:29:50 +00:00
Archi
618ff781eb
Use ASF user account inside docker 2021-10-17 16:19:07 +02:00
ArchiBot
f022822e94
Automatic translations update 2021-10-17 02:09:42 +00:00
Renovate Bot
095859a727
Update ASF-ui commit hash to f545218 2021-10-17 00:11:18 +00:00
Archi
47696cc9a7
Misc 2021-10-17 01:18:28 +02:00
Archi
8580852f84
Avoid a breaking change 2021-10-17 01:05:22 +02:00
Archi
e702fca8bb
Improve localization 2021-10-17 00:14:11 +02:00
Łukasz Domeradzki
bfbeb91633
Refuse to run as root without explicit ignore (#2427)
* Refuse to run as root without explicit ignore

* Apply feedback

* Detect docker a bit better

* Guard more OS parts behind ifdefs

* Fix warnings

* Further fixes
2021-10-17 00:11:04 +02:00
Renovate Bot
cfe88d59ec
Update swashbuckle-aspnetcore monorepo to v6.2.3 2021-10-16 14:42:55 +00:00
ArchiBot
6f8ea30a90
Automatic translations update 2021-10-16 02:12:55 +00:00
Renovate Bot
f447b7a0ed
Update ASF-ui commit hash to 4658e69 2021-10-15 23:02:52 +00:00
Archi
6450a11302
systemd service update 2021-10-15 23:36:16 +02:00
Renovate Bot
861d64e0dc
Update actions/checkout action to v2.3.5 2021-10-15 17:42:53 +00:00
Renovate Bot
ead9da524d
Update crazy-max/ghaction-import-gpg action to v4.1.0 2021-10-15 13:45:09 +00:00
ArchiBot
e883937056
Automatic translations update 2021-10-15 02:11:07 +00:00
Archi
2db957aec4
Misc 2021-10-15 01:11:02 +02:00
Archi
14052d9bbf
Misc
Authenticator init section can't throw exception, and the message was pasted twice
2021-10-15 00:26:25 +02:00
Archi
002be87f24
Bump 2021-10-15 00:14:18 +02:00
Archi
d7e8f2785d
Bump 2021-10-15 00:13:51 +02:00
Archi
d5489df46d
Replace recursion in WebBrowser with a loop
More efficient on resources
2021-10-15 00:04:16 +02:00
Archi
df817f4ffc
Cleanup and improvements after #2426 2021-10-14 23:55:35 +02:00
Sebastian Göls
f93143c133
Add ASF 2FA service endpoints (#2426)
* Add ASF 2FA service endpoints

* Misc.

* Move back to .../TwoFactorAuthentication

* Remove duplicate endpoints

* Remove now useless constructor

* Apply feedback
2021-10-14 23:41:12 +02:00
Renovate Bot
aedc9f0b21
Update ASF-ui commit hash to 699bb51 2021-10-14 09:53:28 +00:00
Renovate Bot
8d145dd98b
Update ASF-ui commit hash to efff6c9 2021-10-14 02:22:51 +00:00
ArchiBot
8eade49343
Automatic translations update 2021-10-14 02:10:42 +00:00
Archi
14bab623b8
Actually be smarter 2021-10-14 00:25:41 +02:00
Archi
1456efc341
Update Utilities.cs 2021-10-14 00:13:19 +02:00
Archi
fc0c916137
Extend warnings for --cryptkey and lack of it
@Abrynos
2021-10-13 23:24:07 +02:00
Sebastian Göls
be027523ac
Warn about insecure passwords (#2419)
* Add warnings about password security

* Warn about weak steam passwords even if they are encrypted

* Apply feedback

* Apply feedback

* Simplify code

* Move return criteria up a bit for increased performance

* Choose more fitting strings for localization

* Extract const value

* Fix incorrect null reference warning

* Switch prefix operator for postfix one

Co-authored-by: Łukasz Domeradzki <JustArchi@JustArchi.net>

* Add tests

* Disable CA1724

The type name Utilities conflicts in whole or in part with the namespace name 'Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.Utilities'.

* Tell users why their password is considered weak

* Apply feedback

* Merge resource comments

* Misc.

* Use library for password testing and Run testing in background

* Clean up

* OncSeparate forbidden phrases forfor IPC passwords (once again)

* Additionally check encryption key

* Add comment about {0}

Co-authored-by: Łukasz Domeradzki <JustArchi@JustArchi.net>
2021-10-13 21:44:48 +02:00
Renovate Bot
5af5e55cfe
Update ASF-ui commit hash to 2b5fb60 2021-10-13 13:15:00 +00:00
Archi
9b8050e2b3
Don't stack threads in OnHeartBeat()
OnHeartBeat() is the least important function that is called every minute if required, not being able to enter the semaphore means some other action is already in progress, and while it makes sense for stuff like OnPersonaState() to wait for it, because it requires that, heartbeat can totally miss being executed, especially if the previous call didn't manage to finish yet.

It's not destructive as it is right now because tasks would be cancelled eventually when the server starts responding (due to if being removed right now), but it's entirely unnecessary burden.
2021-10-13 10:38:14 +02:00
Renovate Bot
0ff0fa8d95
Update ASF-ui commit hash to 16dfd96 2021-10-13 03:10:04 +00:00
ArchiBot
ff870d25cf
Automatic translations update 2021-10-13 02:13:10 +00:00
Renovate Bot
818ad8cc09
Update wiki commit hash to f938786 2021-10-12 21:14:25 +00:00
Renovate Bot
618a01912b
Update ASF-ui commit hash to 4213377 2021-10-12 19:48:28 +00:00
Renovate Bot
f3ffa792ea
Update ASF-ui commit hash to 44857f2 2021-10-12 14:00:00 +00:00
Renovate Bot
976276a74a
Update ASF-ui commit hash to b219ae6 2021-10-12 09:25:49 +00:00
Renovate Bot
86173f6022
Update dotnet monorepo to v3.1.20 2021-10-12 00:34:36 +00:00
Archi
ed033349ec
Misc lessons from plugin template 2021-10-12 00:57:29 +02:00
Renovate Bot
c69a650bba
Update ASF-ui commit hash to c77ea0a 2021-10-11 05:26:58 +00:00
ArchiBot
129cba80d6
Automatic translations update 2021-10-11 02:12:36 +00:00
Renovate Bot
8c1bff3d91
Update ASF-ui commit hash to 0fb5966 2021-10-10 07:57:32 +00:00
Renovate Bot
da6d2e1b13
Update ASF-ui commit hash to 0792d61 2021-10-09 22:43:57 +00:00
Renovate Bot
62d58a41a3
Update ASF-ui commit hash to e84a7ca 2021-10-09 15:10:35 +00:00
Archi
b48e73d939
Further systemd security hardening 2021-10-09 01:19:23 +02:00
Archi
454e9cdef4
Correct ReadWritePaths for systemd service
/tmp/ASF does not exist by default which will cause this rule to fail, we can limit ourselves to /tmp instead
2021-10-09 00:23:51 +02:00
Renovate Bot
78feda15ba
Update ASF-ui commit hash to 028dcc1 2021-10-08 16:08:33 +00:00
Renovate Bot
1e5df17130
Update ASF-ui commit hash to 79a6be2 2021-10-07 19:27:30 +00:00
Renovate Bot
fdac946ecc
Update ASF-ui commit hash to ea210b9 2021-10-07 01:45:20 +00:00
Renovate Bot
be18666764
Update ASF-ui commit hash to 3692f3c 2021-10-05 22:39:04 +00:00