summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix: delete attachment after remove comment.Bo-Yi Wu2017-01-251-1/+3
* Bug fixes and unit tests for models/webhook (#751)Ethan Koenig2017-01-255-20/+312
* Unit tests for models/star (#752)Ethan Koenig2017-01-252-0/+89
* bug fixed issues 500 resolved #754 (#756)Lunny Xiao2017-01-251-4/+4
* Less boilerplate in models/ unit tests (#725)Ethan Koenig2017-01-256-113/+47
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-254-27/+252
* Fix link of some repos on stars page (#737)Andrey Nering2017-01-241-2/+10
* Add option to app.ini to enable local import paths (#724)Bwko2017-01-231-0/+3
* Add a reserved path check to the wiki (#720)Bwko2017-01-221-1/+18
* fixed bugs on Wiki and resolved #667 (#674)Lunny Xiao2017-01-211-15/+15
* Spun attachments into seperate go file (#701)Philip Couling2017-01-202-160/+176
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-201-1/+1
* API Endpoints for organization members (#645)Ethan Koenig2017-01-201-2/+4
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-177-40/+40
* Two factor authentication support (#630)Andrew2017-01-163-0/+161
* Attach to release (#673)Philip Couling2017-01-151-2/+100
* Removes reliance on server specific SQL (#393)btrepp2017-01-141-2/+16
* Fix ambiguity bug in getCommentsByRepoIDSince (#665)Ethan Koenig2017-01-141-2/+4
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-141-1/+3
* bug fixed for update repository (#664)Lunny Xiao2017-01-141-1/+1
* Notifications: mark as read/unread and pin (#629)Andrey Nering2017-01-122-6/+53