Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bugfix/deformed emoji in commit message (backport 1.9) (#8071) | Mario Lubenka | 2019-09-03 | 2 | -0/+4 | |
| | | | | | | | | | | * Fixes deformed emoji in pull request comments or reviews Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Generate css via command Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> | |||||
* | Add change title notification for issues (#8064) | guillep2k | 2019-09-03 | 1 | -0/+3 | |
| | ||||||
* | Run CORS handler first for /api routes (#7967) (#8053) | Tamal Saha | 2019-09-02 | 2 | -9/+8 | |
| | | | Signed-off-by: Tamal Saha <tamal@appscode.com> | |||||
* | Evaluate emojis in commit messages in list view (#7906) (#8044) | Mario Lubenka | 2019-08-31 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> (cherry picked from commit 08c63190c68ca63f99f510f7f2c6cda41d531343) | |||||
* | keep blame view buttons sequence consistent with normal view when view a ↵ | Lunny Xiao | 2019-08-28 | 1 | -1/+1 | |
| | | | | file (#8007) (#8009) | |||||
* | Backport for #7945 (#7994) | Richard Mahn | 2019-08-27 | 1 | -1/+1 | |
| | ||||||
* | backport: Fix adding default Telegram webhook (#7992) | Gary Kim | 2019-08-27 | 2 | -0/+5 | |
| | | | Signed-off-by: Gary Kim <gary@garykim.dev> | |||||
* | Abort syncrhonization from LDAP source if there is some error. (#7965) | David Svantesson | 2019-08-25 | 2 | -6/+11 | |
| | | | | Signed-off-by: David Svantesson <davidsvantesson@gmail.com> (cherry picked from commit b2d23a138942179d62f9bffdb3df272e9300e35b) | |||||
* | Add release notes of 1.9.2 (#7934)v1.9.2 | Lunny Xiao | 2019-08-22 | 1 | -0/+14 | |
| | | | | | | * Add release notes of 1.9.2 * add missing issue | |||||
* | Fix pull creation with empty changes (#7920) (#7926) | Mura Li | 2019-08-20 | 2 | -7/+36 | |
| | | | | | * Logs the stderr of git-apply * Add an integration test * Skip testPatch when patch is empty | |||||
* | fix wrong sender when send slack webhook (#7918) (#7924) | Lunny Xiao | 2019-08-20 | 1 | -4/+4 | |
| | ||||||
* | upload support text/plain; charset=utf8 (#7899) | Lunny Xiao | 2019-08-17 | 3 | -3/+6 | |
| | ||||||
* | drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884) | Antoine GIRARD | 2019-08-15 | 2 | -2/+116 | |
| | | | | | | | | | | | * drone/docker: prepare multi-arch release * Add docker-linux-arm64 pipeline * add arm 64 build to manifest * tag dry-run + indent * Fix notify dependency | |||||
* | lfs/lock: round locked_at timestamp to second (#7872) (#7875) | Antoine GIRARD | 2019-08-15 | 2 | -2/+6 | |
| | | | | | | | | * lfs/lock: round locked_at timestamp to second * test returned locked_at values * tests: use time RFC3339 | |||||
* | fix non existent milestone with 500 error (#7867) (#7873) | Lanre Adelowo | 2019-08-15 | 1 | -0/+5 | |
| | ||||||
* | Add changelog of v1.9.1 (#7859)v1.9.1 | Lunny Xiao | 2019-08-14 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | * add changelog of v1.9.1 * Update CHANGELOG.md Co-Authored-By: Lauris BH <lauris@nix.lv> * mention releases build by go1.12.8 * Update CHANGELOG.md Co-Authored-By: Lauris BH <lauris@nix.lv> | |||||
* | Fix local runs of ssh-requiring integration tests (#7857) | zeripath | 2019-08-14 | 1 | -7/+11 | |
| | ||||||
* | Attempt to fix hook problem (#7856) | zeripath | 2019-08-14 | 3 | -6/+18 | |
| | ||||||
* | gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid ↵ | Antoine GIRARD | 2019-08-14 | 1 | -1/+1 | |
| | | | | | | | gpg key (#7846) (#7850) * Use .ExpiredUnix.IsZero for display green color of gpg key * remove useless parentheses | |||||
* | Do not fetch all refs (#7837) | Mura Li | 2019-08-13 | 1 | -1/+1 | |
| | | | Which would unnecessarily slow down the pull compare operation. | |||||
* | Fix duplicate call of webhook (#7821) (#7824) | Antoine GIRARD | 2019-08-12 | 6 | -113/+34 | |
| | ||||||
* | Enable switching to a different source branch when PR already exists (#7823) | Mario Lubenka | 2019-08-11 | 1 | -7/+7 | |
| | | | Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> | |||||
* | Rewrite existing repo units if setting is not included in api body (#7811) | David Svantesson | 2019-08-11 | 1 | -73/+86 | |
| | | | Signed-off-by: David Svantesson <davidsvantesson@gmail.com> | |||||
* | Prevent Commit Status and Message From Overflowing On Branch Page (#7800) ↵ | Gary Kim | 2019-08-09 | 3 | -12/+19 | |
| | | | | | (#7808) Signed-off-by: Gary Kim <gary@garykim.dev> | |||||
* | api: fix multiple bugs with statuses endpoints (#7785) (#7807) | Antoine GIRARD | 2019-08-09 | 5 | -23/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * fix commit statuses api url * search refs before passing sha * adjust tests * directly search tags and branches names + remove un-needed check in NewCommitStatus * fix comment * de-duplicate code * test: use relative setting.AppURL * Update routers/api/v1/repo/status.go Co-Authored-By: Lauris BH <lauris@nix.lv> * remove return * Update routers/api/v1/repo/status.go Co-Authored-By: Lauris BH <lauris@nix.lv> | |||||
* | Fix Slack webhook fork message (#7774) (#7783) | WGH | 2019-08-07 | 1 | -2/+2 | |
| | | | The order of forkee and fork was mixed up. | |||||
* | Fix approvals counting (#7757) (#7777) | Lunny Xiao | 2019-08-07 | 2 | -6/+9 | |
| | | | | | | | * fix approvals counting * fix tests * fmt | |||||
* | fix rename failed when rewrite public keys (#7761) (#7769) | Lunny Xiao | 2019-08-06 | 1 | -1/+3 | |
| | ||||||
* | Fix dropTableColumns sqlite implementation (#7710) (#7765) | zeripath | 2019-08-06 | 4 | -97/+23 | |
| | | | | | | | | | * Fix dropTableColumns sqlite implementation * use droptables and its index dropping support in v78 and v85 * golang-ci fixes * Add migration from gitea 1.3.3 for sqlite which reveals the droptables bug - thus showing this works | |||||
* | Be more strict with git arguments (#7715) (#7762) | zeripath | 2019-08-05 | 12 | -20/+41 | |
| | | | | | * Be more strict with git arguments * fix-up commit test * use bindings for branch name | |||||
* | add pagination for admin api get orgs and fix only list public orgs bug ↵ | Lunny Xiao | 2019-08-05 | 3 | -4/+27 | |
| | | | | (#7742) (#7752) | |||||
* | Backport: fix repo_index_status lingering when deleting a repository (#7738) | guillep2k | 2019-08-04 | 1 | -0/+1 | |
| | ||||||
* | Fix milestone completness calculation when migrating (#7725) (#7732) | Lauris BH | 2019-08-04 | 1 | -4/+16 | |
| | ||||||
* | Fixes indexed repos keeping outdated indexes when files grow too large (#7731) | guillep2k | 2019-08-03 | 1 | -1/+1 | |
| | | | | | | * Fixes indexed repos keeping outdated indexes when files grow too large Co-Authored-By: zeripath <art27@cantab.net> | |||||
* | Backport: skip non-regular files (e.g. submodules) on repo indexing (#7717) | guillep2k | 2019-08-02 | 2 | -5/+18 | |
| | | | | | | * Backport: skip non-regular files (e.g. submodules) on repo indexing * Include "executable" files in the index, as they are not necessarily binary | |||||
* | improve branches list performance and fix protected branch icon when ↵ | Lunny Xiao | 2019-08-01 | 1 | -4/+12 | |
| | | | | no-login (#7695) (#7704) | |||||
* | Correct wrong datetime format for git (#7689) (#7690) | zeripath | 2019-07-31 | 2 | -2/+2 | |
| | ||||||
* | 1.9.0 Changelog (#7676)v1.9.0 | techknowlogick | 2019-07-31 | 1 | -19/+41 | |
| | ||||||
* | fix duplicated webhook when creating issue with assignees (#7681) (#7684) | Lunny Xiao | 2019-07-31 | 1 | -3/+6 | |
| | ||||||
* | upgrade macaron/captcha to fix random error problem (#7407) (#7683) | Lunny Xiao | 2019-07-31 | 6 | -29/+44 | |
| | ||||||
* | Backport of #7675. (#7682) | David Svantesson | 2019-07-31 | 1 | -2/+15 | |
| | | | | | Move add to hook queue for created repo to outside xorm session. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> | |||||
* | Show protection symbol if needed on default branch (#7660) (#7668) | 6543 | 2019-07-30 | 1 | -4/+8 | |
| | | | | | | | * backport issue showing portection symbol if needet at default branch * sugestion to use range .Branches https://github.com/go-gitea/gitea/pull/7668/files/d57973a8041a741fdb7e77bc6ab18431bbf95ba4 | |||||
* | hide delete/restore button on archived repos [backport] (#7660) | 6543 | 2019-07-30 | 1 | -8/+14 | |
| | | | | | | | | | | | | | | * hide delete/restore button on archived repos close issue #7653 * backport vor v1.9 * hide column also * move protected icon to first colum backport parts of https://github.com/go-gitea/gitea/pull/7461 * backport comit divergenze fix https://github.com/go-gitea/gitea/issues/7625 | |||||
* | fix bug on migrating milestone from github (#7665) (#7666) | Lunny Xiao | 2019-07-29 | 1 | -1/+1 | |
| | ||||||
* | css: use flex to fix floating paginate (#7656) (#7662) | Antoine GIRARD | 2019-07-29 | 2 | -1/+3 | |
| | ||||||
* | change length of some repository's columns (#7652) (#7655) | Lunny Xiao | 2019-07-29 | 1 | -2/+2 | |
| | ||||||
* | fix wrong email when use gitea as OAuth2 provider (#7640) (#7647) | 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. | |||||
* | reserve .well-known username (#7638) | Andreas Shimokawa | 2019-07-26 | 1 | -0/+1 | |
| | ||||||
* | Fix syntax highlight initialization (#7617) (#7626) | silverwind | 2019-07-26 | 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) (#7623) | Lunny Xiao | 2019-07-26 | 3 | -6/+18 | |
| | | | | | * fix bug create/edit wiki pages when code master branch protected * improve FullPushingEnvironment function |