Commit de5074c
committed
Merge remote-tracking branch 'origin/main' into overflow-menu
* origin/main: (29 commits)
Tweak actions color and borders (go-gitea#29640)
Add download URL for executable files (go-gitea#28260)
Move all login and account creation page labels to be above inputs (go-gitea#29432)
Avoid issue info panic (go-gitea#29625)
Cache repository default branch commit status to reduce query on commit status table (go-gitea#29444)
Avoid unexpected panic in graceful manager (go-gitea#29629)
Add a link for the recently pushed branch notification (go-gitea#29627)
Fix wrong header of org project view page (go-gitea#29626)
Detect broken git hooks (go-gitea#29494)
Sync branches to DB immediately when handle git hook calling (go-gitea#29493)
Fix wrong line number in code search result (go-gitea#29260)
Make wiki default branch name changable (go-gitea#29603)
A small refactor for agit implementation (go-gitea#29614)
Update Twitter Logo (go-gitea#29621)
Fix 500 error when adding PR comment (go-gitea#29622)
Run editorconfig-checker on `locale_en-US.ini` (go-gitea#29608)
bump protobuf module (go-gitea#29617)
Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (go-gitea#29584)
Skip email domain check when admins edit user emails (go-gitea#29609)
Improve natural sort (go-gitea#29611)
...File tree
109 files changed
+1246
-627
lines changed- .github/workflows
- docs/content/contributing
- models
- activities
- git
- migrations
- v1_22
- repo
- user
- modules
- base
- git
- graceful
- indexer/code
- options/locale
- public/assets/img/svg
- routers
- api/v1
- admin
- repo
- private
- web
- admin
- auth
- repo
- setting
- services
- actions
- agit
- contexttest
- forms
- repository
- commitstatus
- files
- user
- wiki
- templates
- admin
- emails
- packages
- user
- base
- code
- repo
- code
- diff
- issue
- labels
- view_content
- settings
- wiki
- status
- user
- auth
- overview
- tests/integration
- web_src
- css
- themes
- js
- components
- features
- markup
- svg
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
109 files changed
+1246
-627
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
426 | 427 | | |
427 | 428 | | |
428 | 429 | | |
429 | | - | |
| 430 | + | |
430 | 431 | | |
431 | 432 | | |
432 | 433 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1308 | 1308 | | |
1309 | 1309 | | |
1310 | 1310 | | |
1311 | | - | |
1312 | | - | |
| 1311 | + | |
| 1312 | + | |
1313 | 1313 | | |
1314 | 1314 | | |
1315 | 1315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
397 | | - | |
| 396 | + | |
398 | 397 | | |
399 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
400 | 404 | | |
401 | 405 | | |
402 | 406 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
| 565 | + | |
| 566 | + | |
565 | 567 | | |
566 | 568 | | |
567 | 569 | | |
| |||
| 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 | + | |
0 commit comments