summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* UI: install - doneUnknwon2015-07-092-379/+431
|
* UI: install - new versionUnknwon2015-07-084-15/+28
|
* UI: install - database settingsUnknwon2015-07-081-2/+2
|
* update localeUnknwon2015-07-061-8/+8
|
* update locleUnknwon2015-07-061-6/+6
|
* update localeUnknwon2015-07-051-15/+15
|
* update localeUnknwon2015-07-041-2/+2
|
* update localeUnknwon2015-07-031-6/+6
|
* add config options for HELOUnknwon2015-07-033-45/+54
|
* Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-04-245-0/+60
|\
| * Add PAM authenticationPaolo Borelli2015-04-243-0/+51
| |
| * Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵Tony Narlock2015-04-181-0/+2
| | | | | | | | legacy behavior
| * Set Content-Type to text/plain for http status 401Linquize2015-03-281-0/+7
| | | | | | | | This is because git command line shows the failure reason only if Content-Type is text/plain.
* | update typo in locale filesUnknwon2015-04-241-49/+49
|/
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-38/+38
|
* fixed panic error on user loginblemasle2015-03-251-0/+5
|
* typo fixUnknwon2015-03-251-1/+1
|
* #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECKUnknwon2015-03-252-12/+15
|
* #1124 LDAP add and edit form are misleadingUnknwon2015-03-241-16/+16
|
* #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-242-0/+6
|
* #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
* | #1080: Remove footer ads/branding from default templateUnknwon2015-03-233-2/+8
| |
* | Add Polish supportUnknwon2015-03-221-15/+38
| |
* | UI compatibilityUnknwon2015-03-212-17/+12
| |
* | add sr-only class, change to new tag lineUnknwon2015-03-201-14/+14
| |
* | #1094: fix localeUnknwon2015-03-191-9/+9
| |
* | Put default config into binaryUnknwon2015-03-182-5/+1044
| |
* | #1028: Windows Expects UNIX Directory SeparatorUnknwon2015-03-181-3/+15
| |
* | #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-1/+1
| | | | | | | | - fix delete user but repository watches are not decreased
* | #851: Edit Account does not take into consideration password rulesUnknwon2015-03-171-9/+9
| |
* | Add setting.AppSubUrl for LANDING_PAGE = exploreChristophe Le Guern2015-03-161-1/+1
| | | | | | Add setting.AppSubUrl in case of different ROOT_URL and LANDING_PAGE = explore
* | #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-2/+2
| |
* | #1024: OFFLINE_MODE Still Uses GravatarUnknwon2015-03-121-1/+1
| |
* | registeration -> registrationNolan Darilek2015-03-121-1/+1
| |
* | remove unused scripts and simplify migrate form definitionUnknwon2015-03-111-7/+7
| |
* | Handle submodules without a .gitmodules entry - fix #1023Filippo Valsorda2015-03-102-2/+6
|/
* modules/git/signature.go: parse date foramt #663Unknwon2015-03-061-1/+1
|
* Merge pull request #943 from diseaz/mailer-client-cert无闻2015-02-282-10/+23
|\ | | | | Use client certificate for SMTP over TLS
| * Fix "forcing" client certificate for SMTPDmitry Azhichakov2015-02-132-13/+17
| |
| * New feature: SMTP connection may use client certificate.Dmitry Azhichakov2015-02-122-5/+14
| | | | | | | | | | | | New config keys in [mailer] section: - CERT_FILE: path to a certificate file. - KEY_FILE: path to a key file.
* | Merge branch 'access' of github.com:gogits/gogs into devUnknwon2015-02-285-159/+77
|\ \
| * | modules/setting: simple behave change in startupUnknwon2015-02-262-11/+5
| | |
| * | Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-222-53/+49
| |\ \
| | * | Updating context and fixing permission issuesPeter Smit2015-02-162-53/+49
| | | | | | | | | | | | | | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
| * | | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-229-79/+71
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * | | fix mirror issues uncaught #941Unknwon2015-02-131-2/+5
| | | |
| * | | code fix #941 caution: undertestUnknwon2015-02-131-8/+8
| | | |