aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mirror fix on #1111Unknwon2015-07-25
|
* Merge pull request #1111 from vitalvas/develop无闻2015-07-25
|\ | | | | Add function in cron to autofix counters in repository
| * add func to autofix couters in repositoryVitaliy Vasilenko2015-03-21
| |
* | update Chinese localeUnknwon2015-07-25
| |
* | new issue and label pageUnknwon2015-07-25
| |
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-25
|\ \
| * \ Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-25
| |\ \
| | * \ Merge pull request #1336 from technosophos/master无闻2015-07-25
| | |\ \ | | | | | | | | | | Fix minor spelling issues.
| | | * | Fix minor spelling issues.Matt Butcher2015-06-18
| | | | |
| | * | | Merge pull request #1317 from smcquay/keys无闻2015-07-25
| | |\ \ \ | | | | | | | | | | | | fix .keys route
| | | * | | fix .keys routestephen mcquay2015-06-08
| | | |/ / | | | | | | | | | | | | | | | | | | | | This change fixes the output from /{{ username }}.keys so that it can work in a ~/.ssh/authorized_keys file
| | * | | Merge pull request #1309 from stettberger/master无闻2015-07-25
| | |\ \ \ | | | | | | | | | | | | settings/password: no minimal required characters for OldPassword
| | | * | | settings/password: no minimal required characters for OldPasswordChristian Dietrich2015-06-03
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If users are added to gogs due a reverse proxy automatically, their password is set to their initial username. If their username is shorter than 6 characters, they can never set a password. But since this password is required for some operations (e.g. repository deletion), they could not use all features of gogs until now.
| | * | | Merge pull request #1274 from Knorkebrot/master无闻2015-07-25
| | |\ \ \ | | | | | | | | | | | | fix debian init script
| | | * | | fix debian init scriptBjörn2015-06-04
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use start-stop-daemon's chuid feature insted of su - using `su -c` breaks if the git user has no usable shell - this fixes #1025 - put --test before --exec, instead it gets passed to gogs - set cwd via --chdir
| * | | | Merge pull request #1380 from vtduncan/referrer-protection无闻2015-07-25
| |\ \ \ \ | | | | | | | | | | | | Prevent browsers from leaking referrer headers
| | * | | | Prevent browsers from leaking referrer headersDuncan2015-07-21
| | | | | |
| * | | | | Merge pull request #1321 from wfriesen/freebsdinit无闻2015-07-25
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix command used by FreeBSD init script
| | * | | | | Fix command used by FreeBSD init scriptWilliam Friesen2015-06-09
| | | | | | |
| * | | | | | Merge pull request #1277 from winfr34k/develop无闻2015-07-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix: "Port is blocked" issue
| | * | | | | | Fix: "Port is blocked" issueThomas Keppler2015-05-15
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed an issue where the post intall file for Debian enforced port 6000 which should have been port 3000 because it renders the software virtually unusable because it's a blocked port in Firefox, Chrome and alikes. For further reference see: http://www-archive.mozilla.org/projects/netlib/PortBanning.html
| * | | | | | Merge pull request #1262 from chadoe/systemd-env无闻2015-07-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | fix systemd "Trailing garbage, ignoring." warning.
| | * | | | | | fix systemd "Trailing garbage, ignoring." warning.Martin van Beurden2015-05-09
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Environment should be a space-separated list instead of comma-separated. No need for double quoting when the values don't contain spaces.
| * | | | | | Merge pull request #1256 from mrburns/develop无闻2015-07-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add/Fix app sub url for color picker js lib inclusion
| | * | | | | | Add app sub url for color picker js lib inclusionmrburns2015-05-08
| | |/ / / / / | | | | | | | | | | | | | | Currently, the js file doesn't take into account the possibility of a sub url being used (wich is my case :) wich prevents its inclusion.
| * | | | | | Merge pull request #1249 from donbowman/master无闻2015-07-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | 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-08
| | | | | | | |
| | * | | | | | don't set mime type to text/plain. This will break serving e.g. raw images,Don Bowman2015-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-25
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | 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-28
| | | | | | | | |
| * | | | | | | | Merge pull request #1185 from linquize/build-win无闻2015-07-25
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update build.sh for Windows
| | * | | | | | | | Update build.sh for WindowsLinquize2015-06-29
| | | | | | | | | |
| * | | | | | | | | 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
| |/ / / / / / / /
* | | | | | | | | UI: CURD labelsUnknwon2015-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix update lable break connection with repository
* | | | | | | | | fix css compressionUnknwon2015-07-24
| | | | | | | | |
* | | | | | | | | UI: basic label listUnknwon2015-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - create new label
* | | | | | | | | UI: basci issue list without filtersUnknwon2015-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix isRead check - fix paging
* | | | | | | | | UI: issues - finish basic frameUnknwon2015-07-24
|/ / / / / / / /
* | | | | | | | fix install form defUnknwon2015-07-20
| | | | | | | |
* | | | | | | | fixes on #1171Unknwon2015-07-19
| | | | | | | |
* | | | | | | | fix about #1289Unknwon2015-07-19
| | | | | | | |
* | | | | | | | fix suburl for jsUnknwon2015-07-16
| | | | | | | |