Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make sure argsSet verifies string isn't empty too (#4980) | Lanre Adelowo | 2018-12-27 | 1 | -0/+5 | |
| | ||||||
* | Add rebase with merge commit merge style (#3844) (#4052) | Julian | 2018-12-27 | 14 | -5/+162 | |
| | | | Signed-off-by: Julian Tölle <julian.toelle97@gmail.com> | |||||
* | Remove MTecknology from MAINTAINERS (#5599) | Michael Lustfield | 2018-12-26 | 1 | -1/+0 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-26 | 1 | -1/+1 | |
| | ||||||
* | Fix route in swagger (#5598) | Shashvat Kedia | 2018-12-26 | 2 | -27/+27 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-24 | 1 | -0/+75 | |
| | ||||||
* | Gitlab does have discord integration now (#5589) | Charles | 2018-12-24 | 1 | -1/+1 | |
| | ||||||
* | drone/mssql: use golang 1.11 build like the other tests (#5586) | Antoine GIRARD | 2018-12-23 | 1 | -1/+1 | |
| | ||||||
* | Fix translation errors in doc advanced part (zh-cn) (#5112) | BetaCat | 2018-12-23 | 1 | -1/+1 | |
| | | | | | | | | * ZH-CN translation of Advanced part * Fix translation errors * Resolve issues | |||||
* | backport 1.6.2 changelog (#5576) | techknowlogick | 2018-12-21 | 1 | -0/+14 | |
| | ||||||
* | Fix type mismatch of format string (#5574) | Mura Li | 2018-12-21 | 1 | -1/+1 | |
| | ||||||
* | Immediate fix to htmlEncode user added text (#5570) | zeripath | 2018-12-21 | 1 | -5/+9 | |
| | | | | | There are likely problems remaining with the way that initCommentForm is creating its elements. I suspect that a malformed avatar url could be used maliciously. | |||||
* | fix bug on upload file name (#5571) | Lunny Xiao | 2018-12-20 | 2 | -1/+48 | |
| | ||||||
* | Create stale bot config (#5243) | Antoine GIRARD | 2018-12-20 | 1 | -0/+52 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-19 | 1 | -0/+7 | |
| | ||||||
* | fix table name typo on SQL (#5562) | Lunny Xiao | 2018-12-19 | 1 | -2/+2 | |
| | | | | | | * fix table name typo on SQL * fix reserved word user when on mssql | |||||
* | fix indexer reindex bug when gitea restart (#5563) | Lunny Xiao | 2018-12-19 | 2 | -8/+19 | |
| | | | | | | * fix issue indexer bug reindex when restart gitea * also fix code indexer reindex when gitea restart | |||||
* | Update Licenses (#5558) | zeripath | 2018-12-18 | 349 | -7925/+48971 | |
| | ||||||
* | fix lfs version check warning log when using ssh protocol (#5501) | Lunny Xiao | 2018-12-19 | 5 | -30/+48 | |
| | ||||||
* | Support reverse proxy providing email (#5554) | zeripath | 2018-12-18 | 5 | -10/+28 | |
| | | | This PR implements #2347 | |||||
* | fix forgot removed records when deleting user (#5429) | Lunny Xiao | 2018-12-18 | 19 | -130/+758 | |
| | | | | | | | | | | * fix forgot removed records when deleting user * fix migration * fix rewritekey lock on sqlite * remove unused codes | |||||
* | Add base repo nil check (#5555) | Jonas Franz | 2018-12-17 | 1 | -0/+9 | |
| | | | Signed-off-by: Jonas Franz <info@jonasfranz.software> | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-17 | 1 | -1/+8 | |
| | ||||||
* | Fix makefile generate buildstep (#5556) | Jonas Franz | 2018-12-17 | 1 | -1/+1 | |
| | | | Signed-off-by: Jonas Franz <info@jonasfranz.software> | |||||
* | Improve performance of dashboard (#4977) | Lunny Xiao | 2018-12-13 | 19 | -94/+350 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-12 | 1 | -0/+8 | |
| | ||||||
* | Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled ↵ | Greg Karékinian | 2018-12-12 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | (#5537) Before: $ curl 0.0.0.0:3001 <a href="https://gitea.example.com:3000//">Found</a>. After: $ curl 0.0.0.0:3001 <a href="https://gitea.example.com:3000/">Found</a>. Fixes #5536 | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-12 | 1 | -1/+7 | |
| | ||||||
* | fix bug when a read perm user to edit his issue (#5516) | Lunny Xiao | 2018-12-12 | 1 | -3/+0 | |
| | ||||||
* | fix detect force push failure on deletion of protected branches (#5522) | Lunny Xiao | 2018-12-12 | 1 | -12/+12 | |
| | ||||||
* | Added test environment for mssql (#4282) | kolaente | 2018-12-12 | 27 | -66/+383 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added test environment for m$sql * Added template for test environment for m$sql * Fix password * Fix password (again) * Fix password (again again) * Fix db * Ci trigger (Looking at you drone....) * Ci trigger (Looking at you drone....) * Ci trigger (Looking at you drone....) * Ci trigger (Looking at you drone....) * Create master database for mssql integration tests Signed-off-by: Jonas Franz <info@jonasfranz.software> * Create database only if master do not exist Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix mssql integration tests by using custom database "gitea" Signed-off-by: Jonas Franz <info@jonasfranz.software> * Moved defer * bump xorm * updated xorm * Fixed build | |||||
* | fix approvals limitation (#5521) | Lunny Xiao | 2018-12-11 | 2 | -3/+6 | |
| | ||||||
* | fix permission check on api create org (#5523) | Lunny Xiao | 2018-12-11 | 1 | -1/+1 | |
| | ||||||
* | fix clone wiki failed via ssh (#5503) | Lunny Xiao | 2018-12-11 | 4 | -4/+76 | |
| | ||||||
* | fix adding reaction fail for read permission (#5515) | Lunny Xiao | 2018-12-11 | 1 | -2/+2 | |
| | ||||||
* | add git protocol v2 support via SSH on Docker image (#5520) | Lunny Xiao | 2018-12-11 | 1 | -0/+2 | |
| | | | | | | * add git protocol v2 support via SSH on Docker image * remove new layer on dockerfile | |||||
* | Fix the Let's Encrypt handler by listening on a valid address (#5525) | Greg Karékinian | 2018-12-11 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | * Fix the Let's Encrypt handler by listening on a valid address Also handle errors in the HTTP server go routine, return a fatal error when something goes wrong. Thanks to @gbl08ma for finding the actual bug Here is an example of the error handling: 2018/12/11 14:23:07 [....io/gitea/cmd/web.go:87 func1()] [E] Failed to start the Let's Encrypt handler on port 30: listen tcp 0.0.0.0:30: bind: permission denied Closes #5280 * Fix a typo | |||||
* | Approvals at Branch Protection (#5350) | Jonas Franz | 2018-12-11 | 13 | -41/+251 | |
| | | | | | | | | | | | | | | | | | | | | | | * Add branch protection for approvals Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add required approvals Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add missing comments and fmt Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add type = approval and group by reviewer_id to review * Prevent users from adding negative review limits * Add migration for approval whitelists Signed-off-by: Jonas Franz <info@jonasfranz.software> | |||||
* | Fixing MSSQL timestamp type (#5511) | Christopher | 2018-12-11 | 1 | -1/+1 | |
| | | | | | | MSSQL is using the wrong type here which results in a strconv.ParseInt: parsing "2018-12-07T00:00:00Z": invalid syntax error. The added datediff(SECOND, '19700101', x) results in the unix timestamp to be returned. Signed-off-by: Christopher Dziomba <christopher.dziomba@gmail.com> | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-11 | 1 | -0/+6 | |
| | ||||||
* | fix code review on mssql (#5502) | Lunny Xiao | 2018-12-11 | 1 | -7/+19 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-10 | 2 | -0/+3 | |
| | ||||||
* | fix forgot deletion of notification when delete repository (#5506) | Lunny Xiao | 2018-12-10 | 1 | -0/+1 | |
| | ||||||
* | Fix empty wiki (#5504) | Lunny Xiao | 2018-12-09 | 1 | -1/+3 | |
| | | | | | | * fix wiki page when wiki path is exist but empty * improve the error check | |||||
* | backport 1.6.1 changelog (#5507) | techknowlogick | 2018-12-09 | 1 | -0/+10 | |
| | ||||||
* | Improve team members and repositories settings UI (#5457) | Lunny Xiao | 2018-12-09 | 6 | -10/+19 | |
| | | | | | | | | | | | | * improve team members and repositories settings UI * use tab on team pages * add default description on team members and repos * add blank on numbers and texts * improve translation | |||||
* | add tests for api user orgs (#5494) | Lunny Xiao | 2018-12-09 | 2 | -1/+64 | |
| | | | | | | * add tests for api user orgs * add permission for admin to list user's orgs even he is a private user of org | |||||
* | fix topic name length on database (#5493) | Lunny Xiao | 2018-12-08 | 2 | -2/+2 | |
| | ||||||
* | Allow link verification for services like Mastodon (#5481) | koyu | 2018-12-06 | 1 | -1/+1 | |
| | ||||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-04 | 1 | -1/+1 | |
| |