summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1249 from donbowman/master无闻2015-07-252-2/+1
|\ | | | | in routers/repo/download.go, don't set mime type, let go figure it out.
| * remove blackfriday.EXTENSION_HARD_LINE_BREAK from options.Don Bowman2015-04-081-1/+1
| |
| * don't set mime type to text/plain. This will break serving e.g. raw images,Don Bowman2015-04-081-1/+0
| | | | | | | | | | | | | | | | | | html, etc According to http://golang.org/pkg/net/http/#DetectContentType "If the Header does not contain a Content-Type line, Write adds a Content-Type set to the result of passing the initial 512 bytes of written data to DetectContentType."
* | Merge pull request #1244 from jamesa/develop无闻2015-07-253-0/+6
|\ \ | | | | | | Add full name field to admin's user edit page (fixes #1130)
| * | Add full name field to admin's user edit page (fixes #1130)James2015-04-283-0/+6
| | |
* | | Merge pull request #1185 from linquize/build-win无闻2015-07-251-2/+8
|\ \ \ | | | | | | | | Update build.sh for Windows
| * | | Update build.sh for WindowsLinquize2015-06-291-2/+8
| | | |
* | | | Merge pull request #1275 from jstasiak/develop无闻2015-07-2513-0/+17
|\ \ \ \ | | | | | | | | | | Add file permalink button
| * | | | Add file permalink buttonJakub Stasiak2015-07-1313-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The button appears when a file is viewed in a branch or a tag. It points to a URL containing the branch's (or tag's) current commit id so that it'll always point to the same content.
* | | | | Merge pull request #1358 from nice-software/wip/certCommonName无闻2015-07-251-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add CommonName to the self signed certificate
| * | | | | Add CommonName to the self signed certificatePaolo Borelli2015-07-111-0/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Without a CN the self signed certificate is considered invalid by chrome. You can check with: openssl x509 -in cert.pem -subject -noout
* | | | | Merge pull request #1379 from tpires/develop无闻2015-07-2517-41/+31
|\ \ \ \ \ | | | | | | | | | | | | Update docker image.
| * | | | | Update docker image.Tiago Pires2015-07-2017-41/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
* | | | | | Merge pull request #1387 from manfer/admin-password-field-fix无闻2015-07-251-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | install admin password field fix
| * | | | | | install admin password field fixFernando San Julián2015-07-231-2/+2
| |/ / / / / | | | | | | | | | | | | Admin Password field in install form must be of type password
* / / / / / #1369: nil pointer when add repo to teamUnknwon2015-07-241-4/+3
|/ / / / /
* | | | | fix install form defUnknwon2015-07-201-6/+6
| | | | |
* | | | | fixes on #1171Unknwon2015-07-191-1/+1
| | | | |
* | | | | fix about #1289Unknwon2015-07-194-46/+35
| | | | |
* | | | | fix suburl for jsUnknwon2015-07-161-1/+1
| | | | |
* | | | | Disable log color in prod modeUnknwon2015-07-163-2/+3
| | | | |
* | | | | #1128: API calls are not hidden behind sign inUnknwon2015-07-156-4/+16
| | | | |
* | | | | Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-07-150-0/+0
|\ \ \ \ \
| * | | | | #1127: hide user e-mail when API caller isn't signed inUnknwon2015-07-142-0/+6
| | | | | |
* | | | | | #1127: hide user e-mail when API caller isn't signed inUnknwon2015-07-152-0/+6
| | | | | |
* | | | | | Merge pull request #1355 from pkgr/pkgr无闻2015-07-151-4/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix build on packager.io, enable Debian 8 and CentOS / RHEL 7
| * | | | | | Merge remote-tracking branch 'origin/master' into pkgrcrohr2015-07-1456-746/+2294
| |\| | | | |
| * | | | | | Add debian-8 and centos-7Cyril Rohr2015-07-091-13/+9
| | | | | | |
| * | | | | | Add libpam0g as dependency for packagingCyril Rohr2015-07-091-2/+20
| | | | | | |
* | | | | | | Merge pull request #1364 from m4rcs/patch-1无闻2015-07-151-1/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Update TRANSLATORS
| * | | | | | Update TRANSLATORSMarc Schiller2015-07-141-1/+2
| |/ / / / /
* | | | | | Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-140-0/+0
|\| | | | |
| * | | | | Merge branch 'master' of github.com:gogits/gogsUnknwon2015-07-0955-321/+769
| |\ \ \ \ \
| * | | | | | fix tmpl errorUnknwon2015-07-091-1/+1
| | | | | | |
* | | | | | | #1279: Removing user from collaboration removes repositioryUnknwon2015-07-142-2/+21
| | | | | | |
* | | | | | | fix .travis.ymlUnknwon2015-07-141-3/+2
| | | | | | |
* | | | | | | fix fileUnknwon2015-07-141-1/+3
| | | | | | |
* | | | | | | use pam and update TRANSLATORSUnknwon2015-07-146-5/+6
| | | | | | |
* | | | | | | update localeUnknwon2015-07-1413-109/+902
| |_|/ / / / |/| | | | |
* | | | | | fix hidden bug on tpl renderingUnknwon2015-07-101-7/+14
| | | | | |
* | | | | | fix #1112Unknwon2015-07-103-2/+3
| | | | | |
* | | | | | add more gitignoresUnknwon2015-07-097-0/+226
| | | | | |
* | | | | | install - add mail from settingUnknwon2015-07-099-50/+68
| | | | | |
* | | | | | UI: install - doneUnknwon2015-07-0921-423/+685
| | | | | |
* | | | | | UI: install - new versionUnknwon2015-07-0817-196/+212
| | | | | |
* | | | | | UI: install - database settingsUnknwon2015-07-0812-157/+315
| | | | | |
* | | | | | update UI frameworkUnknwon2015-07-0712-31/+50
| | | | | |
* | | | | | update localeUnknwon2015-07-065-67/+75
| | | | | |
* | | | | | update locleUnknwon2015-07-064-39/+45
| | | | | |
* | | | | | check master as default branch when migrateUnknwon2015-07-051-0/+9
| | | | | |