summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Global code search support (#3664)Lunny Xiao2018-03-162-0/+31
* Added checks for protected branches in pull requests (#3544)Chri-s2018-03-132-0/+44
* Add label descriptions (#3662)Lauris BH2018-03-133-5/+38
* Fix MySQL and PostgreSQL column drop SQL (#3649)Lauris BH2018-03-091-1/+1
* Fix column removal in MSSQL (#3638)Lauris BH2018-03-072-21/+61
* Add Attachment API (#3478)Jonas Franz2018-03-063-3/+100
* Don't write to log NoCommitterAccount (#3621)Morgan Bazalgette2018-03-041-1/+5
* fix: Add feed for organization (#3594)Bo-Yi Wu2018-03-032-0/+16
* Add admin dashboard option to run health checks (#3606)Allen Wild2018-03-021-0/+2
* Fix the protected branch panic issue (#3567)Wendell Sun2018-02-231-0/+4
* Fix remove team member issue (#3566)Wendell Sun2018-02-232-9/+27
* Fix query protected branch bug (#3563)Wendell Sun2018-02-221-2/+1
* fix: if Mirrors repo no content is fetched, updated time should not b… (#3551)Bo-Yi Wu2018-02-221-1/+15
* refactor: reduce sql query in retrieveFeeds (#3547)Bo-Yi Wu2018-02-212-1/+108
* Use unique temp dirs in unit tests (#3494)Ethan Koenig2018-02-211-8/+25
* Bug fix for repo releases sorted (#3522)Wendell Sun2018-02-211-1/+3
* Add issue closed time column to fix activity closed issues list (#3537)Lauris BH2018-02-195-5/+49
* Force remove test repo root path in case previous test is still locking it (#...Lauris BH2018-02-181-1/+14
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-183-6/+7
* Update code.gitea.io/git (#3482)Ethan Koenig2018-02-102-41/+23
* Fixes missing avatars in offline mode (#3471)Codruț Constantin Gușoi2018-02-081-1/+3
* Reduce repo indexer disk usage (#3452)Ethan Koenig2018-02-052-8/+12
* Fix rendering of wiki page list if wiki repo contains other files (#3454)Lauris BH2018-02-053-2/+20
* Fix synchronization bug in repo indexer (#3455)Ethan Koenig2018-02-051-62/+100
* Enable caching on assets and avatars (#3376)Morgan Bazalgette2018-02-041-1/+1
* Add sensitive headers (#3429)Antoine GIRARD2018-01-311-2/+2
* Fix PR merge error (#3421)Ethan Koenig2018-01-291-5/+1
* Fix SQL type error for webhooks (#3424)Ethan Koenig2018-01-291-3/+10
* Fix race condition in repo renaming (#3418)Ethan Koenig2018-01-281-1/+6
* Fix empty checkout bug (#3419)Ethan Koenig2018-01-281-6/+6
* Change local copy origin url after repository rename (#3399)Wendell Sun2018-01-271-1/+10
* Fix SSH auth lfs locks (#3152)Antoine GIRARD2018-01-272-34/+40
* Remove useless check (#3384)Antoine GIRARD2018-01-191-4/+0
* Force-push to base repo's ref/pull/#/head (#3393)Sandro Santilli2018-01-191-0/+1
* Change how merged PR commit info are prepared (#3368)Lauris BH2018-01-191-3/+8
* Delete indexer DB entries when (re)creating index (#3385)Ethan Koenig2018-01-171-0/+7
* Add integrations tests from git cli (#3377)Antoine GIRARD2018-01-161-0/+10
* Change reserved avatar name to correct - avatars (#3375)Lauris BH2018-01-161-1/+1
* Asynchronously populate the repo indexer (#3366)Ethan Koenig2018-01-141-17/+41
* refactor(model): update user method. (#3360)Bo-Yi Wu2018-01-131-32/+16
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-122-13/+13
* Remove hardcoded paths to fix randomly failing tests (#3347)Lauris BH2018-01-113-3/+11
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-082-4/+43
* Remove IsOwner, NumTeams from OrgUser (#3269)Ethan Koenig2018-01-087-77/+63
* Add missing indexer doc in configuration (#3324)Antoine GIRARD2018-01-081-1/+1
* fix bug when a user delete but assigned on issue (#3318)Lunny Xiao2018-01-071-2/+8
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-074-4/+43
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-057-22/+235
* Serve pull request .diff files (#3293)Sandro Santilli2018-01-051-1/+3
* Use issue number/index instead of id for API URL. (#3298)Alberto González Palomo2018-01-031-1/+1