Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | fix #1112 | Unknwon | 2015-07-10 | 3 | -2/+3 | |
| | | | | | | | ||||||
* | | | | | | | add more gitignores | Unknwon | 2015-07-09 | 7 | -0/+226 | |
| | | | | | | | ||||||
* | | | | | | | install - add mail from setting | Unknwon | 2015-07-09 | 9 | -50/+68 | |
| | | | | | | | ||||||
* | | | | | | | UI: install - done | Unknwon | 2015-07-09 | 21 | -423/+685 | |
| | | | | | | | ||||||
* | | | | | | | UI: install - new version | Unknwon | 2015-07-08 | 17 | -196/+212 | |
| | | | | | | | ||||||
* | | | | | | | UI: install - database settings | Unknwon | 2015-07-08 | 12 | -157/+315 | |
| | | | | | | | ||||||
* | | | | | | | update UI framework | Unknwon | 2015-07-07 | 12 | -31/+50 | |
| | | | | | | | ||||||
* | | | | | | | update locale | Unknwon | 2015-07-06 | 5 | -67/+75 | |
| | | | | | | | ||||||
* | | | | | | | update locle | Unknwon | 2015-07-06 | 4 | -39/+45 | |
| | | | | | | | ||||||
* | | | | | | | check master as default branch when migrate | Unknwon | 2015-07-05 | 1 | -0/+9 | |
| | | | | | | | ||||||
* | | | | | | | update locale | Unknwon | 2015-07-05 | 2 | -21/+23 | |
| | | | | | | | ||||||
* | | | | | | | update locale | Unknwon | 2015-07-04 | 2 | -14/+16 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | update locale | Unknwon | 2015-07-03 | 5 | -19/+24 | |
| | | | | | | ||||||
* | | | | | | add config options for HELO | Unknwon | 2015-07-03 | 7 | -47/+61 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' of github.com:gogits/gogs into develop | Unknwon | 2015-07-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # conf/locale/locale_de-DE.ini # conf/locale/locale_en-US.ini # conf/locale/locale_fr-FR.ini # conf/locale/locale_ja-JP.ini # conf/locale/locale_pl-PL.ini # conf/locale/locale_pt-BR.ini # conf/locale/locale_ru-RU.ini # conf/locale/locale_zh-CN.ini # conf/locale/locale_zh-HK.ini | |||||
| * | | | | | Merge pull request #1187 from xaionaro/master | Lunny Xiao | 2015-04-24 | 9 | -9/+9 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key | |||||
| | * | | | | | Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key | Dmitry Yu Okunev | 2015-04-05 | 9 | -9/+9 | |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru> | |||||
| * | | | | | Merge pull request #1223 from Scarsz/patch-1 | Lunny Xiao | 2015-04-24 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Fix typo | |||||
| | * | | | | Fix typo | Scarsz | 2015-04-22 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-04-24 | 21 | -38/+203 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge pull request #1226 from nice-software/wip/pam | Lunny Xiao | 2015-04-24 | 10 | -2/+144 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add PAM authentication | |||||
| | * | | | | | Add PAM authentication | Paolo Borelli | 2015-04-24 | 10 | -2/+144 | |
| | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge pull request #1183 from lukad/feature/remove-plenk | Lunny Xiao | 2015-04-24 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Remove extra space from ssh authentication message | |||||
| | * | | | | | remove extra space in ssh authentication message | Luka Dornhecker | 2015-04-02 | 1 | -1/+1 | |
| | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Merge pull request #1210 from acusti/patch-1 | Lunny Xiao | 2015-04-24 | 2 | -4/+10 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Wrap remember me text and checkbox in a label | |||||
| | * | | | | | Match naming convention on page (checkbox→chk) | Andrew Patton | 2015-04-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | :lipstick: Style checkbox label in sign in form | Andrew Patton | 2015-04-15 | 1 | -1/+6 | |
| | | | | | | | ||||||
| | * | | | | | Wrap remember text+checkbox in label; close #1209 | Andrew Patton | 2015-04-15 | 1 | -3/+4 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword | Lunny Xiao | 2015-04-24 | 4 | -5/+5 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | Hotfix/type fix validate password | |||||
| | * | | | | fix calls that go rename missed | Dustin Willis Webber | 2015-04-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | typo fix for comment | Dustin Willis Webber | 2015-04-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | typo fix | Dustin Willis Webber | 2015-04-16 | 2 | -2/+2 | |
| | | |/ / | | |/| | | ||||||
| | * | | | Merge pull request #1177 from rauchrob/patch-1 | 无闻 | 2015-03-31 | 1 | -1/+1 | |
| | |\ \ \ | | | |_|/ | | |/| | | fix typo in centos init script | |||||
| | | * | | fix typo in centos init script | Robert Rauch | 2015-04-01 | 1 | -1/+1 | |
| | |/ / | | | | | | | | | We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we? | |||||
| * | | | Merge pull request #1218 from StrangeWill/blank-name-fix | Lunny Xiao | 2015-04-20 | 1 | -1/+6 | |
| |\ \ \ | | | | | | | | | | | Fixes issue with LDAP inserting users with blank names. | |||||
| | * | | | Fixes issue with LDAP inserting users with blank names. | William Roush | 2015-04-20 | 1 | -1/+6 | |
| |/ / / | ||||||
| * | | | Merge pull request #1186 from dhuan/author-name-on-explore-page | Lunny Xiao | 2015-04-19 | 1 | -16/+18 | |
| |\ \ \ | | | | | | | | | | | Display author's name on explore page | |||||
| | * | | | Fix HTML indentation | Dhuan | 2015-04-18 | 1 | -17/+17 | |
| | | | | | ||||||
| | * | | | Display author's name on explore page | Dhuan | 2015-04-18 | 1 | -2/+4 | |
| | | |/ | | |/| | ||||||
| * | | | Merge pull request #1216 from tony/ssh-config-options | Lunny Xiao | 2015-04-18 | 2 | -2/+5 | |
| |\ \ \ | | |/ / | |/| | | SSH config options | |||||
| | * | | Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵ | Tony Narlock | 2015-04-18 | 2 | -2/+5 | |
| |/ / | | | | | | | | | | legacy behavior | |||||
| * | | Merge pull request #1167 from linquize/http401 | 无闻 | 2015-03-31 | 2 | -7/+14 | |
| |\ \ | | | | | | | | | Set Content-Type to text/plain for http status 401 | |||||
| | * | | Set Content-Type to text/plain for http status 401 | Linquize | 2015-03-28 | 2 | -7/+14 | |
| |/ / | | | | | | | | | | This is because git command line shows the failure reason only if Content-Type is text/plain. | |||||
* / / | update typo in locale files | Unknwon | 2015-04-24 | 13 | -138/+292 | |
|/ / | ||||||
* | | #1073 #1162 issue ID constraint failed | Unknwon | 2015-03-27 | 6 | -6/+8 | |
| | | ||||||
* | | Merge pull request #1159 from davmrtl/develop | 无闻 | 2015-03-26 | 2 | -2/+2 | |
|\ \ | | | | | | | Fix "Plus" icon size in dashboard | |||||
| * | | Fix "Plus" icon size in dashboard (part 2) | David Martel | 2015-03-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix "Plus" icon size in dashboard | David Martel | 2015-03-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 15 | -167/+275 | |
| |/ |/| | ||||||
* | | fix #1156 | Unknwon | 2015-03-26 | 1 | -3/+1 | |
| | |