| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for using "libravatar" as the GravatarSource | Sandro Santilli | 2016-12-19 | 1 | -0/+2 |
* | Autogenerate Version on build (#190) | Kim "BKC" Carlbäcker | 2016-12-13 | 1 | -9/+0 |
* | Fixed project name on setting module key APP_NAME | Avelino | 2016-12-02 | 1 | -1/+1 |
* | Get rid of bin folder within makefile, enabled TiDB (#319) | Thomas Boerger | 2016-12-01 | 2 | -16/+1 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -28/+39 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
* | Merge pull request #103 from strk/GOGS_drop | Sandro Santilli | 2016-11-07 | 1 | -3/+19 |
|\ |
|
| * | Replace GOGS with GITEA in variable names | Sandro Santilli | 2016-11-07 | 1 | -3/+19 |
* | | Replace Gogs to Gitea in installation options | Joubert RedRat | 2016-11-07 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning | Rachid Zarouali | 2016-11-07 | 1 | -0/+2 |
|\ |
|
| * | rename variable + fix wiki link | Thibault Meyer | 2016-10-04 | 1 | -1/+2 |
| * | Can disable GIT interactions by HTTP protocol | Thibault Meyer | 2016-09-18 | 1 | -0/+1 |
* | | Run goimports on the whole project (#34) | Matthias Loibl | 2016-11-04 | 1 | -1/+1 |
* | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
* | | Fix sender of issue notifications | Sandro Santilli | 2016-11-02 | 1 | -0/+9 |
* | | Use proper url for libravatar dep | Sandro Santilli | 2016-11-02 | 1 | -1/+1 |
|/ |
|
* | Feature #3492: Add option to hide footer load times (#3562) | Thibault Meyer | 2016-09-01 | 1 | -3/+5 |
* | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 1 | -0/+1 |
* | #2901 allow setting preferred licenses | Unknwon | 2016-08-28 | 1 | -0/+1 |
* | Minor naming improvement | Unknwon | 2016-08-17 | 1 | -4/+5 |
* | Code clean up for new config options | Unknwon | 2016-08-14 | 1 | -29/+23 |
* | Squashed commit of the following: | Richard Mahn | 2016-08-14 | 1 | -0/+30 |
* | #2852 code cleanup | Unknwon | 2016-08-11 | 1 | -10/+10 |
* | Add initial support for unix sockets (#2852) | Odin Ugedal | 2016-08-11 | 1 | -13/+24 |
* | Fix typo CacheInternal -> CacheInterval (#3432) | Thibault Meyer | 2016-08-11 | 1 | -2/+2 |
* | Update bindata.go [CI SKIP] | Unknwon | 2016-08-09 | 1 | -2/+3 |
* | Feature #3398: Redefine global mirror interval (#3409) | Thibault Meyer | 2016-08-09 | 1 | -0/+10 |
* | #3158 skip RUN_USER check on Windows | Unknwon | 2016-08-09 | 1 | -3/+18 |
* | #3091 add config option for Git GC | Unknwon | 2016-08-09 | 1 | -1/+2 |
* | #3320 code cleanup | Unknwon | 2016-08-07 | 1 | -7/+10 |
* | Add support for federated avatars (#3320) | Sandro Santilli | 2016-08-07 | 1 | -3/+22 |
* | #3393 fix missing sub-url prefix in relative avatar link | Unknwon | 2016-08-07 | 1 | -0/+1 |
* | Improve diff highlight (#3390) | Andrey Nering | 2016-08-07 | 1 | -0/+1 |
* | Use struct for UI settings | Unknwon | 2016-07-24 | 1 | -24/+20 |
* | [Fix] Don't display way too large files #1513 (#3253) | Kim Carlbäcker | 2016-07-12 | 1 | -0/+2 |
* | #3058 #3059 support correct page size and link header | Unknwon | 2016-07-04 | 1 | -16/+23 |
* | change setting.go -> LocalUrl default value to (#3078) | j.yao.SUSE | 2016-07-01 | 1 | -1/+1 |
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 | 1 | -3/+5 |
* | #2954 use text/plain as default email content format | Unknwon | 2016-05-30 | 1 | -21/+23 |
* | Remove code for checking ssh-keygen | Unknwon | 2016-03-19 | 1 | -6/+0 |
* | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 | 1 | -1/+2 |
* | Making AppDataPath customizable. | Rodrigo Saboya | 2016-03-09 | 1 | -1/+2 |
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 | 1 | -2/+0 |
* | Allow setting git operations timeouts | Unknwon | 2016-02-29 | 1 | -0/+6 |
* | Post work for #2637 | Unknwon | 2016-02-27 | 1 | -59/+46 |
* | Merge pull request #2637 from Gibheer/ssh-publickeys | Unknwon | 2016-02-27 | 1 | -0/+42 |
|\ |
|
| * | use StartSSHServer instead of DisableSSH | Gibheer | 2016-02-23 | 1 | -1/+1 |
| * | seperate ssh constants from schema constants | Gibheer | 2016-02-23 | 1 | -5/+8 |
| * | allow native and ssh-keygen public key check | Gibheer | 2016-02-16 | 1 | -3/+42 |
* | | Add new config option for builtin SSH server | Unknwon | 2016-02-25 | 1 | -0/+2 |
|/ |
|