Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 | 3 | -68/+68 |
| | | | | | - templates/org: mirror fix on name output - routers: add missing error check | ||||
* | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 1 | -2/+2 |
| | | | | - modules/middleware/context.go: add HandleAPI method | ||||
* | templates/org/home.tmpl: fix org member can't see public repo | Unknwon | 2015-02-22 | 2 | -71/+71 |
| | |||||
* | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 | 2 | -4/+4 |
| | | | | | - routers/user: little code format - conf/locale: update French locale | ||||
* | fix typo mistake | Alexey Makhov | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | remove not using vars | Alexey Makhov | 2015-02-19 | 1 | -3/+3 |
| | |||||
* | gitlab-like hash naming | Alexey Makhov | 2015-02-19 | 1 | -3/+3 |
| | |||||
* | Merge branch 'dev' of https://github.com/gogits/gogs into dev | Stefan-Code | 2015-02-18 | 14 | -19/+16 |
|\ | |||||
| * | Merge pull request #962 from phsmit/dont_mention_php | 无闻 | 2015-02-17 | 8 | -9/+9 |
| |\ | | | | | | | Remove the "PHP" style formatting function | ||||
| | * | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 | 8 | -9/+9 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 | 3 | -7/+2 |
| |/ | | | | | | | 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. | ||||
| * | models: fix XORM API break | Unknwon | 2015-02-14 | 1 | -1/+1 |
| | | | | | | | | cmd/web.go: check version after load config | ||||
| * | templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵ | Unknwon | 2015-02-12 | 2 | -1/+3 |
| | | | | | | | | disabled #884 | ||||
| * | Merge pull request #937 from Stefan-Code/dev | 无闻 | 2015-02-11 | 1 | -2/+2 |
| |\ | | | | | | | Changes to repo-header-download-drop | ||||
| * | | better naming on #891 | Unknwon | 2015-02-11 | 2 | -3/+3 |
| | | | |||||
* | | | changed repo-clone-url behaviour for bare repo | Stefan-Code | 2015-02-18 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Changes to repo-header-download-drop, different repo-clone-url input behaviour | Stefan-Code | 2015-02-11 | 1 | -2/+2 |
|/ | |||||
* | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | 2 | -3/+5 |
| | |||||
* | templates/ng/base: change year to 2015, fix #928 | Unknwon | 2015-02-09 | 2 | -2/+2 |
| | | | | - conf/locale: update Japanese locale | ||||
* | Merge pull request #911 from TonyTsangHK/dev | 无闻 | 2015-02-09 | 1 | -0/+4 |
|\ | | | | | 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 | 1 | -0/+4 |
| | | | | | | | | returning 404 for deleted files. | ||||
* | | cmd: code fix for #905 | Unknwon | 2015-02-08 | 3 | -4/+7 |
| | | | | | | | | | | | | | | - 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) | ||||
* | | able to disable SSH for #883 | Unknwon | 2015-02-07 | 2 | -4/+6 |
| | | |||||
* | | code fix for #908, and work for #884 | Unknwon | 2015-02-06 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #908 from nicolai86/feature/hide-signup-button-884 | 无闻 | 2015-02-06 | 2 | -0/+4 |
|\ \ | | | | | | | Make Signup button display configurable - #884 | ||||
| * | | Hide the registration button depending on the setting | Raphael Randschau | 2015-02-05 | 1 | -0/+2 |
| | | | |||||
| * | | Add ShowRegistrationButton configuration option | Raphael Randschau | 2015-02-05 | 1 | -0/+2 |
| |/ | |||||
* / | modules/base: fix markdown mention regex for #826 | Unknwon | 2015-02-06 | 1 | -1/+1 |
|/ | | | | - conf/locale: add mew translator profile | ||||
* | models: sanitize user full name when update settings | Unknwon | 2015-02-04 | 1 | -1/+1 |
| | |||||
* | public/ng/js: script fix on #901 | Unknwon | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | little fix | Alexey Makhov | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | add multifile support to diff view highlighting | Alexey Makhov | 2015-02-04 | 1 | -8/+8 |
| | |||||
* | fix diff lines highlighting | Alexey Makhov | 2015-02-04 | 1 | -5/+5 |
| | |||||
* | fix error at admin/config | Alexey Makhov | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | public/ng/css: code fix on #895 | Unknwon | 2015-02-03 | 2 | -2/+2 |
| | | | | - templates/user/settings: fix email panel nav highlight | ||||
* | Merge branch 'master' of github.com:gogits/gogs into dev | Unknwon | 2015-02-03 | 1 | -7/+9 |
|\ | |||||
| * | fix settings/email html&css | Alexey Makhov | 2015-02-03 | 1 | -7/+9 |
| | | |||||
* | | modules/base: fix README filename checker, fix #877 | Unknwon | 2015-02-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #818 from fzerorubigd/master | 无闻 | 2015-02-01 | 1 | -0/+5 |
|\ | | | | | add a function to rewrite all public keys on admin request | ||||
| * | add afunction to rewrite all public keys on admin request | fzerorubigd | 2015-01-01 | 1 | -0/+5 |
| | | | | | | | | refs #763 | ||||
* | | correction: updated docker link | Tristan Storch | 2015-02-01 | 1 | -3/+3 |
| | | |||||
* | | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 | 1 | -21/+27 |
| | | | | | | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | ||||
* | | public/ng: fix auto-completion #832 | Unknwon | 2015-02-01 | 1 | -1/+1 |
| | | |||||
* | | templates: fix commit message render issue #828 | Unknwon | 2015-01-31 | 1 | -1/+1 |
| | | |||||
* | | routers/repo: set raw page content type to 'text/plain' #828 | Unknwon | 2015-01-31 | 1 | -1/+1 |
| | | |||||
* | | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 | 4 | -4/+4 |
| | | | | | | | | - update russian locale | ||||
* | | fix #828, may cause unintentional break in other features, but security is no.1 | Unknwon | 2015-01-20 | 4 | -5/+5 |
| | | |||||
* | | use new Redis client | Unknwon | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | Fix #799 by adding a tooltip for all dates in all settings/panels | Peter Smit | 2015-01-02 | 7 | -8/+8 |
| | | |||||
* | | fix #805 | Unknwon | 2015-01-02 | 1 | -1/+1 |
| | |