Commit Graph

145 Commits (mj-v1.14.3)

Author SHA1 Message Date
guillep2k 2a2b46c62e Reference issues from pull requests and other issues (#8137)
5 years ago
Lunny Xiao c03d75fbd5 Move git diff codes from models to services/gitdiff (#7889)
5 years ago
Tamal Saha 171b359877 Use gitea forked macaron (#7933)
5 years ago
Lunny Xiao 111d31d681
don't convert buffer to string (#7115)
5 years ago
Lunny Xiao 85202d4784
Display ui time with customize time location (#7792)
5 years ago
Lunny Xiao 7b009626da Add SQL execution on log and indexes on table repository and comment (#7740)
5 years ago
Lunny Xiao e0d6d2f978 Fix repository's pull request count error (#7518)
5 years ago
mrsdizzie 1f1ecda541 Display original author and URL information when showing migrated issues/comments (#7352)
5 years ago
Lunny Xiao aa7c34cf86 Fix error log when loading issues caused by a xorm bug (#7271)
5 years ago
kolaente f9ec2f89f2 Add golangci (#6418)
5 years ago
silverwind 499a8a1cdd Various fixes for issue mail notifications (#7165)
5 years ago
Lunny Xiao 34eee25bd4
Move sdk structs to modules/structs (#6905)
5 years ago
Lunny Xiao 2382f1b057
fix 500 when reviewer is deleted with integration tests (#6856)
5 years ago
Lunny Xiao dd1acd7ce4 Comments list performance optimization (#5305)
5 years ago
zeripath 704da08fdc
Better logging (#6038) (#6095)
5 years ago
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
5 years ago
Lunny Xiao 830ae61456 Refactor issue indexer (#5363)
5 years ago
Lanre Adelowo 44114b38e6 Implement "conversation lock" for issue comments (#5073)
5 years ago
Lanre Adelowo f9d4bd53e6 support reviewing on a deleted file path (#5880)
5 years ago
Harshit Bansal 7e8242ddb1 Fix an error while adding a dependency via UI. (#5862)
5 years ago
Lunny Xiao 82e08a3364
Refactor notification for indexer (#5111)
5 years ago
zeripath 6868378673 Ensure that sessions are passed into queries that could use the database to prevent deadlocks (#5718)
5 years ago
Lunny Xiao beab2df122 Refactor mail notification (#5110)
5 years ago
Lanre Adelowo 21357a4ae0 fix nil pointer when adding a due date (#5587)
5 years ago
Lunny Xiao b3b7598ec6 Improve performance of dashboard (#4977)
5 years ago
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems (#5314)
5 years ago
Jonas Franz 94cd7bb25b Hide outdated comments in file view (#5017)
6 years ago
Lauris BH 4befec242a
Code review UI improvements and bugfixes (#4682)
6 years ago
Lauris BH 6e64f9db8e Pull request review/approval and comment on code (#3748)
6 years ago
kolaente 1bff02de55 Added dependencies for issues (#2196) (#2531)
6 years ago
Lunny Xiao da898d4066 fix delete comment bug (#4216)
6 years ago
Lunny Xiao 6bdc556b7f
Fix some webhooks bugs (#3981)
6 years ago
Lunny Xiao 24941a1046
Add more webhooks support and refactor webhook templates directory (#3929)
6 years ago
kolaente 95f2e2b57b Multiple assignees (#3705)
6 years ago
kolaente 1a97030017 Issue due date (#3794)
6 years ago
kolaente fd8d6405c8 Fix only updated_unix when adding a comment (#3855)
6 years ago
Lunny Xiao 835b890329 fix bug when a user delete but assigned on issue (#3318)
6 years ago
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage (#3142)
6 years ago
Lauris BH 5dc37b187c
Add reactions to issues/PR and comments (#2856)
6 years ago
Lauris BH 240609432b Issue content should not be updated when closing with comment (#2833)
6 years ago
Morlinest 95637e046f Fix order of comments (#2835)
6 years ago
Ethan Koenig aa962deec0 Replace deprecated Id method with ID (#2655)
7 years ago
Lunny Xiao a8717e5e3a Use AfterLoad instead of AfterSet on Structs (#2628)
7 years ago
Ethan Koenig b0f7457d9e Improve issue search (#2387)
7 years ago
Lunny Xiao 52e11b24bf Restructure markup & markdown to prepare for multiple markup language… (#2411)
7 years ago
Lunny Xiao 005900baea Use created & updated instead BeforeInsert & BeforeUpdate (#2482)
7 years ago
Jonas Franz 5ccecb44ad Feature: Timetracking (#2211)
7 years ago
Lunny Xiao 5de94a67cf some refactors for issue and comments (#2419)
7 years ago
Ethan Koenig a27863b6d1 Fix issue updated_unix bug (#2204)
7 years ago
Ethan Koenig a52cd59727 Fix unchecked error bug (#2110)
7 years ago
Jonas Franz 441986a473 Fix "Dashboard shows deleted comments" (#1995)
7 years ago
Lunny Xiao d71fad2ab7 Fix #2001 and fix issue comments hidden (#2016)
7 years ago
Lauris BH 6db387a21e Refactor session close as xorm already does everything needed internally (#2020)
7 years ago
Ethan Koenig 255adc40ae Don't show non-comments in comments API (#2001)
7 years ago
Ethan Koenig 8fc64741d9 Fix deleted milestone bug (#1942)
7 years ago
Ethan Koenig 0c332f0480 Fix activity feed (#1779)
7 years ago
Jonas Franz 03912ce014 Adding #issuecomment to the URL in E-Mail notifications (#1674)
7 years ago
Lunny Xiao 8a0be5e9f0 Bug fixed for deleted label in issue comment (#904)
7 years ago
Lunny Xiao cf0f451c37 Add delete branch track on pull request comments (#888)
7 years ago
Lunny Xiao f35b20b042 track issue title changes (#841)
7 years ago
Lunny Xiao 3e0525b47d Track assignee for issue (#808)
7 years ago
Lunny Xiao 081485ecfd add milestone changed traker on issue view (#804)
7 years ago
Lunny Xiao f94869d2d1 Track labels changed on issue view & resolved #542 (#788)
7 years ago
Bo-Yi Wu 691fbdf1d3 fix: delete attachment after remove comment.
7 years ago
Ethan Koenig 833f8b94c2 Search bar for issues/pulls (#530)
7 years ago
Ethan Koenig a6f5efa0bb Fix ambiguity bug in getCommentsByRepoIDSince (#665)
7 years ago
Andrey Nering 84b7d29d34 Create missing database indexes (#596)
7 years ago
Lunny Xiao 0c5c34d7dd UpdateIssueUsersByMentions was calling database write operations while (#443)
7 years ago
Kim "BKC" Carlbäcker df7fa4e995 issue comment api fix (#449)
7 years ago
Lunny Xiao 9fc609ce17 golint fixed for models/issue_comment.go
7 years ago
Sandro Santilli a1c5f02444 Fix import path of go-sdk (#141)
7 years ago
Thibault Meyer b0ddced2b5
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
7 years ago
Thibault Meyer a4454f5d0f
Rewrite XORM queries
7 years ago
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135)
7 years ago
Sandro Santilli 864d1b1f9f Fix type in unused constant name (#111)
7 years ago
Sandro Santilli 64196d4036 More overlooks
7 years ago
Sandro Santilli 60c82a8780 More...
7 years ago
Sandro Santilli 80eea77953 Use MixedCase constant names
7 years ago
Thomas Boerger 4c6c16f358
Replaced go-gogs-client with go-sdk imports
7 years ago
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs (#37)
8 years ago
Unknwon bb359a74f1 migrations: set comment updated as created
8 years ago
Unknwon 6b98d58906 #2966 code cleanup
8 years ago
Iwan Budi Kusnanto 8dca9f95fa issues comment API : list, create, edit (#2966)
8 years ago
Unknwon a00c932bbc General code quality improvement
8 years ago
Unknwon 3f7f4852ef #2246 fully support of webhooks for pull request
8 years ago
Unknwon 899e799459 #1601 support delete issue comment
8 years ago
Unknwon 1f2e173a74 Refactor User.Id to User.ID
8 years ago
Unknwon 250be011c7 Remove redundant Unix timestamp method call
8 years ago
Unknwon f1b8d52eb3 #2854 fix no mail notification when issue is closed/reopened
8 years ago
Marin Jankovski 1314ba219e Updated and created were appended with _unix. Fresh databases have only the newly named fields.
8 years ago
Unknwon 5267dce210 Fix ref comment from commit create empty feed
8 years ago
Unknwon ad513a20e9 #2302 Replace time.Time with Unix Timestamp (int64)
8 years ago
Unknwon a5b0400be7 #1146 finish new access rights for collaborators
8 years ago
Unknwon 045f14fbd0 #1146 finsih UI work for access mode of collaborators
8 years ago
Unknwon 414eb22ef9 #1597 fix activitity feeds for pull requests
8 years ago