index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
context
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-6
/
+8
*
Fix org package owner permissions (#19742)
KN4CK3R
2022-05-19
1
-13
/
+21
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
2
-5
/
+11
*
Repository level enable package or disable (#19323)
Lunny Xiao
2022-05-08
1
-0
/
+1
*
Only show accessible teams in dashboard dropdown list (#19642)
Jimmy Praet
2022-05-07
1
-6
/
+0
*
Call MultipartForm.RemoveAll when request finishes (#19606)
wxiaoguang
2022-05-05
4
-0
/
+16
*
Only check for non-finished migrating task (#19601)
Gusted
2022-05-04
1
-5
/
+5
*
Don't fetch Mirror when it's migrating (#19588)
Gusted
2022-05-03
1
-5
/
+14
*
Federation: return useful statistic information for nodeinfo (#19561)
6543
2022-05-02
1
-0
/
+2
*
Add "Allow edits from maintainer" feature (#18002)
qwerty287
2022-04-28
2
-4
/
+14
*
more context for models (#19511)
6543
2022-04-28
1
-2
/
+2
*
Use router param for filepath in GetRawFile (#19499)
John Olheiser
2022-04-26
1
-0
/
+1
*
RepoAssignment ensure to close before overwrite (#19449)
6543
2022-04-21
2
-45
/
+61
*
Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...
wxiaoguang
2022-04-08
5
-178
/
+110
*
Remove dependent on session auth for api/v1 routers (#19321)
Lunny Xiao
2022-04-08
1
-22
/
+3
*
Never use /api/v1 from Gitea UI Pages (#19318)
Lunny Xiao
2022-04-07
3
-16
/
+92
*
Remove legacy unmaintained packages, refactor to support change default local...
wxiaoguang
2022-04-03
1
-4
/
+5
*
Remove legacy `unknwon/com` package (#19298)
wxiaoguang
2022-04-01
1
-3
/
+12
*
Refactor legacy `unknwon/com` package, improve golangci lint (#19284)
wxiaoguang
2022-04-01
3
-13
/
+17
*
Fix global packages enabled avaiable (#19276)
Lunny Xiao
2022-03-31
1
-0
/
+2
*
Add Goroutine stack inspector to admin/monitor (#19207)
zeripath
2022-03-31
1
-1
/
+1
*
Add Package Registry (#16510)
KN4CK3R
2022-03-30
2
-22
/
+147
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
2
-5
/
+5
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
2
-12
/
+10
*
Refactor repo clone button and repo clone links, fix JS error on empty repo p...
wxiaoguang
2022-03-29
1
-5
/
+12
*
Add `ContextUser` to http request context (#18798)
KN4CK3R
2022-03-26
3
-3
/
+6
*
Prevent redirect to Host (2) (#19175)
zeripath
2022-03-23
1
-0
/
+6
*
Redirect .wiki/* ui link to /wiki (#18831)
a1012112796
2022-03-23
1
-0
/
+20
*
Update HTTP status codes to modern codes (#18063)
KN4CK3R
2022-03-23
3
-6
/
+6
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
1
-4
/
+3
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
6
-54
/
+54
*
RSS/Atom support for Repos (#19055)
6543
2022-03-13
1
-0
/
+2
*
If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049)
zeripath
2022-03-10
1
-1
/
+1
*
Refactor admin user filter query parameters (#18965)
wxiaoguang
2022-03-02
1
-9
/
+0
*
Fix admin user list pagination (#18957)
Otto Richter (fnetX)
2022-03-01
1
-0
/
+9
*
Allow adminstrator teams members to see other teams (#18918)
Gusted
2022-02-26
1
-0
/
+16
*
Fix redirect when using lowercase reponame (#18775)
Ghanem
2022-02-17
1
-1
/
+1
*
Display template path of current page in dev mode (#18717)
Lunny Xiao
2022-02-11
1
-1
/
+4
*
Refactor i18n, use Locale to provide i18n/translation related functions (#18648)
wxiaoguang
2022-02-08
1
-9
/
+0
*
If rendering has failed due to a net.OpError stop rendering (#18642)
zeripath
2022-02-06
1
-0
/
+8
*
Change some logging levels (#18421)
zeripath
2022-01-29
1
-7
/
+13
*
Automatically pause queue if index service is unavailable (#15066)
Lauris BH
2022-01-27
1
-0
/
+4
*
Disable content sniffing on `PlainTextBytes` (#18359)
Gusted
2022-01-22
1
-0
/
+1
*
Add config options to hide issue events (#17414)
qwerty287
2022-01-21
1
-3
/
+7
*
format with gofumpt (#18184)
6543
2022-01-20
8
-30
/
+26
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
4
-30
/
+75
*
Restore setting of ctx.Repo.Mirror (#18205)
zeripath
2022-01-08
1
-4
/
+4
*
Team permission allow different unit has different permission (#17811)
Lunny Xiao
2022-01-05
1
-1
/
+1
*
Refactor auth package (#17962)
Lunny Xiao
2022-01-02
2
-10
/
+10
*
Handle invalid issues (#18111)
Gusted
2021-12-28
1
-9
/
+14
[next]