summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#...Jerry Jacobs2018-10-301-1/+3
* This commit will reduce join star, repo_topic, topic tables on repo search, s...Lunny Xiao2018-10-302-37/+17
* fix data race on migrate repository (#5224)Lunny Xiao2018-10-301-3/+8
* fix sqlite lock (#5210)Lunny Xiao2018-10-301-1/+1
* fix sqlite and mssql lock (#5214)Lunny Xiao2018-10-291-12/+22
* fix sqlite lock (#5184)Lunny Xiao2018-10-273-5/+17
* Fix race on updatesize (#5190)Lunny Xiao2018-10-262-9/+10
* Fix sqlite lock (#5176)Lunny Xiao2018-10-253-5/+13
* Fix JSON result of empty array (#5154)Antoine GIRARD2018-10-242-21/+41
* User action heatmap (#5131)kolaente2018-10-234-0/+75
* Increase the retry limit to 20 times and the interval to 200ms (#5134)Mura Li2018-10-211-2/+9
* Fix SQL quoting (#5117)Filip Navara2018-10-201-1/+1
* Remove check for negative length (#5120)Oleg Kovalov2018-10-203-4/+4
* Retry test-fixtures loading in case of transaction rollback (#5125)Mura Li2018-10-201-1/+10
* Use named const instead of a raw string (#5115)Oleg Kovalov2018-10-201-1/+1
* Remove duplicated if bodies (#5121)Oleg Kovalov2018-10-191-12/+5
* Fix deadlock when sqlite (#5118)Lunny Xiao2018-10-192-14/+18
* Make switch more clear (#5119)Oleg Kovalov2018-10-191-3/+2
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-182-0/+6
* Add support for search by uid (#4876)zeripath2018-10-181-0/+6
* refactor: err != nil check, just return error instead (#5093)Bo-Yi Wu2018-10-181-4/+1
* feat(topic): search keyword by splitting provided values by , (#4939)Bo-Yi Wu2018-10-172-5/+11
* Fix regex to support optional end line of old section in diff hunk (#5096)kolaente2018-10-171-9/+16
* fix release creation via API (#5076)Lunny Xiao2018-10-152-2/+98
* Hide outdated comments in file view (#5017)Jonas Franz2018-10-052-1/+12
* make sure milestone listing is consistent across board (#4987)Lanre Adelowo2018-09-281-1/+1
* Fix null pointer dereference in ParseCommitWithSignature (#4962)SagePtr2018-09-201-1/+1
* fix url in discord webhook (#4953)crito2018-09-171-1/+2
* Code review UI improvements and bugfixes (#4682)Lauris BH2018-09-172-12/+16
* make sure to catch the right error so it is displayed as an error on the ui n...Lanre Adelowo2018-09-161-1/+1
* fix bug forget to remove Stopwatch when remove repository (#4928)linweijie20122018-09-131-0/+3
* Force user to change password (#4489)Lanre Adelowo2018-09-133-12/+38
* Fix bug when repo remained bare if multiple branches pushed (#4923)SagePtr2018-09-131-2/+4
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-139-16/+117
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-062-11/+204
* Fix redirect with non-ascii branch names (#4764) (#4810)SagePtr2018-09-064-4/+46
* Do not autocreate directory for new user/orgs (#4828) (#4849)SagePtr2018-09-062-7/+6
* Fix missing release title in webhook (#4783) (#4796)SagePtr2018-08-261-0/+1
* Don't disclose emails of all users when sending out emails (#4664)techknowlogick2018-08-241-2/+10
* MySQL TLS (#4642)Russell Aunger2018-08-231-6/+9
* Make sure to reset commit count in the cache on mirror syncing (#4720)Lanre Adelowo2018-08-231-0/+11
* Fix failure on creating pull request with assignees (#4419) (#4583)SagePtr2018-08-162-3/+7
* Add whitespace handling to PR-comparsion (#4683)nemoinho2018-08-141-10/+21
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-132-1/+63
* add vendor to user reserved words and format words list according alphabet (#...Lunny Xiao2018-08-131-1/+29
* Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645)Lunny Xiao2018-08-091-1/+1
* Push whitelist now doesn't apply to branch deletion (#4601) (#4607)SagePtr2018-08-081-0/+18
* Fix integer constant overflows in tests (#4616)Dennis Menschel2018-08-061-1/+2
* Pull request review/approval and comment on code (#3748)Lauris BH2018-08-0613-35/+1131
* fix bugs when too many IN variables (#4594)Lunny Xiao2018-08-021-95/+194