aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* fix duplicated file on pull request conflicted files (#7211) (#7214)Lunny Xiao2019-06-151-1/+11
* Detect noreply email address as user (#7133) (#7195)zeripath2019-06-131-0/+13
* Handle early git version's lack of get-url (#7065) (#7076)techknowlogick2019-05-291-1/+12
* fix possbile mysql invalid connnection error (#7051) (#7071)Lunny Xiao2019-05-291-0/+6
* Fix default for allowing new organization creation for new users (#7017) (#7034)jpicht2019-05-252-2/+3
* SearchRepositoryByName improvements and unification (#6897) (#7002)Lauris BH2019-05-212-66/+74
* fix u2f registrationlist ToRegistrations() method (#6980) (#6982)David Schneiderbauer2019-05-181-1/+1
* Allow collaborators to view repo owned by private org (#6965) (#6968)mrsdizzie2019-05-162-4/+18
* Escape the commit message on issues update (#6901) (#6902)zeripath2019-05-101-1/+2
* Fix 404 when send pull request some situation (#6871) (#6873)Lunny Xiao2019-05-081-0/+28
* fix 500 when reviewer is deleted with integration tests (#6856) (#6860)Lunny Xiao2019-05-063-0/+22
* Attempt to fix #6707 (#6823) (#6854)zeripath2019-05-061-1/+8
* Fix double-generation of scratch token (backport #6833) (#6835)SagePtr2019-05-031-5/+1
* When mirroring we should set the remote to mirror (#6824) (#6834)zeripath2019-05-021-1/+1
* Fix org visibility bug when git cloning (#6743) (#6762)Lunny Xiao2019-04-267-4/+185
* Fix: Sort repos on org home page with non-admin login (#6741) (#6746)Lunny Xiao2019-04-241-3/+11
* Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736) (#6744)Lanre Adelowo2019-04-241-0/+10
* Fix forking an empty repository (#6637) (#6653)Segev Finer2019-04-161-0/+1
* [backport] Fix wrong GPG expire date (#6643) (#6644)Antoine GIRARD2019-04-162-6/+162
* Correctly adjust mirror url (#6593) (#6594)zeripath2019-04-122-11/+20
* fix mail notification when close/reopen issue (#6581) (#6588)Lunny Xiao2019-04-121-4/+12
* fix bug when user login and want to resend register confirmation email (#6482...Lauris BH2019-04-021-6/+6
* Fixed unitTypeCode not being used (#6419) (#6422)kolaente2019-03-241-1/+1
* fix dump table name error and add some test for dump database (#6394) (#6402)Lunny Xiao2019-03-213-3/+21
* fix migrations 82 to ignore unsynced tags between database and git data and m...Lunny Xiao2019-03-211-6/+40
* make sure units of a team are returned (#6379) (#6381)Lanre Adelowo2019-03-191-0/+5
* 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
* Admins can now do unlimited page size user search (listAllUsers & listAllOrgs...John Olheiser2019-02-211-0/+3
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-212-0/+59
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-213-152/+5
* Refactor issue indexer (#5363)Lunny Xiao2019-02-196-94/+126
* Show email if the authenticated user owns the profile page being requested fo...Lanre Adelowo2019-02-191-0/+1
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-192-4/+55
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-185-0/+79
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-185-13/+194