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
Kim "BKC" Carlbäcker
185fa7b753
GitHub API Compliance (& linting)
8 years ago
Kim "BKC" Carlbäcker
5f466ee446
Add undocumented endpoint for /repositories/:id
8 years ago
Avelino
60eae0af1e
Fixed project name on setting module key APP_NAME
8 years ago
Avelino
66515f67b2
Fixed project name on base template head
8 years ago
Avelino
f6d91ee381
Fixed project name on repo template mail
8 years ago
Avelino
4b1bc813ba
Fixed project on repo template hook settings
8 years ago
Bwko
6299533be7
Catch os... errors
8 years ago
Avelino
3bb1ce99b7
fixed typo on rename project name scripts for windows (bat)
8 years ago
Avelino
234abfc08d
Fixed project name on scripts
8 years ago
Bwko
7cfe9e55a9
Added rel="noopener" to target="_blank" hrefs ( #327 )
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
8 years ago
Lunny Xiao
ddba97ea1b
Bug fixed for .dockerignore ( #329 )
* bug fixed for .dockerignore
* clean up
8 years ago
Andrey Nering
f800715e7a
Merge pull request #326 from tboerger/maintainers
Added real name of Bwko to maintainers file
8 years ago
Thomas Boerger
ca259b5889
Copy gitea binary to docker from correct path ( #325 )
Signed-off-by: Thomas Boerger <tboerger@suse.de>
8 years ago
Lunny Xiao
e32a301b42
Resolved #296 ( #324 )
* resolved #296
* Indentation fixed
8 years ago
Lunny Xiao
939dfe8263
resolved #310 : hide fork to self ( #323 )
8 years ago