index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
/
web
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[REFACTOR] webhook move edit endpoints
oliverpool
2024-03-27
1
-4
/
+4
*
[TESTS] webhook forms keep submitted data when invalid
oliverpool
2024-03-27
1
-13
/
+31
*
[REFACTOR] merge once-called functions
oliverpool
2024-03-27
2
-84
/
+44
*
[REFACTOR] webhook gogs endpoint
oliverpool
2024-03-27
2
-30
/
+0
*
[REFACTOR] webhook packagist endpoint
oliverpool
2024-03-27
2
-28
/
+0
*
[REFACTOR] webhook wechatwork endpoint
oliverpool
2024-03-27
2
-23
/
+0
*
[REFACTOR] webhook feishu endpoint
oliverpool
2024-03-27
2
-23
/
+0
*
[REFACTOR] webhook msteams endpoint
oliverpool
2024-03-27
2
-23
/
+0
*
[REFACTOR] webhook telegram endpoint
oliverpool
2024-03-27
2
-28
/
+0
*
[REFACTOR] webhook dingtalk endpoint
oliverpool
2024-03-27
2
-23
/
+0
*
[REFACTOR] webhook discord endpoint
oliverpool
2024-03-27
2
-27
/
+0
*
[REFACTOR] webhook slack endpoints
oliverpool
2024-03-27
2
-29
/
+0
*
[REFACTOR] webhook forgejo/gitea endpoints
oliverpool
2024-03-27
2
-60
/
+0
*
[REFACTOR] webhook matrix endpoints
oliverpool
2024-03-27
2
-29
/
+51
*
Merge pull request '[REFACTOR] webhook.Handler interface' (#2758) from oliver...
Earl Warren
2024-03-27
1
-11
/
+3
|
\
|
*
[REFACTOR] webhook.Handler interface
oliverpool
2024-03-24
1
-11
/
+3
*
|
Merge pull request '[ACTIONS] port scheduled actions from Gitea' (#2826) from...
Earl Warren
2024-03-27
2
-20
/
+9
|
\
\
|
*
|
[ACTIONS] port scheduled actions from Gitea
Earl Warren
2024-03-26
1
-4
/
+3
|
*
|
Fix schedule tasks bugs (#28691)
Lunny Xiao
2024-03-25
2
-18
/
+8
|
|
/
*
|
Escape paths for find file correctly (#30026)
wxiaoguang
2024-03-26
1
-2
/
+3
*
|
Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)
Lunny Xiao
2024-03-26
7
-26
/
+14
*
|
Fix some pending problems (#29985)
wxiaoguang
2024-03-26
2
-5
/
+4
*
|
Fix bugs in rerunning jobs (#29955)
Zettat123
2024-03-26
2
-6
/
+30
*
|
Refactor StringsToInt64s (#29967)
wxiaoguang
2024-03-26
3
-9
/
+4
*
|
Performance improvements for pull request list page (#29900)
Lunny Xiao
2024-03-26
1
-0
/
+6
*
|
Fix milestoneID filter bug in issue list (#29897)
Zettat123
2024-03-26
1
-3
/
+3
*
|
Fix missing error check of bufio.Scanner (#29882)
coldWater
2024-03-26
1
-0
/
+4
*
|
Only do counting when count_only=true for repo dashboard (#29884)
wxiaoguang
2024-03-26
1
-10
/
+15
*
|
Editor error message misleading due to re-used key. (#29859)
buckybytes
2024-03-26
1
-2
/
+2
*
|
Fix missing code in the user profile (#29865)
Nanguan Lin
2024-03-26
1
-0
/
+14
*
|
[BUG] Detect protected branch on branch rename
Gusted
2024-03-26
1
-1
/
+7
|
/
*
Merge pull request 'Allow users to hide all "Add more units..." hints' (#2533...
Earl Warren
2024-03-24
2
-0
/
+20
|
\
|
*
Allow users to hide all "Add more units..." hints
Gergely Nagy
2024-03-21
2
-0
/
+20
*
|
Merge pull request '[TESTS] webhook forms creation and edition' (#2755) from ...
Earl Warren
2024-03-24
1
-2
/
+3
|
\
\
|
*
|
[TESTS] webhook forms creation and edition
oliverpool
2024-03-23
1
-2
/
+3
*
|
|
Merge pull request '[PORT] Unify search boxes (gitea#29530)' (#2688) from sne...
Earl Warren
2024-03-24
4
-13
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
simplify template
Shiny Nematoda
2024-03-20
1
-2
/
+2
|
*
|
Unify search boxes (#29530)
Denys Konovalov
2024-03-20
4
-11
/
+8
*
|
|
Customizable "Open with" applications for repository clone (#29320)
wxiaoguang
2024-03-23
3
-10
/
+87
|
|
/
|
/
|
*
|
Fix repo badges when the label or text contains dashes
Gergely Nagy
2024-03-20
1
-2
/
+2
|
/
*
Merge pull request '[BUG] Reflect Cargo index state in settings' (#2698) from...
Earl Warren
2024-03-20
1
-1
/
+14
|
\
|
*
[BUG] Reflect Cargo index state in settings
Gusted
2024-03-20
1
-1
/
+14
*
|
Fix incorrect menu/link on webhook edit page (#29709)
yp05327
2024-03-20
1
-0
/
+1
*
|
Refactor to use optional.Option for issue index search option (#29739)
6543
2024-03-20
2
-26
/
+26
*
|
Use Get but not Post to get actions artifacts (#29734)
Lunny Xiao
2024-03-20
1
-1
/
+1
*
|
Some performance optimization on dashboard and issues page (#29010)
Lunny Xiao
2024-03-20
1
-1
/
+5
*
|
Add a warning for disallowed email domains (#29658)
Zettat123
2024-03-20
1
-0
/
+8
*
|
Use repo object format name instead of detecting from git repository (#29702)
Lunny Xiao
2024-03-20
2
-12
/
+2
|
/
*
Merge pull request '[PORT] Refactor code_indexer to use an SearchOptions stru...
Gusted
2024-03-19
3
-4
/
+33
|
\
|
*
Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)
6543
2024-03-18
3
-4
/
+33
[next]