aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* docker: remove chown the git repos on startup (refs #4996). (#5390)Ross Golder2018-09-08
|
* librejs.html: fix semantic version (#5404)PiPc22018-09-06
| | | currently incompatible with librejs
* locale: sync from CrowdinUnknwon2018-08-23
|
* gogs: remove app flags line (#5388)Stefan Liu2018-08-23
| | | No meaning for this line
* repo/editor: hide internal error detailUnknwon2018-08-17
| | | | Prevent exposure of server path
* vendor: update github.com/gogs/git-moduleUnknwon2018-08-17
|
* repo_editor: able to trigger Git hooks (#4338)Unknwon2018-08-17
|
* vendor: update github.com/gogs/git-moduleUnknwon2018-08-17
|
* pkg/markup: allow match SHA1 length 7-40 (#3321)Unknwon2018-08-17
|
* models: rename Id to IDUnknwon2018-08-16
|
* models: fix delete undesired release attachments when delete a comment (#4627)Unknwon2018-08-16
| | | | Apparently, AfterDelete has ID=0
* scripts: add NoNewPrivileges=true to systemd unit file (#5381)Steven Haigh2018-08-16
| | | Also add comment about unsupported options in different systemd versions.
* models: fix delete public keys ORM syntax (#5376)Unknwon2018-08-14
|
* docker: add new Dockerfile.docker-ce for docker-ce(>=v17.06) to build docker ↵Michael Li2018-08-13
| | | | | | | | image (#5322) * add new Dockerfile.docker-ce for docker-ce(>=v17.06) to build docker image * change default Dockerfile to support docker-ce(>=v17.06) multi-stage build