Commit b112684
committed
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main: (34 commits)
Use refname:strip-2 instead of refname:short when syncing tags (go-gitea#28797)
Add gist to comparison (go-gitea#28809)
Fix links in issue card (go-gitea#28806)
Show latest commit for file (go-gitea#28067)
Add ability to see open and closed issues at the same time (go-gitea#28757)
Display latest sync time for pull mirrors on the repo page (go-gitea#28712)
Fix `GetCommitStatuses` (go-gitea#28787)
Caller should check the ResponseExtra.HasError() first to see whether the request fails (go-gitea#28796)
Rework markup link rendering (go-gitea#26745)
Fix nil pointer panic when exec some gitea cli command (go-gitea#28791)
Add branch protection setting for ignoring stale approvals (go-gitea#28498)
Forbid removing the last admin user (go-gitea#28337)
Fix when private user following user, private user will not be counted in his own view (go-gitea#28037)
Update github.com/cloudflare/circl (go-gitea#28789)
Move more functions to db.Find (go-gitea#28419)
Add non-JS fallback for reaction tooltips (go-gitea#28785)
Modernize merge button (go-gitea#28140)
Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined (go-gitea#28783)
Speed up loading the dashboard on mysql/mariadb (go-gitea#28546)
Fix schedule tasks bugs (go-gitea#28691)
...File tree
184 files changed
+2838
-1491
lines changed- cmd
- custom/conf
- docs/content
- administration
- help
- installation
- usage/packages
- models
- actions
- activities
- asymkey
- auth
- db
- paginator
- git
- issues
- migrations/v1_22
- repo
- user
- modules
- actions
- context
- git
- foreachref
- markup
- external
- markdown
- orgmode
- packages/rpm
- private
- repository
- setting
- structs
- templates
- webhook
- options/locale
- routers
- api
- packages
- rpm
- v1
- admin
- repo
- user
- common
- web
- admin
- feed
- org
- repo
- setting
- user
- setting
- services
- actions
- asymkey
- convert
- forms
- mailer
- migrations
- packages/rpm
- repository
- archiver
- user
- wiki
- templates
- admin
- devtest
- org/team
- package/content
- repo
- branch
- diff
- graph
- issue
- view_content
- settings
- swagger
- user/dashboard
- tests
- fuzz
- integration
- web_src
- css
- repo
- js
- components
- features
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
184 files changed
+2838
-1491
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | | - | |
163 | 162 | | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| 354 | + | |
354 | 355 | | |
355 | 356 | | |
356 | 357 | | |
| |||
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
| 386 | + | |
385 | 387 | | |
386 | 388 | | |
387 | 389 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| 433 | + | |
433 | 434 | | |
434 | 435 | | |
435 | 436 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | 374 | | |
393 | 375 | | |
394 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | 378 | | |
398 | 379 | | |
399 | 380 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| 151 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | | - | |
| 71 | + | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments