aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* routes/api: allow get repository without login (#5475)Unknwon2018-12-01
|
* templates/user/dashboard: include 'org' query parameter in new mirror URL ↵Samuel Cochran2018-11-29
| | | | (#5534)
* api: fix critical CSRF vulnerabilities on API routes (#5355)Unknwon2018-11-28
| | | | By explicitly requires token authentication.
* README: add new sponsorUnknwon2018-11-27
|
* templates/wiki: fix emoji rendering (#4869)Unknwon2018-11-26
|
* conf: fix unexpected behavior of config inheritance (#5007)Unknwon2018-11-26
|
* routes/repo/issue: implement issue pre-filling (#5521)Charles Kenney2018-11-20
| | | Signed-off-by: Charles Kenney <charlesc.kenney@gmail.com>
* conf: add go-bindata install command in READMEUnknwon2018-11-20
| | | | [ci skip]
* locale: sync from CrowdinUnknwon2018-11-19
|
* mirror: trigger additional push webhook on new branch (#5508)Danilo Riecken P. de Morais2018-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 Culloca2018-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 momentUnknwon2018-11-08
|
* public/css: add 'overflow-wrap: break-word' to dashboard news feeds (#5507)A.J. Ruckman2018-11-08
|
* repo/http: update CORS headers to allow custom user-agent (#5498)William Hilton2018-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)Unknwon2018-11-06
| | | | Fix security flaw reported by c957861129d62331c5704d2f04d11e41.
* Merge branch 'master' of github.com:gogs/gogs into developUnknwon2018-11-05
|\
| * ldap: grammar fix (#5493)hopegolden2018-11-05
| |
| * docker: grammar fix (#5492)hopegolden2018-11-05
| |
* | Dockerfile.aarch64hub: install shadow package (#5481)Masen Furer2018-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 contentUnknwon2018-11-04
| |
* | conf: change default session cookie nameUnknwon2018-10-24
| | | | | | | | [CI SKIP]
* | vendor: update github.com/go-macaron/session (#5469)Unknwon2018-10-24
| | | | | | | | Fix security flaw reported by c957861129d62331c5704d2f04d11e41.
* | vendor: update github.com/go-macaron/session (#5469)Unknwon2018-10-24
|/ | | | Fix security flaw reported by c957861129d62331c5704d2f04d11e41.
* vendor: update github.com/gogs/git-moduleUnknwon2018-10-23
|
* ldap: fix group membership search handling when the group members are listed ↵aboron2018-10-23
| | | | | by 'dn' (#4684) (#4688) Also, fixed typo in group member list return size check.
* locale: sync from CrowdinUnknwon2018-10-16
|
* gogs: rise Go requirement to 1.7Unknwon2018-10-03
|
* routes/repo/issue: fix redirect with unexpected escape (#5443)Unknwon2018-09-30
|
* pkg/context: apply EscapePound at context levelUnknwon2018-09-28
| | | | | | Always escape template variable {{.Link}} variable and redirect calls. Relates to #5442
* templates/repo/setting: fix missing EscapePound (#5442)Unknwon2018-09-28
|
* routes: fix open redirect vulnerability (#5355)Unknwon2018-09-28
| | | | Reported by @cezar97.
* pkg/ssh: print actual error in panic (#5435)Unknwon2018-09-28
|
* README: add FOSSA badgeUnknwon2018-09-26
| | | | [ci skip]
* librejs: add jQueryUnknwon2018-09-19
| | | | [ci skip]
* Makefile: only read GOPATH from env varUnknwon2018-09-18
| | | | [ci skip]
* locale: sync from CrowdinUnknwon2018-09-16
|
* docker: chown only for the frist time (#5422)Unknwon2018-09-15
|
* Revert "docker: remove chown the git repos on startup (refs #4996). (#5390)"Unknwon2018-09-15
| | | | This reverts commit 068e6ce2c995445f0ce1c10ee11816600b12a5fd.
* ci: fix go vet and add Go 1.11.xUnknwon2018-09-14
|
* vendor: add dependencies of Prometheus clientUnknwon2018-09-14
|
* metrics: add initial Prometheus support (#4141)Unknwon2018-09-14
|
* repo: adjust pull request setting description (#5359)Unknwon2018-09-14
|
* repo: trigger webhook when delete branch after merged pull request (#5331)Unknwon2018-09-14
|
* README: update visionUnknwon2018-09-14
| | | | [ci skip]
* templates/admin/monitor: fix field errorUnknwon2018-09-13
| | | | [ci skip]
* auth: support set default login source (#5274)Unknwon2018-09-13
|
* login_source: add default authentication switch (#5338)haixunlu2018-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 Andersen2018-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)leonunix2018-09-10
|
* locale: sync from CrowdinUnknwon2018-09-10
|