Jason Volk
04dc0fda60
ci: Fix condition for packaging and publishing workflows.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-20 00:18:00 +00:00
Jason Volk
106bba761e
Use bounded condition for syncv3 notification count; asymmetric reset condition. ( #261 )
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-19 08:26:23 +00:00
Jason Volk
6619171e13
Slightly increase max_request_size default.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-19 08:26:23 +00:00
dasha_uwu
3a9446bb9c
Remove dead code
...
These check the origin which is already checked in router auth
2026-01-19 00:53:33 +00:00
June Strawberry
2f4d3c2851
fix some unused_crate_dependencies lint warns
...
Signed-off-by: June Strawberry <june@vern.cc >
2026-01-18 13:18:10 -05:00
June Strawberry
1b68588b84
enable match_same_arms lint
...
Signed-off-by: June Strawberry <june@vern.cc >
2026-01-18 13:10:05 -05:00
June Strawberry
f4ba3d4a29
enable some later rustc lints (1.90+)
...
Signed-off-by: June Strawberry <june@vern.cc >
2026-01-18 13:09:05 -05:00
June Strawberry
04e66a03d3
fix and enable collapsible_if lint
...
Signed-off-by: June Strawberry <june@vern.cc >
2026-01-18 13:09:03 -05:00
Jason Volk
fb102f0e0a
Add privileged support for SSO account associations. ( #252 )
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-18 15:59:02 +00:00
Jason Volk
99c84039da
ci: Additional pipeline constrictions for dev branches.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-18 15:59:02 +00:00
Jason Volk
2f2fc5c5f9
ci: Add full control panel for manual workflow dispatching.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-18 13:29:10 +00:00
Jason Volk
b3f8118f0e
Re-export itertools from tuwunel_core crate.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-18 13:19:59 +00:00
Jason Volk
6579df299a
Find identity providers by brand name when unique.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-18 06:11:40 +00:00
Jason Volk
3a613963f9
Improve some comments; fix unlinted typo.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-18 06:10:55 +00:00
Jason Volk
5cb6d2058f
Tweak some identity_provider example config doc comments.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-18 06:04:15 +00:00
Jason Volk
64149f0cc4
Allow SSO users to set a password.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-18 05:00:03 +00:00
Jason Volk
98f5ea203b
Add simpler option to specify default identity_provider.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-18 05:00:03 +00:00
Xerusion
85ac256786
add built in well-known file proxy
2026-01-17 09:11:39 +00:00
Jason Volk
f9f00d83fc
Use mtime for ts in delete_all_remote_media_at_after_time().
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 06:54:31 +00:00
dasha_uwu
e78bf21085
Introduce OptionFuture helpers
...
Optimize user directory searches
2026-01-17 06:54:24 +00:00
dasha_uwu
95121ad905
Add a config option to show all local users in user directory, closes #260
2026-01-17 06:44:34 +00:00
dasha_uwu
62ec58b1ed
Introduce extract!(), rewrite part of uiaa username handling
2026-01-17 06:44:34 +00:00
Jason Volk
c0aaeefaf2
ci: Add manual workflow dispatch option for pipeline directives.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Jason Volk
38ae93fe42
ci: Add options for complement verbosity and logging artifacts.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Jason Volk
2880facc4c
Replace hardcoded pool worker limit with configurable default.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Jason Volk
4b9d4794fb
Reapply "Support mdraid hierarchies for storage topology detection."
...
This reverts commit 121aa9e39d .
Fixes panics on systems with sparse core topologies.
2026-01-17 01:39:49 +00:00
Jason Volk
8a95390f1c
Default affinity mask to cores available rather than nil.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Jason Volk
9346e69b87
Add admin command to manually remove a pusher.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Jason Volk
d0b2181817
Split query pusher command w/ admin_command macros.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Jason Volk
febd4d1a23
Add string-consuming writer to admin context interface.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Jason Volk
8be0a579db
Add doc comments to SSO related interface routines.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Jason Volk
1b5e11e943
Add cfgs for proving sendness and syncness of the OnceServices build optimization.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Jason Volk
dfb65d771f
Add sso_default_provider_id option and defaulting behavior.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-17 01:39:49 +00:00
Xerusion
86fc42bba0
Add federation port config
2026-01-17 08:29:58 +07:00
Xerusion
53d4495e21
Add TLS cert info
...
Added section for TLS certs
2026-01-17 01:38:00 +07:00
Xerusion
fa7838ffb1
Adjust example for clarity
...
Updated the example configuration for clarity.
2026-01-17 01:12:48 +07:00
Xerusion
ae8f266385
Add Traefik reverse proxy documentation
...
Updated the Traefik documentation with installation and configuration details
2026-01-17 00:36:24 +07:00
Jason Volk
3426b824a0
Add EdDSA support to JWT login ( fixes #258 ).
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-13 08:47:34 +00:00
dasha_uwu
d095a4fd3b
Enable unused_async clippy lint
2026-01-13 07:42:43 +00:00
dasha_uwu
fd519ff7f1
Fix sliding sync not returning rooms the user is invited to
2026-01-13 07:42:43 +00:00
KuhnChris
76c09851ea
Guard admin assignment/removal against empty filter
2026-01-13 07:42:43 +00:00
June Strawberry
5e532593fa
add autocopr action
...
Signed-off-by: June Strawberry <june@vern.cc >
2026-01-13 07:42:43 +00:00
Jason Volk
fd8ee422dd
Increment accumulators prior to release-action ( fixes #253 ).
...
↳ userroomid_notificationcount and userroomid_highlightcount should be
incremented prior to touching useridcount_notification.
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-13 07:42:43 +00:00
Jason Volk
cf8b57b751
Simplify MutexMap generic constraints.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-13 07:42:43 +00:00
Justin
05898034e5
Fix growing unread notification counts by unifying key generation logic ( #253 )
...
* fix(pusher): use consistent tuple keys for notification counts
* fix(pusher): correct 'notifi' typo in send.rs
2026-01-13 07:42:43 +00:00
Jason Volk
257168946e
Fix missing example config generation. ( fc104d02a4)
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-13 07:42:43 +00:00
Vladislav Grechannik
fc104d02a4
Add an option to read SSO client secret from a file
2026-01-10 04:38:29 +01:00
Jason Volk
bd0a0acf4a
Add conditional for login flows; filter out SSO when no providers configured.
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-03 05:22:55 +00:00
Jason Volk
11038b0ec7
Bump Cargo version to 1.4.9. ( closes #250 )
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-02 17:10:52 +00:00
Jason Volk
2a7455b5c9
Use form-urlencoded bodies for server-to-server oauth requests. ( fixes #249 )
...
Signed-off-by: Jason Volk <jason@zemos.net >
2026-01-02 05:52:37 +00:00