index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
web
/
repo
/
setting.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some files under repo/setting (#25585)
Lunny Xiao
2023-07-02
1
-1309
/
+0
*
Hide 'Mirror Settings' when unneeded, improve hints (#24433)
Panagiotis "Ivory" Vasilopoulos
2023-05-29
1
-0
/
+2
*
Refactor Pull Mirror and fix out-of-sync bugs (#24732)
wxiaoguang
2023-05-15
1
-9
/
+18
*
Require at least one unit to be enabled (#24189)
Lunny Xiao
2023-05-06
1
-0
/
+6
*
Use context parameter in services/repository (#23186)
Jason Song
2023-02-28
1
-8
/
+8
*
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)
yp05327
2023-02-18
1
-1
/
+1
*
Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...
Brecht Van Lommel
2023-02-13
1
-0
/
+1
*
Map OIDC groups to Orgs/Teams (#21441)
KN4CK3R
2023-02-08
1
-1
/
+1
*
Improve error report when user passes a private key (#22726)
zeripath
2023-02-02
1
-0
/
+4
*
Add main landmark to templates and adjust titles (#22670)
Felipe Leopoldo Sologuren GutiƩrrez
2023-02-01
1
-3
/
+3
*
Add user secrets (#22191)
KN4CK3R
2023-02-01
1
-39
/
+0
*
Add repository setting to enable/disable releases unit (#22671)
Brecht Van Lommel
2023-02-01
1
-0
/
+9
*
Implement actions (#21937)
Jason Song
2023-01-31
1
-1
/
+9
*
Supports wildcard protected branch (#20825)
Lunny Xiao
2023-01-16
1
-1
/
+0
*
Secrets storage with SecretKey encrypted (#22142)
Jason Song
2022-12-20
1
-0
/
+40
*
Allow disable code tab (#20805)
Lunny Xiao
2022-12-12
1
-0
/
+9
*
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-10
1
-4
/
+5
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
1
-2
/
+1
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-3
/
+3
*
Do not allow organisation owners add themselves as collaborator (#20043)
Wim
2022-09-28
1
-0
/
+13
*
Move some files into models' sub packages (#20262)
Lunny Xiao
2022-08-25
1
-5
/
+6
*
Fix mirror address setting not working (#20850)
Gary Wang
2022-08-21
1
-2
/
+5
*
Add new API endpoints for push mirrors management (#19841)
Mohamed Sekour
2022-07-30
1
-9
/
+9
*
fix enabling repo packages when projects are off (#20486)
Norwin
2022-07-26
1
-1
/
+1
*
Implement sync push mirror on commit (#19411)
Chongyi Zheng
2022-07-08
1
-6
/
+8
*
Unify repo settings & show better error (#19828)
Gusted
2022-06-12
1
-5
/
+7
*
Fix some mirror bugs (#18649)
Lunny Xiao
2022-06-11
1
-6
/
+8
*
Custom regexp external issues (#17624)
Sandro Santilli
2022-06-10
1
-3
/
+4
*
Ensure minimum mirror interval is reported on settings page (#19895)
zeripath
2022-06-07
1
-9
/
+22
*
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-06-06
1
-4
/
+4
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
1
-8
/
+9
*
Move access and repo permission to models/perm/access (#19350)
Lunny Xiao
2022-05-11
1
-3
/
+3
*
Repository level enable package or disable (#19323)
Lunny Xiao
2022-05-08
1
-0
/
+9
*
When updating mirror repo intervals by API reschedule next update too (#19429)
zeripath
2022-04-20
1
-6
/
+1
*
Move organization related structs into sub package (#18518)
Lunny Xiao
2022-03-29
1
-8
/
+9
*
Refactor repo clone button and repo clone links, fix JS error on empty repo p...
wxiaoguang
2022-03-29
1
-0
/
+1
*
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...
wxiaoguang
2022-03-22
1
-3
/
+3
*
Renamed ctx.User to ctx.Doer. (#19161)
KN4CK3R
2022-03-22
1
-13
/
+13
*
Add config option to disable "Update branch by rebase" (#18745)
Jimmy Praet
2022-03-04
1
-0
/
+1
*
Use base32 for 2FA scratch token (#18384)
wxiaoguang
2022-01-26
1
-1
/
+1
*
Propagate context and ensure git commands run in request context (#17868)
zeripath
2022-01-20
1
-7
/
+7
*
Remove unused route "/tasks/trigger" (#18160)
Gusted
2022-01-03
1
-25
/
+0
*
Unify and simplify TrN for i18n (#18141)
wxiaoguang
2022-01-02
1
-5
/
+2
*
Use correct user when determining max repo limits for error messages (#18153)
Gusted
2022-01-02
1
-1
/
+1
*
Use correct translation key (#18135)
Gusted
2021-12-31
1
-1
/
+6
*
Add Reindex buttons to repository settings page (#17494)
zeripath
2021-12-16
1
-0
/
+47
*
Return nicer error for ForcePrivate (#17971)
zeripath
2021-12-14
1
-1
/
+1
*
Some repository refactors (#17950)
Lunny Xiao
2021-12-12
1
-8
/
+8
*
Move keys to models/asymkey (#17917)
Lunny Xiao
2021-12-10
1
-14
/
+15
*
Move repository model into models/repo (#17933)
Lunny Xiao
2021-12-10
1
-38
/
+47
[next]