summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Disable web preview for telegram webhook (#6719)techknowlogick2019-04-231-2/+4
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-226-1/+140
* Add option to blame files (#5721)Andrzej Ressel2019-04-192-0/+265
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-192-0/+712
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-193-64/+13
* Telegram webhook (#4227)techknowlogick2019-04-183-0/+343
* UX + Security current user password reset (#5042)AJ ONeal2019-04-181-1/+1
* Comments list performance optimization (#5305)Lunny Xiao2019-04-183-35/+533
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-172-18/+152
* OAuth2 Grant UI (#6625)Jonas Franz2019-04-172-6/+68
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-174-6/+52
* Fix wrong GPG expire date (#6643)Antoine GIRARD2019-04-152-6/+162
* Fix forking an empty repository (#6637)Segev Finer2019-04-151-0/+1
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-147-19/+117
* Correctly adjust mirror url (#6593)zeripath2019-04-122-11/+20
* Improve issue autolinks (#6273)mrsdizzie2019-04-122-10/+13
* Support search operators for commits search (#6479)Mura Li2019-04-124-7/+53
* fix mail notification when close/reopen issue (#6581)Lunny Xiao2019-04-111-4/+12
* Delete local branch if it exists (#6497)John Olheiser2019-04-081-0/+32
* Fixes #6446 - Sort team members and team's repositories (#6525)ngourdon2019-04-071-1/+7
* Make distinction between DisplayName and Username in email templates (#6495)mrsdizzie2019-04-041-3/+4
* Show last commit status in pull request lists (#6465)Elias Norberg2019-04-021-0/+25
* fix upload attachments (#6481)Lunny Xiao2019-04-024-6/+62
* Better logging (#6038) (#6095)zeripath2019-04-0229-205/+205
* fix bug when user login and want to resend register confirmation email (#6482)Lunny Xiao2019-04-021-6/+6
* Make "Ghost" not link to 404 page (#6410)oscar.lofwenhamn2019-03-271-0/+11
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-2726-30/+30
* Add signatures to webhooks (#6428)techknowlogick2019-03-251-0/+19
* Fixed unitTypeCode not being used (#6419)kolaente2019-03-241-1/+1
* fix dump table name error and add some test for dump database (#6394)Lunny Xiao2019-03-203-3/+21
* fix migrations 82 to ignore unsynced tags between database and git data and m...Lunny Xiao2019-03-201-6/+40
* make sure units of a team are returned (#6379)Lanre Adelowo2019-03-191-0/+5
* Implement Default Webhooks (#4299)Russell Aunger2019-03-182-1/+76
* Add bio field for user (#6113)techknowlogick2019-03-181-6/+6
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-1/+1
* Fix ParsePatch function to work with quoted diff --git strings (#6323)mrsdizzie2019-03-142-0/+65
* Fix reported issue in repo description (#6306)zeripath2019-03-111-3/+5
* update git vendor to fix wrong release commit id and add migrations (#6224)Lunny Xiao2019-03-113-4/+94
* Remove util.RemoveAll - should have been removed since go 1.7 (#6299)zeripath2019-03-101-1/+2
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-092-2/+2
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-088-0/+732
* Add robots.txt as reserved username (#6272)techknowlogick2019-03-071-0/+1
* Add ability to sort issues by due date (#6206) (#6244)stevegt2019-03-051-0/+4
* Prevent double-close of issues (#6233)zeripath2019-03-041-1/+7
* Override xorm type mapping for U2F counter (#6232)Maurizio Porrato2019-03-044-1/+43
* add isAdmin to user model (#6231)Lanre Adelowo2019-03-032-0/+18
* Fix renames over redirects (#6216)James E. Blair2019-03-021-1/+17
* Add "ghost" and "notifications" to list of reserved user names. (#6208)tklein232019-02-271-0/+2
* Change sqlite DB path default to data directory (#6198)John Olheiser2019-02-271-1/+2
* fix bug when update owner team then visit team's repo return 404 (#6119)Lunny Xiao2019-02-222-0/+20