Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixes issue with LDAP inserting users with blank names. | William Roush | 2015-04-20 |
| | |||
* | Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵ | Tony Narlock | 2015-04-18 |
| | | | | legacy behavior | ||
* | #1073 #1162 issue ID constraint failed | Unknwon | 2015-03-27 |
| | |||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 |
| | |||
* | auto fix locale file name change | Unknwon | 2015-03-25 |
| | |||
* | #1120 #1132 mirror info not updated when transfer mirro repo | Unknwon | 2015-03-25 |
| | |||
* | #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK | Unknwon | 2015-03-25 |
| | |||
* | #1089 change to fake local email account | Unknwon | 2015-03-24 |
| | |||
* | #1143 Team member access lost when adding repository collaborator | Unknwon | 2015-03-24 |
| | | | | - fix bug when add a repo to team, all other team members gets access as well | ||
* | #1124 lower_name of LDAP user not assigned | Unknwon | 2015-03-23 |
| | |||
* | #1080: Remove footer ads/branding from default template | Unknwon | 2015-03-23 |
| | |||
* | update gopmfile | Unknwon | 2015-03-19 |
| | |||
* | Put default config into binary | Unknwon | 2015-03-18 |
| | |||
* | #1064: X-Gogs-Event header is empty | Unknwon | 2015-03-18 |
| | |||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 |
| | | | | - fix delete user but repository watches are not decreased | ||
* | fix read access team visibility of private repo | Unknwon | 2015-03-16 |
| | |||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 |
| | |||
* | #1050: Bad permissions on authorized_keys after rewrite | Unknwon | 2015-03-14 |
| | |||
* | Add mysql unix socket support. | Tomcat | 2015-03-14 |
| | | | | If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string | ||
* | #1024: OFFLINE_MODE Still Uses Gravatar | Unknwon | 2015-03-12 |
| | |||
* | #876: Update hooks is missing for forked repository | Unknwon | 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` | ||
* | routers/repo/setting.go: fix LDAP cannot validate password #1006 | Unknwon | 2015-03-05 |
| | |||
* | models/migrations: fix update error | Unknwon | 2015-02-28 |
| | |||
* | 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 |
| | | | | |||
| * | | | models: fix issue with transfer repository | Unknwon | 2015-02-24 |
| | |/ | |/| | | | | | | | README: fix typo | ||
| * | | 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 |
| |\ \ | |||
| | * | | 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 |
| |\| | |||
| | * | Fix access for team mode update | Peter Smit | 2015-02-13 |
| | | | |||
| | * | 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) | ||
| * | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||
| * | | some fixes, but not done yet! | Unknwon | 2015-02-13 |
| | | | |||
| * | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 |
| | | | |||
| * | | code fix #941 caution: undertest | Unknwon | 2015-02-13 |
| | | | |||
| * | | models/migrations: finish accessRefactor | Unknwon | 2015-02-12 |
| | | | |||
| * | | Merge pull request #941 from phsmit/access_refactor | 无闻 | 2015-02-12 |
| |\ \ | | | | | | | | | Access refactor | ||
| | * \ | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go | ||
| | | * | | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 |
| | | | | | |||
| | | * | | Refactoring of the Access Table | Peter Smit | 2015-02-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens. |