aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* API endpoint for stargazers (#597)Ethan Koenig2017-01-061-6/+6
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-061-4/+13
* Merge pull request #539 from andreynering/notifications-step-2Andrey Nering2017-01-051-5/+11
|\
| * Add pagination for notificationsAndrey Nering2017-01-031-5/+11
* | Fix SQL bug in models/access (#583)Ethan Koenig2017-01-051-11/+14
* | Check primary email address fields on CreateUser (#556)Berk Demirkır2017-01-051-0/+9
* | Fix typos in models/ (#576)Ethan Koenig2017-01-0515-44/+44
* | fix bug #564 (#567)Lunny Xiao2017-01-031-1/+1
* | Update xorm and dependencies vendor for feature to dump to other database (#565)Lunny Xiao2017-01-031-3/+10
* | Fix benchmarktests (#557)Kjell Kvinge2017-01-031-13/+17
* | change the default action when deleting a release to not delete tagLunny Xiao2017-01-031-6/+8
* | Release API endpointsEthan Koenig2017-01-021-0/+60
* | resolved #485: when migrate empty wiki repo, then ignore (#541)Lunny Xiao2016-12-311-2/+5
* | Unit tests for token and update modelsEthan Koenig2016-12-315-0/+321
* | Restrict creating organisations by user (#193)Schwobaland2016-12-315-6/+63
* | fix gofmt errorBo-Yi Wu2016-12-303-19/+19
|/
* Notification - Step 1 (#523)Andrey Nering2016-12-313-11/+294
* Speed up conflict checking in pull request creation (#276)typeless2016-12-291-8/+15
* Tab on user profile to show starred repos (#519)Andrey Nering2016-12-292-60/+87
* slight optimization for GetUserRepositories (#498)Lunny Xiao2016-12-291-8/+11
* commithgraph / timeline (#428)Kjell Kvinge2016-12-292-0/+149
* Replace Gogs with Gitea (#520)Bwko2016-12-283-6/+6
* Optimization for user.GetRepositoryAccesses to reduce db query times (#495)Lunny Xiao2016-12-281-18/+27
* fix 500 when delete orgnization and resolved #486Lunny Xiao2016-12-272-8/+11
* API Endpoints for collaborators (#375)Ethan Koenig2016-12-261-0/+9
* Git LFS support v2 (#122)Fabian Zaremba2016-12-264-1/+205
* Implement sendmail (#355)Philip Couling2016-12-251-1/+1
* Added sorting to organizations, repos & users page (#222)Bwko2016-12-243-27/+83
* Added sorting to the labels & milestones page (#199)Bwko2016-12-242-6/+32
* Bug fixes for Issues filters (#413)Ethan Koenig2016-12-241-50/+29
* API Endpoint for watching (#191)Ethan Koenig2016-12-241-0/+15
* Enables mssql support (#383)btrepp2016-12-242-0/+23
* Add default values for settings (#455)Lunny Xiao2016-12-231-0/+2
* Bindata is optional and over-writable on restart (#354)Thomas Boerger2016-12-221-5/+16