Jade Ellis
ae37acb228
ci: Don't run clippy & tests if rust files haven't changed
2026-04-23 20:44:57 +01:00
Jade Ellis
10c3045f5f
ci: Run Renovate on resolvematrix
2026-04-23 20:44:56 +01:00
Jade Ellis
8242718571
ci: Label PRs touching dependencies
2026-04-23 20:44:56 +01:00
Renovate Bot
03db067aab
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.140.0
2026-04-23 19:23:09 +00:00
Jade Ellis
b28ddde1eb
chore: Update lockfile
2026-04-23 20:04:05 +01:00
Jade Ellis
0134f69bf9
chore: Update incompatible dependenceis
2026-04-23 20:02:48 +01:00
Jade Ellis
15878371bf
chore: Update reqwest
2026-04-23 18:53:25 +01:00
Getz Mikalsen
980bd475b6
feat: Add TLS options for LDAP ( #1389 )
...
Optional StartTLS for LDAP and add option to skip TLS verification.
Co-authored-by: Jade Ellis <jade@ellis.link >
Reviewed-on: https://forgejo.ellis.link/continuwuation/continuwuity/pulls/1389
Reviewed-by: Jade Ellis <jade@ellis.link >
2026-04-23 17:39:25 +00:00
Ginger
19204b097d
chore: News fragments
2026-04-23 13:19:58 -04:00
Ginger
567d809efe
fix: Forbid removing emails if they're required to register
2026-04-23 13:17:48 -04:00
Ginger
8171e3d614
fix: Remove a user's existing email before adding a new one
2026-04-23 13:05:21 -04:00
ginger
98b221096b
fix(config): Remove registration_token_file from deprecated keys
2026-04-22 12:57:46 +00:00
aviac
027f6a4b02
feat(nix): allow override of RUSTFLAGS for certain features
...
- enabling the `http3` features requires unstable features, namely `reqwest_unstable`
- the main suggestion of cargo is to enable this through RUSTFLAGS
- we had no way to customize RUSTFLAGS, now we do
- changed the max-perf package to showcase this feature
- also turn on http3 by default in both max-perf and the default build
(jade approved this)
2026-04-20 17:49:03 +00:00
aviac
42028f155b
feat(nix): also add release-max-perf package build to flake outputs
2026-04-20 17:49:03 +00:00
Renovate Bot
6999246d19
chore(deps): update rust-non-major
2026-04-18 05:04:30 +00:00
timedout
01f6893c07
feat: Reduce verbosity of "remote server couldn't process pdu" warning
...
(cherry picked from commit 8b206564aa )
2026-04-18 01:11:48 +01:00
Jade
ed93a4ad9f
chore: Admin announcement
2026-04-17 21:15:54 +00:00
Jade Ellis
cc8a4501b5
ci: Add basic CI auto-labeller
2026-04-17 21:41:01 +01:00
Sebastian Spaeth
cbb1632a1a
docs: Describe Debian components
...
Describe "stable", "stable unstable" and "dev" components
2026-04-17 20:13:44 +00:00
Sebastian Spaeth
df59fc35b4
CI: Only publish releases into the Debian stable component
...
Previously, we would push all tagged releases into the stable component,
including alphas and rc's. Let's use some regex to only push stable
releases which conform to tag "^v+\d\.+\d\.+\d$"
so we ONLY get the manually published releases into the stable
component.
All pre-releases go into the "unstable" component for now. Nightly builds
go into the "dev" component (as before) and feature branches still get
their dedicated component named after the branch.
TODO: It would be nifty if stable releases would ALSO be published at the
unstable component.
2026-04-17 20:13:44 +00:00
Jade Ellis
c927bc7b30
chore: Release
v0.5.7
2026-04-17 18:19:28 +01:00
Jade Ellis
c1ce40c008
docs: Changelog
2026-04-17 18:18:42 +01:00
ezera
66be11a978
docs(docs): update supported room versions
...
Updates supported room version to state we support 6-12, and sets 12
as default.
2026-04-17 16:10:05 +00:00
Jade Ellis
1aa44f9834
chore: Release
v0.5.7-alpha.2
2026-04-17 10:50:19 +01:00
Renovate Bot
b5b8d62622
chore(deps): update ruma digest to d00b51a
2026-04-17 09:30:25 +00:00
Renovate Bot
b9b3cddf70
chore(deps): update rust crate ctor to 0.10.0
2026-04-17 08:15:37 +00:00
Renovate Bot
62166f3cf8
chore(deps): update dependency typescript to v6.0.3
2026-04-17 08:14:02 +00:00
Renovate Bot
ed1fe717b9
chore(deps): update https://github.com/taiki-e/install-action digest to a2352fc
2026-04-17 08:13:49 +00:00
Renovate Bot
69e4689b24
chore(deps): update https://github.com/cloudflare/wrangler-action digest to 9acf94a
2026-04-17 08:13:35 +00:00
Renovate Bot
cace197237
chore(deps): pin actions/cache action to 27d5ce7
2026-04-17 08:12:53 +00:00
Jade
49e6d18ac6
ci: Use inherited secrets
2026-04-16 14:29:42 +00:00
Sebastian Spaeth
bf6783cb83
ci: add all possible credentials
...
When running the mirror-images step from within the release-image workflow
we receive error messages such as
> msg="Failed to sync" target=ghcr.io/continuwuity/continuwuity:v0.5.0-rc.7
> source=forgejo.ellis.link/continuwuation/continuwuity:v0.5.0-rc.7
> error="failed to send blob post, ref
> ghcr.io/continuwuity/continuwuity@sha256:74976f7b85018b5abd867333bc783c7230d985a4b0af595bbf55964e25afe6ef:
> unauthorized"
So, we will need to define our credentials in the release-image workflow too
it seems, when we pull in the mirror-image workflow.
This is a test by adding all credentials that are defined in mirror-images.yml
Probably we don't need them all, but if this does not work, the whole approach
is flawed and we can remove everyting again.
If it works, we should remove unneccessary credentials until we found the
required ones.
2026-04-15 19:34:33 +00:00
éźera
2ca7149a7f
feat: allow deprioritizing servers for join requests
...
Implements #1549 .
2026-04-15 13:24:42 +00:00
Renovate Bot
bedec72489
chore(deps): update https://github.com/taiki-e/install-action digest to eea29cf
2026-04-15 13:23:55 +00:00
Sebastian Spaeth
80861b5f12
ci: actions/cache@v3|4 -> actions/cache@v5
...
Update to use actions/cache@v5 in our CI
2026-04-15 13:22:43 +00:00
Renovate Bot
f2d7654572
chore(deps): update rust crate sha2 to 0.11.0
2026-04-15 13:22:30 +00:00
Renovate Bot
bb037ca9f4
chore(deps): update dependency cargo-bins/cargo-binstall to v1.18.1
2026-04-15 13:21:59 +00:00
Renovate Bot
fd236876af
chore(deps): update https://github.com/regclient/actions digest to f3c6d87
2026-04-15 13:21:46 +00:00
Renovate Bot
130b07f0e1
chore(deps): update pre-commit hook crate-ci/typos to v1.45.1
2026-04-15 13:21:38 +00:00
Jade
4dbf7f7673
ci: Remove unnecessary concurrency block
2026-04-15 13:21:11 +00:00
stratself
ed76f50e71
fix(docs): Apply more changes to improve clarity and grammar
...
* CONTINUWUITY_WELL_KNOWN requires a "Struct", not a JSON array
* Fix all instances of Intl English to English English
* Typo/grammar nits fixings
2026-04-15 13:18:59 +00:00
stratself
1fe13b927d
fix(docs): Remove bash shell indicator
2026-04-15 13:18:59 +00:00
stratself
b11989504a
fix(docs): Apply some suggestions to improve docs clarity
...
* fix(docs): Change all "commandline" to "command-line"
* fix(docs): Standardize "config options" as the word to use for config
file params
2026-04-15 13:18:59 +00:00
stratself
87fa184af7
docs: Remove the manually-generated env var reference page and its links
...
Maybe configuration.mdx could be rewritten for better clarity on
converting between config param <-> env var
2026-04-15 13:18:59 +00:00
stratself
aa9d43fad6
docs: Add order of config priority and rewrite --execute command info
...
* fix(docs): smaller wordings
May need to consider a separate section for "runtime configuration"
i.e. --execute and --maintenance modes
2026-04-15 13:18:59 +00:00
stratself
cbcada087b
docs: Rework environment variable section in Configuration docs
...
* docs: Move detailed explanations in Env Var ref page to Config page
* docs: Add env var example for double nested configs and array
declaration
2026-04-15 13:18:59 +00:00
stratself
9489369b75
docs: Add Env Var reference page to navigation bar
2026-04-15 13:18:59 +00:00
stratself
9d11f56393
docs(delegation): Add remark on .well-knowns against alt setups
...
* Also incorporate feedback from PR comments
2026-04-15 09:53:26 +00:00
stratself
72eabc9796
docs(delegation): Add section for manually serving .well-knowns files
...
* Also add note on default support contacts
* Also add individual env vars for .well-knowns
2026-04-15 09:53:26 +00:00
stratself
2ca758425c
fix(docs): Remove matrix. subdomains in composes
...
Delegation can be re-added in future commits
2026-04-15 09:52:18 +00:00