aboutsummaryrefslogtreecommitdiff
path: root/routers/install.go
Commit message (Expand)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
* install: validate port in SMTP host address (#2243)Unknwon2017-04-07
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
* Refactoring: remove tool.TplNameUnknwon2017-04-05
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* modules/markup: protect sanitizer from possible modificationUnknwon2017-03-31
* modules: rename markdown -> markupUnknwon2017-03-31
* install: able to enable console mode (#3119)Unknwon2017-03-17
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
* install: able to enable builtin SSH server (#3773)Unknwon2017-02-18
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
* Added mssql support. (#3772)dlob2017-02-13
* install: no need to check SMTPFrom is not set (#4118)Unknwon2017-02-13
* install: allow sender's username to be non-email (#3717)Unknwon2017-02-12
* install: validate SMTP FromUnknwon2017-02-11
* Minor improve on error handlingUnknwon2017-02-10
* Configurable SSH cipher suite (#4109)spacetourist2017-02-10
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* models: remove TiDB embedded driver supportUnknwon2017-02-09
* Set ProdMode in the correct placeUnknwon2016-12-22
* New settings option for a custom SSH host (#3763)imilo2016-12-21
* Fix random string generator (#3953)leonklingele2016-12-21
* #3589 LoadRepoConfig after ORM is initializedUnknwon2016-09-02
* #2018 able to sync now for mirrorsUnknwon2016-08-30
* #3495 only start builtin SSH server after user finish installationUnknwon2016-08-27
* #2852 code cleanupUnknwon2016-08-11
* models: rename EnableTidb to EnableTiDBUnknwon2016-08-11
* #3158 skip RUN_USER check on WindowsUnknwon2016-08-09
* Add support for federated avatars (#3320)Sandro Santilli2016-08-07
* Replace gogs.io http links with https version (#3386)rugk2016-08-05
* Refactor User.Id to User.IDUnknwon2016-07-24
* Rename module: middleware -> contextUnknwon2016-03-11
* Post work for #2637Unknwon2016-02-27
* Add new config option for builtin SSH serverUnknwon2016-02-25
* Make markdown as an independent moduleUnknwon2016-02-20
* Move cron module to independent packageUnknwon2016-02-20
* Remove redundant nil check.Josh Frye2016-02-12
* Set default log path if empty during installJosh Frye2016-02-12
* Add install option for log pathJosh Frye2016-02-12
* Merge pull request #2528 from andreynering/diff-sintax-highlight-733Unknwon2016-02-07
|\
| * Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-04
* | Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-27
|/
* fix #2189Unknwon2015-12-18
* #2103 Ability to map extensions for syntax highlighting in configUnknwon2015-12-17
* rename import pathUnknwon2015-12-15
* #1984 Better mirror repo managementUnknwon2015-12-08
* #1627 auto login after install if admin is configuredUnknwon2015-12-08
* introduce git-shellUnknwon2015-11-26