- 04 Aug, 2019 6 commits
-
-
Antoine GIRARD authored
* build: use GOPROXY * disable download vendor on some steps
-
Lunny Xiao authored
-
jaqra authored
-
silverwind authored
Also did various tweaks to label hover and dark theme. Fixes: https://github.com/go-gitea/gitea/pull/5487
-
FlorianBen authored
* Fix specific highlighting. * Highlighting CMakeLists.txt: remove case sensitive checks. use lowercase checks instead.
-
guillep2k authored
-
- 03 Aug, 2019 3 commits
-
-
Lauris BH authored
-
guillep2k authored
-
Lunny Xiao authored
-
- 02 Aug, 2019 3 commits
-
-
Antoine GIRARD authored
* 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
-
guillep2k authored
-
guillep2k authored
-
- 01 Aug, 2019 5 commits
-
-
silverwind authored
Fixes: https://github.com/go-gitea/gitea/issues/7098
-
Antoine GIRARD authored
-
Lunny Xiao authored
-
Antoine GIRARD authored
-
Lunny Xiao authored
-
- 31 Jul, 2019 6 commits
-
-
zeripath authored
-
Antoine GIRARD authored
* update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
-
techknowlogick authored
-
Lunny Xiao authored
-
GiteaBot authored
-
David Svantesson authored
Signed-off-by:
David Svantesson <davidsvantesson@gmail.com>
-
- 30 Jul, 2019 3 commits
-
-
Lunny Xiao authored
* move commit repo action from models to repofiles package * fix unit tests
-
zeripath authored
- 29 Jul, 2019 8 commits
-
-
GiteaBot authored
-
Lunny Xiao authored
-
Antoine GIRARD authored
-
6543 authored
close issue #7653
-
GiteaBot authored
-
Antoine GIRARD authored
-
Lunny Xiao authored
-
6543 authored
* 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
-
- 27 Jul, 2019 2 commits
-
-
6543 authored
* delet protectin symbol on "action column" * code format
-
renothing authored
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.
-
- 26 Jul, 2019 4 commits
-
-
mrsdizzie authored
From Apache: AllowEncodedSlashes not allowed in <Proxy> context Move this out of <Proxy> block Fixes #7632
-
Andreas Shimokawa authored
-
GiteaBot authored
-
6543 authored
* add class trom table header to table body * remove table header
-