Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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) | ||
| * | | 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. | ||
| | * | | | Refactoring of the Access Table | Peter Smit | 2015-02-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
| * | | | | models/migrations: fix little logic error | Unknwon | 2015-02-12 |
| | | | | | |||
| * | | | | Merge pull request #940 from phsmit/migration_update | 无闻 | 2015-02-12 |
| |\| | | | | | | | | | | | | | Some comments and improvements for migrations | ||
| | * | | | Some comments and improvements for migrations | Peter Smit | 2015-02-12 |
| |/ / / | |||
| * | | | models/migartions: make Migration as interface and use session | Unknwon | 2015-02-11 |
| | | | | |||
| * | | | first pass work on migration #925 | Unknwon | 2015-02-11 |
| | | | | |||
| * | | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-11 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-11 |
| |\ \ \ \ | |||
| | * \ \ \ | Merge pull request #925 from phsmit/newcollaboration | 无闻 | 2015-02-11 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | Collaboration | ||
| | | * | | | Merge branch 'dev' into newcollaboration | Peter Smit | 2015-02-05 |
| | | |\ \ \ | |||
| | | * | | | | Fix dashboard issue after collaboration migration | Peter Smit | 2015-02-04 |
| | | | | | | | |||
| | | * | | | | Fix collaboration migration code | Peter Smit | 2015-02-04 |
| | | | | | | | |||
| | | * | | | | Introducing Collaboration Struct | Peter Smit | 2015-01-23 |
| | | | | | | | |||
* | | | | | | | Merge pull request #992 from theangryangel/fix/ldap-auth | 无闻 | 2015-02-28 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Attempt 3 to fix LDAP login issues when git pushing after password change | ||
| * | | | | | | | Attempt #3 of ldap fixes | Gogs | 2015-02-27 |
| | | | | | | | | |||
* | | | | | | | | conf/locale: update Russian and Spanish | Unknwon | 2015-02-28 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #982 from nicolai86/bugfix/label-num_issues-2nd | 无闻 | 2015-02-24 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Properly calculate the number of open issues per label | ||
| * | | | | | | | | Properly calculate the number of open issues per label | Raphael Randschau | 2015-02-23 |
|/ / / / / / / / | |||
* | | | | | | | | Merge pull request #915 from Lafriks/dev | 无闻 | 2015-02-23 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | Get username, name, surname and e-mail from LDAP server | ||
| * | | | | | | | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 |
| | | | | | | | |