Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Prevent sending emails and notifications to inactive users (#2384) | David Schneiderbauer | 2017-09-16 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | * Filter inactive users before sending emails or creating browser notifications Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * fix formatting issues Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * included requested changes Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * optimized database queries * rebasing new master and add tablenames for clarification in xorm queries * remove escaped quotationmarks using backticks Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> | |||||
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 1 | -10/+2 | |
| | | | | | | | | | | | | * use created & updated instead BeforeInsert & BeforeUpdate * fix vendor checksum * only show generated SQL when development mode * remove extra update column updated_unix * remove trace config | |||||
* | some refactors for issue and comments (#2419) | Lunny Xiao | 2017-08-30 | 1 | -2/+6 | |
| | ||||||
* | Add possibility to record branch or tag information in an issue (#780) | Zsombor | 2017-08-24 | 1 | -0/+1 | |
| | ||||||
* | fix 500 error when view an issue which's milestone deleted (#2297) | Lunny Xiao | 2017-08-12 | 1 | -1/+1 | |
| | ||||||
* | Fix counts on issues dashboard (#2215) | Ethan Koenig | 2017-08-03 | 1 | -12/+45 | |
| | | | | | | | | | | * Fix counts on issues dashboard * setupSess -> setupSession * Unit test * Load repo owners for issues | |||||
* | Fix issue updated_unix bug (#2204) | Ethan Koenig | 2017-07-27 | 1 | -0/+1 | |
| | ||||||
* | Fix unclosed session bug (#2214) | Ethan Koenig | 2017-07-26 | 1 | -1/+1 | |
| | ||||||
* | Fix PR nil-dereference bug (#2195) | Ethan Koenig | 2017-07-26 | 1 | -7/+26 | |
| | | | | | | * Fix PR nil-dereference bug * Revert to original error format | |||||
* | Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150) | Lauris BH | 2017-07-12 | 1 | -1/+2 | |
| | ||||||
* | Fix default ghost assignee bug (#2069) | Ethan Koenig | 2017-06-28 | 1 | -1/+1 | |
| | ||||||
* | Enable assignee e-mail notification (#2003) | Győrvári Gábor | 2017-06-23 | 1 | -5/+18 | |
| | | | | | | | | | | | | * Enable assignee e-mail notification * Check assignee and doer to avoid self made comment notifications. * Assignee not always defined * New method to avoid error when assignee deleted * Assignee empty check | |||||
* | Fix #2001 and fix issue comments hidden (#2016) | Lunny Xiao | 2017-06-21 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | * revert #2001 and fix issue comments hidden * fix #2001 * fix import * improve comment type * reduce unnecessary join * fix comment on FindCommentsOptions | |||||
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -4/+4 | |
| | ||||||
* | Fix search by issue type (#1914) | Ethan Koenig | 2017-06-15 | 1 | -39/+13 | |
| | | | | * Fix search by issue type | |||||
* | Fix engine bug in getIssueByID (#1934) | Ethan Koenig | 2017-06-11 | 1 | -1/+1 | |
| | ||||||
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -8/+7 | |
| | | | | | | | | | | | | * Fix activity feed Preserve actions after user/repo name change * Add missing comment * Fix migration, and remove fields completely * Tests | |||||
* | Send notifications to partecipants in issue comments (#1217) | Sandro Santilli | 2017-03-16 | 1 | -0/+18 | |
| | | | | | | | | | | | | * Send notifications to partecipants in issue comments Closes #1216 Includes test (still failing) * Do not include "labelers" to participants Fix test to expect what GetParticipants return | |||||
* | Batch updates for issues (#926) | Ethan Koenig | 2017-03-15 | 1 | -0/+10 | |
| | ||||||
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 | |
| | ||||||
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -18/+9 | |
| | ||||||
* | feat: expose url field on issue api. (#982) | Bo-Yi Wu | 2017-03-03 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | * Add api url func. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix: Add unit testing. * fix: conflicts * fix: remove trim * fix: revert test function name. | |||||
* | LableIDs -> LabelIDs (#1088) | Ethan Koenig | 2017-03-01 | 1 | -6/+6 | |
| | ||||||
* | Optimize and unit test Issue_ReplaceLabels (#1080) | Ethan Koenig | 2017-02-28 | 1 | -27/+18 | |
| | ||||||
* | Refactor for issues loadattributes of a repository (#971) | Lunny Xiao | 2017-02-22 | 1 | -64/+2 | |
| | | | | | | * refactor for issues loadattributes of a repository * refactors | |||||
* | Fix all the bugs in issues and pulls on dashboard (#943) | Lunny Xiao | 2017-02-17 | 1 | -0/+59 | |
| | | | | | | | | * fix all the bugs in issues and pulls on dashboard * small fix and refactor * add method getRepoIDs for IssueList | |||||
* | Fix assigned issues dashboard (#920) | Lunny Xiao | 2017-02-14 | 1 | -28/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. (#3560) * Fix assigned/created issues in dashboard. * Use GetUserIssueStats for getting all Dashboard stats. * Use gofmt to format the file properly. * Replace &Issue{} with new(Issue). * Check if user has access to given repository. * Remove unnecessary filtering of issues. * Return 404 error if invalid repository is given. * Use correct number of issues in paginater. * fix issues on dashboard | |||||
* | Fix logging bug | Ethan Koenig | 2017-02-12 | 1 | -7/+5 | |
| | | | | Error logged everytime an assignee was removed | |||||
* | Add delete branch track on pull request comments (#888) | Lunny Xiao | 2017-02-11 | 1 | -0/+18 | |
| | | | | | | * add delete branch track on pull request comments * don't change vendor | |||||
* | bug fixed for issue count (#881) | Lunny Xiao | 2017-02-09 | 1 | -1/+1 | |
| | ||||||
* | Unit tests for issue_milestone (#878) | Ethan Koenig | 2017-02-09 | 1 | -366/+0 | |
| | ||||||
* | Fix bug in Issue.GetIsRead (#876) | Ethan Koenig | 2017-02-09 | 1 | -1/+2 | |
| | ||||||
* | track issue title changes (#841) | Lunny Xiao | 2017-02-05 | 1 | -3/+17 | |
| | ||||||
* | Move IssueUser code to separate file (#836) | Ethan Koenig | 2017-02-04 | 1 | -125/+0 | |
| | | | Also add unit tests | |||||
* | Track assignee for issue (#808) | Lunny Xiao | 2017-02-03 | 1 | -0/+21 | |
| | | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get | |||||
* | Drop redundant columns from issue_user table (#638) | Ethan Koenig | 2017-02-03 | 1 | -88/+15 | |
| | ||||||
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 1 | -8/+21 | |
| | ||||||
* | Bug fixes and unit tests for models/issue_label (#802) | Ethan Koenig | 2017-02-01 | 1 | -2/+2 | |
| | ||||||
* | Track labels changed on issue view & resolved #542 (#788) | Lunny Xiao | 2017-01-30 | 1 | -26/+101 | |
| | | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh | |||||
* | Fix color: closed PR was showing as purple instead of red | Andrey Nering | 2017-01-28 | 1 | -3/+12 | |
| | ||||||
* | bug fixed issues 500 resolved #754 (#756) | Lunny Xiao | 2017-01-25 | 1 | -4/+4 | |
| | ||||||
* | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 1 | -14/+60 | |
| | ||||||
* | Spun attachments into seperate go file (#701) | Philip Couling | 2017-01-20 | 1 | -160/+0 | |
| | | | Moved attachments into seperate go file | |||||
* | Notifications: mark as read/unread and pin (#629) | Andrey Nering | 2017-01-12 | 1 | -1/+1 | |
| | | | | | | | | | | * Use relative URLs * Notifications - Mark as read/unread * Feature of pinning a notification * On view issue, do not mark as read a pinned notification | |||||
* | Merge pull request #555 from ethantkoenig/tests/pull | Andrey Nering | 2017-01-06 | 1 | -16/+22 | |
|\ | | | | | Unit tests for models/pull.go | |||||
| * | Unit tests for models/pull.go | Ethan Koenig | 2017-01-06 | 1 | -16/+22 | |
| | | ||||||
* | | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -15/+15 | |
|/ | ||||||
* | fix gofmt error | Bo-Yi Wu | 2016-12-30 | 1 | -2/+2 | |
| | | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
* | Notification - Step 1 (#523) | Andrey Nering | 2016-12-31 | 1 | -2/+10 | |
| | | | | | | | | * Notification - Step 1 * Add copyright headers * Cache issue and repository on notification model | |||||
* | Added sorting to the labels & milestones page (#199) | Bwko | 2016-12-24 | 1 | -1/+17 | |
| |