aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-143-44/+448
* feat: add git version on admin panel. (#921)Bo-Yi Wu2017-02-131-0/+1
* Fix HighlightJS not working on compare diff page (#914)Andrey Nering2017-02-131-0/+1
* Add delete branch track on pull request comments (#888)Lunny Xiao2017-02-112-2/+13
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-117-11/+14
* Fix bug in repos search (#884)Ethan Koenig2017-02-101-5/+9
* fix: Admin can also search private user repository. (#869)Bo-Yi Wu2017-02-081-10/+10
* fix releases count and resolved #764 (#857)Lunny Xiao2017-02-071-1/+1
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-071-2/+17
* fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu2017-02-061-2/+15
* Add checkbox to search for all the branches by commit message (#813)Zsombor2017-02-051-1/+5
* Redirects for renamed repos (#807)Ethan Koenig2017-02-052-1/+13
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-045-26/+76
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-043-7/+61
* Track assignee for issue (#808)Lunny Xiao2017-02-031-0/+5
* Drop redundant columns from issue_user table (#638)Ethan Koenig2017-02-031-16/+4
* Cache ctxUser in retrieveFeeds(..) (#826)Ethan Koenig2017-02-031-1/+3
* Cleanup log messagingGabriel Jackson2017-02-023-5/+5
* Remove unneeded database loads (#814)Ethan Koenig2017-02-021-3/+1
* fix: User can see the private activity on public activity history. (#818)Bo-Yi Wu2017-02-021-5/+5
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-013-15/+24
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-011-1/+1
* Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-301-1/+1
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-303-158/+177
* Allow custom public files (#782)Thomas Boerger2017-01-283-4/+3
* Notifying on open PR, and Close/Reopen/Merge issue or PRAndrey Nering2017-01-282-0/+8
* Add ability to fork your own repos (#761)Bwko2017-01-261-6/+0
* Use handlers for API authorization (#723)Ethan Koenig2017-01-265-131/+100
* Fix FIXME and remove superfluous queries in models/org (#749)Ethan Koenig2017-01-251-7/+27
* bug fixed caused by #530 (#755)Lunny Xiao2017-01-251-1/+1
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-255-11/+38
* fixed bugs on Wiki and resolved #667 (#674)Lunny Xiao2017-01-211-10/+14
* Fix crash caused by #647 (#708)Bwko2017-01-201-1/+1
* Spun attachments into seperate go file (#701)Philip Couling2017-01-202-57/+73
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-203-120/+136
* API Endpoints for organization members (#645)Ethan Koenig2017-01-202-0/+151
* Notifications: trying to get a better layout (#660)Andrey Nering2017-01-181-2/+2
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-1/+1
* Two factor authentication support (#630)Andrew2017-01-162-8/+363
* Attach to release (#673)Philip Couling2017-01-153-6/+25
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-143-6/+51
* docs: update translation on notification page for zh-CN (#649)xgitea2017-01-131-1/+1
* Notifications: mark as read/unread and pin (#629)Andrey Nering2017-01-121-1/+34
* bug fix releaseLunny Xiao2017-01-091-0/+5
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-082-0/+5
* API endpoint for subscribers (#598)Ethan Koenig2017-01-072-0/+26
* API endpoint for stargazers (#597)Ethan Koenig2017-01-062-0/+26
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-061-56/+46
* Merge pull request #539 from andreynering/notifications-step-2Andrey Nering2017-01-052-1/+81
|\
| * Add pagination for notificationsAndrey Nering2017-01-031-3/+25