Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix for deleting user when gogs instalation is on http://hostname/gogs | Sternik | 2015-03-13 |
| | |||
* | #1024: OFFLINE_MODE Still Uses Gravatar | Unknwon | 2015-03-12 |
| | |||
* | #876: Update hooks is missing for forked repository | Unknwon | 2015-03-12 |
| | |||
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-03-12 |
|\ | |||
| * | Merge pull request #1038 from ndarilek/fix-typo | 无闻 | 2015-03-12 |
| |\ | | | | | | | Fix typo | ||
| | * | registeration -> registration | Nolan Darilek | 2015-03-12 |
| | | | |||
* | | | #988: GetRepoLink already contains AppSubUrl | Unknwon | 2015-03-12 |
|/ / | |||
* / | #1032: legacy code can have duplicated IDs for same repository | Unknwon | 2015-03-12 |
|/ | |||
* | fix HTTP/HTTPS push update func call panic #1037 and `http: multiple ↵ | Unknwon | 2015-03-12 |
| | | | | response.WriteHeader calls` | ||
* | remove unused scripts and simplify migrate form definition | Unknwon | 2015-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 script | Joshua Delsman | 2015-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 #1023 | Filippo Valsorda | 2015-03-10 |
|/ | |||
* | modules/git/signature.go: parse date foramt #663 | Unknwon | 2015-03-06 |
| | |||
* | routers/repo/setting.go: fix LDAP cannot validate password #1006 | Unknwon | 2015-03-05 |
| | |||
* | conf/locale: update locales | Unknwon | 2015-03-04 |
| | |||
* | scripts: remove meaningless script and modify systemd service | Unknwon | 2015-03-04 |
| | |||
* | cmd/serve.go: remove useless code | Unknwon | 2015-03-01 |
| | |||
* | models/migrations: fix update error | Unknwon | 2015-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 style | Dmitry Azhichakov | 2015-02-13 |
| | | |||
| * | 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 |
|\ \ | |||
| * | | models: mirror fix on #964 | Unknwon | 2015-02-28 |
| | | | |||
| * | | Merge pull request #964 from phsmit/access_rewriteserv | 无闻 | 2015-02-28 |
| |\ \ | | | | | | | | | Rewrite/simplify gogs serve | ||
| | * \ | Merge branch 'access' into access_rewriteserv | Peter Smit | 2015-02-23 |
| | |\ \ | |||
| | * | | | Rewrite/simplify gogs serve | Peter Smit | 2015-02-16 |
| | | | | | |||
* | | | | | Merge branch 'access' of github.com:gogits/gogs into dev | Unknwon | 2015-02-28 |
|\| | | | | |||
| * | | | | REAMDE: update | Unknwon | 2015-02-28 |
| | | | | | |||
| * | | | | models: done testing on new access system | Unknwon | 2015-02-28 |
| | | | | | |||
| * | | | | modules/setting: simple behave change in startup | Unknwon | 2015-02-26 |
| | | | | | |||
| * | | | | models: fix issue with transfer repository | Unknwon | 2015-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 repositories | Peter Smit | 2015-02-18 |
| | | | | | |||
| | * | | | Fix that owners also see actions on their repositories | Peter Smit | 2015-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 fix | Unknwon | 2015-02-23 |
| | | | | |||
| * | | | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-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 repository | Peter Smit | 2015-02-16 |
| | | |/ / | |||
| * | | | | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
| |\| | | | |||
| | * | | | Merge pull request #959 from phsmit/access_update | 无闻 | 2015-02-21 |
| | |\ \ \ | | | | | | | | | | | | | Updating context and fixing permission issues | ||
| | | * | | | 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 pull request #958 from phsmit/fix_mirror_access | 无闻 | 2015-02-17 |
| | |\ \ \ | | | |/ / | | |/| | | Make sure that a mirror can't be written to by http or ssh | ||
| | | * | | Make sure that a mirror can't be written to by http or ssh | Peter Smit | 2015-02-16 |
| | |/ / | |||
| | * | | Merge pull request #951 from phsmit/fix_team_update | 无闻 | 2015-02-13 |
| | |\ \ | | | | | | | | | | | Fix access for team mode update | ||
| | | * | | Fix access for team mode update | Peter Smit | 2015-02-13 |
| | |/ / | |||
| | * | | Merge pull request #949 from phsmit/different_access_migration | 无闻 | 2015-02-13 |
| | |\ \ | | | | | | | | | | | Rewrite of access migration | ||
| | | * | | Rewrite of access migration | Peter Smit | 2015-02-13 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old migration had a few issues: - It left old column names around - It did not give the right access levels for owners and admins Also, this includes a migration that fixes the authorization of owner teams, which was previously ORG_ADMIN (instead of ORG_OWNER) |