Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translate home template to Czech (#5665) | Jan Breuer | 2019-01-08 | 1 | -0/+37 |
| | | | Signed-off-by: Jan Breuer <jan.breuer@jaybee.cz> | ||||
* | Added URL mapping for Release attachments like on github.com (#1707) | gdeverlant | 2019-01-06 | 5 | -9/+71 |
| | |||||
* | Display branch name in delete branch confirmation modal. (#5654) | Harshit Bansal | 2019-01-06 | 3 | -6/+6 |
| | | | Fixes: #5630. | ||||
* | Only count users own actions for heatmap contributions (#5647) | Julian | 2019-01-06 | 1 | -3/+13 |
| | | | | Signed-off-by: Julian Tölle <julian.toelle97@gmail.com> | ||||
* | fix commit page showing status for current default branch (#5650) | Julian | 2019-01-06 | 1 | -1/+1 |
| | | | Signed-off-by: Julian Tölle <julian.toelle97@gmail.com> | ||||
* | migrate database if app.ini found (#5290) | Pierre-Alexis Ciavaldini | 2019-01-05 | 1 | -0/+15 |
| | | | | | | | | * migrate database if app.ini found * replacing hard-coded user id by env variable * Update per @zeripath's feedback | ||||
* | Add docs on passing SSH through to container (#5019) | Dane | 2019-01-05 | 1 | -0/+64 |
| | | | | | | | | | | | | | | | | | * Add docs on passing SSH through to container Wasn't clear how to pass SSH connections through the container, found a few blog posts which described roughly the same procedure I've documented here. Credit should really go to: * https://blog.sakuragawa.moe/gitea-in-docker-container-and-sharing-ssh-with-host/ * http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk> * Add note to resolve @lafriks feedback | ||||
* | Fix sqlite deadlock when assigning to a PR (#5640) | zeripath | 2019-01-04 | 6 | -9/+17 |
| | | | | | | | | | | | | * Fix sqlite deadlock when assigning to a PR Fix 5639 Signed-off-by: Andrew Thornton <art27@cantab.net> * More possible deadlocks found and fixed Signed-off-by: Andrew Thornton <art27@cantab.net> | ||||
* | Add changelog for 1.6.3 and 1.7.0-rc2 (#5636) | Jonas Franz | 2019-01-04 | 1 | -0/+10 |
| | | | | | | | | | | * Add changelog for 1.6.3 and 1.7.0-rc2 Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add missing point for 1.6.3 Signed-off-by: Jonas Franz <info@jonasfranz.software> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-04 | 2 | -78/+1101 |
| | |||||
* | SECURITY: protect DeleteFilePost et al with cleanUploadFileName (#5631) | zeripath | 2019-01-04 | 1 | -2/+18 |
| | | | | | This commit wraps more of the TreePaths with cleanUploadFileName Signed-off-by: Andrew Thornton <art27@cantab.net> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-04 | 1 | -0/+9 |
| | |||||
* | Don't close issues via commits on non-default branch. (#5622) | Harshit Bansal | 2019-01-04 | 2 | -40/+63 |
| | | | | | | | | Adds a small check to close the issues only if the referencing commits are on the default branch. Fixes: #2314. | ||||
* | Documentation: Clarity for HTTPS setups (#5626)v1.7.0-dev | 0x5c | 2019-01-03 | 2 | -3/+16 |
| | | | | | | [https-setup] - Made it clearer that HTTP redirection is possible [config-cheat-sheet] - Clarified the behavihour of the redirection-related config keys | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-03 | 1 | -0/+11 |
| | |||||
* | Add changelog for 1.7.0-rc1 (#5616) | Jonas Franz | 2019-01-03 | 1 | -0/+145 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add changelog for 1.7.0-rc1 * Change position of refactoring of heatmap * Refactoring some items in changelog * Fix wrong PR title in changelog Signed-off-by: Jonas Franz <info@jonasfranz.software> * Remove backported PRs Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix wrong date Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add new PR to list * Security fixes have been backported | ||||
* | Fix bug on modifying sshd username (#5624) | Moshi Binyamini | 2019-01-02 | 1 | -1/+1 |
| | | | Should fix #5623 | ||||
* | Update @jonasfranz's username (#5619) | techknowlogick | 2019-01-02 | 1 | -1/+1 |
| | | | | | | * Update @jonasfranz's username * lowercase'd username | ||||
* | Update owners & Date in contributing (#5620) | techknowlogick | 2019-01-02 | 1 | -1/+6 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-02 | 1 | -0/+3 |
| | |||||
* | branch: Trigger update when deleting branch via UI. (#5617) | Harshit Bansal | 2019-01-02 | 1 | -1/+13 |
| | | | Fixes: #5309. | ||||
* | Issue is not overdue when it is on the same date #5566 (#5568) | Rodrigo Villablanca Vásquez | 2019-01-01 | 3 | -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 Bansal | 2018-12-31 | 2 | -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 Wolf | 2018-12-31 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-31 | 10 | -11/+4 |
| | |||||
* | Fix wrong text getting saved on editing second comment on an issue. (#5608) | Harshit Bansal | 2018-12-31 | 3 | -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 Adelowo | 2018-12-27 | 6 | -20/+168 |
| | |||||
* | Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh ↵ | zeripath | 2018-12-27 | 4 | -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 Homrich | 2018-12-27 | 4 | -17/+37 |
| | |||||
* | Delete organization endpoint added (#5601) | Shashvat Kedia | 2018-12-27 | 3 | -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 Adelowo | 2018-12-27 | 1 | -0/+4 |
| | | | | | | * fix nil pointer * remove nil check and just call loadRepo regardless | ||||
* | 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 |
| |