Andrey Nering
681ff22998
Merge pull request #412 from strk/libravatar-source
Add support for using "libravatar" as the GravatarSource
8 years ago
Denis Denisov
820c295d94
Fix random string generator ( #384 )
* Remove unused custom-alphabet feature of random string generator
Fix random string generator
Random string generator should return error if it fails to read random data via crypto/rand
* Fixes variable (un)initialization mixed assign
Update test GetRandomString
8 years ago
Andrey Nering
2ddedca5ee
Merge pull request #422 from mjwwit/master
Change test mail subject and body to 'Gitea Test Mail!'
8 years ago
Michael de Wit
f7dc0e2df7
change test mail subject and body to 'Gitea Test Mail!'
Signed-off-by: Michael de Wit <mjwwit@gmail.com>
8 years ago
Nico Mandery
49e76e5976
serve video files using the HTML5 video tag ( #418 )
* serve video files using the HTML5 video tag
* lint fix: add comment to IsVideoFile
8 years ago
Sandro Santilli
f99e97c857
Add support for using "libravatar" as the GravatarSource
Just to make it easier for administrator to configure libre avatar,
as it is done for "duoshuo" and "gravatar"
8 years ago
Lunny Xiao
b43036e864
add ZH readme ( #405 )
8 years ago
Lunny Xiao
11452ffbad
fixed vulnerabilities labels ( #409 )
8 years ago
Richie B2B
fc77e7c7bf
Remove fixed FIXME ( #408 )
8 years ago
Richie B2B
cfbda06133
Fix typo ( #407 )
8 years ago
Martin Hebnes Pedersen
c599e46a3e
Update gitea/sdk vendor ( #406 )
8 years ago
Andrey Nering
27546125ef
Revert "Disable coverage report for now" ( #400 )
8 years ago
Lunny Xiao
bdf8452447
fixed vulnerabilities on deleting release ( #399 )
8 years ago
Thomas Boerger
0c0910dea4
Disable coverage report for now ( #395 )
Until aircover gets updated so that it works again I have disabled to
coverage report upload for now.
8 years ago
Thomas Boerger
8d4f08e574
Fixing multiple docker issues ( #386 )
* Added stupid docker task to makefile
* Dropped unknown option PrintLastLog from docker ssh config
* OpenSSH should log to docker stdout
* Set random pw for docker git user, otherwise it is locked
* Stop using templates and public within docker
8 years ago
Sandro Santilli
4a3ce016e4
Update example install url from try.gogs.io to try.gitea.io ( #385 )
* Update example install url from try.gogs.io to try.gitea.io
* Ask if issue can be reproduced on try.gitea.io
* Link try.gitea.io to the README
8 years ago
Lunny Xiao
e0f49993f5
fixed vulnerabilities ( #392 )
8 years ago
Lunny Xiao
8d42710d03
Don't use custom PBKDF2 function ( #382 )
8 years ago
Lunny Xiao
4f165ac458
bug fixed branch name for pushupdate ( #380 )
8 years ago
Kim "BKC" Carlbäcker
8fda1b2465
Autogenerate Version on build ( #190 )
* Autogenerate Version On Build
* Fixes
* Changed Version to v0.9.0
* balls
* I hate newlines
* Don't remove .VERSION-file on `make clean`
* v0.9.0 => 1.0.0
* damn new-lines...
* Always rebuild templates/.VERSION
* Delete .VERSION
* Update Makefile
8 years ago
Denis Denisov
8fe209ff3e
Correction LDAP validation ( #342 )
* Correction LDAP username validation
As https://msdn.microsoft.com/en-us/library/aa366101(v=vs.85).aspx describe spaces should not be in start or at the end of username but they can be inside the username. So please check my solution for it.
* Check for zero length passwords in LDAP module.
According to https://tools.ietf.org/search/rfc4513#section-5.1.2 LDAP client should always check before bind whether a password is an empty value. There are at least one LDAP implementation which does not return error if you try to bind with DN set and empty password - AD.
* Clearing the login/email spaces at the [start/end]
8 years ago
Bwko
0cbb209b6c
In the wiki title replace tab with a space ( #371 )
8 years ago
Bwko
dd94092787
Fixes issue #283
Delete old temp local copy before we create a new temp local copy
8 years ago
Ethan Koenig
165606ce4c
Bug fix for edit-hook API endpoint
8 years ago
Henning Henkel
8fc64028b7
Fix alignment of tooltip and add bindata - related to #359 ( #364 )
8 years ago
Ethan Koenig
d44efe52ba
Remove stale comment in models/repo.go ( #366 )
8 years ago
Bwko
a48f0cae7d
Fix for #361 , renamed username to login
8 years ago
Ethan Koenig
2872b66e89
Bug fixes for repo permissions in API
Also move duplicated code into repo.APIFormat(..)
8 years ago
Henning Henkel
b76bc3744d
Added download tooltip - solves #221 ( #359 )
8 years ago
Bwko
f44e9b94b1
Fixes panic when there's no user initialized ( #358 )
8 years ago
Thomas Boerger
c7aa87988d
Integrate templates into bindata optionally ( #314 )
Integrated optional bindata for the templates
8 years ago
Kim "BKC" Carlbäcker
0525b30fce
Actually fix 'make build' ( #353 )
* Actually fix bloddy 'make build'
8 years ago
Thomas Boerger
00a606c96e
Enabled bindata build tag and generate bindata ( #352 )
8 years ago
Kim "BKC" Carlbäcker
e7a62302e5
Awlays build, even when it thinks it's up to date ( #351 )
8 years ago
Thomas Boerger
4e0bddc146
Merge pull request #348 from tboerger/release-fixes
Fix drone release publishing and test steps
8 years ago
Thomas Boerger
84e6cabd16
Fixed build tags and deps for all build/test steps
8 years ago
Thomas Boerger
b530e9a05f
Properly move releases within drone builds
8 years ago
Antonio Facciolo
40da4dc502
Fixes #316
Export Pusher name as GITEA_PUSHER_NAME env variable
Export also GITEA_UUID, but keep the uuid env variable for backward compatibility
export pusher name ENV variable #316
change env variable prefix to GITEA_
Signed-off-by: Antonio Facciolo <afdev82@gmail.com>
Export also GITEA_UUID #316
Keep uuid env variable for backward compatibility
8 years ago
Kim "BKC" Carlbäcker
42bff5c4fd
Fix regression in PR-API #248 ( #349 )
* Fix #344 (regression in PR-API #248 )
8 years ago
Thomas Boerger
9258673143
Merge pull request #347 from thehowl/fix-contributing-typos
Fix typos in CONTRIBUTING
8 years ago
Morgan Bazalgette
36c384ddc8
Apply suggested changes
8 years ago
Morgan Bazalgette
fab1b55469
Fix typos in CONTRIBUTING
Signed-off-by: Morgan Bazalgette <the@howl.moe>
8 years ago
Andrey Nering
5e000779e0
Merge pull request #345 from Bwko/fix_for_320
Fix for #320
8 years ago
Bwko
8a714b742a
Fix for #320
Suppress the error when we're removing a file that may not exist
8 years ago
Denis Denisov
3249571ef6
Safe compare password (timing attack) ( #338 )
8 years ago
Thomas Boerger
85c09e80be
Merge pull request #334 from avelino/scripts_project_name_update
Fixed project name on scripts
8 years ago
Avelino
2a4e3e6deb
update SERVICENAME on init scripts
8 years ago
Kim "BKC" Carlbäcker
b20aadde50
[API] Pull Requests ( #248 )
8 years ago
Kim "BKC" Carlbäcker
9797e37c58
Merge pull request #227 from go-gitea/api/github-compliance
GitHub API Compliance Fixes
8 years ago
Kim "BKC" Carlbäcker
e70fa9da88
Linting
8 years ago