Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
03205d9
[skip ci] Updated translations via Crowdin
GiteaBot Apr 8, 2026
fc178e3
Add bulk repository deletion for organizations (#36763)
karthikbhandary2 Apr 8, 2026
d600968
Bump min go version to 1.26.2 (#37139)
silverwind Apr 8, 2026
714f420
Update javascript dependencies (#37142)
sebastianertz Apr 8, 2026
dfd495f
Update go dependencies (#37141)
sebastianertz Apr 8, 2026
8bf3c8b
Frontport changelog of v1.26.0-rc0 (#37138)
lunny Apr 8, 2026
6f9fa55
models/fixtures: add "DO NOT add more test data" comment to all yml f…
Copilot Apr 9, 2026
0914a44
Clean up and improve non-gitea js error filter (#37148)
silverwind Apr 9, 2026
04fb6f1
Replace `rollup-plugin-license` with `rolldown-license-plugin` (#37130)
silverwind Apr 9, 2026
980a899
Report structurally invalid workflows to users (#37116)
bircni Apr 9, 2026
c10a5b9
Remove unneeded doctor sub-commands (#37156)
wxiaoguang Apr 9, 2026
45c80bf
Make Markdown fenced code block work with more syntaxes (#37154)
wxiaoguang Apr 9, 2026
681c407
Add missing `//nolint:depguard` (#37162)
silverwind Apr 10, 2026
16d7817
Implement logout redirection for reverse proxy auth setups (#36085)
eliroca Apr 10, 2026
09c2677
Fix flaky `TestCatFileBatch/QueryTerminated` test (#37159)
silverwind Apr 10, 2026
d913fae
Remove dead CSS rules (#37173)
silverwind Apr 11, 2026
ba9258c
Indicate form field readonly via background (#37175)
silverwind Apr 11, 2026
8fcbdf0
Refactor flash message and remove SanitizeHTML template func (#37179)
wxiaoguang Apr 12, 2026
c2fa157
Remove outdated RunUser logic (#37180)
wxiaoguang Apr 12, 2026
355aafd
Update Nix flake (#37183)
github-actions[bot] Apr 12, 2026
47fdf3e
Improve Contributing docs and set a release schedule (#37109)
bircni Apr 12, 2026
80585ad
fix(api): handle fork-only commits in compare API (#37185)
Mohit25022005 Apr 13, 2026
fa8f7f1
Always show owner/repo name in compare page dropdowns (#37172)
xingxing21 Apr 13, 2026
6eae042
Fix encoding for Matrix Webhooks (#37190)
bircni Apr 13, 2026
6bcb666
Refactor htmx and fetch-action related code (#37186)
wxiaoguang Apr 13, 2026
37396ff
fix(api): handle missing base branch in PR commits API (#37193)
Mohit25022005 Apr 13, 2026
0593b58
Add comment for the design of "user activity time" (#37195)
wxiaoguang Apr 13, 2026
b55528b
Update go js py dependencies (#37204)
sebastianertz Apr 14, 2026
84d5c99
refactor: simplify ParseCatFileTreeLine and catBatchParseTreeEntries …
Copilot Apr 14, 2026
9327b18
Fix incorrect concurrency check (#37205)
Zettat123 Apr 14, 2026
699eb41
Add test for "fetch redirect", add CSS value validation for external …
wxiaoguang Apr 14, 2026
b9961e1
Fix corrupted JSON caused by goccy library (#37214)
wxiaoguang Apr 14, 2026
893df6b
Fix UI regression (#37218)
wxiaoguang Apr 14, 2026
17f62bf
Refactor "htmx" to "fetch action" (#37208)
wxiaoguang Apr 14, 2026
2644bb8
Remove htmx (#37224)
wxiaoguang Apr 15, 2026
82bfde2
Use Content-Security-Policy: script nonce (#37232)
wxiaoguang Apr 15, 2026
4a2bba9
Remove error returns from crypto random helpers and callers (#37240)
Copilot Apr 16, 2026
b1bfca3
Add `ExternalIDClaim` option for OAuth2 OIDC auth source (#37229)
Zettat123 Apr 16, 2026
2bfaa33
Replace `dropzone` with `@deltablot/dropzone` (#37237)
PineBale Apr 17, 2026
2dbe293
Replace `dropzone` with `@deltablot/dropzone` (#37237)
PineBale Apr 17, 2026
582edce
Merge remote branch (reset to release/v1.26 base with cherry-pick)
Copilot Apr 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@codemirror/search": "6.6.0",
"@codemirror/state": "6.6.0",
"@codemirror/view": "6.41.0",
"@deltablot/dropzone": "7.4.3",
"@github/markdown-toolbar-element": "2.2.3",
"@github/paste-markdown": "1.5.3",
"@github/text-expander-element": "2.9.4",
Expand All @@ -46,7 +47,6 @@
"compare-versions": "6.1.1",
"cropperjs": "1.6.2",
"dayjs": "1.11.20",
"dropzone": "6.0.0-beta.2",
"easymde": "2.20.0",
"esbuild": "0.27.4",
"htmx.org": "2.0.8",
Expand Down Expand Up @@ -82,7 +82,6 @@
"@stylistic/eslint-plugin": "5.10.0",
"@stylistic/stylelint-plugin": "5.1.0",
"@types/codemirror": "5.60.17",
"@types/dropzone": "5.7.9",
"@types/jquery": "4.0.0",
"@types/js-yaml": "4.0.9",
"@types/katex": "0.16.8",
Expand Down
Loading
Loading