aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add additional accessibility text to repository navbar.Nolan Darilek2015-03-14
|
* Various accessibility fixes, mostly labeling icons.Nolan Darilek2015-03-14
|
* Merge pull request #1046 from jcracknell/editorconfig无闻2015-03-13
|\ | | | | Added .editorconfig
| * Added .editorconfigJames Cracknell2015-03-13
|/
* Merge pull request #1045 from tomcatzh/master无闻2015-03-13
|\ | | | | Add mysql unix socket support.
| * Add mysql unix socket support.Tomcat2015-03-14
| | | | | | | | If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
* | Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-03-13
|\ \
| * \ Merge pull request #1043 from sternik/develop无闻2015-03-13
| |\ \ | | |/ | |/| Fix for deleting user when gogs instalation is on http://hostname/gogs
| | * Fix for deleting user when gogs instalation is on http://hostname/gogsSternik2015-03-13
| |/
* / #988: fix one missing duplicated prefixUnknwon2015-03-13
|/ | | | - update some locale files
* #1024: OFFLINE_MODE Still Uses GravatarUnknwon2015-03-12
|
* #876: Update hooks is missing for forked repositoryUnknwon2015-03-12
|
* Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-03-12
|\
| * Merge pull request #1038 from ndarilek/fix-typo无闻2015-03-12
| |\ | | | | | | Fix typo
| | * registeration -> registrationNolan Darilek2015-03-12
| | |
* | | #988: GetRepoLink already contains AppSubUrlUnknwon2015-03-12
|/ /
* / #1032: legacy code can have duplicated IDs for same repositoryUnknwon2015-03-12
|/
* fix HTTP/HTTPS push update func call panic #1037 and `http: multiple ↵Unknwon2015-03-12
| | | | response.WriteHeader calls`
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-11
|
* Merge pull request #1031 from voxxit/master无闻2015-03-10
|\ | | | | Project-level Dockerfile & docker-compose script
| * Adding a project-level Dockerfile & docker-compose scriptJoshua Delsman2015-03-10
| |
* | Merge pull request #1027 from FiloSottile/master无闻2015-03-10
|\ \ | |/ |/| Handle submodules without a .gitmodules entry - fix #1023
| * Handle submodules without a .gitmodules entry - fix #1023Filippo Valsorda2015-03-10
|/
* modules/git/signature.go: parse date foramt #663Unknwon2015-03-06
|
* routers/repo/setting.go: fix LDAP cannot validate password #1006Unknwon2015-03-05
|
* conf/locale: update localesUnknwon2015-03-04
|
* scripts: remove meaningless script and modify systemd serviceUnknwon2015-03-04
|
* cmd/serve.go: remove useless codeUnknwon2015-03-01
|
* models/migrations: fix update errorUnknwon2015-02-28
|
* Merge pull request #943 from diseaz/mailer-client-cert无闻2015-02-28
|\ | | | | Use client certificate for SMTP over TLS
| * Make conf/app.ini changes match the styleDmitry Azhichakov2015-02-13
| |
| * 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
|\ \
| * | models: mirror fix on #964Unknwon2015-02-28
| | |
| * | Merge pull request #964 from phsmit/access_rewriteserv无闻2015-02-28
| |\ \ | | | | | | | | Rewrite/simplify gogs serve
| | * \ Merge branch 'access' into access_rewriteservPeter Smit2015-02-23
| | |\ \
| | * | | Rewrite/simplify gogs servePeter Smit2015-02-16
| | | | |
* | | | | Merge branch 'access' of github.com:gogits/gogs into devUnknwon2015-02-28
|\| | | |
| * | | | REAMDE: updateUnknwon2015-02-28
| | | | |
| * | | | models: done testing on new access systemUnknwon2015-02-28
| | | | |
| * | | | modules/setting: simple behave change in startupUnknwon2015-02-26
| | | | |
| * | | | models: fix issue with transfer repositoryUnknwon2015-02-24
| | | | | | | | | | | | | | | | | | | | README: fix typo
| * | | | Merge pull request #960 from phsmit/access_action无闻2015-02-23
| |\ \ \ \ | | |_|/ / | |/| | | Fix that owners also see actions on their repositories
| | * | | Update/simplify fix that owners also see actions on their repositoriesPeter Smit2015-02-18
| | | | |
| | * | | Fix that owners also see actions on their repositoriesPeter Smit2015-02-16
| | |/ / | | | | | | | | | | | | | | | | | | | | This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user. It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action
| * | | v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-23
| | | |
| * | | Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-22
| |\ \ \
| | * \ \ Merge pull request #961 from phsmit/access_removecoll无闻2015-02-22
| | |\ \ \ | | | | | | | | | | | | Remove collaborators when removing and transferring repository
| | | * | | Remove collaborators when removing and transferring repositoryPeter Smit2015-02-16
| | | |/ /