summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Include formatting check to the `make test` (and thus also `check`) rule (#1366)Sandro Santilli2017-06-061-1/+1
* Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)Phil Hopper2017-06-062-1/+26
* Migration to fix existing owner team units (#1873)Ethan Koenig2017-06-052-0/+27
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* Merge pull request #1874 from ethantkoenig/typo/issue_testAndrey Nering2017-06-041-11/+8
|\
| * Fix misspelled variablesEthan Koenig2017-06-041-11/+8
* | Run unused testEthan Koenig2017-06-042-6/+8
|/
* Rename misnamed migration (#1867)Ethan Koenig2017-06-041-12/+0
* Display draft releases (#1854)Ethan Koenig2017-06-031-0/+8
* Fix bug in removeOrgRepo (#1858)Ethan Koenig2017-06-021-1/+1
* Fix user profile activity feed (#1848)Ethan Koenig2017-06-023-35/+62
* Don't ignore error in getMergeCommit (#1843)Ethan Koenig2017-05-311-3/+9
* Fix locking bug in removeOrgRepo (#1842)Ethan Koenig2017-06-011-1/+1
* Fix pull request compare link (#1832)Ethan Koenig2017-05-311-1/+9
* Fix status table race condition (#1835)Ethan Koenig2017-05-313-10/+5
* Update code.gitea.io/git (#1824)Ethan Koenig2017-05-304-7/+28
* Use ghost users in issues/PRs (#1831)Ethan Koenig2017-05-301-2/+8
* use writeTmpKeyFile in calcFingerprint (#1828)Timo Myyrä2017-05-291-10/+2
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-3/+3
* Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-292-2/+12
* Fix invalid reference in feeds template (#1820)Ethan Koenig2017-05-271-0/+6
* Fix 500 for GET /teams/:id endpoints (#1811)Ethan Koenig2017-05-261-24/+24
* Give all units to owner team (#1812)Ethan Koenig2017-05-261-0/+1
* Fix deadlock in updateRepository (#1813)Ethan Koenig2017-05-261-4/+8
* Fix activity feed (#1779)Ethan Koenig2017-05-269-147/+193
* Adding #issuecomment to the URL in E-Mail notifications (#1674)Jonas Franz2017-05-253-12/+19
* fix bug not to trim space of login username (#1796)Lunny Xiao2017-05-251-1/+6
* Rename RepoCreationNum -> MaxCreationLimit (#1766)Jonas Östanbäck2017-05-241-2/+2
* Delete repo redirects on repo deletion (#1776)Ethan Koenig2017-05-231-0/+1
* Fix unloaded owner (#1770)Ethan Koenig2017-05-211-2/+3
* Fix and test for delete user (#1713)Ethan Koenig2017-05-207-57/+112
* Admin should always be allowed to create repos even if hit limit (#1765)Jonas Östanbäck2017-05-201-0/+3
* fixes wrong after field in webhook payload (#1746)Kim "BKC" Carlbäcker2017-05-191-1/+1
|\
| * fixes wrong after field in webhook payloadDiep Pham2017-05-181-1/+1
* | fix admin lost permission caused by #947Lunny Xiao2017-05-191-6/+6
* | Add units to team (#947)Lunny Xiao2017-05-189-33/+174
|/
* fix avatar update bug (#1729)Lunny Xiao2017-05-161-0/+1
* Add new text for reset password flash (#1718)Jonas Östanbäck2017-05-141-2/+2
* gofmt (#1710)Ethan Koenig2017-05-121-1/+1
* Added Parent property to the repo API (#1687)guyzmo2017-05-121-0/+16
* Don't recreate database in integration tests (#1697)Ethan Koenig2017-05-111-0/+1
* LDAP user synchronization (#1478)Lauris BH2017-05-104-18/+187
* Improve dashboard repo search (#1652)Andrey Nering2017-05-091-3/+0
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-081-1/+1
* fix potential sqlite lock #1680Kim "BKC" Carlbäcker2017-05-081-9/+7
|\
| * fix potential sqlite lockLunny Xiao2017-05-051-9/+7
* | Show commit status icon in commits table (#1688)Lauris BH2017-05-071-4/+54
* | Remove env user salt since no need to use (#1515)Lunny Xiao2017-05-061-1/+0
* | Exposes in API the Repo entity's Size and IsBare property (#1668)guyzmo2017-05-051-0/+2
|/
* fix potential lock when sqlite (#1647)Lunny Xiao2017-05-051-21/+27