aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | 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
| * | | | Improve argument parsing for serve commandPeter Smit2015-02-09
| | | | |
| * | | | Fix #922Peter Smit2015-02-09
|/ / / /
* | | | Merge pull request #911 from TonyTsangHK/dev无闻2015-02-09
|\ \ \ \ | | | | | | | | | | Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
| * | | | Link to previous commited source file (diff.view_file button) instead of ↵Tony Tsang2015-02-06
| | | | | | | | | | | | | | | | | | | | returning 404 for deleted files.
* | | | | modules/setting: mirror path issueUnknwon2015-02-08
| | | | |
* | | | | cmd: code fix for #905Unknwon2015-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
* | | | | Merge pull request #905 from phsmit/conf_on_cli无闻2015-02-08
|\ \ \ \ \ | | | | | | | | | | | | Add option to provide configuration file on command line
| * | | | | Add option to provide configuration file on command linePeter Smit2015-02-05
| | |_|_|/ | |/| | |
* | | | | modules/ans1-ber: fix LDAP UTF8 string decoding for #916Unknwon2015-02-08
| | | | |
* | | | | public/ng/css: code generation for #919Unknwon2015-02-08
| | | | |
* | | | | Merge pull request #919 from Stefan-Code/dev无闻2015-02-08
|\ \ \ \ \ | | | | | | | | | | | | Updated gogs.css - monospace font for hash
| * | | | | Updated gogs.css - monospace font for hashStefan2015-02-08
| | |_|/ / | |/| | | | | | | | Updated gogs.css to use monospaced font for sha hash label in repository view to make it look nicer because of equal label width.
* / | | | conf/locale: add Spanish localeUnknwon2015-02-08
|/ / / /
* | | | routers/repo/http.go: allow HTTP push/pull by token for #845Unknwon2015-02-07
| | | |
* | | | Merge pull request #845 from compressed/token_http无闻2015-02-07
|\ \ \ \ | | | | | | | | | | allow http push by token - #842
| * | | | allow http push by token - #842Christopher Brickley2015-01-08
| | | | |
* | | | | conf/locale: update localesUnknwon2015-02-07
| | | | |
* | | | | update README notice and CONTRIBUTING.mdUnknwon2015-02-07
| | | | |