Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix e-mail type | Unknwon | 2015-10-29 |
| | |||
* | work on #470 and fix miror JS issue when choose targets on compare and pull | Unknwon | 2015-10-29 |
| | |||
* | update Docker info | Unknwon | 2015-09-17 |
| | |||
* | #697 add install option | Unknwon | 2015-09-13 |
| | |||
* | add tidb support | Unknwon | 2015-09-12 |
| | |||
* | new user profile settings UI | Unknwon | 2015-09-06 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||
* | fix dropdown style | Unknwon | 2015-09-05 |
| | |||
* | #1579 change e-mail max length to 254 | Unknwon | 2015-09-04 |
| | |||
* | #1333 Disable Gravatar option when install | Unknwon | 2015-08-30 |
| | |||
* | Able to set SSH port when install, update Docker docs | Unknwon | 2015-08-19 |
| | |||
* | update Docker README | Unknwon | 2015-08-18 |
| | |||
* | #1180 and #1250: migration | Unknwon | 2015-08-15 |
| | |||
* | Correct form name to smtp_email to fix matching in InstallForm struct. | Paulo E. Castro | 2015-08-13 |
| | |||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues | Unknwon | 2015-07-25 |
|\ | |||
| * | install admin password field fix | Fernando San Julián | 2015-07-23 |
| | | | | | | Admin Password field in install form must be of type password | ||
* | | UI: issues - finish basic frame | Unknwon | 2015-07-24 |
|/ | |||
* | install - add mail from setting | Unknwon | 2015-07-09 |
| | |||
* | UI: install - done | Unknwon | 2015-07-09 |
| | |||
* | UI: install - new version | Unknwon | 2015-07-08 |
| | |||
* | UI: install - database settings | Unknwon | 2015-07-08 |
| | |||
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 |
| | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | ||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||
* | Finish new install page, almost ready for 0.5 release | Unknwon | 2014-09-07 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||
* | Clean api code | Unknown | 2014-05-05 |
| | |||
* | Install: Set the default host string based on database type | Robert Speicher | 2014-04-29 |
| | |||
* | Batch mirror fix | Unknown | 2014-04-26 |
| | |||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 |
| | | | | American English. | ||
* | Add support default branch | Unknown | 2014-04-10 |
| | |||
* | Work on form resubmit | Unknown | 2014-04-10 |
| | |||
* | Fix #54 | Unknown | 2014-04-08 |
| | |||
* | Mirror fix on #45 | Unknown | 2014-03-30 |
| | |||
* | Finish close and reopen issue, install page, ready going to test stage of v0.2.0 | Unknown | 2014-03-29 |
| | |||
* | Bug fix | Unknown | 2014-03-29 |
| | |||
* | Working on install page | Unknown | 2014-03-28 |
| | |||
* | Add auto-detect home directory | Unknown | 2014-03-28 |
| | |||
* | Bug fix | Unknown | 2014-03-28 |
| | |||
* | Update config option | Unknown | 2014-03-28 |
| | |||
* | Working on install page | Unknown | 2014-03-28 |
| | |||
* | Working on issue and install page | Unknown | 2014-03-27 |
| | |||
* | update install page ui | FuXiaoHei | 2014-03-27 |
| | |||
* | change css name style | FuXiaoHei | 2014-03-25 |
| | |||
* | install sample page | FuXiaoHei | 2014-03-25 |