summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#7749)Antoine GIRARD2019-08-0510-29/+86
| | | | | | * deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 from 1.2.0 to 1.3.0 * deps: vendor updates
* build: use GOPROXY and disable download on some steps (#7745)Antoine GIRARD2019-08-052-0/+26
| | | | | | * build: use GOPROXY * disable download vendor on some steps
* add pagination for admin api get orgs and fix only list public orgs bug (#7742)Lunny Xiao2019-08-043-4/+27
|
* Apply emoji on commit graph page (#7743)jaqra2019-08-041-1/+1
|
* Tweak label border CSS (#7739)silverwind2019-08-044-17/+33
| | | | | Also did various tweaks to label hover and dark theme. Fixes: https://github.com/go-gitea/gitea/pull/5487
* Fix specific highlighting (CMakeLists.txt ...) (#7686)FlorianBen2019-08-041-5/+7
| | | | | | | | * Fix specific highlighting. * Highlighting CMakeLists.txt: remove case sensitive checks. use lowercase checks instead.
* Fix repo_index_status lingering when deleting a repository (#7734)guillep2k2019-08-041-0/+1
|
* Fix milestone completness calculation when migrating (#7725)Lauris BH2019-08-031-4/+16
|
* Fixes indexed repos keeping outdated indexes when files grow too large (#7712)guillep2k2019-08-031-1/+1
|
* display as error (#7724)Lunny Xiao2019-08-031-1/+1
|
* org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD2019-08-0213-25/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * org/members: display 2FA state * fix comment typo * lay down UserList bases * add basic test for previous methods * add comment for UserList type * add valid two-fa account * test new UserList methods * optimize MembersIsPublic by side loading info on GetMembers + fix integrations tests * respect fmt rules * use map for data * Optimize GetTwoFaStatus * rewrite by using existing sub func * Optimize IsUserOrgOwner * remove un-used code * tests: cover empty org + fix import order * tests: add ErrTeamNotExist path * tests: fix wrong expected result
* Include "executable" files in the index, as they are not necessarily binary ↵guillep2k2019-08-022-1/+6
| | | | (#7718)
* Skip non-regular files (e.g. submodules) on repo indexing (#7711)guillep2k2019-08-021-5/+13
|
* Fix create menu item widths (#7708)silverwind2019-08-012-2/+2
| | | Fixes: https://github.com/go-gitea/gitea/issues/7098
* drone: a test for compat with 32 bit (#7707)Antoine GIRARD2019-08-011-0/+10
|
* remove unnecessary fmt on generate bindata (#7706)Lunny Xiao2019-08-013-3/+0
|
* update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)Antoine GIRARD2019-08-015-13/+13
|
* improve branches list performance and fix protected branch icon when ↵Lunny Xiao2019-08-011-4/+12
| | | | no-login (#7695)
* Correct wrong datetime format for git (#7689)zeripath2019-07-312-2/+2
|
* Update src-d/go-git to v4.13.0 (#7688)Antoine GIRARD2019-07-31131-406/+3148
| | | | | | | | * update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
* frontport 1.9.0 changelog (#7687)techknowlogick2019-07-311-3/+41
|
* fix duplicated webhook when creating issue with assignees (#7681)Lunny Xiao2019-07-311-3/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-311-0/+3
|
* Move add to hook queue for created repo to outside xorm session. (#7675)David Svantesson2019-07-311-2/+15
| | | | Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
* sugestion to use range .Branches (#7674)65432019-07-301-2/+2
| | | https://github.com/go-gitea/gitea/pull/7668/files/d57973a8041a741fdb7e77bc6ab18431bbf95ba4
* Move commit repo action from models to repofiles package (#7645)Lunny Xiao2019-07-306-310/+348
| | | | | | * move commit repo action from models to repofiles package * fix unit tests
* SetDefaultBranch on pushing to empty repository (#7610)zeripath2019-07-301-0/+11
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-293-0/+6
|
* fix bug on migrating milestone from github (#7665)Lunny Xiao2019-07-291-1/+1
|
* css: use flex to fix floating paginate (#7656)Antoine GIRARD2019-07-292-1/+3
|
* hide delete/restor button on archived repos (#7658)65432019-07-291-1/+1
| | | close issue #7653
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-291-0/+1
|
* integration tests: Use t.Helper() (#7654)Antoine GIRARD2019-07-292-0/+18
|
* change length of some repository's columns (#7652)Lunny Xiao2019-07-293-3/+23
|
* [Branch View] add download button (#7604)65432019-07-294-9/+32
| | | | | | | | | | | | | | | | | | | | | | | | | * add download-button info message * add overflow-visible css for table colum class * right colum is always there * add download button for default branch * add download button for all other branchs * resize table colum so two buttons fit in * code indent avter rebase * show commit divergence corect https://github.com/go-gitea/gitea/issues/7625 * changes because of merge master into ... * optimize if statement for protected branches * dont downloat a deleted branch - fix error 404
* [Branch View] Protection Symbole (delete dublicate) (#7624)65432019-07-271-5/+3
| | | | | | * delet protectin symbol on "action column" * code format
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-2712-27/+32
| | | | | | | when you use gitea as OAuth2 provider, the /api/v1/user should return user primary email as identifier, which is unique in OAuth2 clients. this patch use convert.ToUser replace all u.APIFormat in api requests, return primary email when caller is yourself or admin.
* Fix regression in reverse proxy documentation (#7634)mrsdizzie2019-07-262-8/+8
| | | | | | | From Apache: AllowEncodedSlashes not allowed in <Proxy> context Move this out of <Proxy> block Fixes #7632
* reserve .well-known username (#7637)Andreas Shimokawa2019-07-261-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-261-0/+1
|
* [Branch View] Delete Table Header (#7622)65432019-07-261-14/+4
| | | | | | * add class trom table header to table body * remove table header
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-261-1/+2
|
* Update to latest mssqldriver (#7613)zeripath2019-07-2631-594/+2372
| | | | * New driver does not tolerate USE - handle this by closing db and reopening db in the new dbname
* [Branch View] icons to buttons (#7602)65432019-07-262-2/+3
| | | | | | | | * add restore-button info message * branch deltete undo icon to button * branch deltete icon to button
* Fix syntax highlight initialization (#7617)silverwind2019-07-251-1/+4
| | | | | | | | | | | | | * Fix syntax highlight initialization Previously hljs was initialized via a function that relies on the DOMContentLoaded event, registerd after jQuery's 'ready' event. I assume that with the recent jQuery update, DOMContentLoaded may not be guaranteed to fire after 'ready'. Fixed this via vanilla JS initalization. Fixes: https://github.com/go-gitea/gitea/issues/7559 * semicolon
* Fix bug create/edit wiki pages when code master branch protected (#7580)Lunny Xiao2019-07-253-6/+18
| | | | | | * fix bug create/edit wiki pages when code master branch protected * improve FullPushingEnvironment function
* Make PKCS8, PEM and SSH2 keys work (#7600)zeripath2019-07-252-27/+125
| | | | | | | | * Make PEM and SSH2 keys work * add ssh2 testcases and PEM cases - and fix PEM * Add final test to parse the proposed key
* Fix panic on push at #7611 (#7615)zeripath2019-07-252-2/+2
| | | | | | | | * Fix panic in #7611 Use pr.IssueID instead of pr.Issue.ID as Issue may not be loaded and is unnecessary * Only fetch the head branch from the remote
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-254-9/+138
| | | | | | | | | | | | | | | | | | | | * Fix #7136: Add paging and extend API GetCommitStatuses * update swagger * Update routers/api/v1/repo/status.go Co-Authored-By: techknowlogick <matti@mdranta.net> * Update routers/api/v1/repo/status.go Co-Authored-By: techknowlogick <matti@mdranta.net> * Update routers/api/v1/repo/status.go Co-Authored-By: techknowlogick <matti@mdranta.net> * Apply suggestions from code review
* Update to xorm@v0.7.4 (#7596)Tamal Saha2019-07-2513-174/+338
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>