Commit Graph

298 Commits (202a8f6ed9829e3b865bc886b0230ca91e6e9f16)

Author SHA1 Message Date
stevegt b257e0456b Add ability to sort issues by due date (#6206) (#6244) 6 years ago
zeripath f066bd2b3f Prevent double-close of issues (#6233) 6 years ago
Lunny Xiao 477ef46251
Add more tests and docs for issue indexer, add db indexer type for searching from database (#6144) 6 years ago
Lunny Xiao 0751153613
refactor issue indexer, add some testing and fix a bug (#6131) 6 years ago
Lunny Xiao 830ae61456 Refactor issue indexer (#5363) 6 years ago
Lanre Adelowo 44114b38e6 Implement "conversation lock" for issue comments (#5073) 6 years ago
Zsombor 23414ac2a1 Fix panic: template: repo/issue/list:210: unexpected "=" in operand (#6041) 6 years ago
Lauris BH 075649572d Add the ability to use multiple labels as filters(#5786) 6 years ago
Lunny Xiao 82e08a3364
Refactor notification for indexer (#5111) 6 years ago
zeripath 6868378673 Ensure that sessions are passed into queries that could use the database to prevent deadlocks (#5718) 6 years ago
Lunny Xiao beab2df122 Refactor mail notification (#5110) 6 years ago
zeripath 6311e4ce6a Fix sqlite deadlock when assigning to a PR (#5640) 6 years ago
Lunny Xiao b3b7598ec6 Improve performance of dashboard (#4977) 6 years ago
romankl 2d707fe5e6 ensure that the `closed_at` is set for closed (#5449) 6 years ago
Lunny Xiao 2dc805c0c6
Milestone issues and pull requests (#5293) 6 years ago
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems (#5314) 6 years ago
Lunny Xiao 2b7c366f64
fix sqlite lock (#5184) 6 years ago
Lunny Xiao ea619b39b2
Add notification interface and refactor UI notifications (#5085) 6 years ago
SagePtr 50ce19eff7 Fix failure on creating pull request with assignees (#4419) (#4583) 6 years ago
Lauris BH 0c59edaafa Update xorm to latest version and fix correct `user` table referencing in sql (#4473) 6 years ago
kolaente 1bff02de55 Added dependencies for issues (#2196) (#2531) 6 years ago
Lunny Xiao 6bdc556b7f
Fix some webhooks bugs (#3981) 6 years ago
kolaente 95f2e2b57b Multiple assignees (#3705) 6 years ago
kolaente 1a97030017 Issue due date (#3794) 6 years ago
Jonas Franz 8d5f58d834 Shows total tracked time in issue and milestone list (#3341) 6 years ago
Lauris BH 58893384e8 Add issue closed time column to fix activity closed issues list (#3537) 7 years ago
Alberto González Palomo 30fb81c71e Use issue number/index instead of id for API URL. (#3298) 7 years ago
modmew8 9f8349af06 Fixed asterisk based tasklist items, fixed requirement for one char after last blank to be a valid task. (#3296) 7 years ago
modmew8 d996da6bab Added progressbar for issues (#1146). (#3171) 7 years ago
Ethan Koenig 4c9341f689 Fix bugs in issue dashboard stats (#3073) 7 years ago
Ethan Koenig 6abfa48c0e Remove unnecessary updates to issue indexer (#3212) 7 years ago
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage (#3142) 7 years ago
Lauris BH 5dc37b187c
Add reactions to issues/PR and comments (#2856) 7 years ago
Ethan Koenig 3163abedd6 Fix ref parsing in commit messages (#3067) 7 years ago
Lunny Xiao 35cc5b0402
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) 7 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
Morlinest cc84ca40d7 Remove redudant issue LoadAttributes() calls (#2614) 7 years ago
Ethan Koenig 4cb9394a97 Fix lint errors (#2547) 7 years ago
Ethan Koenig b0f7457d9e Improve issue search (#2387) 7 years ago
David Schneiderbauer d766d0c4e0 Prevent sending emails and notifications to inactive users (#2384) 7 years ago
Lunny Xiao 005900baea Use created & updated instead BeforeInsert & BeforeUpdate (#2482) 7 years ago
Lunny Xiao 5de94a67cf some refactors for issue and comments (#2419) 7 years ago
Zsombor da230a2872 Add possibility to record branch or tag information in an issue (#780) 7 years ago
Lunny Xiao 921d90fd8b fix 500 error when view an issue which's milestone deleted (#2297) 7 years ago
Ethan Koenig 7e0654bd9e Fix counts on issues dashboard (#2215) 7 years ago
Ethan Koenig a27863b6d1 Fix issue updated_unix bug (#2204) 7 years ago
Ethan Koenig 5f37944dff Fix unclosed session bug (#2214) 7 years ago
Ethan Koenig 48898e5d0b Fix PR nil-dereference bug (#2195) 7 years ago
Lauris BH b639fa1648 Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150) 7 years ago