This website requires JavaScript.
Explore
Help
Sign In
mirror
/
gitea
Watch
1
Star
0
Fork
0
mirror of
https://github.com/go-gitea/gitea.git
synced
2024-05-11 05:55:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
656d8e2267dbdbb595704d507a780533038bb7ed
gitea
/
routers
/
web
T
History
Zettat123
656d8e2267
Fix milestoneID filter bug in issue list (
#29897
)
...
Fix
#29717
2024-03-19 04:46:40 +00:00
..
admin
Remove AddParamIfExist(AddParam) (
#29841
)
2024-03-16 12:07:56 +00:00
auth
Make "/user/login" page redirect if the current user has signed in (
#29583
)
2024-03-05 02:12:03 +00:00
devtest
…
events
…
explore
Remove AddParamIfExist(AddParam) (
#29841
)
2024-03-16 12:07:56 +00:00
feed
Rename Str2html to SanitizeHTML and clarify its behavior (
#29516
)
2024-03-01 10:16:19 +00:00
healthcheck
…
misc
…
org
Remove AddParamIfExist(AddParam) (
#29841
)
2024-03-16 12:07:56 +00:00
repo
Fix milestoneID filter bug in issue list (
#29897
)
2024-03-19 04:46:40 +00:00
shared
Fix missing code in the user profile (
#29865
)
2024-03-17 21:28:11 +01:00
user
Remove AddParamIfExist(AddParam) (
#29841
)
2024-03-16 12:07:56 +00:00
base.go
…
githttp.go
…
goget.go
…
home.go
migrate some more "OptionalBool" to "Option[bool]" (
#29479
)
2024-02-29 18:52:49 +00:00
metrics.go
…
nodeinfo.go
…
passkey.go
…
swagger_json.go
…
web.go
Use Get but not Post to get actions artifacts (
#29734
)
2024-03-12 11:53:53 +01:00
webfinger.go
…