Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | work on #784 | Unknwon | 2015-01-02 | 1 | -1/+1 |
|/ | |||||
* | fix 500: E-mail already used in user settings page | Unknwon | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | fix API changes | Unknwon | 2014-12-28 | 1 | -3/+1 |
| | |||||
* | add label-edit and label-delete logic | fuxiaohei | 2014-12-22 | 1 | -4/+30 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-12-22 | 1 | -2/+2 |
|\ | |||||
| * | Forgot to i18n "Primary" | Peter Smit | 2014-12-22 | 1 | -1/+1 |
| | | |||||
| * | Create English locale keys for multiple e-mails feature | Peter Smit | 2014-12-22 | 1 | -2/+2 |
| | | | | | | | | | | Also, change all current 'emails' to 'e-mails'. Still todo: some CSS for the user/settings/email page, but that is not my specialty | ||||
* | | fix invite bug(shouldn't include full name to search box) | Unknwon | 2014-12-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #755 from phsmit/multiple_emails | 无闻 | 2014-12-20 | 3 | -0/+89 |
|\ | | | | | Multiple emails | ||||
| * | Finish method for having multiple emails/user. | Peter | 2014-12-17 | 2 | -0/+59 |
| | | | | | | | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy. | ||||
| * | Template for email activation email | Peter | 2014-12-17 | 1 | -0/+30 |
| | | |||||
* | | work on #756 | Unknwon | 2014-12-17 | 1 | -1/+1 |
|/ | |||||
* | fix #741 | Unknwon | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | fix binding api broken | Unknwon | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | prepare for 0.5.9 | Unknwon | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | modes/repo: incorrect SSH clone URL for #742 | Unknwon | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | 2 | -2/+2 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||||
* | fix #735 | Unknwon | 2014-12-12 | 2 | -2/+2 |
| | |||||
* | mirror code clean | Unknwon | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | Finish new UI for release page | Unknwon | 2014-12-10 | 4 | -188/+184 |
| | |||||
* | fix compile error | Unknwon | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | fix #711 | Unknwon | 2014-12-09 | 4 | -5/+5 |
| |