aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Fix malformed addressMichel Roux2014-10-08
|
* Update with macaronUnknwon2014-10-06
|
* Fix #264Unknwon2014-10-06
|
* Fix #522Unknwon2014-10-06
|
* Merge pull request #525 from linquize/tag-sort-reverse无闻2014-10-05
|\ | | | | sort tags in descending order by version number
| * If git >= 2.0, sort tags in descending order by version numberLinquize2014-10-05
| |
* | Basic xss preventionUnknwon2014-10-04
|/
* Fix #515Unknwon2014-09-30
|
* Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵Martin van Beurden2014-09-28
| | | | cached
* UI: Confirmation boxUnknwon2014-09-28
|
* Fix bug on transfer repoUnknwon2014-09-25
|
* Fix download archive issueUnknwon2014-09-24
|
* Page: Repository home pageUnknwon2014-09-23
|
* Fix #495 and cannot view repository by tagUnknwon2014-09-23
|
* Feature: Integrate crypto/tls/generate_cert.go commandUnknwon2014-09-22
|
* Add basic submodule supportUnknwon2014-09-22
|
* submodule support and closed #478lunnyxiao2014-09-22
|
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-22
|\
| * Support custom robots.txtUnknwon2014-09-21
| |
| * Mirror bug fixUnknwon2014-09-21
| |
| * Mirror bug fixUnknwon2014-09-21
| |
| * Set cookiepath to AppSubUrlMartin van Beurden2014-09-21
| |
* | add submodule basic support & buf fixed #478lunnyxiao2014-09-22
|/
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-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
* Mirror fix and fix #481Unknwon2014-09-17
|
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-17
|\ | | | | | | | | Conflicts: conf/app.ini
| * Quick fix on #476Unknwon2014-09-16
| |
| * Work #475 and #458Unknown2014-09-16
| |
| * Work on #476Unknwon2014-09-16
| |
| * Work on #476Unknwon2014-09-16
| |
* | toutf8 improved & add max git diff lineslunnyxiao2014-09-17
|/
* UI fixUnknwon2014-09-13
|
* Remove APP_LOGO settingMathieu Gagnon2014-09-13
|
* Prepare 0.5 releaseUnknwon2014-09-12
|
* Fix #453Unknwon2014-09-09
|
* Fix test casesUnknwon2014-09-07
|
* Remove ldap depUnknwon2014-09-07
|
* Remove hg depUnknwon2014-09-07
|
* Finish new install page, almost ready for 0.5 releaseUnknwon2014-09-07
|
* Fix #425Unknwon2014-09-02
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-09-01
|\
| * add Slack API webhook supportChristopher Brickley2014-08-31
| |
* | Update depsUnknwon2014-09-01
|/
* Removed trailing white spacesTristan Storch2014-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.
* Finish all new admin pages.Unknwon2014-08-30
|
* Finish new admin users pagesUnknwon2014-08-29
|
* Bug fix on organizationUnknwon2014-08-27
|
* fix #367Unknwon2014-08-25
|
* Finish new edit team page, add member to teamUnknwon2014-08-24
|