summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1940 from cez81/discord_linksAndrey Nering2017-06-114-5/+5
|\ | | | | Update links to Discord server
| * Update links to Discord serverJonas Östanbäck2017-06-114-5/+5
|/
* 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-103-2/+12
| | | Signed-off-by: Dennis Keitzel <github@pinshot.net>
* Support CRLF when splitting code lines for display (#1862)silverwind2017-06-103-3/+7
| | | | | | | | | | | | * Support CRLF when splitting code lines for display * refactor, fix mixed match * fmt * split on both LF and CRLF, use raw literals in regexes * simplify
* [ci skip] update discord badge. (#1930)Bo-Yi Wu2017-06-102-2/+2
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Change join chat from gitter to discord (#1929)Lunny Xiao2017-06-102-2/+2
|
* Merge pull request #1926 from go-gitea/bkcsoft-update-changelogKim "BKC" Carlbäcker2017-06-101-0/+13
|\ | | | | Update changelog with v1.1.1
| * Update changelog with v1.1.1Kim "BKC" Carlbäcker2017-06-101-0/+13
| |
* | Display URLs in integration test logs (#1924)Ethan Koenig2017-06-0915-71/+47
| |
* | No highlighting for .txt files (#1922)Ethan Koenig2017-06-091-1/+3
|/
* Don't run 'make release' on PRs (#1908)Kim "BKC" Carlbäcker2017-06-092-2/+2
|
* 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
* Set TMPDIR enviroment variable for dump command (#1915)Jonas Östanbäck2017-06-081-0/+5
|
* Add integration test for file editing (#1907)Mura Li2017-06-081-0/+45
|
* Fix 500 in public activity page (#1901)Ethan Koenig2017-06-081-1/+5
|
* Cache ctx.User in retrieveFeeds (#1902)Ethan Koenig2017-06-081-0/+3
|
* 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>
* Merge pull request #1905 from ethantkoenig/fix/org_api_authAndrey Nering2017-06-071-7/+7
|\ | | | | Require token before checking membership/ownership
| * Require token before checking membership/ownershipEthan Koenig2017-06-071-7/+7
| |
* | Merge pull request #1904 from ethantkoenig/fix/org_apiAndrey Nering2017-06-071-10/+23
|\ \ | | | | | | Bug fixes for org member API
| * | Bug fixes for org member APIEthan Koenig2017-06-071-10/+23
| |/
* | Merge pull request #1896 from typeless/add-integration-test-for-forkingAndrey Nering2017-06-071-0/+67
|\ \ | | | | | | Add integration test for repository forking
| * | Add integration test for repository forkingMura Li2017-06-071-0/+67
| | |
* | | Merge pull request #1903 from camlafit/patch-1Andrey Nering2017-06-071-1/+1
|\ \ \ | |_|/ |/| | A missing / to provide a correct endpoint
| * | A missing / to provide a correct endpointcamlafit2017-06-071-1/+1
|/ / | | | | solve #1899
* | Send mails as HTML as default. Setting for send as plain text. (#1648)Jonas Östanbäck2017-06-073-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-gitAndrey Nering2017-06-063-71/+24
|\ \ | | | | | | Update code.gitea.io/git
| * | Update code.gitea.io/gitAntoine GIRARD2017-06-063-71/+24
|/ /
* | Include formatting check to the `make test` (and thus also `check`) rule (#1366)Sandro Santilli2017-06-063-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 Hopper2017-06-064-1/+44
|/
* Center-aligned login topbar (#1880)Ethan Koenig2017-06-062-2/+2
| | | | | | * Center-aligned login topbar * Center-align OpenID login
* Migration to fix existing owner team units (#1873)Ethan Koenig2017-06-052-0/+27
|
* Prevent accidential selection of line numbers in code view (#1860)silverwind2017-06-052-0/+8
|
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-0529-27/+43
|
* 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
| |
* | Merge pull request #1875 from ethantkoenig/test/unusedAndrey Nering2017-06-042-6/+8
|\ \ | |/ |/| Run unused test
| * Run unused testEthan Koenig2017-06-042-6/+8
|/
* fix: error from mktemp command in MacOS. (#1837)Bo-Yi Wu2017-06-042-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 Koenig2017-06-041-1/+0
|
* Rename misnamed migration (#1867)Ethan Koenig2017-06-041-12/+0
|
* Fix paginater length (#1866)Ethan Koenig2017-06-041-1/+1
|
* Use production version of vuejs. (#1869)Antoine GIRARD2017-06-043-8569/+9
|
* Remove annoying difference in button heights. (#1853)Hussain Khalil2017-06-032-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 Koenig2017-06-033-6/+15
| | | | | | * Fix 404 for external tracking issues * Fix 404 for new/upload file
* Display draft releases (#1854)Ethan Koenig2017-06-033-75/+53
| | | | | | | | * Display draft releases * Include ctx.User in user cache * Integration test
* Fix bug in removeOrgRepo (#1858)Ethan Koenig2017-06-021-1/+1
|
* Display all organization from user settings (#1739)Rémy Boulanouar2017-06-025-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