hopegolden
31dd7d1780
Grammar fix
6 years ago
Unknwon
a1098384c0
vendor: update github.com/gogs/git-module
6 years ago
aboron
43bca4df40
ldap: fix group membership search handling when the group members are listed by 'dn' ( #4684 ) ( #4688 )
...
Also, fixed typo in group member list return size check.
6 years ago
Unknwon
82269e4b8c
locale: sync from Crowdin
6 years ago
Unknwon
14e49614e6
gogs: rise Go requirement to 1.7
6 years ago
Unknwon
a221b2807f
routes/repo/issue: fix redirect with unexpected escape ( #5443 )
6 years ago
Unknwon
0d66b1cc1c
pkg/context: apply EscapePound at context level
...
Always escape template variable {{.Link}} variable and redirect calls.
Relates to #5442
6 years ago
Unknwon
1843354d88
templates/repo/setting: fix missing EscapePound ( #5442 )
6 years ago
Unknwon
bd7d1e2f16
routes: fix open redirect vulnerability ( #5355 )
...
Reported by @cezar97 .
6 years ago
Unknwon
aff0bbcc32
pkg/ssh: print actual error in panic ( #5435 )
6 years ago
Unknwon
33e009bedb
README: add FOSSA badge
...
[ci skip]
6 years ago
Unknwon
f94dc67a43
librejs: add jQuery
...
[ci skip]
6 years ago
Unknwon
091f63fd4e
Makefile: only read GOPATH from env var
...
[ci skip]
6 years ago
Unknwon
3a4c981e31
locale: sync from Crowdin
6 years ago
Unknwon
0d48344f93
docker: chown only for the frist time ( #5422 )
6 years ago
Unknwon
21ceba6cfd
Revert "docker: remove chown the git repos on startup (refs #4996 ). ( #5390 )"
...
This reverts commit 068e6ce2c9
.
6 years ago
Unknwon
f8302c5470
ci: fix go vet and add Go 1.11.x
6 years ago
Unknwon
7a7e07a57c
vendor: add dependencies of Prometheus client
6 years ago
Unknwon
520530dfcf
metrics: add initial Prometheus support ( #4141 )
6 years ago
Unknwon
31c18b4bc7
repo: adjust pull request setting description ( #5359 )
6 years ago
Unknwon
1ec365de25
repo: trigger webhook when delete branch after merged pull request ( #5331 )
6 years ago
Unknwon
99f3eabb1b
README: update vision
...
[ci skip]
6 years ago
Unknwon
32479744f6
templates/admin/monitor: fix field error
...
[ci skip]
6 years ago
Unknwon
b68de2330d
auth: support set default login source ( #5274 )
6 years ago
haixunlu
68a6579852
login_source: add default authentication switch ( #5338 )
...
* 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.
6 years ago
Jakob Lykke Andersen
798798f7ab
templates: hide dashboard org creation when not allowed ( #5393 )
...
The admin -> DISABLE_REGULAR_ORG_CREATION setting
hides organization creation in the header, but not
in the dashboard.
6 years ago
leonunix
54e9442a14
docker: fix aarch64 dockerfile make docker image error ( #5411 )
6 years ago
Unknwon
f7b9f35ce1
locale: sync from Crowdin
6 years ago
Ross Golder
068e6ce2c9
docker: remove chown the git repos on startup (refs #4996 ). ( #5390 )
6 years ago
PiPc2
5d4bb4d6f8
librejs.html: fix semantic version ( #5404 )
...
currently incompatible with librejs
6 years ago
Unknwon
a05c19682e
locale: sync from Crowdin
6 years ago
Stefan Liu
5caa7436d8
gogs: remove app flags line ( #5388 )
...
No meaning for this line
6 years ago
Unknwon
512a900202
repo/editor: hide internal error detail
...
Prevent exposure of server path
6 years ago
Unknwon
ba7b2cc1f6
vendor: update github.com/gogs/git-module
6 years ago
Unknwon
ac73d43444
repo_editor: able to trigger Git hooks ( #4338 )
6 years ago
Unknwon
33434a40d7
vendor: update github.com/gogs/git-module
6 years ago
Unknwon
844d69143f
pkg/markup: allow match SHA1 length 7-40 ( #3321 )
6 years ago
Unknwon
77275a9b31
models: rename Id to ID
6 years ago
Unknwon
de10d9be08
models: fix delete undesired release attachments when delete a comment ( #4627 )
...
Apparently, AfterDelete has ID=0
6 years ago
Steven Haigh
3c227af508
scripts: add NoNewPrivileges=true to systemd unit file ( #5381 )
...
Also add comment about unsupported options in different systemd versions.
6 years ago
Unknwon
4c1a479a60
models: fix delete public keys ORM syntax ( #5376 )
6 years ago
Michael Li
cc95d251d6
docker: add new Dockerfile.docker-ce for docker-ce(>=v17.06) to build docker 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
6 years ago
chromium1337
1f247cf813
routes: fix open redirect vulnerability #5364 ( #5365 )
6 years ago
GeekComb
c9bb33afc3
repo: fix issue of fork repository no check the limit of users' repository ( #5346 )
6 years ago
Unknwon
97fb9d283f
locale: sync from Crowdin
6 years ago
Bogdan Khomutsky
66016b8499
scripts: apply hardening for systemd service ( #5332 )
6 years ago
PHANI
8bbf0293f5
webhook: add headers to support spring config server ( #5325 )
...
Spring cloud config server dependency spring cloud config monitor looks for X-Github-Event condition PropertyPathEndpoint.class -> GithubPropertyPathNotificationExtractor.class if ("push".equals(headers.getFirst("X-Github-Event"))) {...}
6 years ago
cezar97
87b229d280
templates: add 'rel=noopener noreferrer' to <a> tags ( #5319 )
...
Signed-off-by: cezar97 <cezar97@protonmail.com>
6 years ago
Unknwon
2a86b3e31d
restore: reset milestone deadline_unix and closed_date_unix ( #5264 )
6 years ago
Steve Chung
436dd6c0a4
routes/repo/setting: require autosize when repo/settings/options is rendered ( #5315 )
6 years ago