Commit Graph

585 Commits (e69f09f50ee79c08de700f7bb00b91323cac2bc8)

Author SHA1 Message Date
Unknwon 548b95f7b5 fix install form def
Unknwon ff051e2106 : API calls are not hidden behind sign in
Unknwon 4cbbaefd82 : hide user e-mail when API caller isn't signed in
Unknwon 81adbe17ca use pam and update TRANSLATORS
Unknwon 2724dbd450 update locale
Unknwon eb0f0710f0 add more gitignores
Unknwon a2a9e151f8 install - add mail from setting
Unknwon b9dc2147b4 UI: install - done
Unknwon 5cf3732339 UI: install - new version
Unknwon 5dd3dd71a0 UI: install - database settings
Unknwon 9af8a6c6a3 update locale
Unknwon 1269ce0538 update locle
Unknwon 1564b77cf5 update locale
Unknwon 1492c905bb update locale
Unknwon 4fca548ed1 update locale
Unknwon c47afdff58 add config options for HELO
Unknwon c08baee085 Merge branch 'develop' of github.com:gogits/gogs into develop
Unknwon 7a7c096fd0 update typo in locale files
Paolo Borelli 182003aa41 Add PAM authentication
Tony Narlock 6a0fec77ea Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior
Linquize f26f8d5afa Set Content-Type to text/plain for http status 401
This is because git command line shows the failure reason only if Content-Type is text/plain.
Unknwon 698b9e2acc Clearer error message for illegal characters
blemasle e1a4f99eaa fixed panic error on user login
Unknwon c5c5aac7a5 typo fix
Unknwon aae74c793a add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK
Unknwon 211596f407 LDAP add and edit form are misleading
Unknwon caf7618ea6 Hide gravatar email field if gravatar is disabled (or offline mode)
Unknwon ab6b288141 fix markdown: render special links
- code format for 
无闻 750d82b8e2 Merge pull request from jcracknell/tag-exclude-nethtml
Exclude HTML tags from Markdown post-processing
Unknwon 2bb982dada : Remove footer ads/branding from default template
Unknwon ade343f6dc Add Polish support
Unknwon 75cbb32b1e UI compatibility
Unknwon b6f8b486c7 add sr-only class, change to new tag line
Unknwon 1cb57b1a44 : fix locale
Unknwon e6cf83b8c0 Put default config into binary
Unknwon 49aeb87e44 : Windows Expects UNIX Directory Separator
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon 33894591a6 : Edit Account does not take into consideration password rules
Christophe Le Guern d61962a18a Add setting.AppSubUrl for LANDING_PAGE = explore
Add setting.AppSubUrl in case of different ROOT_URL and LANDING_PAGE = explore
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing
Unknwon b72e75e522 : OFFLINE_MODE Still Uses Gravatar
Nolan Darilek 98674b2a21 registeration -> registration
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition
Filippo Valsorda 5d5d774e03 Handle submodules without a .gitmodules entry - fix
James Cracknell 41cc43208e Mousewheel paste
James Cracknell 127eb439d7 Exclude HTML tags from Markdown post-processing
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
Unknwon 5e763baa12 modules/git/signature.go: parse date foramt
无闻 3db80f2c55 Merge pull request from diseaz/mailer-client-cert
Use client certificate for SMTP over TLS
Unknwon b0b11fd7b1 Merge branch 'access' of github.com:gogits/gogs into dev
无闻 3a6ba39a61 Merge pull request from theangryangel/fix/ldap-auth
Attempt 3 to fix LDAP login issues when git pushing after password change