summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Wrong PR merge commit ID saved (#2007)Lauris BH2017-06-191-1/+1
|
* Don't show non-comments in comments API (#2001)Ethan Koenig2017-06-181-0/+2
|
* Fix GPG email checking to be case insensitive (#1988)Lauris BH2017-06-172-2/+41
|
* fix bu ong normal user visit public repo (#1984)Lunny Xiao2017-06-171-1/+1
|
* Fix deleted milestone bug (#1942)Ethan Koenig2017-06-171-10/+4
| | | | | | | | * Fix deleted milestone bug * Use locale for ghost milestone name * Fix pointer bug
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-0/+2
|
* Fix search by issue type (#1914)Ethan Koenig2017-06-152-46/+46
| | | | * Fix search by issue type
* SQLite has a query timeout. Hopefully fixes most 'database locked' errors ↵Kim "BKC" Carlbäcker2017-06-151-1/+3
| | | | | | (#1961) * SQLite has a query timeout. Fixes 'database locked' errors
* fix collborators lack of units on orgnization repositories (#1968)Lunny Xiao2017-06-152-0/+47
| | | | | | * fix collborators lack of units on orgnization repositories * also change log level to debug
* 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
| | | | | | | | | | | | * Switch to keybase go-crypto (for some elliptic curve key) + test * Use assert.NoError and add a little more context to failing test description * Use assert.(No)Error everywhere 🌈 and assert.Error in place of .Nil/.NotNil
* 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 bare
| * 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
| | | | | | Signed-off-by: Dennis Keitzel <github@pinshot.net>
* | Fix ghost user bug (#1913)Ethan Koenig2017-06-091-0/+6
| | | | | | Fix bug where unassigned issues would appear to be assigned to a ghost user
* | Delete Public SSH Key tmp file after calculating fingerprint (#1855)Dan Magnus Lindvall2017-06-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Delete public key tmp file after calculating fingerprint Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Move line Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Remove defer statement Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Readd defer statement and move remove Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Delete space Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* | Include formatting check to the `make test` (and thus also `check`) rule (#1366)Sandro Santilli2017-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Include formatting check to the `make check` rule ... and give it its own standalone target too (make fmt-check) Show diff on fmt-check failure Do not allow running "fmt-check" with incompatible go version Also simplify the `fmt` rule * Forbid running "make fmt" with Go version != 1.7 or 1.8 * Ignore bindata.go for spelling and formatting checks also remove duplicated variable assignment for GOFILES * Run `make fmt`
* | 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 variables
| * | 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
| | | | | | | | | | | | | | | | * Display draft releases * Include ctx.User in user cache * Integration test
* | Fix bug in removeOrgRepo (#1858)Ethan Koenig2017-06-021-1/+1
| |
* | Fix user profile activity feed (#1848)Ethan Koenig2017-06-023-35/+62
| | | | | | | | | | | | * Fix user profile activity feed * gofmt, and avoid overlapping database connections
* | 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 pull request compare link * Integration test
* | Fix status table race condition (#1835)Ethan Koenig2017-05-313-10/+5
| |
* | Update code.gitea.io/git (#1824)Ethan Koenig2017-05-304-7/+28
| | | | | | | | | | | | | | | | * Update code.gitea.io/git * Update function calls * govendor fetch
* | 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
| | | | | | this makes calcFingerprint use SSH.KeyTestpath instead of os temp dir.
* | xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-3/+3
| | | | | | | | | | | | * xxx_active_code_live setting in printed in hours and minutes instead of just hours * Update app.ini description of xxx_code_lives settings
* | Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-292-2/+12
|/ | | | | | | | * Replace Gogs by Gitea * Fix missing changes * Create Gitea webhook and put Gogs webhook apart.
* Fix invalid reference in feeds template (#1820)Ethan Koenig2017-05-271-0/+6
| | | | | | | | * Fix invalid reference in feeds template * Comment for GetActAvatar * Add integration test
* Fix 500 for GET /teams/:id endpoints (#1811)Ethan Koenig2017-05-261-24/+24
| | | | | | | | * Fix 500 for GET /teams/:id endpoints * Integration test for GET /team/:id * Clean up integration test
* 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
| | | | | | | | | | | | * Fix activity feed Preserve actions after user/repo name change * Add missing comment * Fix migration, and remove fields completely * Tests
* Adding #issuecomment to the URL in E-Mail notifications (#1674)Jonas Franz2017-05-253-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comment's hashtag to url for mail notifications. Signed-off-by: Jonas <info@jonasfranz.software> * Added comment's hashtag to url for mail notifications. Added explanation to return statement. Signed-off-by: Jonas <info@jonasfranz.software> * Added comment's hashtag to url for mail notifications. Added explanation to return statement + documentation. Signed-off-by: Jonas <info@jonasfranz.software> * Added comment's hashtag to url for mail notifications. Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replacing in-line link generation with HTMLURL. (+gofmt) Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replaced action-based model with nil-based model. (+gofmt) Signed-off-by: Jonas Franz <info@jonasfranz.software> * Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants. Signed-off-by: Jonas Franz <info@jonasfranz.software> * Updating comment for mailIssueCommentToParticipants Signed-off-by: Jonas Franz <info@jonasfranz.software>
* 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
|