Lunny Xiao
65b6301ea2
Change join chat from gitter to discord ( #1929 )
8 years ago
Ethan Koenig
23d0735f90
Absolute path for setting.CustomConf
8 years ago
Kim "BKC" Carlbäcker
d3efca3982
Merge pull request #1926 from go-gitea/bkcsoft-update-changelog
...
Update changelog with v1.1.1
8 years ago
Ethan Koenig
61716bd8f7
Display URLs in integration test logs ( #1924 )
8 years ago
Ethan Koenig
6d613fb28e
No highlighting for .txt files ( #1922 )
8 years ago
Kim "BKC" Carlbäcker
a5444fb3db
Update changelog with v1.1.1
8 years ago
Ethan Koenig
e9b1b908ee
Fix setting.AppPath for integration tests
8 years ago
Kim "BKC" Carlbäcker
4a3f40460b
Don't run 'make release' on PRs ( #1908 )
8 years ago
Ethan Koenig
73836ce8c4
Fix ghost user bug ( #1913 )
...
Fix bug where unassigned issues would appear to be assigned to a ghost user
8 years ago
Jonas Östanbäck
b1b8c5e9f4
Set TMPDIR enviroment variable for dump command ( #1915 )
8 years ago
Mura Li
662b8bc2a2
Add integration test for file editing ( #1907 )
8 years ago
Ethan Koenig
afe1f1c4af
Fix 500 in public activity page ( #1901 )
8 years ago
Ethan Koenig
9ddc35e343
Cache ctx.User in retrieveFeeds ( #1902 )
8 years ago
Dan Magnus Lindvall
ff7424179e
Delete Public SSH Key tmp file after calculating fingerprint ( #1855 )
...
* 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>
8 years ago
Andrey Nering
65cf6cc848
Merge pull request #1905 from ethantkoenig/fix/org_api_auth
...
Require token before checking membership/ownership
8 years ago
Andrey Nering
a70073e768
Merge pull request #1904 from ethantkoenig/fix/org_api
...
Bug fixes for org member API
8 years ago
Andrey Nering
815715e5a2
Merge pull request #1896 from typeless/add-integration-test-for-forking
...
Add integration test for repository forking
8 years ago
Andrey Nering
4bc7240eee
Merge pull request #1903 from camlafit/patch-1
...
A missing / to provide a correct endpoint
8 years ago
Ethan Koenig
971e3a35c1
Require token before checking membership/ownership
8 years ago
Ethan Koenig
f38842320e
Bug fixes for org member API
8 years ago
camlafit
952cb8046f
A missing / to provide a correct endpoint
...
solve #1899
8 years ago
Mura Li
30a831698e
Add integration test for repository forking
8 years ago
Jonas Östanbäck
d9a8eff2de
Send mails as HTML as default. Setting for send as plain text. ( #1648 )
...
* 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
8 years ago
Andrey Nering
295f560a12
Merge pull request #1892 from sapk-fork/update-git
...
Update code.gitea.io/git
8 years ago
Antoine GIRARD
0cf89a83c1
Update code.gitea.io/git
8 years ago
Sandro Santilli
f6b58964d7
Include formatting check to the `make test` (and thus also `check`) rule ( #1366 )
...
* 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`
8 years ago
Phil Hopper
6ec07a6bd7
Make `LocalCopyPath` a setting instead of a hard-coded path ( #1881 )
8 years ago
Ethan Koenig
cbdd5f787c
Center-aligned login topbar ( #1880 )
...
* Center-aligned login topbar
* Center-align OpenID login
8 years ago
Ethan Koenig
ca9169fbe9
Migration to fix existing owner team units ( #1873 )
8 years ago
silverwind
ae922afa2d
Prevent accidential selection of line numbers in code view ( #1860 )
8 years ago
Bo-Yi Wu
703d18e50d
feat: add check misspelling ( #1877 )
8 years ago
Andrey Nering
ed31dff5ab
Merge pull request #1874 from ethantkoenig/typo/issue_test
...
Fix misspelled variables
8 years ago
Andrey Nering
858126bca1
Merge pull request #1875 from ethantkoenig/test/unused
...
Run unused test
8 years ago
Ethan Koenig
9f9289fc68
Run unused test
8 years ago
Ethan Koenig
1a09afc729
Fix misspelled variables
8 years ago
Bo-Yi Wu
e7ae13deef
fix: error from mktemp command in MacOS. ( #1837 )
...
* fix: error from mktemp command in MacOS.
* [ci skip] udpate temp name.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Ethan Koenig
023cad4461
gofmt ( #1868 )
8 years ago
Ethan Koenig
3e74b5cf51
Rename misnamed migration ( #1867 )
8 years ago
Ethan Koenig
817a405118
Fix paginater length ( #1866 )
8 years ago
Antoine GIRARD
a97d6bf24b
Use production version of vuejs. ( #1869 )
8 years ago
Hussain Khalil
009a073990
Remove annoying difference in button heights. ( #1853 )
...
* 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
8 years ago
Ethan Koenig
2ec5dc1661
Fix 404 for external tracking issues ( #1852 )
...
* Fix 404 for external tracking issues
* Fix 404 for new/upload file
8 years ago
Ethan Koenig
b900c04316
Display draft releases ( #1854 )
...
* Display draft releases
* Include ctx.User in user cache
* Integration test
8 years ago
Ethan Koenig
036ce3f813
Fix bug in removeOrgRepo ( #1858 )
8 years ago
Rémy Boulanouar
62f600cf1c
Display all organization from user settings ( #1739 )
...
* 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
8 years ago
Antoine GIRARD
976c2a05fa
Fix change introduce by update of go-swagger. ( #1727 )
8 years ago
Ethan Koenig
4e5ee2b67a
Fix user profile activity feed ( #1848 )
...
* Fix user profile activity feed
* gofmt, and avoid overlapping database connections
8 years ago
Patrick G
5ca6867aaf
Fix some mistakes ( #1833 )
...
* Fix some mistakes
* Fixes
* Not correct -> incorrect or invalid
* Update according to comments
8 years ago
Bo-Yi Wu
04c6c31f8e
fix: only run test coverage on master branch. ( #1838 )
8 years ago
Ethan Koenig
abb19eff39
Update code.gitea.io/git ( #1849 )
8 years ago