Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Don't run 'make release' on PRs (#1908) | Kim "BKC" Carlbäcker | 2017-06-09 | 2 | -2/+2 | |
| | | ||||||
* | | Fix ghost user bug (#1913) | Ethan Koenig | 2017-06-09 | 1 | -0/+6 | |
| | | | | | | Fix bug where unassigned issues would appear to be assigned to a ghost user | |||||
* | | Set TMPDIR enviroment variable for dump command (#1915) | Jonas Östanbäck | 2017-06-08 | 1 | -0/+5 | |
| | | ||||||
* | | Add integration test for file editing (#1907) | Mura Li | 2017-06-08 | 1 | -0/+45 | |
| | | ||||||
* | | Fix 500 in public activity page (#1901) | Ethan Koenig | 2017-06-08 | 1 | -1/+5 | |
| | | ||||||
* | | Cache ctx.User in retrieveFeeds (#1902) | Ethan Koenig | 2017-06-08 | 1 | -0/+3 | |
| | | ||||||
* | | Delete Public SSH Key tmp file after calculating fingerprint (#1855) | Dan Magnus Lindvall | 2017-06-08 | 1 | -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> | |||||
* | | Merge pull request #1905 from ethantkoenig/fix/org_api_auth | Andrey Nering | 2017-06-07 | 1 | -7/+7 | |
|\ \ | | | | | | | Require token before checking membership/ownership | |||||
| * | | Require token before checking membership/ownership | Ethan Koenig | 2017-06-07 | 1 | -7/+7 | |
| | | | ||||||
* | | | Merge pull request #1904 from ethantkoenig/fix/org_api | Andrey Nering | 2017-06-07 | 1 | -10/+23 | |
|\ \ \ | | | | | | | | | Bug fixes for org member API | |||||
| * | | | Bug fixes for org member API | Ethan Koenig | 2017-06-07 | 1 | -10/+23 | |
| |/ / | ||||||
* | | | Merge pull request #1896 from typeless/add-integration-test-for-forking | Andrey Nering | 2017-06-07 | 1 | -0/+67 | |
|\ \ \ | | | | | | | | | Add integration test for repository forking | |||||
| * | | | Add integration test for repository forking | Mura Li | 2017-06-07 | 1 | -0/+67 | |
| | | | | ||||||
* | | | | Merge pull request #1903 from camlafit/patch-1 | Andrey Nering | 2017-06-07 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | A missing / to provide a correct endpoint | |||||
| * | | | A missing / to provide a correct endpoint | camlafit | 2017-06-07 | 1 | -1/+1 | |
|/ / / | | | | | | | solve #1899 | |||||
* | | | Send mails as HTML as default. Setting for send as plain text. (#1648) | Jonas Östanbäck | 2017-06-07 | 3 | -23/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Send mails as HTML as default. Setting for send as plain text. * Add new option SendAsPlainText. remove EnableHTMLAlternative * Send HTML mails as default * Add html check if html2text should be performed * Send only multipart or plain. Add deprication warning for ENABLE_HTML_ALTERNATIVE * Still use ENABLE_HTML_ALTERNATIVE for backward compatibility * Changed to not ignore html2text errors | |||||
* | | | Merge pull request #1892 from sapk-fork/update-git | Andrey Nering | 2017-06-06 | 3 | -71/+24 | |
|\ \ \ | | | | | | | | | Update code.gitea.io/git | |||||
| * | | | Update code.gitea.io/git | Antoine GIRARD | 2017-06-06 | 3 | -71/+24 | |
|/ / / | ||||||
* | | | Include formatting check to the `make test` (and thus also `check`) rule (#1366) | Sandro Santilli | 2017-06-06 | 3 | -7/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Hopper | 2017-06-06 | 4 | -1/+44 | |
|/ / | ||||||
* | | Center-aligned login topbar (#1880) | Ethan Koenig | 2017-06-06 | 2 | -2/+2 | |
| | | | | | | | | | | | | * Center-aligned login topbar * Center-align OpenID login | |||||
* | | Migration to fix existing owner team units (#1873) | Ethan Koenig | 2017-06-05 | 2 | -0/+27 | |
| | | ||||||
* | | Prevent accidential selection of line numbers in code view (#1860) | silverwind | 2017-06-05 | 2 | -0/+8 | |
| | | ||||||
* | | feat: add check misspelling (#1877) | Bo-Yi Wu | 2017-06-05 | 29 | -27/+43 | |
| | | ||||||
* | | Merge pull request #1874 from ethantkoenig/typo/issue_test | Andrey Nering | 2017-06-04 | 1 | -11/+8 | |
|\ \ | | | | | | | Fix misspelled variables | |||||
| * | | Fix misspelled variables | Ethan Koenig | 2017-06-04 | 1 | -11/+8 | |
| | | | ||||||
* | | | Merge pull request #1875 from ethantkoenig/test/unused | Andrey Nering | 2017-06-04 | 2 | -6/+8 | |
|\ \ \ | |/ / |/| | | Run unused test | |||||
| * | | Run unused test | Ethan Koenig | 2017-06-04 | 2 | -6/+8 | |
|/ / | ||||||
* | | fix: error from mktemp command in MacOS. (#1837) | Bo-Yi Wu | 2017-06-04 | 2 | -9/+8 | |
| | | | | | | | | | | | | | | | | * fix: error from mktemp command in MacOS. * [ci skip] udpate temp name. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
* | | gofmt (#1868) | Ethan Koenig | 2017-06-04 | 1 | -1/+0 | |
| | | ||||||
* | | Rename misnamed migration (#1867) | Ethan Koenig | 2017-06-04 | 1 | -12/+0 | |
| | | ||||||
* | | Fix paginater length (#1866) | Ethan Koenig | 2017-06-04 | 1 | -1/+1 | |
| | | ||||||
* | | Use production version of vuejs. (#1869) | Antoine GIRARD | 2017-06-04 | 3 | -8569/+9 | |
| | | ||||||
* | | Remove annoying difference in button heights. (#1853) | Hussain Khalil | 2017-06-03 | 2 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | * Remove annoying difference in button heights. Why was that even there? See before & after: http://imgur.com/a/yKdUR * (2/2) Remove annoying difference in button heights | |||||
* | | Fix 404 for external tracking issues (#1852) | Ethan Koenig | 2017-06-03 | 3 | -6/+15 | |
| | | | | | | | | | | | | * Fix 404 for external tracking issues * Fix 404 for new/upload file | |||||
* | | Display draft releases (#1854) | Ethan Koenig | 2017-06-03 | 3 | -75/+53 | |
| | | | | | | | | | | | | | | | | * Display draft releases * Include ctx.User in user cache * Integration test | |||||
* | | Fix bug in removeOrgRepo (#1858) | Ethan Koenig | 2017-06-02 | 1 | -1/+1 | |
| | | ||||||
* | | Display all organization from user settings (#1739) | Rémy Boulanouar | 2017-06-02 | 5 | -0/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Display all organization from user settings * fix Tab selection * Update locale_en-US.ini * Add a condition for display Create organization button * Remove french translation * Remove unnecessary admin flag | |||||
* | | Fix change introduce by update of go-swagger. (#1727) | Antoine GIRARD | 2017-06-01 | 2 | -4/+2 | |
| | | ||||||
* | | Fix user profile activity feed (#1848) | Ethan Koenig | 2017-06-02 | 5 | -48/+74 | |
| | | | | | | | | | | | | * Fix user profile activity feed * gofmt, and avoid overlapping database connections | |||||
* | | Fix some mistakes (#1833) | Patrick G | 2017-06-02 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | * Fix some mistakes * Fixes * Not correct -> incorrect or invalid * Update according to comments | |||||
* | | fix: only run test coverage on master branch. (#1838) | Bo-Yi Wu | 2017-06-01 | 2 | -6/+29 | |
| | | ||||||
* | | Update code.gitea.io/git (#1849) | Ethan Koenig | 2017-06-01 | 2 | -4/+4 | |
| | | ||||||
* | | Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845) | silverwind | 2017-05-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Tests indicate that line length alone does not make browsers slow, so increase the default threshold after which diffs get surpressed for line length from 500 to a more reasonable 5000 characters. Fixes: https://github.com/go-gitea/gitea/issues/1826 | |||||
* | | Don't ignore error in getMergeCommit (#1843) | Ethan Koenig | 2017-05-31 | 1 | -3/+9 | |
| | | ||||||
* | | Fix locking bug in removeOrgRepo (#1842) | Ethan Koenig | 2017-06-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix pull request compare link (#1832) | Ethan Koenig | 2017-05-31 | 3 | -2/+41 | |
| | | | | | | | | | | | | * Fix pull request compare link * Integration test | |||||
* | | Fix status table race condition (#1835) | Ethan Koenig | 2017-05-31 | 5 | -10/+26 | |
| | | ||||||
* | | Add variable for docker tag (#1825) | himaaaatti | 2017-05-31 | 1 | -1/+2 | |
| | | | | | | Signed-off-by: Shunsuke Mie <sux2mfgj@gmail.com> | |||||
* | | Fix FOUC on Firefox (#1728) | Sondre Nilsen | 2017-05-31 | 4 | -2/+17 | |
| | | | | | | | | | | | | | | | | | | Firefox users will experience a flash of unstyled content on loading various pages, this patch will fix this issue using Filament Groups loadCSS library to asynchronously load the CSS responsible for the FOUC. Will fix #1698. Signed-off-by: Sondre Nilsen <nilsen.sondre@gmail.com> |