Commit 349c294
committed
Merge branch 'master' into feature/dismissing_reviews
* master: (22 commits)
Add support for ref parameter to get raw file API (go-gitea#14602)
Fixed irritating error message related to go version (go-gitea#14611)
Use OldRef instead of CommitSHA for DeleteBranch comments (go-gitea#14604)
Add information on how to build statically (go-gitea#14594)
[skip ci] Updated translations via Crowdin
Exclude the current dump file from the dump (go-gitea#14606)
Remove spurious DataAsync Error logging (go-gitea#14599)
[API] Add delete release by tag & fix unreleased inconsistency (go-gitea#14563)
Fix rate limit bug when downloading assets on migrating from github (go-gitea#14564)
[API] Add affected files of commits to commit struct (go-gitea#14579)
[skip ci] Updated licenses and gitignores
Fix locale init (go-gitea#14582)
Add Content-Length header to HEAD requests (go-gitea#14542)
Honor REGISTER_MANUAL_CONFIRM when doing openid registration (go-gitea#14548)
Fix lfs file viewer (go-gitea#14568)
Fix typo in generate-emoji.go (go-gitea#14570)
Fix bug about ListOptions and stars/watchers pagnation (go-gitea#14556)
Fix gpg key deletion (go-gitea#14561)
[API] GetRelease by tag only return release (go-gitea#14397)
Reduce data races (go-gitea#14549)
...File tree
55 files changed
+1019
-256
lines changed- build
- cmd
- docs/content/doc
- installation
- usage
- integrations
- models
- migrations
- modules
- context
- convert
- git
- migrations
- process
- repository
- structs
- translation
- util
- options
- license
- locale
- routers
- api/v1
- org
- repo
- utils
- repo
- user
- services
- mirror
- pull
- templates
- repo/issue/view_content
- swagger
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+1019
-256
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 52 | | |
85 | 53 | | |
86 | 54 | | |
| |||
157 | 125 | | |
158 | 126 | | |
159 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
160 | 132 | | |
161 | 133 | | |
162 | 134 | | |
| |||
211 | 183 | | |
212 | 184 | | |
213 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
214 | 191 | | |
215 | 192 | | |
216 | 193 | | |
| |||
233 | 210 | | |
234 | 211 | | |
235 | 212 | | |
236 | | - | |
| 213 | + | |
237 | 214 | | |
238 | 215 | | |
239 | 216 | | |
| |||
292 | 269 | | |
293 | 270 | | |
294 | 271 | | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
300 | 283 | | |
301 | 284 | | |
302 | | - | |
| 285 | + | |
303 | 286 | | |
304 | | - | |
305 | | - | |
306 | 287 | | |
307 | 288 | | |
308 | 289 | | |
| |||
325 | 306 | | |
326 | 307 | | |
327 | 308 | | |
| 309 | + | |
328 | 310 | | |
329 | 311 | | |
330 | 312 | | |
| |||
358 | 340 | | |
359 | 341 | | |
360 | 342 | | |
361 | | - | |
| 343 | + | |
362 | 344 | | |
363 | 345 | | |
364 | 346 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
0 commit comments