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
*
Fix must-change-password help dialog
famfo
2024-03-17
1
-7
/
+3
*
Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)
6543
2024-02-26
1
-4
/
+4
*
Refactor cmd setup and remove deadcode (#29313)
wxiaoguang
2024-02-26
2
-13
/
+2
*
Revert "[BUG] Initalize Git for hook regeneration"
Earl Warren
2024-02-26
1
-7
/
+0
*
[REFACTOR] cli: prepareWorkPathAndCustomConf is not just for actions
Earl Warren
2024-02-25
2
-24
/
+26
*
[BUG] Initalize Git for hook regeneration
Gusted
2024-02-20
1
-0
/
+7
*
[gitea] Fix push to create with capitalize repo name (#29090)
Lunny Xiao
2024-02-10
1
-5
/
+7
*
Merge branch 'rebase-forgejo-dependency' into wip-forgejo
Earl Warren
2024-02-05
1
-1
/
+1
|
\
|
*
[GITEA] Refactor generation of JWT secret
Gusted
2024-02-05
1
-1
/
+1
*
|
[BRANDING] Rebrand dump log
Rychart Redwerkz
2024-02-05
1
-7
/
+7
*
|
[BRANDING] alias {FORGEJO,GITEA}_{CUSTOM,WORK_DIR}
Loïc Dachary
2024-02-05
1
-4
/
+4
*
|
[BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc.
TomZ
2024-02-05
11
-34
/
+34
|
/
*
[CLI] implement forgejo-cli
Earl Warren
2024-02-05
3
-1
/
+426
*
Unify user update methods (#28733)
KN4CK3R
2024-02-04
1
-23
/
+21
*
Add `must-change-password` cli parameter (#27626)
KN4CK3R
2024-02-03
1
-1
/
+9
*
Simplify how git repositories are opened (#28937)
Lunny Xiao
2024-01-27
1
-1
/
+2
*
Fix migrate storage bug (#28830)
Lunny Xiao
2024-01-20
1
-0
/
+6
*
Move doctor package from modules to services (#28856)
Lunny Xiao
2024-01-20
2
-2
/
+2
*
Return `responseText` instead of string in some functions (#28836)
yp05327
2024-01-19
3
-3
/
+3
*
Move more functions to db.Find (#28419)
Lunny Xiao
2024-01-15
1
-2
/
+2
*
Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)
wxiaoguang
2024-01-10
1
-2
/
+2
*
Improve ObjectFormat interface (#28496)
Lunny Xiao
2023-12-19
1
-2
/
+2
*
Improve CLI code and descriptions (#28482)
wxiaoguang
2023-12-15
8
-28
/
+19
*
Abstract hash function usage (#28138)
Adam Majer
2023-12-13
1
-2
/
+5
*
Improve doctor cli behavior (#28422)
wxiaoguang
2023-12-11
2
-28
/
+56
*
Use db.Find instead of writing methods for every object (#28084)
Lunny Xiao
2023-11-24
1
-1
/
+2
*
fixed duplicate attachments on dump on windows (#28019)
Anudeep Reddy
2023-11-14
1
-1
/
+1
*
Refactor Find Sources and fix bug when view a user who belongs to an unactive...
Lunny Xiao
2023-11-03
1
-1
/
+1
*
Final round of `db.DefaultContext` refactor (#27587)
JakobDev
2023-10-14
1
-1
/
+1
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
5
-31
/
+31
*
make writing main test easier (#27270)
Lunny Xiao
2023-09-28
1
-3
/
+1
*
move the `gitea admin` subcommands into separate files (#27307)
Nanguan Lin
2023-09-27
7
-619
/
+670
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
2
-3
/
+4
*
More refactoring of `db.DefaultContext` (#27083)
JakobDev
2023-09-15
2
-3
/
+3
*
Reduce usage of `db.DefaultContext` (#27073)
JakobDev
2023-09-14
2
-4
/
+4
*
fix: typo (#27009)
MomentQYC
2023-09-11
1
-1
/
+1
*
clarify aspects of the dump command (#26887)
JonRB
2023-09-03
1
-1
/
+1
*
Expanded minimum RSA Keylength to 3072 (#26604)
mainboarder
2023-08-28
1
-1
/
+1
*
Handle base64 decoding correctly to avoid panic (#26483)
wxiaoguang
2023-08-14
1
-2
/
+2
*
Fix stderr usages (#26477)
wxiaoguang
2023-08-13
1
-2
/
+1
*
Refactor tests (#26464)
wxiaoguang
2023-08-12
1
-2
/
+2
*
Call git.InitSimple for runRepoSyncReleases (#26396)
wxiaoguang
2023-08-11
1
-0
/
+4
*
Fix incorrect CLI exit code and duplicate error message (#26346)
wxiaoguang
2023-08-05
2
-16
/
+85
*
Improve CLI and messages (#26341)
wxiaoguang
2023-08-05
2
-52
/
+17
*
Fix CLI allowing creation of access tokens with existing name (#26071)
Yarden Shoham
2023-07-26
1
-5
/
+16
*
Improve "gitea doctor" sub-command and fix "help" commands (#26072)
wxiaoguang
2023-07-25
3
-27
/
+36
*
Add missing default value for some Bool cli flags (#26082)
wxiaoguang
2023-07-24
2
-0
/
+8
*
Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)
delvh
2023-07-24
1
-4
/
+5
*
Serve pre-defined files in "public", add "security.txt", add CORS header for ...
wxiaoguang
2023-07-21
1
-0
/
+16
*
Refactor to use urfave/cli/v2 (#25959)
wxiaoguang
2023-07-21
32
-444
/
+832
[next]