index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the type RefName for all the needed places and fix pull mirror sync bugs ...
Lunny Xiao
2023-05-26
1
-9
/
+9
*
Fix install page context, make the install page tests really test (#24858)
wxiaoguang
2023-05-23
1
-3
/
+1
*
Add gitea manager reload-templates command (#24843)
Brecht Van Lommel
2023-05-22
1
-0
/
+20
*
Rewrite logger system (#24726)
wxiaoguang
2023-05-22
7
-179
/
+76
*
Support migrating storage for actions log via command line (#24679)
Jason Song
2023-05-12
1
-1
/
+19
*
Rewrite queue (#24505)
wxiaoguang
2023-05-08
1
-2
/
+1
*
Merge setting.InitXXX into one function with options (#24389)
Lunny Xiao
2023-05-04
10
-24
/
+11
*
Add Debian package registry (#24426)
KN4CK3R
2023-05-02
1
-1
/
+1
*
Revert "Add Debian package registry" (#24412)
Yarden Shoham
2023-04-29
1
-1
/
+1
*
Add Debian package registry (#22854)
KN4CK3R
2023-04-28
1
-1
/
+1
*
Refactor config provider (#24245)
Lunny Xiao
2023-04-25
1
-4
/
+4
*
Use more specific test methods (#24265)
KN4CK3R
2023-04-22
1
-1
/
+1
*
add CLI command to register runner tokens (#23762)
techknowlogick
2023-04-17
1
-0
/
+56
*
Support converting varchar to nvarchar for mssql database (#24105)
Lunny Xiao
2023-04-17
1
-11
/
+16
*
Use a general approach to access custom/static/builtin assets (#24022)
wxiaoguang
2023-04-12
2
-99
/
+52
*
Add --quiet option to gitea dump (#22969)
Fredrik Eriksson
2023-04-10
1
-1
/
+17
*
Refactor internal API for git commands, use meaningful messages instead of "I...
wxiaoguang
2023-03-29
8
-242
/
+184
*
Make minio package support legacy MD5 checksum (#23768)
wxiaoguang
2023-03-28
1
-8
/
+19
*
Check LFS/Packages settings in dump and doctor command (#23631)
Zettat123
2023-03-23
1
-0
/
+4
*
Move pidfile creation from setting to web cmd package (#23285)
Lunny Xiao
2023-03-16
1
-3
/
+23
*
add path prefix to ObjectStorage.Iterator (#23332)
FuXiaoHei
2023-03-13
1
-3
/
+3
*
Handle OpenID discovery URL errors a little nicer when creating/editing sourc...
zeripath
2023-03-10
1
-1
/
+10
*
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-03-07
2
-2
/
+2
*
Close the temp file when dumping database to make the temp file can be delete...
wxiaoguang
2023-03-02
1
-0
/
+1
*
Make `gitea serv` respect git binary home (#23138)
wxiaoguang
2023-02-28
1
-10
/
+15
*
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-19
13
-27
/
+37
*
Provide the ability to set password hash algorithm parameters (#22942)
zeripath
2023-02-19
2
-2
/
+2
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
1
-1
/
+1
*
Add command to bulk set must-change-password (#22823)
zeripath
2023-02-14
8
-406
/
+542
*
Map OIDC groups to Orgs/Teams (#21441)
KN4CK3R
2023-02-08
1
-0
/
+17
*
Add CLI option tenant ID for oauth2 source (#22769)
Adi
2023-02-06
1
-0
/
+11
*
add default user visibility to cli command "admin user create" (#22750)
yp05327
2023-02-04
1
-0
/
+4
*
Allow setting access token scope by CLI (#22648)
Lukas
2023-02-02
1
-2
/
+13
*
Implement actions (#21937)
Jason Song
2023-01-31
1
-0
/
+2
*
Improve utils of slices (#22379)
Jason Song
2023-01-11
2
-11
/
+2
*
Move `convert` package to services (#22264)
KN4CK3R
2022-12-29
1
-1
/
+1
*
Rename almost all Ctx functions (#22071)
Lunny Xiao
2022-12-10
1
-0
/
+1
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
29
-58
/
+29
*
Fix typos (#21947)
KN4CK3R
2022-11-26
1
-4
/
+4
*
Add `context.Context` to more methods (#21546)
KN4CK3R
2022-11-19
1
-1
/
+1
*
Revert unrelated changes for SMTP auth (#21767)
wxiaoguang
2022-11-10
1
-4
/
+4
*
Add package registry quota limits (#21584)
KN4CK3R
2022-11-09
1
-2
/
+3
*
Split migrations folder (#21549)
Lunny Xiao
2022-11-02
1
-1
/
+2
*
Merge db.Iterate and IterateObjects (#21641)
Lunny Xiao
2022-10-31
1
-6
/
+6
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
5
-14
/
+14
*
dump: Add option to skip index dirs (#21501)
Johan Van de Wauw
2022-10-24
1
-0
/
+9
*
Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)
Clar Fon
2022-10-01
1
-1
/
+1
*
Fix typo (#21201)
naoki kuroda
2022-09-18
1
-1
/
+1
*
test: use `T.TempDir` to create temporary test directory (#21043)
Eng Zer Jun
2022-09-04
1
-2
/
+1
[next]