index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
issue.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use gitea forked macaron (#7933)
Tamal Saha
2019-08-23
1
-1
/
+1
*
Display ui time with customize time location (#7792)
Lunny Xiao
2019-08-15
1
-8
/
+9
*
Fix repository's pull request count error (#7518)
Lunny Xiao
2019-07-18
1
-0
/
+19
*
Include thread related headers in issue/coment mail (#7484)
mrsdizzie
2019-07-17
1
-0
/
+12
*
Display original author and URL information when showing migrated issues/comm...
mrsdizzie
2019-07-08
1
-21
/
+23
*
Fix error log when loading issues caused by a xorm bug (#7271)
Lunny Xiao
2019-06-23
1
-1
/
+2
*
Add golangci (#6418)
kolaente
2019-06-12
1
-8
/
+3
*
Fix index produces problem when issues/pulls deleted (#6973)
Lunny Xiao
2019-05-18
1
-1
/
+28
*
Move sdk structs to modules/structs (#6905)
Lunny Xiao
2019-05-11
1
-1
/
+1
*
Comments list performance optimization (#5305)
Lunny Xiao
2019-04-18
1
-0
/
+4
*
Better logging (#6038) (#6095)
zeripath
2019-04-02
1
-13
/
+13
*
Make "Ghost" not link to 404 page (#6410)
oscar.lofwenhamn
2019-03-27
1
-0
/
+11
*
Add ability to sort issues by due date (#6206) (#6244)
stevegt
2019-03-05
1
-0
/
+4
*
Prevent double-close of issues (#6233)
zeripath
2019-03-05
1
-1
/
+7
*
Add more tests and docs for issue indexer, add db indexer type for searching ...
Lunny Xiao
2019-02-21
1
-0
/
+34
*
refactor issue indexer, add some testing and fix a bug (#6131)
Lunny Xiao
2019-02-21
1
-0
/
+5
*
Refactor issue indexer (#5363)
Lunny Xiao
2019-02-19
1
-2
/
+16
*
Implement "conversation lock" for issue comments (#5073)
Lanre Adelowo
2019-02-18
1
-0
/
+4
*
Fix panic: template: repo/issue/list:210: unexpected "=" in operand (#6041)
Zsombor
2019-02-13
1
-0
/
+19
*
Add the ability to use multiple labels as filters(#5786)
Lauris BH
2019-01-23
1
-13
/
+10
*
Refactor notification for indexer (#5111)
Lunny Xiao
2019-01-17
1
-3
/
+0
*
Ensure that sessions are passed into queries that could use the database to p...
zeripath
2019-01-14
1
-3
/
+7
*
Refactor mail notification (#5110)
Lunny Xiao
2019-01-13
1
-3
/
+0
*
Fix sqlite deadlock when assigning to a PR (#5640)
zeripath
2019-01-04
1
-1
/
+1
*
Improve performance of dashboard (#4977)
Lunny Xiao
2018-12-13
1
-16
/
+67
*
ensure that the `closed_at` is set for closed (#5449)
romankl
2018-12-02
1
-0
/
+4
*
Milestone issues and pull requests (#5293)
Lunny Xiao
2018-11-29
1
-3
/
+9
*
Restrict permission check on repositories and fix some problems (#5314)
Lunny Xiao
2018-11-28
1
-12
/
+20
*
fix sqlite lock (#5184)
Lunny Xiao
2018-10-27
1
-2
/
+3
*
Add notification interface and refactor UI notifications (#5085)
Lunny Xiao
2018-10-18
1
-0
/
+4
*
Fix failure on creating pull request with assignees (#4419) (#4583)
SagePtr
2018-08-16
1
-1
/
+1
*
Update xorm to latest version and fix correct `user` table referencing in sql...
Lauris BH
2018-07-20
1
-1
/
+1
*
Added dependencies for issues (#2196) (#2531)
kolaente
2018-07-17
1
-0
/
+44
*
Fix some webhooks bugs (#3981)
Lunny Xiao
2018-05-21
1
-8
/
+93
*
Multiple assignees (#3705)
kolaente
2018-05-09
1
-102
/
+57
*
Issue due date (#3794)
kolaente
2018-05-01
1
-3
/
+39
*
Shows total tracked time in issue and milestone list (#3341)
Jonas Franz
2018-04-29
1
-3
/
+27
*
Add issue closed time column to fix activity closed issues list (#3537)
Lauris BH
2018-02-19
1
-1
/
+7
*
Use issue number/index instead of id for API URL. (#3298)
Alberto González Palomo
2018-01-04
1
-1
/
+1
*
Fixed asterisk based tasklist items, fixed requirement for one char after las...
modmew8
2018-01-03
1
-2
/
+2
*
Added progressbar for issues (#1146). (#3171)
modmew8
2018-01-03
1
-0
/
+25
*
Fix bugs in issue dashboard stats (#3073)
Ethan Koenig
2017-12-26
1
-45
/
+77
*
Remove unnecessary updates to issue indexer (#3212)
Ethan Koenig
2017-12-17
1
-1
/
+1
*
Refactor struct's time to remove unnecessary memory usage (#3142)
Lunny Xiao
2017-12-11
1
-23
/
+6
*
Add reactions to issues/PR and comments (#2856)
Lauris BH
2017-12-04
1
-2
/
+34
*
Fix ref parsing in commit messages (#3067)
Ethan Koenig
2017-12-03
1
-32
/
+0
*
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)
Lunny Xiao
2017-12-02
1
-2
/
+7
*
Replace deprecated Id method with ID (#2655)
Ethan Koenig
2017-10-05
1
-4
/
+4
*
Use AfterLoad instead of AfterSet on Structs (#2628)
Lunny Xiao
2017-10-01
1
-10
/
+5
*
Remove redudant issue LoadAttributes() calls (#2614)
Morlinest
2017-09-27
1
-6
/
+1
[next]