summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* bug fixed for my repository (#933)Lunny Xiao2017-02-141-2/+6
* Fix assigned issues dashboard (#920)Lunny Xiao2017-02-141-28/+61
* fix bug of multiple forks (#928)Lunny Xiao2017-02-141-0/+24
* feat: Able to disable non-admin to create new organization (#927)Bo-Yi Wu2017-02-142-1/+22
* feat: support search bar on star tab of user profile. (#917)Bo-Yi Wu2017-02-143-9/+29
* Use fingerprint to check instead content for public key (#911)Lunny Xiao2017-02-142-26/+47
* Small optimization for getTeamIDs (#919)Lunny Xiao2017-02-142-10/+13
* fix: gofmt error. (#918)Bo-Yi Wu2017-02-142-2/+2
* feat: add git version on admin panel. (#921)Bo-Yi Wu2017-02-131-3/+4
* Fix logging bugEthan Koenig2017-02-121-7/+5
* small optimization for get issue labelsLunny Xiao2017-02-122-17/+5
* Implement basic Open Graph support. (#901)Andrew2017-02-111-0/+5
* Bug fixed for deleted label in issue comment (#904)Lunny Xiao2017-02-112-5/+11
* Fix public activity showing private repos (#892)Morgan Bazalgette2017-02-115-0/+67
* Implement archive cleanup (#885)Andrew2017-02-111-3/+58
* Add delete branch track on pull request comments (#888)Lunny Xiao2017-02-112-0/+30
* bug fixed for issue count (#881)Lunny Xiao2017-02-091-1/+1
* Unit tests for issue_milestone (#878)Ethan Koenig2017-02-096-366/+609
* Gogs -> Gitea (#877)Ethan Koenig2017-02-091-1/+1
* Fix bug in Issue.GetIsRead (#876)Ethan Koenig2017-02-091-1/+2
* Fix consistency check (#866)Ethan Koenig2017-02-084-10/+27
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-083-113/+63
* Fix broken test fixture (#859)Ethan Koenig2017-02-071-4/+4
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-072-6/+42
* Consistency checks for unit tests (#853)Ethan Koenig2017-02-076-12/+182
* fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu2017-02-063-2/+90
* Fix inconsistencies in unit test fixturesEthan Koenig2017-02-053-4/+8
* track issue title changes (#841)Lunny Xiao2017-02-052-3/+36
* Redirects for renamed repos (#807)Ethan Koenig2017-02-054-0/+82
* Check for manual merging of a pull request (#719)Bwko2017-02-051-17/+143
* Merge pull request #839 from ethantkoenig/fix/remove_org_repoAndrey Nering2017-02-042-2/+22
|\
| * Fix bug in removeOrgRepoEthan Koenig2017-02-042-2/+22
* | Fix inconsistencies in test fixturesEthan Koenig2017-02-042-4/+5
|/
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-047-39/+533
* Move IssueUser code to separate file (#836)Ethan Koenig2017-02-046-126/+226
* Merge pull request #830 from appleboy/patch-2001Andrey Nering2017-02-042-3/+4
|\
| * refactor: set default order by recently star.Bo-Yi Wu2017-02-032-3/+4
* | feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-042-3/+7
* | test: Add user mail testing. (#833)Bo-Yi Wu2017-02-043-0/+220
* | Track assignee for issue (#808)Lunny Xiao2017-02-032-11/+73
* | Drop redundant columns from issue_user table (#638)Ethan Koenig2017-02-032-89/+18
|/
* Cleanup log messagingGabriel Jackson2017-02-0211-36/+36
* fix: ignore email notifications if user is not active. (#820)Bo-Yi Wu2017-02-023-2/+62
* Add X-GitHub-* headers for webhook to get clubhouse.io integration working (#...Anton Skorokhod2017-02-021-0/+2
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-013-24/+88
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-017-13/+300
* Windows compatibility for unit tests (#800)Ethan Koenig2017-01-301-2/+3
* Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-304-10/+107
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-303-36/+171
* Better settings for unit tests (#795)Ethan Koenig2017-01-302-5/+11