summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | #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
| | * fixed panic error on user loginblemasle2015-03-251-0/+5
| |/
* / #1120 #1132 mirror info not updated when transfer mirro repoUnknwon2015-03-251-4/+25
|/
* typo fixUnknwon2015-03-251-1/+1
|
* #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECKUnknwon2015-03-254-32/+37
|
* mirror fix of #1105Unknwon2015-03-254-5/+11
|
* Merge pull request #1144 from masegaloeh/develop无闻2015-03-251-3/+2
|\ | | | | Fix email contact and link
| * Fix email contact and linkmasegaloeh2015-03-251-3/+2
|/
* Merge pull request #1105 from linquize/migrate-git无闻2015-03-241-2/+2
|\ | | | | Allow to migrate through git:// protocol
| * Allow to migrate through git:// protocolLinquize2015-03-201-2/+2
| |
* | #1114 'New Release' always visibleUnknwon2015-03-241-0/+2
| |
* | #1140 MySQL root password exposureUnknwon2015-03-241-1/+0
| |
* | #1124 LDAP add and edit form are misleadingUnknwon2015-03-244-45/+57
| |
* | #1089 change to fake local email accountUnknwon2015-03-241-2/+2
| |
* | #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-244-0/+10
| |
* | #1143 Team member access lost when adding repository collaboratorUnknwon2015-03-244-4/+20
| | | | | | | | - fix bug when add a repo to team, all other team members gets access as well
* | #637 #738 fix markdown: render special linksUnknwon2015-03-231-63/+50
| | | | | | | | - code format for #1020
* | Merge pull request #1020 from jcracknell/tag-exclude-nethtml无闻2015-03-231-4/+48
|\ \ | | | | | | Exclude HTML tags from Markdown post-processing
| * | Mousewheel pasteJames Cracknell2015-03-081-4/+0
| | |
| * | Exclude HTML tags from Markdown post-processingJames Cracknell2015-03-081-4/+52
| | | | | | | | | | | | | | | | | | HTML tags are no longer processed for special links, etc Contents of <a>, <code> and <pre> are not processed for special links Processing for special links is done after Markdown conversion