summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow custom public files (#782)Thomas Boerger2017-01-282-2/+1
* Merge pull request #781 from andreynering/notifications-step-5Andrey Nering2017-01-281-3/+12
|\
| * Fix color: closed PR was showing as purple instead of redAndrey Nering2017-01-281-3/+12
* | Merge pull request #777 from ethantkoenig/tests/wikiAndrey Nering2017-01-283-1/+68
|\ \
| * | Unit tests for models/wikiEthan Koenig2017-01-273-1/+68
| |/
* / Unit tests and bug fix for models/orgEthan Koenig2017-01-2710-26/+671
|/
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-286-33/+23
* refactor: Remove unnecessary type conversions (#772)Bo-Yi Wu2017-01-271-1/+1
* Fix FIXME and remove superfluous queries in models/org (#749)Ethan Koenig2017-01-252-69/+74