summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Accept 'Data:' in commit graph (#4487)Kjell Kvinge2018-07-212-1/+31
* Update xorm to latest version and fix correct `user` table referencing in sql...Lauris BH2018-07-207-11/+11
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-1711-45/+530
* Fix column droping for MSSQL that need new transaction for that (#4440)Lauris BH2018-07-132-0/+16
* Implemented hover text showing user FullName (#4261)Guido Diepen2018-07-051-0/+6
* Add default merge options when adding new repository (#4369)Lauris BH2018-07-051-0/+6
* fix repository last updated time update when delete a user who watched the re...Lunny Xiao2018-07-051-2/+2
* Simply remove tidb and deps (#3993)Antoine GIRARD2018-07-041-18/+0
* Add `noreferrer` to rel='noopener` for <a> tags (#4328)cezar972018-07-031-1/+1
* Limit uploaded avatar image-size to 4096x3072 by default (#4353)Kim "BKC" Carlbäcker2018-07-031-0/+11
* Fixed violation of the unique constraint for v68 migration (#4297)Alexey Terentyev2018-06-272-53/+106
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-2119-62/+516
* Fix topics addition (Another solution) (#4031) (#4258)Alexey Terentyev2018-06-214-0/+190
* Change parsing of postgresql settings (#4275)techknowlogick2018-06-202-8/+54
* Fix not removed watches on unallowed repositories (#4201)David Schneiderbauer2018-06-196-0/+233
* Delete reactions added to issues and comments when deleting repository (#4232)Lauris BH2018-06-121-0/+3
* fix bug when deleting a release (#4207)Lunny Xiao2018-06-121-0/+5
* fix delete comment bug (#4216)Lunny Xiao2018-06-111-0/+4
* Improve logging for e-mail and OpenID already in use errors (#4174)Christopher Medlin2018-06-081-2/+2
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-244-15/+181
* Added repository search ordered by stars or forks. Forks column in admin repo...Alexey Terentyev2018-05-242-2/+6
* fix webhook bug of response info is not displayed in UI (#4000)Lunny Xiao2018-05-231-9/+12
* fix #4003 (#4004)奶爸2018-05-211-0/+2
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-2111-37/+267
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-197-0/+232
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-1611-54/+721
* Add LDAP integration tests (#3897)Lauris BH2018-05-111-0/+1
* Fix multiple asssingee table migration (#3931)Lauris BH2018-05-101-37/+39
* Multiple assignees (#3705)kolaente2018-05-0922-255/+699
* consistent IsOverdue field name capitalization (#3909)Travis Parker2018-05-071-2/+2
* Added user language setting (#3875)kolaente2018-05-053-0/+27
* Do not allow to reuse TOTP passcode (#3878)Lauris BH2018-05-023-6/+31
* test: reduce testing time. (#3885)Bo-Yi Wu2018-05-021-14/+22
* Add "error" as reserved username (#3882)Lauris BH2018-05-021-1/+1
* Fix to use only needed columns from tables to get repository git paths (#3870)Lauris BH2018-05-022-4/+48