aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-04-24
|\
| * Add PAM authenticationPaolo Borelli2015-04-24
| |
| * Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵Tony Narlock2015-04-18
| | | | | | | | legacy behavior
| * Set Content-Type to text/plain for http status 401Linquize2015-03-28
| | | | | | | | This is because git command line shows the failure reason only if Content-Type is text/plain.
* | update typo in locale filesUnknwon2015-04-24
|/
* #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|
* fixed panic error on user loginblemasle2015-03-25
|
* typo fixUnknwon2015-03-25
|
* #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECKUnknwon2015-03-25
|
* #1124 LDAP add and edit form are misleadingUnknwon2015-03-24
|
* #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-24
|
* #637 #738 fix markdown: render special linksUnknwon2015-03-23
| | | | - code format for #1020
* Merge pull request #1020 from jcracknell/tag-exclude-nethtml无闻2015-03-23
|\ | | | | Exclude HTML tags from Markdown post-processing
| * Mousewheel pasteJames Cracknell2015-03-08
| |
| * Exclude HTML tags from Markdown post-processingJames Cracknell2015-03-08
| | | | | | | | | | | | 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-23
| |
* | Add Polish supportUnknwon2015-03-22
| |
* | UI compatibilityUnknwon2015-03-21
| |
* | add sr-only class, change to new tag lineUnknwon2015-03-20
| |
* | #1094: fix localeUnknwon2015-03-19
| |
* | Put default config into binaryUnknwon2015-03-18
| |
* | #1028: Windows Expects UNIX Directory SeparatorUnknwon2015-03-18
| |
* | #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | | | | | - fix delete user but repository watches are not decreased
* | #851: Edit Account does not take into consideration password rulesUnknwon2015-03-17
| |
* | Add setting.AppSubUrl for LANDING_PAGE = exploreChristophe Le Guern2015-03-16
| | | | | | Add setting.AppSubUrl in case of different ROOT_URL and LANDING_PAGE = explore
* | #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-16
| |
* | #1024: OFFLINE_MODE Still Uses GravatarUnknwon2015-03-12
| |
* | registeration -> registrationNolan Darilek2015-03-12
| |
* | remove unused scripts and simplify migrate form definitionUnknwon2015-03-11
| |
* | Handle submodules without a .gitmodules entry - fix #1023Filippo Valsorda2015-03-10
|/
* modules/git/signature.go: parse date foramt #663Unknwon2015-03-06
|
* Merge pull request #943 from diseaz/mailer-client-cert无闻2015-02-28
|\ | | | | Use client certificate for SMTP over TLS
| * Fix "forcing" client certificate for SMTPDmitry Azhichakov2015-02-13
| |
| * New feature: SMTP connection may use client certificate.Dmitry Azhichakov2015-02-12
| | | | | | | | | | | | 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-28
|\ \
| * | modules/setting: simple behave change in startupUnknwon2015-02-26
| | |
| * | Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-22
| |\ \
| | * | Updating context and fixing permission issuesPeter Smit2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | 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-22
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * | | fix mirror issues uncaught #941Unknwon2015-02-13
| | | |
| * | | code fix #941 caution: undertestUnknwon2015-02-13
| | | |
| * | | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go
| | * | | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-09
| | | | |
| | * | | Refactoring of the Access TablePeter Smit2015-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
| * | | | Refactoring of the Access TablePeter Smit2015-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
| * | | | first pass work on migration #925Unknwon2015-02-11
| | | | |
* | | | | Merge pull request #992 from theangryangel/fix/ldap-auth无闻2015-02-28
|\ \ \ \ \ | | | | | | | | | | | | Attempt 3 to fix LDAP login issues when git pushing after password change
| * | | | | Attempt #3 of ldap fixesGogs2015-02-27
| | | | | |
* | | | | | Merge pull request #915 from Lafriks/dev无闻2015-02-23
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Get username, name, surname and e-mail from LDAP server
| * | | | | Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-08
| | | | | |