index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
web
/
user
/
home.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-2
/
+2
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
1
-4
/
+4
*
Improve single repo action for issue and pull requests (#20730)
CodeDoctor
2022-08-22
1
-0
/
+2
*
Remove calls to load Mirrors in user.Dashboard (#20855)
zeripath
2022-08-19
1
-33
/
+0
*
Use the total issue count for UI (#20785)
parnic
2022-08-17
1
-2
/
+7
*
Add an option to create new issues from "/issues" page (#20650)
CodeDoctor
2022-08-09
1
-0
/
+6
*
Add repository condition for issue count (#20454)
Tyrone Yeh
2022-07-24
1
-0
/
+1
*
Respect setting.UI.FeedPagingNum (#20094)
Jimmy Praet
2022-06-23
1
-0
/
+1
*
Move issues related files into models/issues (#19931)
Lunny Xiao
2022-06-13
1
-26
/
+26
*
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-06-06
1
-5
/
+5
*
Fixing wrong paging when filtering on the issue dashboard (#19801)
Mai-Lapyst
2022-06-04
1
-0
/
+6
*
Exclude Archived repos from Dashboard Milestones (#19882)
zeripath
2022-06-04
1
-2
/
+3
*
Disable unnecessary mirroring elements (#18527)
Paweł Bogusławski
2022-06-04
1
-0
/
+1
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-1
/
+1
*
Fix issue overview for teams (#19652)
Gusted
2022-05-16
1
-16
/
+4
*
Add commit status popup to issuelist (#19375)
parnic
2022-04-27
1
-2
/
+3
*
User specific repoID or xorm builder conditions for issue search (#19475)
6543
2022-04-25
1
-8
/
+2
*
Move milestone to models/issues/ (#19278)
Lunny Xiao
2022-04-08
1
-5
/
+6
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-6
/
+7
*
Add `ContextUser` to http request context (#18798)
KN4CK3R
2022-03-26
1
-4
/
+4
*
Fix showing issues in your repositories (#18916)
Gusted
2022-03-23
1
-4
/
+47
*
Update HTTP status codes to modern codes (#18063)
KN4CK3R
2022-03-23
1
-3
/
+3
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
1
-2
/
+2
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
1
-11
/
+11
*
RSS/Atom support for Repos (#19055)
6543
2022-03-13
1
-4
/
+3
*
Add note to GPG key response if user has no keys (#18961)
KN4CK3R
2022-03-02
1
-0
/
+3
*
Automatically pause queue if index service is unavailable (#15066)
Lauris BH
2022-01-27
1
-3
/
+3
*
format with gofumpt (#18184)
6543
2022-01-20
1
-10
/
+8
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
1
-1
/
+1
*
Removed unused endpoint. (#18127)
KN4CK3R
2021-12-29
1
-14
/
+0
*
Use conditions but not repo ids as query condition (#16839)
Lunny Xiao
2021-12-29
1
-156
/
+45
*
Refactor HTTP request context (#17979)
wxiaoguang
2021-12-15
1
-2
/
+2
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-4
/
+5
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
1
-8
/
+9
*
Move user related model into models/user (#17781)
Lunny Xiao
2021-11-24
1
-8
/
+9
*
Remove unnecessary attributes of User struct (#17745)
Lunny Xiao
2021-11-22
1
-2
/
+4
*
Use a standalone struct name for Organization (#17632)
Lunny Xiao
2021-11-19
1
-6
/
+6
*
Multiple Escaping Improvements (#17551)
zeripath
2021-11-16
1
-1
/
+1
*
Move unit into models/unit/ (#17576)
Lunny Xiao
2021-11-09
1
-10
/
+11
*
Fix dashboard repolist alignment and repolisting (#17355)
zeripath
2021-10-19
1
-0
/
+6
*
Add RSS/Atom feed support for user actions (#16002)
6543
2021-10-16
1
-37
/
+3
*
Frontend refactor: move Vue related code from `index.js` to `components` dir,...
wxiaoguang
2021-10-15
1
-1
/
+4
*
Move login related structs and functions to models/login (#17093)
Lunny Xiao
2021-09-24
1
-2
/
+3
*
Correctly return the number of Repositories for Organizations (#16807)
zeripath
2021-09-01
1
-1
/
+1
*
In Render tolerate not being passed a context (#16842)
zeripath
2021-08-28
1
-0
/
+1
*
Related refactors to ctx.FormX functions (#16567)
6543
2021-08-11
1
-1
/
+1
*
Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)
6543
2021-08-11
1
-15
/
+15
*
Rename context.Query to context.Form (#16562)
Lunny Xiao
2021-07-29
1
-17
/
+17
*
Add an abstract json layout to make it's easier to change json library (#16528)
Lunny Xiao
2021-07-24
1
-2
/
+1
*
Improve performance of dashboard list orgs (#16099)
Lunny Xiao
2021-06-14
1
-3
/
+4
[next]