Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-04-24 |
|\ | |||
| * | Add PAM authentication | Paolo Borelli | 2015-04-24 |
| | | |||
| * | Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵ | Tony Narlock | 2015-04-18 |
| | | | | | | | | legacy behavior | ||
| * | Set Content-Type to text/plain for http status 401 | Linquize | 2015-03-28 |
| | | | | | | | | This is because git command line shows the failure reason only if Content-Type is text/plain. | ||
* | | update typo in locale files | Unknwon | 2015-04-24 |
|/ | |||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 |
| | |||
* | fixed panic error on user login | blemasle | 2015-03-25 |
| | |||
* | typo fix | Unknwon | 2015-03-25 |
| | |||
* | #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK | Unknwon | 2015-03-25 |
| | |||
* | #1124 LDAP add and edit form are misleading | Unknwon | 2015-03-24 |
| | |||
* | #1098 Hide gravatar email field if gravatar is disabled (or offline mode) | Unknwon | 2015-03-24 |
| | |||
* | #637 #738 fix markdown: render special links | Unknwon | 2015-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 paste | James Cracknell | 2015-03-08 |
| | | |||
| * | Exclude HTML tags from Markdown post-processing | James Cracknell | 2015-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 template | Unknwon | 2015-03-23 |
| | | |||
* | | Add Polish support | Unknwon | 2015-03-22 |
| | | |||
* | | UI compatibility | Unknwon | 2015-03-21 |
| | | |||
* | | add sr-only class, change to new tag line | Unknwon | 2015-03-20 |
| | | |||
* | | #1094: fix locale | Unknwon | 2015-03-19 |
| | | |||
* | | Put default config into binary | Unknwon | 2015-03-18 |
| | | |||
* | | #1028: Windows Expects UNIX Directory Separator | Unknwon | 2015-03-18 |
| | | |||
* | | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 |
| | | | | | | | | - fix delete user but repository watches are not decreased | ||
* | | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 |
| | | |||
* | | Add setting.AppSubUrl for LANDING_PAGE = explore | Christophe Le Guern | 2015-03-16 |
| | | | | | | Add setting.AppSubUrl in case of different ROOT_URL and LANDING_PAGE = explore | ||
* | | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 |
| | | |||
* | | #1024: OFFLINE_MODE Still Uses Gravatar | Unknwon | 2015-03-12 |
| | | |||
* | | registeration -> registration | Nolan Darilek | 2015-03-12 |
| | | |||
* | | remove unused scripts and simplify migrate form definition | Unknwon | 2015-03-11 |
| | | |||
* | | Handle submodules without a .gitmodules entry - fix #1023 | Filippo Valsorda | 2015-03-10 |
|/ | |||
* | modules/git/signature.go: parse date foramt #663 | Unknwon | 2015-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 SMTP | Dmitry Azhichakov | 2015-02-13 |
| | | |||
| * | New feature: SMTP connection may use client certificate. | Dmitry Azhichakov | 2015-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 dev | Unknwon | 2015-02-28 |
|\ \ | |||
| * | | modules/setting: simple behave change in startup | Unknwon | 2015-02-26 |
| | | | |||
| * | | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
| |\ \ | |||
| | * | | Updating context and fixing permission issues | Peter Smit | 2015-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 access | Unknwon | 2015-02-22 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||
| * | | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 |
| | | | | |||
| * | | | code fix #941 caution: undertest | Unknwon | 2015-02-13 |
| | | | | |||
| * | | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-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 style | Peter Smit | 2015-02-09 |
| | | | | | |||
| | * | | | Refactoring of the Access Table | Peter Smit | 2015-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 Table | Peter Smit | 2015-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 #925 | Unknwon | 2015-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 fixes | Gogs | 2015-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 server | Lauris BH | 2015-02-08 |
| | | | | | |