Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#7749) | Antoine GIRARD | 2019-08-05 | 10 | -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 GIRARD | 2019-08-05 | 2 | -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 Xiao | 2019-08-04 | 3 | -4/+27 |
| | |||||
* | Apply emoji on commit graph page (#7743) | jaqra | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Tweak label border CSS (#7739) | silverwind | 2019-08-04 | 4 | -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) | FlorianBen | 2019-08-04 | 1 | -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) | guillep2k | 2019-08-04 | 1 | -0/+1 |
| | |||||
* | Fix milestone completness calculation when migrating (#7725) | Lauris BH | 2019-08-03 | 1 | -4/+16 |
| | |||||
* | Fixes indexed repos keeping outdated indexes when files grow too large (#7712) | guillep2k | 2019-08-03 | 1 | -1/+1 |
| | |||||
* | display as error (#7724) | Lunny Xiao | 2019-08-03 | 1 | -1/+1 |
| | |||||
* | org/members: display 2FA members states + optimize sql requests (#7621) | Antoine GIRARD | 2019-08-02 | 13 | -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 ↵ | guillep2k | 2019-08-02 | 2 | -1/+6 |
| | | | | (#7718) | ||||
* | Skip non-regular files (e.g. submodules) on repo indexing (#7711) | guillep2k | 2019-08-02 | 1 | -5/+13 |
| | |||||
* | Fix create menu item widths (#7708) | silverwind | 2019-08-01 | 2 | -2/+2 |
| | | | Fixes: https://github.com/go-gitea/gitea/issues/7098 | ||||
* | drone: a test for compat with 32 bit (#7707) | Antoine GIRARD | 2019-08-01 | 1 | -0/+10 |
| | |||||
* | remove unnecessary fmt on generate bindata (#7706) | Lunny Xiao | 2019-08-01 | 3 | -3/+0 |
| | |||||
* | update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705) | Antoine GIRARD | 2019-08-01 | 5 | -13/+13 |
| | |||||
* | improve branches list performance and fix protected branch icon when ↵ | Lunny Xiao | 2019-08-01 | 1 | -4/+12 |
| | | | | no-login (#7695) | ||||
* | Correct wrong datetime format for git (#7689) | zeripath | 2019-07-31 | 2 | -2/+2 |
| | |||||
* | Update src-d/go-git to v4.13.0 (#7688) | Antoine GIRARD | 2019-07-31 | 131 | -406/+3148 |
| | | | | | | | | * update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor | ||||
* | frontport 1.9.0 changelog (#7687) | techknowlogick | 2019-07-31 | 1 | -3/+41 |
| | |||||
* | fix duplicated webhook when creating issue with assignees (#7681) | Lunny Xiao | 2019-07-31 | 1 | -3/+6 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-07-31 | 1 | -0/+3 |
| | |||||
* | Move add to hook queue for created repo to outside xorm session. (#7675) | David Svantesson | 2019-07-31 | 1 | -2/+15 |
| | | | | Signed-off-by: David Svantesson <davidsvantesson@gmail.com> | ||||
* | sugestion to use range .Branches (#7674) | 6543 | 2019-07-30 | 1 | -2/+2 |
| | | | https://github.com/go-gitea/gitea/pull/7668/files/d57973a8041a741fdb7e77bc6ab18431bbf95ba4 | ||||
* | Move commit repo action from models to repofiles package (#7645) | Lunny Xiao | 2019-07-30 | 6 | -310/+348 |
| | | | | | | * move commit repo action from models to repofiles package * fix unit tests | ||||
* | SetDefaultBranch on pushing to empty repository (#7610) | zeripath | 2019-07-30 | 1 | -0/+11 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-07-29 | 3 | -0/+6 |
| | |||||
* | fix bug on migrating milestone from github (#7665) | Lunny Xiao | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | css: use flex to fix floating paginate (#7656) | Antoine GIRARD | 2019-07-29 | 2 | -1/+3 |
| | |||||
* | hide delete/restor button on archived repos (#7658) | 6543 | 2019-07-29 | 1 | -1/+1 |
| | | | close issue #7653 | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-07-29 | 1 | -0/+1 |
| | |||||
* | integration tests: Use t.Helper() (#7654) | Antoine GIRARD | 2019-07-29 | 2 | -0/+18 |
| | |||||
* | change length of some repository's columns (#7652) | Lunny Xiao | 2019-07-29 | 3 | -3/+23 |
| | |||||
* | [Branch View] add download button (#7604) | 6543 | 2019-07-29 | 4 | -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) | 6543 | 2019-07-27 | 1 | -5/+3 |
| | | | | | | * delet protectin symbol on "action column" * code format | ||||
* | fix wrong email when use gitea as OAuth2 provider (#7640) | renothing | 2019-07-27 | 12 | -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) | mrsdizzie | 2019-07-26 | 2 | -8/+8 |
| | | | | | | | From Apache: AllowEncodedSlashes not allowed in <Proxy> context Move this out of <Proxy> block Fixes #7632 | ||||
* | reserve .well-known username (#7637) | Andreas Shimokawa | 2019-07-26 | 1 | -0/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-07-26 | 1 | -0/+1 |
| | |||||
* | [Branch View] Delete Table Header (#7622) | 6543 | 2019-07-26 | 1 | -14/+4 |
| | | | | | | * add class trom table header to table body * remove table header | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-07-26 | 1 | -1/+2 |
| | |||||
* | Update to latest mssqldriver (#7613) | zeripath | 2019-07-26 | 31 | -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) | 6543 | 2019-07-26 | 2 | -2/+3 |
| | | | | | | | | * add restore-button info message * branch deltete undo icon to button * branch deltete icon to button | ||||
* | Fix syntax highlight initialization (#7617) | silverwind | 2019-07-25 | 1 | -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 Xiao | 2019-07-25 | 3 | -6/+18 |
| | | | | | | * fix bug create/edit wiki pages when code master branch protected * improve FullPushingEnvironment function | ||||
* | Make PKCS8, PEM and SSH2 keys work (#7600) | zeripath | 2019-07-25 | 2 | -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) | zeripath | 2019-07-25 | 2 | -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) | zeripath | 2019-07-25 | 4 | -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 Saha | 2019-07-25 | 13 | -174/+338 |
| | | | Signed-off-by: Tamal Saha <tamal@appscode.com> |