Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: 504 5.5.2 <localhost>: Helo command rejected | Gogs | 2015-02-19 | 1 | -0/+7 |
| | |||||
* | Merge pull request #968 from Stefan-Code/dev | 无闻 | 2015-02-18 | 4 | -8/+9 |
|\ | | | | | Changed repo-clone url behavior on bare repo page, added LESS compile script | ||||
| * | Merge branch 'dev' of https://github.com/gogits/gogs into dev | Stefan-Code | 2015-02-18 | 41 | -165/+126 |
| |\ | |/ |/| | |||||
* | | Merge pull request #962 from phsmit/dont_mention_php | 无闻 | 2015-02-17 | 10 | -72/+22 |
|\ \ | | | | | | | Remove the "PHP" style formatting function | ||||
| * | | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 | 10 | -72/+22 |
| | | | | | | | | | | | | | | | | | | 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 | 8 | -15/+4 |
|\ \ \ | |/ / |/| | | 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 instead | Peter Smit | 2015-02-17 | 8 | -15/+4 |
|/ / | | | | | | | 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.yml | Unknwon | 2015-02-16 | 1 | -1/+2 |
| | | |||||
* | | modules/setting: add abs path check before add workdir prefix | Unknwon | 2015-02-14 | 1 | -2/+8 |
| | | |||||
* | | Merge pull request #956 from bpollack/docfix | 无闻 | 2015-02-14 | 2 | -25/+25 |
|\ \ | | | | | | | Fix a bunch of small typos and formatting quirks | ||||
| * | | Fix a bunch of small typos and formatting quirks | Benjamin Pollack | 2015-02-14 | 2 | -25/+25 |
| | | | |||||
* | | | models: fix XORM API break | Unknwon | 2015-02-14 | 4 | -5/+4 |
|/ / | | | | | | | cmd/web.go: check version after load config | ||||
* | | routers/install.go: able to keep previous custom settings for 2nd time install | Unknwon | 2015-02-13 | 2 | -21/+26 |
| | | | | | | | | - .gopmfile: update all commits | ||||
* | | conf/locale: update all locales | Unknwon | 2015-02-13 | 9 | -11/+20 |
| | | |||||
* | | templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵ | Unknwon | 2015-02-12 | 4 | -6/+8 |
| | | | | | | | | disabled #884 | ||||
* | | Merge pull request #937 from Stefan-Code/dev | 无闻 | 2015-02-11 | 4 | -3/+10 |
|\ \ | | | | | | | Changes to repo-header-download-drop | ||||
* | | | better naming on #891 | Unknwon | 2015-02-11 | 7 | -11/+11 |
| | | | |||||
| | * | changed repo-clone-url behaviour for bare repo | Stefan-Code | 2015-02-18 | 3 | -8/+4 |
| | | | |||||
| | * | added less compile script | Stefan-Code | 2015-02-18 | 1 | -0/+5 |
| |/ | |||||
| * | Changes to repo-header-download-drop, different repo-clone-url input behaviour | Stefan-Code | 2015-02-11 | 4 | -3/+10 |
|/ | |||||
* | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 | 4 | -52/+60 |
| | |||||
* | modules/middleware/auth.go: remove uncheck login for watch a repo #929 | Unknwon | 2015-02-10 | 1 | -5/+0 |
| | |||||
* | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | 9 | -19/+28 |
| | |||||
* | update gopmfile and README | Unknwon | 2015-02-09 | 3 | -5/+8 |
| | |||||
* | models/repo.go: add update hook when migrate for #789 | Unknwon | 2015-02-09 | 1 | -6/+8 |
| | |||||
* | templates/ng/base: change year to 2015, fix #928 | Unknwon | 2015-02-09 | 4 | -5/+5 |
| | | | | - conf/locale: update Japanese locale | ||||
* | Merge pull request #924 from phsmit/fix_921 | 无闻 | 2015-02-09 | 1 | -2/+3 |
|\ | | | | | Fixes #921 | ||||
| * | Fixes #921 | Peter Smit | 2015-02-09 | 1 | -2/+3 |
| | | | | | | | | Fixes #921 and makes the Mention regexp be in line with the others | ||||
* | | Merge pull request #923 from phsmit/fix_922 | 无闻 | 2015-02-09 | 3 | -4/+7 |
|\ \ | |/ |/| | Fix #922 | ||||
| * | Improve argument parsing for serve command | Peter Smit | 2015-02-09 | 1 | -1/+4 |
| | | |||||
| * | Fix #922 | Peter Smit | 2015-02-09 | 2 | -3/+3 |
|/ | |||||
* | Merge pull request #911 from TonyTsangHK/dev | 无闻 | 2015-02-09 | 3 | -0/+16 |
|\ | | | | | 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 Tsang | 2015-02-06 | 3 | -0/+16 |
| | | | | | | | | returning 404 for deleted files. | ||||
* | | modules/setting: mirror path issue | Unknwon | 2015-02-08 | 1 | -2/+2 |
| | | |||||
* | | cmd: code fix for #905 | Unknwon | 2015-02-08 | 24 | -283/+106 |
| | | | | | | | | | | | | | | - 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 | 8 | -13/+37 |
|\ \ | | | | | | | Add option to provide configuration file on command line | ||||
| * | | Add option to provide configuration file on command line | Peter Smit | 2015-02-05 | 8 | -13/+37 |
| | | | |||||
* | | | modules/ans1-ber: fix LDAP UTF8 string decoding for #916 | Unknwon | 2015-02-08 | 1 | -4/+4 |
| | | | |||||
* | | | public/ng/css: code generation for #919 | Unknwon | 2015-02-08 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #919 from Stefan-Code/dev | 无闻 | 2015-02-08 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Updated gogs.css - monospace font for hash | ||||
| * | | | Updated gogs.css - monospace font for hash | Stefan | 2015-02-08 | 1 | -0/+3 |
| | | | | | | | | | | | | 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 locale | Unknwon | 2015-02-08 | 3 | -16/+727 |
|/ / / | |||||
* | | | routers/repo/http.go: allow HTTP push/pull by token for #845 | Unknwon | 2015-02-07 | 2 | -51/+29 |
| | | | |||||
* | | | Merge pull request #845 from compressed/token_http | 无闻 | 2015-02-07 | 2 | -7/+49 |
|\ \ \ | | | | | | | | | allow http push by token - #842 | ||||
| * | | | allow http push by token - #842 | Christopher Brickley | 2015-01-08 | 2 | -7/+49 |
| | | | | |||||
* | | | | conf/locale: update locales | Unknwon | 2015-02-07 | 4 | -57/+21 |
| | | | | |||||
* | | | | update README notice and CONTRIBUTING.md | Unknwon | 2015-02-07 | 2 | -21/+16 |
| | | | | |||||
* | | | | able to disable SSH for #883 | Unknwon | 2015-02-07 | 11 | -13/+24 |
| | | | | |||||
* | | | | conf/locale: update French locale | Unknwon | 2015-02-06 | 1 | -15/+14 |
| | | | | |||||
* | | | | code fix for #908, and work for #884 | Unknwon | 2015-02-06 | 4 | -2/+5 |
| | | | |