aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #978 from albang/dev无闻2015-02-22
|\ | | | | [docker] openssh-client provide ssh-keygen.
| * openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key ↵Alban Garrigue2015-02-22
| | | | | | | | to a user
* | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2015-02-22
|\ \
| * | Merge pull request #977 from albang/dev无闻2015-02-22
| |\| | | | | | | $DIRECTORY variable is never set
| | * $DIRECTORY variable is never setAlban Garrigue2015-02-22
| |/
* / routers: able to migrate repo from local pathUnknwon2015-02-22
|/ | | | - modules/middleware/context.go: add HandleAPI method
* templates/org/home.tmpl: fix org member can't see public repoUnknwon2015-02-22
|
* rewordUnknwon2015-02-22
|
* modules/git: able to parse RFC1123Z date format #663Unknwon2015-02-21
|
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2015-02-21
|\
| * Merge pull request #975 from nicolai86/bugfix/label-num_issues无闻2015-02-21
| |\ | | | | | | Bugfix for wrong label count
| | * Fix #933Raphael Randschau2015-02-21
| | | | | | | | | | | | | | | | | | | | | Not sure why, but xorm ignores the num_issues and num_closed_issues columns when updating, even though the values changed. Listing them explicitly fixes the issue with the wrong issue counts
* | | templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
|/ / | | | | | | | | - routers/user: little code format - conf/locale: update French locale
* | Merge pull request #973 from uchti/dev无闻2015-02-20
|\ \ | |/ |/| Fix: 504 5.5.2 <localhost>: Helo command rejected
| * add error for hello funcGogs2015-02-20
| |
| * Fix: 504 5.5.2 <localhost>: Helo command rejectedGogs2015-02-19
| |
* | Merge pull request #972 from makhov/the-new-new-highlighting无闻2015-02-19
|\ \ | | | | | | fix typo mistake in highlighting
| * | js fix R1-L1 highlightAlexey Makhov2015-02-19
| | |
| * | fix typo mistakeAlexey Makhov2015-02-19
| | |
* | | Merge pull request #970 from makhov/the-new-new-highlighting无闻2015-02-18
|\| | | |/ |/| The new new highlighting
| * remove not using varsAlexey Makhov2015-02-19
| |
| * gitlab-like hash namingAlexey Makhov2015-02-19
|/
* Merge pull request #968 from Stefan-Code/dev无闻2015-02-18
|\ | | | | Changed repo-clone url behavior on bare repo page, added LESS compile script
| * Merge branch 'dev' of https://github.com/gogits/gogs into devStefan-Code2015-02-18
| |\ | |/ |/|
* | Merge pull request #962 from phsmit/dont_mention_php无闻2015-02-17
|\ \ | | | | | | Remove the "PHP" style formatting function
| * | Remove the "PHP" style formatting functionPeter Smit2015-02-16
| | | | | | | | | | | | | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
* | | Merge pull request #963 from phsmit/goget无闻2015-02-17
|\ \ \ | |/ / |/| | Remove GoGet option from repository and handle it with ?go-get=1 instead
| * | Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-17
|/ / | | | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
* | update travis.ymlUnknwon2015-02-16
| |
* | modules/setting: add abs path check before add workdir prefixUnknwon2015-02-14
| |
* | Merge pull request #956 from bpollack/docfix无闻2015-02-14
|\ \ | | | | | | Fix a bunch of small typos and formatting quirks
| * | Fix a bunch of small typos and formatting quirksBenjamin Pollack2015-02-14
| | |
* | | models: fix XORM API breakUnknwon2015-02-14
|/ / | | | | | | cmd/web.go: check version after load config
* | routers/install.go: able to keep previous custom settings for 2nd time installUnknwon2015-02-13
| | | | | | | | - .gopmfile: update all commits
* | conf/locale: update all localesUnknwon2015-02-13
| |
* | templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵Unknwon2015-02-12
| | | | | | | | disabled #884
* | Merge pull request #937 from Stefan-Code/dev无闻2015-02-11
|\ \ | | | | | | Changes to repo-header-download-drop
* | | better naming on #891Unknwon2015-02-11
| | |
| | * changed repo-clone-url behaviour for bare repoStefan-Code2015-02-18
| | |
| | * added less compile scriptStefan-Code2015-02-18
| |/
| * Changes to repo-header-download-drop, different repo-clone-url input behaviourStefan-Code2015-02-11
|/
* models: make code change for session issue with SQLite3 #739Unknwon2015-02-10
|
* modules/middleware/auth.go: remove uncheck login for watch a repo #929Unknwon2015-02-10
|
* able to allow insecure certification of webhook for #891Unknwon2015-02-10
|
* update gopmfile and READMEUnknwon2015-02-09
|
* models/repo.go: add update hook when migrate for #789Unknwon2015-02-09
|
* templates/ng/base: change year to 2015, fix #928Unknwon2015-02-09
| | | | - conf/locale: update Japanese locale
* Merge pull request #924 from phsmit/fix_921无闻2015-02-09
|\ | | | | Fixes #921
| * Fixes #921Peter Smit2015-02-09
| | | | | | | | Fixes #921 and makes the Mention regexp be in line with the others
* | Merge pull request #923 from phsmit/fix_922无闻2015-02-09
|\ \ | |/ |/| Fix #922