summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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