summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* fix forgot deletion of notification when delete repository (#5506) (#5514)Lunny Xiao2018-12-111-0/+1
* fix undeleted content when deleting user (#5509)Lunny Xiao2018-12-112-11/+18
* fix topic name length on database (#5493) (#5495)Lunny Xiao2018-12-092-2/+2
* ensure that the `closed_at` is set for closed (#5450)romankl2018-12-021-0/+4
* Fix repository deletion when there is large number of issues in it (#5426) (#...Lunny Xiao2018-11-301-39/+40
* dont' send assign webhooks when creating issue (#5365) (#5369)Lunny Xiao2018-11-211-4/+5
* Migration fixes 5318 1.6 backport (#5355)Florian Eitel2018-11-182-1/+9
* Fix create team, update team missing units (#5188) (#5313)Lunny Xiao2018-11-112-0/+43
* fix bug when users have serval teams with different units on different reposi...Lunny Xiao2018-11-092-1/+11
* This commit will reduce join star, repo_topic, topic tables on repo search, s...Lunny Xiao2018-10-312-36/+22
* fix data race on migrate repository (#5224) (#5230)Lunny Xiao2018-10-311-3/+8
* fix sqlite lock (#5210) (#5223)Lunny Xiao2018-10-301-1/+1
* Fix race on updatesize (#5190) (#5215)Lunny Xiao2018-10-302-9/+10
* fix sqlite and mssql lock (#5214) (#5218)Lunny Xiao2018-10-291-12/+22
* Fix sqlite lock (#5176) (#5179)Lunny Xiao2018-10-253-5/+13
* Fix SQL quoting (#5137)Filip Navara2018-10-221-1/+1
* Fix regex to support optional end line of old section in diff hunk (#5097)kolaente2018-10-181-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
* Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519) (#...SagePtr2018-07-271-1/+1
* Switch plaintext scratch tokens to use hash instead (#4331)techknowlogick2018-07-273-7/+108
* Fix out-of-transaction query in removeOrgUser (#4521) (#4522)SagePtr2018-07-271-1/+1
* env var GITEA_PUSHER_EMAIL (#4516)Lukas Treyer2018-07-261-0/+1
* Make max commits in graph configurable (#4498)Kjell Kvinge2018-07-231-1/+2
* Fix migration from older releases (#4495)Lauris BH2018-07-211-1/+1