| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add api for user to create org (#5268) | Lunny Xiao | 2018-11-20 | 4 | -0/+137 |
* | dont' send assign webhooks when creating issue (#5365) | Lunny Xiao | 2018-11-20 | 1 | -4/+5 |
* | app.ini.sample: add ENABLE_USER_HEATMAP default config (#5362) | Antoine GIRARD | 2018-11-20 | 1 | -0/+2 |
* | Add raw blob endpoint to get objects by SHA ID (#5334) | Peter Hoffmann | 2018-11-18 | 6 | -2/+85 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-11-18 | 1 | -0/+1 |
* | Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 (#5341) | Florian Eitel | 2018-11-18 | 2 | -1/+9 |
* | Set ACL on uploads (#5344) | techknowlogick | 2018-11-16 | 1 | -0/+3 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-11-16 | 1 | -0/+1 |
* | added the ability to set labels on the "edit pull request" api (#5347) | Lucien Kerl | 2018-11-16 | 1 | -0/+12 |
* | Implement pasting image from clipboard for browsers that supports that (#5317) | Lauris BH | 2018-11-14 | 1 | -0/+82 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-11-15 | 1 | -1/+2 |
* | Block registration based on email domain (#5157) | Lanre Adelowo | 2018-11-14 | 7 | -0/+106 |
* | Remove x/net/context vendor by using std package (#5202) | Antoine GIRARD | 2018-11-10 | 40 | -641/+1489 |
* | Fix create team, update team missing units (#5188) | Lunny Xiao | 2018-11-10 | 7 | -2/+128 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-11-09 | 1 | -17/+18 |
* | Fix file edit change preview functionality (#5300) | Lauris BH | 2018-11-09 | 2 | -4/+2 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-11-09 | 11 | -11/+0 |
* | fix bug when users have serval teams with different units on different reposi... | Lunny Xiao | 2018-11-09 | 2 | -1/+11 |
* | Add option to disable automatic mirror syncing. (#5242) | Jonas Bröms | 2018-11-08 | 3 | -4/+13 |
* | Fix U2F if gitea is configured in subpath (#5302) | Lauris BH | 2018-11-08 | 1 | -9/+9 |
* | Fix typo in configuration (#5295) | Patrick Lühne | 2018-11-08 | 1 | -1/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-11-07 | 2 | -1/+9 |
* | Remove maxlines option for file logger (#5282) | Lauris BH | 2018-11-07 | 2 | -22/+3 |
* | Prometheus endpoint (#5256) | Stanislav | 2018-11-04 | 112 | -2973/+24655 |
* | Clean up docs (#5274) | techknowlogick | 2018-11-04 | 3 | -5/+9 |
* | 1.6.0-rc2 changelog (#5276) | techknowlogick | 2018-11-04 | 1 | -0/+17 |
* | Add zeripath to maintainers (#5273) | zeripath | 2018-11-04 | 1 | -0/+1 |
* | Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he... | zeripath | 2018-11-03 | 5 | -10/+32 |
* | Update gitignore list (#5258) | Antoine GIRARD | 2018-11-03 | 77 | -157/+765 |
* | Fixed wrong api request url for instances running in subfolders (#5247) | kolaente | 2018-11-03 | 1 | -1/+1 |
* | Fixed heatmap not working in mssql (#5248) | kolaente | 2018-11-01 | 1 | -2/+4 |
* | Update golang version in Dockerfile (#5246) | Stanislav | 2018-11-01 | 1 | -1/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-11-01 | 1 | -9/+9 |
* | Create AuthorizedKeysCommand (#5236) | zeripath | 2018-11-01 | 7 | -19/+136 |
* | Keys API changes (#4960) | zeripath | 2018-10-31 | 6 | -14/+276 |
* | fix: Accept web-command cli flags if web-command is commited (#5200) | Peter Hoffmann | 2018-10-31 | 1 | -1/+1 |
* | Update API link in README (#5241) | Jonas Bröms | 2018-10-31 | 1 | -1/+1 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-10-31 | 1 | -0/+7 |
* | fix compatibility heatmap with mysql 8 (#5232) | Stanislav | 2018-10-31 | 1 | -1/+1 |
* | Add command for migrating database (#4954) | Robert Ștefan | 2018-10-30 | 2 | -0/+53 |
* | Add changelog for 1.5.3 release (#5227) | Lauris BH | 2018-10-30 | 1 | -0/+4 |
* | Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#... | Jerry Jacobs | 2018-10-30 | 2 | -1/+4 |
* | Fix markdown image with link (#4675) | L.E.R | 2018-10-30 | 2 | -22/+21 |
* | This commit will reduce join star, repo_topic, topic tables on repo search, s... | Lunny Xiao | 2018-10-30 | 2 | -37/+17 |
* | Generate random password (#5023) | Lanre Adelowo | 2018-10-30 | 1 | -2/+32 |
* | only chown directories during docker setup if necessary. Fix #4425 (#5064) | Fabian Braun | 2018-10-30 | 1 | -1/+4 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-10-30 | 1 | -0/+1 |
* | Add AutoHead functionality. (#5186) | zeripath | 2018-10-30 | 1 | -0/+1 |
* | Pass link prefixes to external markup parsers (#5201) | Nicolas Lenz | 2018-10-30 | 2 | -0/+9 |
* | fix data race on migrate repository (#5224) | Lunny Xiao | 2018-10-30 | 1 | -3/+8 |