summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bugfix/deformed emoji in commit message (backport 1.9) (#8071)Mario Lubenka2019-09-032-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)guillep2k2019-09-031-0/+3
|
* Run CORS handler first for /api routes (#7967) (#8053)Tamal Saha2019-09-022-9/+8
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Evaluate emojis in commit messages in list view (#7906) (#8044)Mario Lubenka2019-08-311-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 Xiao2019-08-281-1/+1
| | | | file (#8007) (#8009)
* Backport for #7945 (#7994)Richard Mahn2019-08-271-1/+1
|
* backport: Fix adding default Telegram webhook (#7992)Gary Kim2019-08-272-0/+5
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Abort syncrhonization from LDAP source if there is some error. (#7965)David Svantesson2019-08-252-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.2Lunny Xiao2019-08-221-0/+14
| | | | | | * Add release notes of 1.9.2 * add missing issue
* Fix pull creation with empty changes (#7920) (#7926)Mura Li2019-08-202-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 Xiao2019-08-201-4/+4
|
* upload support text/plain; charset=utf8 (#7899)Lunny Xiao2019-08-173-3/+6
|
* drone/docker: prepare multi-arch release + provide arm64 image (#7571) (#7884)Antoine GIRARD2019-08-152-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 GIRARD2019-08-152-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 Adelowo2019-08-151-0/+5
|
* Add changelog of v1.9.1 (#7859)v1.9.1Lunny Xiao2019-08-141-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)zeripath2019-08-141-7/+11
|
* Attempt to fix hook problem (#7856)zeripath2019-08-143-6/+18
|
* gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid ↵Antoine GIRARD2019-08-141-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 Li2019-08-131-1/+1
| | | Which would unnecessarily slow down the pull compare operation.
* Fix duplicate call of webhook (#7821) (#7824)Antoine GIRARD2019-08-126-113/+34
|
* Enable switching to a different source branch when PR already exists (#7823)Mario Lubenka2019-08-111-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 Svantesson2019-08-111-73/+86
| | | Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
* Prevent Commit Status and Message From Overflowing On Branch Page (#7800) ↵Gary Kim2019-08-093-12/+19
| | | | | (#7808) Signed-off-by: Gary Kim <gary@garykim.dev>
* api: fix multiple bugs with statuses endpoints (#7785) (#7807)Antoine GIRARD2019-08-095-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)WGH2019-08-071-2/+2
| | | The order of forkee and fork was mixed up.
* Fix approvals counting (#7757) (#7777)Lunny Xiao2019-08-072-6/+9
| | | | | | | * fix approvals counting * fix tests * fmt
* fix rename failed when rewrite public keys (#7761) (#7769)Lunny Xiao2019-08-061-1/+3
|
* Fix dropTableColumns sqlite implementation (#7710) (#7765)zeripath2019-08-064-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)zeripath2019-08-0512-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 Xiao2019-08-053-4/+27
| | | | (#7742) (#7752)
* Backport: fix repo_index_status lingering when deleting a repository (#7738)guillep2k2019-08-041-0/+1
|
* Fix milestone completness calculation when migrating (#7725) (#7732)Lauris BH2019-08-041-4/+16
|
* Fixes indexed repos keeping outdated indexes when files grow too large (#7731)guillep2k2019-08-031-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)guillep2k2019-08-022-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 Xiao2019-08-011-4/+12
| | | | no-login (#7695) (#7704)
* Correct wrong datetime format for git (#7689) (#7690)zeripath2019-07-312-2/+2
|
* 1.9.0 Changelog (#7676)v1.9.0techknowlogick2019-07-311-19/+41
|
* fix duplicated webhook when creating issue with assignees (#7681) (#7684)Lunny Xiao2019-07-311-3/+6
|
* upgrade macaron/captcha to fix random error problem (#7407) (#7683)Lunny Xiao2019-07-316-29/+44
|
* Backport of #7675. (#7682)David Svantesson2019-07-311-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)65432019-07-301-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)65432019-07-301-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 Xiao2019-07-291-1/+1
|
* css: use flex to fix floating paginate (#7656) (#7662)Antoine GIRARD2019-07-292-1/+3
|
* change length of some repository's columns (#7652) (#7655)Lunny Xiao2019-07-291-2/+2
|
* fix wrong email when use gitea as OAuth2 provider (#7640) (#7647)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.
* reserve .well-known username (#7638)Andreas Shimokawa2019-07-261-0/+1
|
* Fix syntax highlight initialization (#7617) (#7626)silverwind2019-07-261-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 Xiao2019-07-263-6/+18
| | | | | * fix bug create/edit wiki pages when code master branch protected * improve FullPushingEnvironment function