Commit 40de404
committed
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main:
Add line-through for deleted branch on pull request view page (go-gitea#32500)
Fix issue sidebar regression (go-gitea#32598)
Fix PR diff review form submit (go-gitea#32596)
Fix some typescript issues (go-gitea#32586)
Fix GetInactiveUsers (go-gitea#32540)
disable gravatar in test (go-gitea#32529)
Add 'Copy path' button to file view (go-gitea#32584)
Improve issue sidebar UI (go-gitea#32587)
Supplement and Improvement for go-gitea#32558 (go-gitea#32585)
make search box in issue sidebar dropdown list always show when scrolling (go-gitea#32576)
Fix submodule parsing (go-gitea#32571)
allow the actions user to login via the jwt token (go-gitea#32527)
Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specification (go-gitea#32578)File tree
75 files changed
+990
-694
lines changed- models
- fixtures
- user
- modules
- git
- repository
- options/locale
- routers/web
- repo
- services
- actions
- auth
- repository
- templates
- repo
- diff
- issue
- sidebar
- view_content
- tests
- e2e
- integration
- web_src
- css
- js
- features
- markup
- modules
- fomantic
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+990
-694
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
645 | | - | |
| 645 | + | |
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
1 | 20 | | |
2 | 21 | | |
3 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments