Commit 490381a
committed
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main:
Fix flex layout for repo list icons (go-gitea#21896)
Add index for access_token (go-gitea#21908)
Fix vertical align of committer avatar rendered by email address (go-gitea#21884)
Improve docker rootless documentation (go-gitea#21913)
Ensure that Webhook tasks are not double delivered (go-gitea#21558)
Move migration test fixtures to the correct directories (go-gitea#21901)
feat: add button to quickly clear merge message (go-gitea#21548)File tree
34 files changed
+166
-44
lines changed- docs/content/doc/installation
- models
- auth
- avatars
- migrations
- fixtures
- Test_AddConfidentialClientColumnToOAuth2ApplicationTable
- Test_AddHeaderAuthorizationEncryptedColWebhook
- Test_DeleteOrphanedIssueLabels
- Test_RemigrateU2FCredentials
- Test_RemoveInvalidLabels
- Test_StoreWebauthnCredentialIDAsBytes
- Test_UnwrapLDAPSourceCfg
- Test_UpdateOpenMilestoneCounts
- v1_19
- webhook
- modules/templates
- options/locale
- services/webhook
- templates
- explore
- repo/issue/view_content
- web_src/js/components
34 files changed
+166
-44
lines changedLines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
| |||
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
54 | 70 | | |
55 | 71 | | |
56 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments