aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #1275 from jstasiak/develop无闻2015-07-25
|\ | | | | Add file permalink button
| * Add file permalink buttonJakub Stasiak2015-07-13
| | | | | | | | | | | | 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-25
|\ \ | | | | | | Add CommonName to the self signed certificate
| * | Add CommonName to the self signed certificatePaolo Borelli2015-07-11
| |/ | | | | | | | | | | 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-25
|\ \ | | | | | | Update docker image.
| * | Update docker image.Tiago Pires2015-07-20
| | | | | | | | | | | | | | | | | | | | | | | | 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-25
|\ \ \ | | | | | | | | install admin password field fix
| * | | install admin password field fixFernando San Julián2015-07-23
| |/ / | | | | | | Admin Password field in install form must be of type password
* / / #1369: nil pointer when add repo to teamUnknwon2015-07-24
|/ /
* | fix install form defUnknwon2015-07-20
| |
* | fixes on #1171Unknwon2015-07-19
| |
* | fix about #1289Unknwon2015-07-19
| |
* | fix suburl for jsUnknwon2015-07-16
| |
* | Disable log color in prod modeUnknwon2015-07-16
| |
* | #1128: API calls are not hidden behind sign inUnknwon2015-07-15
| |
* | Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-07-15
|\ \
| * | #1127: hide user e-mail when API caller isn't signed inUnknwon2015-07-14
| | |
* | | #1127: hide user e-mail when API caller isn't signed inUnknwon2015-07-15
| | |
* | | Merge pull request #1355 from pkgr/pkgr无闻2015-07-15
|\ \ \ | | | | | | | | Fix build on packager.io, enable Debian 8 and CentOS / RHEL 7
| * | | Merge remote-tracking branch 'origin/master' into pkgrcrohr2015-07-14
| |\| |
| * | | Add debian-8 and centos-7Cyril Rohr2015-07-09
| | | |
| * | | Add libpam0g as dependency for packagingCyril Rohr2015-07-09
| | | |
* | | | Merge pull request #1364 from m4rcs/patch-1无闻2015-07-15
|\ \ \ \ | |_|/ / |/| | | Update TRANSLATORS
| * | | Update TRANSLATORSMarc Schiller2015-07-14
| |/ /
* | | Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-14
|\| |
| * | Merge branch 'master' of github.com:gogits/gogsUnknwon2015-07-09
| |\ \
| * | | fix tmpl errorUnknwon2015-07-09
| | | |
* | | | #1279: Removing user from collaboration removes repositioryUnknwon2015-07-14
| | | |
* | | | fix .travis.ymlUnknwon2015-07-14
| | | |
* | | | fix fileUnknwon2015-07-14
| | | |
* | | | use pam and update TRANSLATORSUnknwon2015-07-14
| | | |
* | | | update localeUnknwon2015-07-14
| |_|/ |/| |
* | | fix hidden bug on tpl renderingUnknwon2015-07-10
| | |
* | | fix #1112Unknwon2015-07-10
| | |
* | | add more gitignoresUnknwon2015-07-09
| | |
* | | install - add mail from settingUnknwon2015-07-09
| | |
* | | UI: install - doneUnknwon2015-07-09
| | |
* | | UI: install - new versionUnknwon2015-07-08
| | |
* | | UI: install - database settingsUnknwon2015-07-08
| | |
* | | update UI frameworkUnknwon2015-07-07
| | |
* | | update localeUnknwon2015-07-06
| | |
* | | update locleUnknwon2015-07-06
| | |
* | | check master as default branch when migrateUnknwon2015-07-05
| | |
* | | update localeUnknwon2015-07-05
| | |
* | | update localeUnknwon2015-07-04
| |/ |/|
* | update localeUnknwon2015-07-03
| |
* | add config options for HELOUnknwon2015-07-03
| |
* | Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-03
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # conf/locale/locale_de-DE.ini # conf/locale/locale_en-US.ini # conf/locale/locale_fr-FR.ini # conf/locale/locale_ja-JP.ini # conf/locale/locale_pl-PL.ini # conf/locale/locale_pt-BR.ini # conf/locale/locale_ru-RU.ini # conf/locale/locale_zh-CN.ini # conf/locale/locale_zh-HK.ini
| * \ Merge pull request #1187 from xaionaro/masterLunny Xiao2015-04-24
| |\ \ | | | | | | | | Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key
| | * | Fixed a typo: .ssh/autorized_key -> .ssh/authorized_keyDmitry Yu Okunev2015-04-05
| | | | | | | | | | | | | | | | Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>