summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* UI: install - new versionUnknwon2015-07-0817-196/+212
|
* UI: install - database settingsUnknwon2015-07-0812-157/+315
|
* update UI frameworkUnknwon2015-07-0712-31/+50
|
* update localeUnknwon2015-07-065-67/+75
|
* update locleUnknwon2015-07-064-39/+45
|
* check master as default branch when migrateUnknwon2015-07-051-0/+9
|
* update localeUnknwon2015-07-052-21/+23
|
* update localeUnknwon2015-07-042-14/+16
|
* update localeUnknwon2015-07-035-19/+24
|
* add config options for HELOUnknwon2015-07-037-47/+61
|
* Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-031-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/masterLunny Xiao2015-04-249-9/+9
| |\ | | | | | | Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key
| | * Fixed a typo: .ssh/autorized_key -> .ssh/authorized_keyDmitry Yu Okunev2015-04-059-9/+9
| | | | | | | | | | | | Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
| * | Merge pull request #1223 from Scarsz/patch-1Lunny Xiao2015-04-241-1/+1
| |\ \ | | |/ | |/| Fix typo
| | * Fix typoScarsz2015-04-221-1/+1
| |/
* | Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-04-2421-38/+203
|\ \
| * \ Merge pull request #1226 from nice-software/wip/pamLunny Xiao2015-04-2410-2/+144
| |\ \ | | | | | | | | Add PAM authentication
| | * | Add PAM authenticationPaolo Borelli2015-04-2410-2/+144
| | | |
| * | | Merge pull request #1183 from lukad/feature/remove-plenkLunny Xiao2015-04-241-1/+1
| |\ \ \ | | | | | | | | | | Remove extra space from ssh authentication message
| | * | | remove extra space in ssh authentication messageLuka Dornhecker2015-04-021-1/+1
| | | | |
| * | | | Merge pull request #1210 from acusti/patch-1Lunny Xiao2015-04-242-4/+10
| |\ \ \ \ | | | | | | | | | | | | Wrap remember me text and checkbox in a label
| | * | | | Match naming convention on page (checkbox→chk)Andrew Patton2015-04-151-1/+1
| | | | | |
| | * | | | :lipstick: Style checkbox label in sign in formAndrew Patton2015-04-151-1/+6
| | | | | |
| | * | | | Wrap remember text+checkbox in label; close #1209Andrew Patton2015-04-151-3/+4
| | |/ / /
| * | | | Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePasswordLunny Xiao2015-04-244-5/+5
| |\ \ \ \ | | |_|/ / | |/| | | Hotfix/type fix validate password
| | * | | fix calls that go rename missedDustin Willis Webber2015-04-161-1/+1
| | | | |
| | * | | typo fix for commentDustin Willis Webber2015-04-161-1/+1
| | | | |
| | * | | typo fixDustin Willis Webber2015-04-162-2/+2
| | | |/ | | |/|
| | * | Merge pull request #1177 from rauchrob/patch-1无闻2015-03-311-1/+1
| | |\ \ | | | | | | | | | | fix typo in centos init script
| | | * | fix typo in centos init scriptRobert Rauch2015-04-011-1/+1
| | |/ / | | | | | | | | We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we?
| * | | Merge pull request #1218 from StrangeWill/blank-name-fixLunny Xiao2015-04-201-1/+6
| |\ \ \ | | | | | | | | | | Fixes issue with LDAP inserting users with blank names.
| | * | | Fixes issue with LDAP inserting users with blank names.William Roush2015-04-201-1/+6
| |/ / /
| * | | Merge pull request #1186 from dhuan/author-name-on-explore-pageLunny Xiao2015-04-191-16/+18
| |\ \ \ | | | | | | | | | | Display author's name on explore page
| | * | | Fix HTML indentationDhuan2015-04-181-17/+17
| | | | |
| | * | | Display author's name on explore pageDhuan2015-04-181-2/+4
| | | |/ | | |/|
| * | | Merge pull request #1216 from tony/ssh-config-optionsLunny Xiao2015-04-182-2/+5
| |\ \ \ | | |/ / | |/| | SSH config options
| | * | Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵Tony Narlock2015-04-182-2/+5
| |/ / | | | | | | | | | legacy behavior
| * | Merge pull request #1167 from linquize/http401无闻2015-03-312-7/+14
| |\ \ | | | | | | | | Set Content-Type to text/plain for http status 401
| | * | Set Content-Type to text/plain for http status 401Linquize2015-03-282-7/+14
| |/ / | | | | | | | | | This is because git command line shows the failure reason only if Content-Type is text/plain.
* / / update typo in locale filesUnknwon2015-04-2413-138/+292
|/ /
* | #1073 #1162 issue ID constraint failedUnknwon2015-03-276-6/+8
| |
* | Merge pull request #1159 from davmrtl/develop无闻2015-03-262-2/+2
|\ \ | | | | | | Fix "Plus" icon size in dashboard
| * | Fix "Plus" icon size in dashboard (part 2)David Martel2015-03-261-1/+1
| | |
| * | Fix "Plus" icon size in dashboardDavid Martel2015-03-251-1/+1
| | |
* | | #1070 Clearer error message for illegal charactersUnknwon2015-03-2615-167/+275
| |/ |/|
* | fix #1156Unknwon2015-03-261-3/+1
| |
* | update README and gopmfileUnknwon2015-03-263-7/+7
|/
* auto fix locale file name changeUnknwon2015-03-251-0/+17
|
* Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-03-251-0/+5
|\
| * Merge pull request #1147 from blemasle/develop无闻2015-03-251-0/+5
| |\ | | | | | | fixed panic error on user login