1
1
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-14 07:41:21 +01:00
gitea/models
6543 8e8ca6c653
Get repo list with OrderBy alpha should respect owner too (#30784)
instead of:
- zowner/gcode
- awesome/nul
- zowner/nul
- zowner/zzz

we will get:
- awesome/nul
- zowner/gcode
- zowner/nul
- zowner/zzz
2024-05-06 16:36:02 +02:00
..
actions Update misspell to 0.5.1 and add misspellings.csv (#30573) 2024-04-27 08:03:49 +00:00
activities
admin
asymkey
auth
avatars
db
dbfs
fixtures Update misspell to 0.5.1 and add misspellings.csv (#30573) 2024-04-27 08:03:49 +00:00
git Fix duplicate status check contexts (#30660) 2024-04-30 11:53:16 +08:00
issues Fix no edit history after editing issue's title and content (#30814) 2024-05-03 14:11:51 +08:00
migrations Rename migration package name for 1.22-rc1 (#30730) 2024-04-27 14:02:07 +00:00
organization Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00
packages
perm
project
pull
repo Get repo list with OrderBy alpha should respect owner too (#30784) 2024-05-06 16:36:02 +02:00
secret
shared/types
system
unit
unittest Add some tests to clarify the "must-change-password" behavior (#30693) 2024-04-27 12:23:37 +00:00
user Replace deprecated math/rand functions (#30733) 2024-04-27 18:50:35 +02:00
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org_team_test.go
org_team.go
org_test.go
org.go
repo_test.go
repo_transfer.go
repo.go