index
:
gitea
base-activitypub
feature-activitypub
feature-activitypub-old
feature-go-ap-inbox-outbox
feature-go-fed
feature-inbox-outbox
feature-manual-inbox-outbox
feature-manual-inbox-outbox-old
gitea
libreplanet-federation-demo
main
old
release/v1.10
release/v1.11
release/v1.12
release/v1.13
release/v1.14
release/v1.15
release/v1.16
release/v1.8
release/v1.9
Development moved to Codeberg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
routers
/
private
Age
Commit message (
Expand
)
Author
2023-02-28
Use context parameter in services/repository (#23186)
Jason Song
2023-02-20
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-15
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-01-31
Implement actions (#21937)
Jason Song
2023-01-29
Fix missing message in git hook when pull requests disabled on fork (#22625)
Brecht Van Lommel
2023-01-22
Prevent multiple `To` recipients (#22566)
KN4CK3R
2023-01-16
Supports wildcard protected branch (#20825)
Lunny Xiao
2023-01-09
Use context parameter in models/git (#22367)
Jason Song
2022-12-12
refactor bind functions based on generics (#22055)
Lunny Xiao
2022-12-10
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-03
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-11-27
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-19
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-10-31
Merge db.Iterate and IterateObjects (#21641)
Lunny Xiao
2022-10-23
Refactor git command arguments and make all arguments to be safe to be used (...
wxiaoguang
2022-10-11
log real ip of requests from ssh (#21216)
Lunny Xiao
2022-10-02
Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)
Clar Fon
2022-08-16
Add migrate repo archiver and packages storage support on command line (#20757)
Lunny Xiao
2022-06-27
Add missing parameter for error in log message (#20144)
Gusted
2022-06-24
Allow manager logging to set SQL (#20064)
zeripath
2022-06-20
Add more linters to improve code readability (#19989)
Wim
2022-06-17
move agit dependcy (#19998)
Lunny Xiao
2022-06-13
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-12
Move some code into models/git (#19879)
Lunny Xiao
2022-06-01
Fix spelling mistake in ProcReceive (#19853)
zeripath
2022-05-20
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-11
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-03
Use for a repo action one database transaction (#19576)
6543
2022-05-02
Remove legacy `+build:` constraint (#19582)
wxiaoguang
2022-05-02
Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...
6543
2022-04-28
Add "Allow edits from maintainer" feature (#18002)
qwerty287
2022-04-28
more context for models (#19511)
6543
2022-04-01
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)
wxiaoguang
2022-03-31
Add Goroutine stack inspector to admin/monitor (#19207)
zeripath
2022-03-31
Move checks for pulls before merge into own function (#19271)
6543
2022-03-30
Make git.OpenRepository accept Context (#19260)
6543
2022-03-22
Fix the bug: deploy key with write access can not push (#19010)
wxiaoguang
2022-03-19
Do not send notification emails to inactive users (#19131)
zeripath
2022-02-11
Change git.cmd to RunWithContext (#18693)
Martin Scholz
2022-02-06
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)
6543
2022-01-26
Validate migration files (#18203)
Aravinth Manivannan
2022-01-20
format with gofumpt (#18184)
6543
2022-01-19
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-17
show pull link for agit pull request also (#18235)
a1012112796
2022-01-16
Return nicer error if trying to pull from non-existent user (#18288)
zeripath
2022-01-10
Fix various typos (#18219)
luzpaz
2021-12-15
Refactor HTTP request context (#17979)
wxiaoguang
2021-12-12
Some repository refactors (#17950)
Lunny Xiao
2021-12-10
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
Move repository model into models/repo (#17933)
Lunny Xiao
[next]