Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-09-08 | |
|\ | ||||
| * | Merge pull request #435 from tstorch/translation-update | 无闻 | 2014-09-07 | |
| |\ | | | | | | | Small German update | |||
| | * | Small German update | Tristan Storch | 2014-09-03 | |
| | | | | | | | | | | | | Cleaning up a misunderstanding I had. | |||
* | | | add showinfo for xorm | lunnyxiao | 2014-09-08 | |
|/ / | ||||
* | | Fix test cases | Unknwon | 2014-09-07 | |
| | | ||||
* | | Remove ldap dep | Unknwon | 2014-09-07 | |
| | | ||||
* | | Remove hg dep | Unknwon | 2014-09-07 | |
| | | ||||
* | | Organization level webhooks | Unknwon | 2014-09-07 | |
| | | ||||
* | | Merge pull request #442 from compressed/org_hook | 无闻 | 2014-09-07 | |
|\ \ | | | | | | | Organization-level Webhooks | |||
| * | | getOrgRepoCtx returns values directly & err | Christopher Brickley | 2014-09-05 | |
| | | | ||||
| * | | add organization-level webhooks | Christopher Brickley | 2014-09-05 | |
| | | | ||||
| * | | HookType is case-sensitive | Christopher Brickley | 2014-09-05 | |
| | | | | | | | | | | | | Update webhook wasn’t showing up because of the wrong case | |||
| * | | modify grammar undo -> undone | Christopher Brickley | 2014-09-05 | |
| | | | ||||
* | | | Merge pull request #447 from m0sth8/fix-milestone-render-markdown | 无闻 | 2014-09-07 | |
|\ \ \ | | | | | | | | | Render milestone content as markdown | |||
| * | | | Render milestone content as markdown | Vyacheslav Bakhmutov | 2014-09-05 | |
| |/ / | ||||
* | | | Finish new install page, almost ready for 0.5 release | Unknwon | 2014-09-07 | |
| | | | ||||
* | | | Fix #348 | Unknwon | 2014-09-05 | |
|/ / | ||||
* | | Merge pull request #446 from m0sth8/fix-milestone-content-size | 无闻 | 2014-09-04 | |
|\ \ | | | | | | | Set milestone content field to TEXT orm type | |||
| * | | Set milestone content field to TEXT orm type | Vyacheslav Bakhmutov | 2014-09-05 | |
|/ / | ||||
* | | Merge pull request #444 from tstorch/database-cleanup | 无闻 | 2014-09-04 | |
|\ \ | | | | | | | Code dedoublication in models/models.go | |||
| * | | Code dedoublication in models/models.go | Tristan Storch | 2014-09-04 | |
| | | | | | | | | | | | | Just some code dedoublication in models/models.go | |||
* | | | Merge pull request #441 from tstorch/git-setup | Lunny Xiao | 2014-09-04 | |
|\ \ \ | |/ / |/| | | Standard git user.name and user.email if not set | |||
| * | | Standard git user.name and user.email if not set | Tristan Storch | 2014-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. | |||
* | | | Merge pull request #440 from deringer/dev | 无闻 | 2014-09-03 | |
|\ \ \ | | | | | | | | | Correct loading of font-awesome styles from CDN | |||
| * | | | add rel attribute such that font-awesome icons load correctly | Michael Dyrynda | 2014-09-04 | |
|/ / / | ||||
* | | | Merge pull request #437 from tstorch/docker-update | 无闻 | 2014-09-03 | |
|\ \ \ | |/ / |/| | | Use variables, when the're there | |||
| * | | Use variables, when the're there | Tristan Storch | 2014-09-03 | |
|/ / | | | | | | | Why not use the environment variables, when they are there... | |||
* | | Merge pull request #436 from tstorch/docker-update | 无闻 | 2014-09-03 | |
|\ \ | |/ |/| | docker dev block update | |||
| * | docker dev block update | Tristan Storch | 2014-09-03 | |
|/ | | | | | The dev Dockerfile now works without superfluous go get calls. At this point the -u option is really not what we want. | |||
* | Merge pull request #432 from deringer/dev | 无闻 | 2014-09-03 | |
|\ | | | | | Add handling to branch switcher label to make label more consistent with | |||
| * | Add handling to branch switcher label to make label more consistent with | Michael Dyrynda | 2014-09-03 | |
| | | | | | | | | | | | | GitHub behaviour Addresses #431 | |||
* | | Merge pull request #426 from m0sth8/fix-milestone-assignee | 无闻 | 2014-09-03 | |
|\ \ | |/ |/| | Take params for milestone and assignee from query instead of path args | |||
| * | take params for milestone and assignee from query instead of path args | Vyacheslav Bakhmutov | 2014-09-03 | |
| | | ||||
* | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-09-02 | |
|\| | ||||
| * | Merge pull request #423 from m0sth8/fix-xcsrf-token | 无闻 | 2014-09-02 | |
| |\ | | | | | | | Set headers in js and go files to X-Csrf-Token | |||
| | * | Set headers in js and go files to X-Csrf-Token | Vyacheslav Bakhmutov | 2014-09-02 | |
| |/ | ||||
| * | Merge pull request #421 from arpemedia/dev | 无闻 | 2014-09-02 | |
| |\ | | | | | | | Fix grammar error in German translation | |||
| | * | Fix grammar error in German translation | Arpemedia | 2014-09-02 | |
| | | | ||||
* | | | Fix #425 | Unknwon | 2014-09-02 | |
|/ / | ||||
* | | Merge branch 'master' of github.com:gogits/gogs into dev | Unknwon | 2014-09-02 | |
|\ \ | ||||
| * \ | Merge pull request #420 from gogits/revert-419-master | 无闻 | 2014-09-02 | |
| |\ \ | | | | | | | | | Revert "Fix a gramma error and translate two additional strings (German ... | |||
| | * | | Revert "Fix a gramma error and translate two additional strings (German ↵ | 无闻 | 2014-09-02 | |
| |/ / | | | | | | | | | | translation)" | |||
| * | | Merge pull request #419 from arpemedia/master | 无闻 | 2014-09-02 | |
| |\ \ | | | | | | | | | Fix a gramma error and translate two additional strings (German translation) | |||
| | * | | Fix a gramma error and translate two additional strings | Arpemedia | 2014-09-02 | |
| |/ / | ||||
* | / | update docs and mirror bug fix | Unknwon | 2014-09-02 | |
| |/ |/| | ||||
* | | Merge branch 'master' into dev | lunnyxiao | 2014-09-02 | |
|\ \ | ||||
| * | | bug fixed for migrate and fixed #141 | lunnyxiao | 2014-09-02 | |
| |/ | ||||
* | | Merge pull request #416 from compressed/compare_commits | 无闻 | 2014-09-01 | |
|\ \ | | | | | | | Add commit compare functionality | |||
| * | | handle initial commit for compareUrl | Christopher Brickley | 2014-09-01 | |
| | | | ||||
| * | | add commit compare functionality | Christopher Brickley | 2014-09-01 | |
|/ / |