aboutsummaryrefslogtreecommitdiff
path: root/models
Commit message (Collapse)AuthorAge
* 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
|
* clarify name/username/owner/pusher for webhookChristopher Brickley2014-09-17
|
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-17
|\ | | | | | | | | Conflicts: conf/app.ini
| * Work #475 and #458Unknown2014-09-16
| |
| * Work on #476Unknwon2014-09-16
| |
| * Work on #476Unknwon2014-09-16
| |
| * Fix mirror UI style and work on #475Unknwon2014-09-16
| |
* | toutf8 improved & add max git diff lineslunnyxiao2014-09-17
|/
* Prepare 0.5 releaseUnknwon2014-09-12
|
* Prepare 0.5 releaseUnknwon2014-09-12
|
* fix https://github.com/go-xorm/xorm/issues/161Unknwon2014-09-12
|
* Bug: Transfer repository doesn't update the countUnknwon2014-09-12
|
* deliver hooks immediately after commitChristopher Brickley2014-09-10
|
* Fix #452Unknwon2014-09-09
|
* update specific hook_task, not allChristopher Brickley2014-09-09
|
* add showinfo for xormlunnyxiao2014-09-08
|
* Merge pull request #442 from compressed/org_hook无闻2014-09-07
|\ | | | | Organization-level Webhooks
| * add organization-level webhooksChristopher Brickley2014-09-05
| |
* | Fix #348Unknwon2014-09-05
|/
* Set milestone content field to TEXT orm typeVyacheslav Bakhmutov2014-09-05
|
* Merge pull request #444 from tstorch/database-cleanup无闻2014-09-04
|\ | | | | Code dedoublication in models/models.go
| * Code dedoublication in models/models.goTristan Storch2014-09-04
| | | | | | | | Just some code dedoublication in models/models.go
* | Standard git user.name and user.email if not setTristan Storch2014-09-04
|/ | | | | | | | | | | Git user.name and user.email will now be set to the standard values - Gogs - gogitservice@gmail.com if user.name is not set or empty. If user.name is set and user.email not, it will leave it this way.
* update docs and mirror bug fixUnknwon2014-09-02
|
* Merge branch 'master' into devlunnyxiao2014-09-02
|\
| * bug fixed for migrate and fixed #141lunnyxiao2014-09-02
| |
* | handle initial commit for compareUrlChristopher Brickley2014-09-01
| |
* | add commit compare functionalityChristopher Brickley2014-09-01
|/
* add Slack API webhook supportChristopher Brickley2014-08-31
|
* Merge branch 'master' of github.com:gogits/gogs into devUnknwon2014-08-31
|\ | | | | | | | | Conflicts: dockerfiles/README.md
* | Continue working on new admin pagesUnknwon2014-08-29
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-08-29
|\ \
| * | Finish new admin dashboardUnknwon2014-08-28
| | |
* | | add migrate apilunnyxiao2014-08-29
|/ /
* | Bug fix on organizationUnknwon2014-08-27
| |
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-08-26
|\ \
| * | Migrate all branches and tagsVyacheslav Bakhmutov2014-08-25
| | |
* | | Finsih add/remove repo in organizationUnknwon2014-08-26
|/ /
* | Finish new edit team page, add member to teamUnknwon2014-08-24
| |
* | Fix and set git configUnknwon2014-08-23
| |
* | Add/remove member need add/remove access to repositories as wellUnknwon2014-08-16
| |
* | Finish team list, create new team, join/leave team pageUnknwon2014-08-16
| |
* | Finish new organization members and invitation pageUnknwon2014-08-15
| |
* | Finish new home page of organizationUnknwon2014-08-10
| |
* | Page: Manage social accountsUnknwon2014-08-09
| |
* | Finish new web hook pagesUnknwon2014-08-09
| |
* | Mirror fix on #352Unknwon2014-08-07
| |
* | Moved defer f.Close() up so there is no chance of returning without closing ↵Sebastian Jackel2014-08-07
| | | | | | | | and handled an error on f.Chmod