summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update owners & Date in contributing (#5620)techknowlogick2019-01-021-1/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-01-021-0/+3
|
* branch: Trigger update when deleting branch via UI. (#5617)Harshit Bansal2019-01-021-1/+13
| | | Fixes: #5309.
* Issue is not overdue when it is on the same date #5566 (#5568)Rodrigo Villablanca Vásquez2019-01-013-8/+14
| | | | | | | | | | * Due date time of issues and milestones is set to 23:59:59 * Add docs * make gen swagger * fix swagger gen
* mirror: Delete tags in mirror which are removed for original repo. (#5609)Harshit Bansal2018-12-312-2/+57
| | | | | | This bug was being caused by an error in the logic in `release.go`. Credit to @yasuokav for tracing the root of the issue. Fixes: #5192.
* update v71.go to resolve #5595 (#5613)Daniel Wolf2018-12-311-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-3110-11/+4
|
* Fix wrong text getting saved on editing second comment on an issue. (#5608)Harshit Bansal2018-12-313-3/+3
| | | | | | | | | | | | | | | | * comments: Fix an incorrent DOM element selection. This commit fixes a bug that was causing text from previously edited comment to get saved when two comments were edited one after other. Text area with id of `#content` isn't unique on the page but it was being treated as unique by the event handling code. Fixes: #5581. * templates: Remove `id` from textarea in commit edit form. An element is assigned an `id` only if it is unique for the whole page but in this case there can be multiple textarea so it should have one.
* Webhook for Pull Request approval/rejection (#5027)Lanre Adelowo2018-12-276-20/+168
|
* Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh ↵zeripath2018-12-274-18/+39
| | | | | | | | key deletion (#5557) * Synchronize SSH keys on login with LDAP * BUG: Fix hang on sqlite during LDAP key deletion
* LDAP via simple auth separate bind user and search base (#5055)Tony Homrich2018-12-274-17/+37
|
* Delete organization endpoint added (#5601)Shashvat Kedia2018-12-273-1/+49
| | | | | | | | | | * Delete organization endpoint added * Parameters added in comment * Typo fix * Newline character removed
* fix nil pointer when adding a due date (#5587)Lanre Adelowo2018-12-271-0/+4
| | | | | | * fix nil pointer * remove nil check and just call loadRepo regardless
* Make sure argsSet verifies string isn't empty too (#4980)Lanre Adelowo2018-12-271-0/+5
|
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-2714-5/+162
| | | Signed-off-by: Julian Tölle <julian.toelle97@gmail.com>
* Remove MTecknology from MAINTAINERS (#5599)Michael Lustfield2018-12-261-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-261-1/+1
|
* Fix route in swagger (#5598)Shashvat Kedia2018-12-262-27/+27
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-241-0/+75
|
* Gitlab does have discord integration now (#5589)Charles2018-12-241-1/+1
|
* drone/mssql: use golang 1.11 build like the other tests (#5586)Antoine GIRARD2018-12-231-1/+1
|
* Fix translation errors in doc advanced part (zh-cn) (#5112)BetaCat2018-12-231-1/+1
| | | | | | | | * ZH-CN translation of Advanced part * Fix translation errors * Resolve issues
* backport 1.6.2 changelog (#5576)techknowlogick2018-12-211-0/+14
|
* Fix type mismatch of format string (#5574)Mura Li2018-12-211-1/+1
|
* Immediate fix to htmlEncode user added text (#5570)zeripath2018-12-211-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 Xiao2018-12-202-1/+48
|
* Create stale bot config (#5243)Antoine GIRARD2018-12-201-0/+52
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-191-0/+7
|
* fix table name typo on SQL (#5562)Lunny Xiao2018-12-191-2/+2
| | | | | | * fix table name typo on SQL * fix reserved word user when on mssql
* fix indexer reindex bug when gitea restart (#5563)Lunny Xiao2018-12-192-8/+19
| | | | | | * fix issue indexer bug reindex when restart gitea * also fix code indexer reindex when gitea restart
* Update Licenses (#5558)zeripath2018-12-18349-7925/+48971
|
* fix lfs version check warning log when using ssh protocol (#5501)Lunny Xiao2018-12-195-30/+48
|
* Support reverse proxy providing email (#5554)zeripath2018-12-185-10/+28
| | | This PR implements #2347
* fix forgot removed records when deleting user (#5429)Lunny Xiao2018-12-1819-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 Franz2018-12-171-0/+9
| | | Signed-off-by: Jonas Franz <info@jonasfranz.software>
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-171-1/+8
|
* Fix makefile generate buildstep (#5556)Jonas Franz2018-12-171-1/+1
| | | Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-1319-94/+350
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-12-121-0/+8
|
* Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled ↵Greg Karékinian2018-12-121-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 CrowdinGiteaBot2018-12-121-1/+7
|
* fix bug when a read perm user to edit his issue (#5516)Lunny Xiao2018-12-121-3/+0
|
* fix detect force push failure on deletion of protected branches (#5522)Lunny Xiao2018-12-121-12/+12
|
* Added test environment for mssql (#4282)kolaente2018-12-1227-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 Xiao2018-12-112-3/+6
|
* fix permission check on api create org (#5523)Lunny Xiao2018-12-111-1/+1
|
* fix clone wiki failed via ssh (#5503)Lunny Xiao2018-12-114-4/+76
|
* fix adding reaction fail for read permission (#5515)Lunny Xiao2018-12-111-2/+2
|
* add git protocol v2 support via SSH on Docker image (#5520)Lunny Xiao2018-12-111-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ékinian2018-12-111-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