aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* 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
|
* Fix #362, update code with upstreamUnknwon2014-08-23
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Finish new reset password, etc.Unknwon2014-08-09
|
* Feature: Social sign inUnknwon2014-08-09
|
* Page: Manage social accountsUnknwon2014-08-09
|
* Finish new web hook pagesUnknwon2014-08-09
|