summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix search by issue type (#1914)Ethan Koenig2017-06-152-46/+46
* SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1...Kim "BKC" Carlbäcker2017-06-151-1/+3
* fix collborators lack of units on orgnization repositories (#1968)Lunny Xiao2017-06-152-0/+47
* Fix diff of renamed and modified file (#1967)Ethan Koenig2017-06-141-7/+6
* Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)Antoine GIRARD2017-06-142-13/+34
* Fix bug in Action.loadRepo() (#1959)Ethan Koenig2017-06-141-1/+1
* Fix import order (#1951)Ethan Koenig2017-06-123-3/+5
* Merge pull request #1829 from ethantkoenig/no_branchesAndrey Nering2017-06-121-1/+1
|\
| * Commitless repos should be bareEthan Koenig2017-05-281-1/+1
* | Fix engine bug in getIssueByID (#1934)Ethan Koenig2017-06-111-1/+1
* | Fix errors caused by force push (#1927)Ethan Koenig2017-06-101-6/+7
* | Gracefully handle bare repositories on API operations. (#1932)Dennis Keitzel2017-06-101-1/+1
* | Fix ghost user bug (#1913)Ethan Koenig2017-06-091-0/+6
* | Delete Public SSH Key tmp file after calculating fingerprint (#1855)Dan Magnus Lindvall2017-06-081-0/+1
* | 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
|/