User21T
- https://mastodon.bsd.cafe/@user21t
-
I love doing anything that involves:
- software and hardware "as simple as possible, but not simpler"
- embedded systems (which involve these two above)
Profile image by Hansaleh
-
Joined on
2025年12月09日
795355acb4
Version 2.93 RELEASED.
23dfb8596d
Updated RELEASE_NOTES.
105db5ae50
Updated RELEASE_NOTES.
f98c4cb4e9
Updated RELEASE_NOTES.
0885a39c77
Merge pull request 'Fixed custom emojis would turn into plain text with the :shortcode: format after edit status.' (#623) from e0w0e/snac:custom_emoji_edit_patch into master
3ac57f7e78
fix(api): return empty slice instead of null from the branches API if the repository is empty (#13299)
f4cdb8bd19
fix(ui): allow dragging up for a multi-line comment (#13296)
c1351e62d4
chore(refactor): clarify REST API permissions tests (#13271)
8734e71a26
fix: REQUIRE_SIGNIN_VIEW caches setting before setting initialization (#13304)
1a277ad0b8
chore: have stylelint lint CSS in tmpl files to enforce RTL-friendly logical properties (#13216)
327f702e3a
Update renovate to v43.222.0 (forgejo) (#13095)
bd4201ed25
chore: remove EXIF stripping capability due to usage of AGPL licensed exif-terminator library (#13105)
7ce7630939
fix(ui): absolute-date: wrong selection color (#13107)
6b3359f016
feat: evaluate action job's
if on the server-side when possible (#13030)
b29e21a90c
fix: use proper
${{ forgejo.ref }} in scheduled workflows (#13081)
a0fada72cc
Tweaked first httpd log line.
46ec5b0aa0
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
62536e02dc
Merge pull request 'Update po/pt_BR.po translating latest strings' (#622) from daltux/snac2:pt_BR-11 into master
dd3e7184be
Update po/pt_BR.po translating latest strings
4414ed4d7d
Another tweak to search.
a4bbb848f2
Fixed minor bug in xs_regex_split_n().
1043c67f4a
Skip sha256 repo tests if sha256 not supported (#13018)
bb5919ea87
feat(api): add new
/repos/{owner}/{repo}/actions/runs/{run_id}/cancel API endpoint (#12957)
3dc2b52b5f
fix: multiline comment invalidation (#12950)
c2dcdc9ba7
Update renovate to v43.214.4 (forgejo) (#12987)
158a44935c
chore: use correct value to disable timeouts in example config (#12985)
ee846b3c96
cleanup(tests): remove unused git hooks directories in testdata (#12824)
2214be7f77
Update dependency @playwright/test to v1.60.0 (forgejo) (#12849)
ba3f54b283
Update linters (forgejo) (#12848)
8c3c3ca5db
refactor(forgery): CreateProject helper to reduce dependency on global fixture when testing (#12796)
ff38c2ba7c
Update dependency @vitejs/plugin-vue to v6.0.7 (forgejo) (#12847)
7b40d93784
Updated RELEASE_NOTES.
14d4e9afcd
Merge pull request 'Add keep_replied_posts and keep_replied_me feathers, and auto-mention post author when reply to a post' (#617) from hanchan/snac2-dev:master into master
5182a3384e
add keep_replied_posts and keep_replied_me feathers, and auto-mention post author when reply to a post
0bde1abe67
Updated RELEASE_NOTES.
e3cc396aca
Merge pull request 'pt_BR translation update' (#616) from daltux/snac2:pt_BR-10 into master
c8d24ff06a
feat: enable auth to git HTTP via authorized integrations (#12715)
af412159ce
chore: re-enable nilnil lint for
models/actions/run.go (#12507)
385c0db94f
feat: fsck incoming objects (#12695)
ed30c7de45
Update renovate Docker tag to v43.195.1 (forgejo) (#12720)
8df8d2c776
Update dependency webpack to v5.107.1 (forgejo) (#12721)
75a06909e2
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
8df47c39b9
Merge pull request 'Memory leak fix' (#615) from inz/snac2:fix/mastoapi-token-leak into master
478672a2fe
Bumped version.
fbbc4e8086
Added more logging.
4f1687ad0b
Ensure the request path have enough parts.
f4c319db0b
Update module code.forgejo.org/forgejo/levelqueue to v1.1.0 (forgejo) (#12630)
9a2ae75a43
feat(ui): provide ability to add a warning message to the registration/login screens (#12597)
6fd667dcd8
Update module connectrpc.com/connect to v1.20.0 (forgejo) (#12654)
d9d4465eb4
Limited the number of nested quoted posts to 3.
6244e333b1
fix: improve visibility of mismatched repository & package visibility (#12627)
29eddd311b
chore: upgrade to https://code.forgejo.org/xorm/xorm v1.4.0 (#12639)
0ef80f6b0f
feat: expose access token creation date in API responses (#12620)
aec047c7b5
fix(ui): fix and simplify org invite template view (#12580)
6574dba902
fix(ui): handle non-JSON error responses in form-fetch-action (#12635)
ff8055f202
feat: show automerge if only one merge strategy is available (#12524)
0a57672544
feat: serve downsized versions of avatars (#11242)
d4d2c64d23
fix(ui): use URL query escaping for SSH key verification reload token link (#12581)
aae19e6c19
chore: tidy up uploading migration code (#12577)
f4450f5015
Update dependency swagger-ui-dist to v5.32.6 (forgejo) (#12590)
cc146bfa8a
Update data.forgejo.org/forgejo/forgejo Docker tag to v11.0.14 (forgejo) (#12543)
6e5dbfa169
fix: handle boolean workflow inputs correctly before jobparser evaluates with them (#12539)
88ba174119
tests: better factory with forgery package (#11356)
0e577ed6c9
chore(release-notes): Forgejo v15.0.2 (#12536)
a6e141f805
chore(release-notes): Forgejo v11.0.14 [skip ci] (#12535)
3d2af2ef63
Version 2.92 RELEASED.
aed4517aba
Updated RELEASE_NOTES.
07781712c8
Merge branch 'master' of comam.es:git/snac2
5923f50e6d
Updated documentation.
f1ca81215f
Updated RELEASE_NOTES.
61971f2792
Show a thumb up next to account names that follow you.
c75191f75e
Updated RELEASE_NOTES.
b11795b1b6
mastoapi: fix lost hashtags when editing posts.
e5eb5f8e63
feat: allow Authorized Integrations to have multiple values for a claim match (#12482)
a4d623148d
Update dependency forgejo/release-notes-assistant to v1.7.0 (forgejo) (#12501)
0cdbef74f0
chore: PGP sign .well-known/security.txt [skip ci] (#12502)
3fc3942356
Update CodeMirror (forgejo) (#12498)
d2a7fc1458
fix: Use notify in systemd forgejo.service example [skip-ci] (#10212)
69cf1f3333
Lock file maintenance (forgejo) (#12408)
1cdef7d39f
chore: upgrade xorm to v1.3.9-forgejo.12 (#12430)
09aaa129a2
Update https://data.forgejo.org/actions/setup-forgejo action to v3.1.11 (forgejo) (#12429)
59787fc2a0
fix: return the error when InitDelegateHooks fail (#12427)
4cebc5d1d5
Update module code.forgejo.org/forgejo/runner/v12 to v12.10.1 (forgejo) (#12426)