summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor: Add new deleteOrg func. (#633)Bo-Yi Wu2017-01-111-9/+50
* Unit tests for models/adminEthan Koenig2017-01-093-1/+126
* Better coverage in pull_test (#615)Ethan Koenig2017-01-091-0/+8
* Better coverage and TODOs for update_test (#616)Ethan Koenig2017-01-091-0/+6
* Unit tests for models/action (#619)Ethan Koenig2017-01-095-19/+397
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-081-15/+27
* Unit tests for models/access.go (#606)Ethan Koenig2017-01-0810-0/+258
* API endpoint for subscribers (#598)Ethan Koenig2017-01-071-7/+4
* Merge pull request #555 from ethantkoenig/tests/pullAndrey Nering2017-01-068-21/+421
|\
| * Unit tests for models/pull.goEthan Koenig2017-01-068-21/+421
* | Create missing database indexes (#596)Andrey Nering2017-01-0613-64/+64
|/