gitea/models/issues
wxiaoguang 4b8293aa09
Fix issue & comment history bugs (#29525)
* Follow #17746: `HasIssueContentHistory` should use expr builder to
make sure zero value (0) be respected.
* Add "doer" check to make sure `canSoftDeleteContentHistory` only be
called by sign-in users.
2024-03-01 16:46:02 +00:00
..
assignees_test.go Remove deadcode under models/issues (#28536) 2023-12-19 20:12:02 +01:00
assignees.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 2023-12-07 15:27:36 +08:00
comment_code.go Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
comment_list.go Use ghost user if user was not found (#29161) 2024-02-14 17:31:51 +01:00
comment_test.go
comment.go Refactor some Str2html code (#29397) 2024-03-01 07:11:51 +00:00
content_history_test.go Fix issue & comment history bugs (#29525) 2024-03-01 16:46:02 +00:00
content_history.go Fix issue & comment history bugs (#29525) 2024-03-01 16:46:02 +00:00
dependency_test.go
dependency.go
issue_index.go
issue_label_test.go
issue_label.go
issue_list_test.go
issue_list.go
issue_lock.go
issue_project.go
issue_search.go Remove deadcode under models/issues (#28536) 2023-12-19 20:12:02 +01:00
issue_stats.go
issue_test.go Allow non-admin users to delete review requests (#29057) 2024-02-24 12:38:43 +00:00
issue_update.go
issue_user_test.go
issue_user.go Add combined index for issue_user.uid and issue_id (#28080) 2023-12-14 09:26:59 +00:00
issue_watch_test.go
issue_watch.go
issue_xref_test.go
issue_xref.go bump to use go 1.22 (#29119) 2024-02-14 18:19:57 +00:00
issue.go Refactor some Str2html code (#29397) 2024-03-01 07:11:51 +00:00
label_test.go Remove deadcode under models/issues (#28536) 2023-12-19 20:12:02 +01:00
label.go Refactor deletion (#28610) 2023-12-25 21:25:29 +01:00
main_test.go
milestone_list.go Remove deadcode under models/issues (#28536) 2023-12-19 20:12:02 +01:00
milestone_test.go Remove deadcode under models/issues (#28536) 2023-12-19 20:12:02 +01:00
milestone.go Refactor some Str2html code (#29397) 2024-03-01 07:11:51 +00:00
pull_list.go
pull_test.go Add API to get merged PR of a commit (#29243) 2024-02-24 08:18:39 +00:00
pull.go Add API to get PR by base/head (#29242) 2024-02-26 02:39:01 +00:00
reaction_test.go
reaction.go
review_list.go bump to use go 1.22 (#29119) 2024-02-14 18:19:57 +00:00
review_test.go
review.go Workaround to clean up old reviews on creating a new one (#28554) 2024-02-19 14:42:18 +01:00
stopwatch_test.go
stopwatch.go Remove deadcode under models/issues (#28536) 2023-12-19 20:12:02 +01:00
tracked_time_test.go Add ability to see open and closed issues at the same time (#28757) 2024-01-15 15:07:22 +00:00
tracked_time.go Add ability to see open and closed issues at the same time (#28757) 2024-01-15 15:07:22 +00:00