Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Add additional accessibility text to repository navbar. | Nolan Darilek | 2015-03-14 | 1 | -0/+2 | |
| | | | ||||||
| | * | Various accessibility fixes, mostly labeling icons. | Nolan Darilek | 2015-03-14 | 1 | -0/+9 | |
| | | | ||||||
| * | | add new locale | Unknwon | 2015-03-14 | 4 | -12/+740 | |
| |/ | ||||||
| * | #988: fix one missing duplicated prefix | Unknwon | 2015-03-13 | 3 | -17/+17 | |
| | | | | | | | | - update some locale files | |||||
| * | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-03-12 | 1 | -1/+1 | |
| |\ | ||||||
| | * | registeration -> registration | Nolan Darilek | 2015-03-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | #988: GetRepoLink already contains AppSubUrl | Unknwon | 2015-03-12 | 10 | -87/+114 | |
| |/ | ||||||
* / | home: new UI | Unknwon | 2015-03-07 | 1 | -0/+7 | |
|/ | ||||||
* | conf/locale: update locales | Unknwon | 2015-03-04 | 2 | -11/+11 | |
| | ||||||
* | Merge pull request #943 from diseaz/mailer-client-cert | 无闻 | 2015-02-28 | 1 | -0/+4 | |
|\ | | | | | Use client certificate for SMTP over TLS | |||||
| * | Make conf/app.ini changes match the style | Dmitry Azhichakov | 2015-02-13 | 1 | -3/+3 | |
| | | ||||||
| * | Fix "forcing" client certificate for SMTP | Dmitry Azhichakov | 2015-02-13 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'access' of github.com:gogits/gogs into dev | Unknwon | 2015-02-28 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | models: mirror fix on #964 | Unknwon | 2015-02-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | conf/locale: update Russian and Spanish | Unknwon | 2015-02-28 | 2 | -148/+148 | |
| | | | ||||||
* | | | Merge pull request #915 from Lafriks/dev | 无闻 | 2015-02-23 | 1 | -1/+4 | |
|\ \ \ | |/ / |/| | | Get username, name, surname and e-mail from LDAP server | |||||
| * | | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 1 | -1/+4 | |
| | | | ||||||
* | | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 1 | -0/+2 | |
| | | | | | | | | | | | | - modules/middleware/context.go: add HandleAPI method | |||||
* | | | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale | |||||
* | | | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | 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. | |||||
* | | | conf/locale: update all locales | Unknwon | 2015-02-13 | 9 | -11/+20 | |
| | | | ||||||
* | | | better naming on #891 | Unknwon | 2015-02-11 | 2 | -2/+2 | |
| |/ |/| | ||||||
* | | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 | 2 | -0/+3 | |
| | | ||||||
* | | templates/ng/base: change year to 2015, fix #928 | Unknwon | 2015-02-09 | 1 | -2/+2 | |
| | | | | | | | | - conf/locale: update Japanese locale | |||||
* | | cmd: code fix for #905 | Unknwon | 2015-02-08 | 10 | -65/+69 | |
| | | | | | | | | | | | | | | - 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) | |||||
* | | conf/locale: add Spanish locale | Unknwon | 2015-02-08 | 3 | -16/+727 | |
|/ | ||||||
* | conf/locale: update locales | Unknwon | 2015-02-07 | 4 | -57/+21 | |
| | ||||||
* | able to disable SSH for #883 | Unknwon | 2015-02-07 | 1 | -0/+2 | |
| | ||||||
* | conf/locale: update French locale | Unknwon | 2015-02-06 | 1 | -15/+14 | |
| | ||||||
* | Merge pull request #908 from nicolai86/feature/hide-signup-button-884 | 无闻 | 2015-02-06 | 9 | -1/+10 | |
|\ | | | | | Make Signup button display configurable - #884 | |||||
| * | Add locales (en/de native, rest -> translate.google.com) | Raphael Randschau | 2015-02-05 | 9 | -1/+10 | |
| | | ||||||
* | | modules/base: fix markdown mention regex for #826 | Unknwon | 2015-02-06 | 1 | -0/+1 | |
|/ | | | | - conf/locale: add mew translator profile | |||||
* | conf/locale: update Japanese locale | Unknwon | 2015-02-02 | 2 | -19/+20 | |
| | ||||||
* | conf/locale: update Japanese locale | Unknwon | 2015-02-02 | 1 | -34/+34 | |
| | ||||||
* | models: code fix on #818 | Unknwon | 2015-02-01 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #818 from fzerorubigd/master | 无闻 | 2015-02-01 | 1 | -14/+3 | |
|\ | | | | | 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 | -14/+3 | |
| | | | | | | | | refs #763 | |||||
* | | Add Miguel de la Cruz as a translator | Miguel de la Cruz | 2015-02-01 | 1 | -0/+1 | |
| | | ||||||
* | | conf/locale: add Japanese support | Unknwon | 2015-02-01 | 2 | -2/+730 | |
| | | | | | | | | README: remove duplicated travis badge | |||||
* | | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 | 2 | -0/+5 | |
| | | | | | | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page | |||||
* | | routers/repo: set raw page content type to 'text/plain' #828 | Unknwon | 2015-01-31 | 1 | -1/+2 | |
| | | ||||||
* | | modules/base: add RenderCommitMessage with XSS-safe and special links | Unknwon | 2015-01-30 | 1 | -9/+9 | |
| | | | | | | | | - update russian locale | |||||
* | | update locale | Unknwon | 2015-01-26 | 1 | -53/+53 | |
| | | ||||||
* | | update locale | Unknwon | 2015-01-23 | 1 | -14/+14 | |
| | | ||||||
* | | fix locale | Unknwon | 2015-01-19 | 1 | -1/+1 | |
| | | ||||||
* | | update locale | Unknwon | 2015-01-18 | 9 | -106/+884 | |
| | | ||||||
* | | update with deps | Unknwon | 2015-01-17 | 1 | -2/+2 | |
| | | ||||||
* | | Make help text for email listing a little more helpful. | Dominik Schulz | 2015-01-09 | 1 | -2/+3 | |
| | | ||||||
* | | Add missing translations for email settings page to de_DE. | Dominik Schulz | 2015-01-09 | 1 | -0/+10 | |
| | | ||||||
* | | Optmize git-fsck options and fix #820 | Unknwon | 2015-01-02 | 1 | -4/+10 | |
|/ |