Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | routes/api: allow get repository without login (#5475) | Unknwon | 2018-12-01 |
| | |||
* | templates/user/dashboard: include 'org' query parameter in new mirror URL ↵ | Samuel Cochran | 2018-11-29 |
| | | | | (#5534) | ||
* | api: fix critical CSRF vulnerabilities on API routes (#5355) | Unknwon | 2018-11-28 |
| | | | | By explicitly requires token authentication. | ||
* | README: add new sponsor | Unknwon | 2018-11-27 |
| | |||
* | templates/wiki: fix emoji rendering (#4869) | Unknwon | 2018-11-26 |
| | |||
* | conf: fix unexpected behavior of config inheritance (#5007) | Unknwon | 2018-11-26 |
| | |||
* | routes/repo/issue: implement issue pre-filling (#5521) | Charles Kenney | 2018-11-20 |
| | | | Signed-off-by: Charles Kenney <charlesc.kenney@gmail.com> | ||
* | conf: add go-bindata install command in README | Unknwon | 2018-11-20 |
| | | | | [ci skip] | ||
* | locale: sync from Crowdin | Unknwon | 2018-11-19 |
| | |||
* | mirror: trigger additional push webhook on new branch (#5508) | Danilo Riecken P. de Morais | 2018-11-14 |
| | | | | This commit fixes issue #5473 and makes a new branch behave like a push event and trigger the appropriate webhook. | ||
* | templates/user/profile: added rel="me" to website link on user profile (#5485) | Federico Culloca | 2018-11-12 |
| | | | | | | | | * Added rel="me" to website link on user profile See issue #5008 * Added `nofollow` as per feedback | ||
* | ci: remove Go master for the moment | Unknwon | 2018-11-08 |
| | |||
* | public/css: add 'overflow-wrap: break-word' to dashboard news feeds (#5507) | A.J. Ruckman | 2018-11-08 |
| | |||
* | repo/http: update CORS headers to allow custom user-agent (#5498) | William Hilton | 2018-11-07 |
| | | | At some point after #4970 was merged, isomorphic-git started sending a custom User-Agent in its HTTP requests to deal with some services (\*cough\* gists \*cough\*) which filtered git traffic by User-Agent. Sadly, this broke cloning from Gogs using isomorphic-git in the browser (https://github.com/isomorphic-git/isomorphic-git/issues/555). This PR fixes it by telling browsers it is OK for CORS requests to send a custom User-Agent header. | ||
* | vendor: update github.com/go-macaron/session (#5469) | Unknwon | 2018-11-06 |
| | | | | Fix security flaw reported by c957861129d62331c5704d2f04d11e41. | ||
* | Merge branch 'master' of github.com:gogs/gogs into develop | Unknwon | 2018-11-05 |
|\ | |||
| * | ldap: grammar fix (#5493) | hopegolden | 2018-11-05 |
| | | |||
| * | docker: grammar fix (#5492) | hopegolden | 2018-11-05 |
| | | |||
* | | Dockerfile.aarch64hub: install shadow package (#5481) | Masen Furer | 2018-11-05 |
| | | | | | | | | the shadow package contains the usermod(8) utility which is used by start.sh and finalize.sh to configure the git user | ||
* | | pkg/bindata: update content | Unknwon | 2018-11-04 |
| | | |||
* | | conf: change default session cookie name | Unknwon | 2018-10-24 |
| | | | | | | | | [CI SKIP] | ||
* | | vendor: update github.com/go-macaron/session (#5469) | Unknwon | 2018-10-24 |
| | | | | | | | | Fix security flaw reported by c957861129d62331c5704d2f04d11e41. | ||
* | | vendor: update github.com/go-macaron/session (#5469) | Unknwon | 2018-10-24 |
|/ | | | | Fix security flaw reported by c957861129d62331c5704d2f04d11e41. | ||
* | vendor: update github.com/gogs/git-module | Unknwon | 2018-10-23 |
| | |||
* | ldap: fix group membership search handling when the group members are listed ↵ | aboron | 2018-10-23 |
| | | | | | by 'dn' (#4684) (#4688) Also, fixed typo in group member list return size check. | ||
* | locale: sync from Crowdin | Unknwon | 2018-10-16 |
| | |||
* | gogs: rise Go requirement to 1.7 | Unknwon | 2018-10-03 |
| | |||
* | routes/repo/issue: fix redirect with unexpected escape (#5443) | Unknwon | 2018-09-30 |
| | |||
* | pkg/context: apply EscapePound at context level | Unknwon | 2018-09-28 |
| | | | | | | Always escape template variable {{.Link}} variable and redirect calls. Relates to #5442 | ||
* | templates/repo/setting: fix missing EscapePound (#5442) | Unknwon | 2018-09-28 |
| | |||
* | routes: fix open redirect vulnerability (#5355) | Unknwon | 2018-09-28 |
| | | | | Reported by @cezar97. | ||
* | pkg/ssh: print actual error in panic (#5435) | Unknwon | 2018-09-28 |
| | |||
* | README: add FOSSA badge | Unknwon | 2018-09-26 |
| | | | | [ci skip] | ||
* | librejs: add jQuery | Unknwon | 2018-09-19 |
| | | | | [ci skip] | ||
* | Makefile: only read GOPATH from env var | Unknwon | 2018-09-18 |
| | | | | [ci skip] | ||
* | locale: sync from Crowdin | Unknwon | 2018-09-16 |
| | |||
* | docker: chown only for the frist time (#5422) | Unknwon | 2018-09-15 |
| | |||
* | Revert "docker: remove chown the git repos on startup (refs #4996). (#5390)" | Unknwon | 2018-09-15 |
| | | | | This reverts commit 068e6ce2c995445f0ce1c10ee11816600b12a5fd. | ||
* | ci: fix go vet and add Go 1.11.x | Unknwon | 2018-09-14 |
| | |||
* | vendor: add dependencies of Prometheus client | Unknwon | 2018-09-14 |
| | |||
* | metrics: add initial Prometheus support (#4141) | Unknwon | 2018-09-14 |
| | |||
* | repo: adjust pull request setting description (#5359) | Unknwon | 2018-09-14 |
| | |||
* | repo: trigger webhook when delete branch after merged pull request (#5331) | Unknwon | 2018-09-14 |
| | |||
* | README: update vision | Unknwon | 2018-09-14 |
| | | | | [ci skip] | ||
* | templates/admin/monitor: fix field error | Unknwon | 2018-09-13 |
| | | | | [ci skip] | ||
* | auth: support set default login source (#5274) | Unknwon | 2018-09-13 |
| | |||
* | login_source: add default authentication switch (#5338) | haixunlu | 2018-09-13 |
| | | | | | | | | | | | | | | | * Add default Authentication Switch. * adjust the code accroding to reviews * #1. Remove redudant logic. #2, Fix a bug in "Edit" panel. * Remove unused logic * Fix local authentication files are not flushed. * refactor according to review. | ||
* | templates: hide dashboard org creation when not allowed (#5393) | Jakob Lykke Andersen | 2018-09-11 |
| | | | | | The admin -> DISABLE_REGULAR_ORG_CREATION setting hides organization creation in the header, but not in the dashboard. | ||
* | docker: fix aarch64 dockerfile make docker image error (#5411) | leonunix | 2018-09-10 |
| | |||
* | locale: sync from Crowdin | Unknwon | 2018-09-10 |
| |