Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor add to team | Dmitriy Zaporozhets | 2013-01-25 | 1 | -3/+1 |
* | Fix teams + gitolite access | Dmitriy Zaporozhets | 2013-01-25 | 1 | -5/+3 |
* | teams refactoring and cleanup pt.1 | Dmitriy Zaporozhets | 2013-01-25 | 19 | -126/+39 |
* | show new group, new team links in profile | Dmitriy Zaporozhets | 2013-01-25 | 1 | -1/+14 |
* | Fix redirects. Add link to new team and new group | Dmitriy Zaporozhets | 2013-01-25 | 3 | -7/+15 |
* | Fix security issues with teams | Dmitriy Zaporozhets | 2013-01-25 | 4 | -7/+16 |
* | Fix mass-assignment. Dont allow users w/o access to create team | Dmitriy Zaporozhets | 2013-01-25 | 3 | -8/+9 |
* | fix User.potential_team_members | Dmitriy Zaporozhets | 2013-01-25 | 1 | -1/+1 |
* | fix 1145 | Dmitriy Zaporozhets | 2013-01-25 | 1 | -1/+1 |
* | Fix project adding to team | Dmitriy Zaporozhets | 2013-01-25 | 1 | -1/+1 |
* | Fix removeing project if repo not exists | Dmitriy Zaporozhets | 2013-01-25 | 1 | -1/+4 |
* | Fixing team tests | Dmitriy Zaporozhets | 2013-01-25 | 5 | -24/+9 |
* | allow/deny user to create group/team | Dmitriy Zaporozhets | 2013-01-25 | 4 | -10/+32 |
* | can_create_group, can_create_team boolean fields for user | Dmitriy Zaporozhets | 2013-01-25 | 2 | -1/+14 |
* | Merge pull request #2746 from gitlabhq/features/teams | Dmitriy Zaporozhets | 2013-01-25 | 115 | -174/+2714 |
|\ | |||||
| * | Remove simple code duplication in members controllers | Andrey Kumanyaev | 2013-01-24 | 3 | -4/+3 |
| * | Update check If user can assign project to team | Andrey Kumanyaev | 2013-01-24 | 1 | -1/+1 |
| * | remove unused code | Andrey Kumanyaev | 2013-01-24 | 1 | -7/+1 |
| * | Reject non-owned projects to assign to teams | Dmitriy Zaporozhets | 2013-01-24 | 1 | -6/+12 |
| * | Dont allow to select a project you have no right to assign | Dmitriy Zaporozhets | 2013-01-24 | 1 | -2/+1 |
| * | move team navs to upper nav | Dmitriy Zaporozhets | 2013-01-24 | 2 | -19/+18 |
| * | Make a team and group boxes smaller on dashboard | Dmitriy Zaporozhets | 2013-01-24 | 3 | -14/+15 |
| * | Fix mispelling and ambiguous id in UserTeam.without_project | Dmitriy Zaporozhets | 2013-01-24 | 8 | -13/+6 |
| * | Show only teams we have access to | Dmitriy Zaporozhets | 2013-01-24 | 1 | -1/+1 |
| * | Few UI improvements | Dmitriy Zaporozhets | 2013-01-24 | 7 | -10/+11 |
| * | fix scope to empty relation | Andrey Kumanyaev | 2013-01-24 | 1 | -1/+1 |
| * | Switch user link to profile link | Andrey Kumanyaev | 2013-01-24 | 1 | -2/+2 |
| * | Remove save files with failed test %) | Andrey Kumanyaev | 2013-01-24 | 1 | -1/+0 |
| * | Remove pending steps (no functional - no tests) | Andrey Kumanyaev | 2013-01-24 | 1 | -2/+0 |
| * | fix tests | Andrey Kumanyaev | 2013-01-24 | 10 | -47/+47 |
| * | simple refactoring | Andrey Kumanyaev | 2013-01-24 | 4 | -19/+19 |
| * | remove unused autogenerated files | Andrey Kumanyaev | 2013-01-24 | 48 | -518/+0 |
| * | Fix little bugs | Andrey Kumanyaev | 2013-01-24 | 3 | -3/+5 |
| * | assign team to project from project page in public section | Andrey Kumanyaev | 2013-01-24 | 12 | -3/+129 |
| * | update all teams code. refactoring and some corrections | Andrey Kumanyaev | 2013-01-24 | 35 | -281/+330 |
| * | update routes | Andrey Kumanyaev | 2013-01-24 | 1 | -20/+24 |
| * | Add access control in public section to users teams | Andrey Kumanyaev | 2013-01-24 | 3 | -1/+11 |
| * | remove before_filter from controllers | Andrey Kumanyaev | 2013-01-24 | 4 | -33/+34 |
| * | refactoring user team in public section | Andrey Kumanyaev | 2013-01-24 | 4 | -6/+22 |
| * | refactoring project team members controller (corresponding mental model) | Andrey Kumanyaev | 2013-01-24 | 8 | -40/+45 |
| * | if project creator was remowed from Gitlab - creator is next admin, who edit ... | Andrey Kumanyaev | 2013-01-24 | 1 | -0/+2 |
| * | Fix using context of Projects::UpdateContext (in admin section error, in publ... | Andrey Kumanyaev | 2013-01-24 | 2 | -3/+3 |
| * | move Team_members controller into project (conflicts with team/members contro... | Andrey Kumanyaev | 2013-01-24 | 11 | -53/+107 |
| * | save autogenerated files | Andrey Kumanyaev | 2013-01-24 | 9 | -0/+86 |
| * | repair rspec (remove and rename files) | Andrey Kumanyaev | 2013-01-24 | 5 | -61/+1 |
| * | Repair admin section tests | Andrey Kumanyaev | 2013-01-24 | 2 | -1/+11 |
| * | Remove old data | Andrey Kumanyaev | 2013-01-24 | 3 | -42/+1 |
| * | Repair members management of teams | Andrey Kumanyaev | 2013-01-24 | 3 | -21/+33 |
| * | Move team project management to own controller | Andrey Kumanyaev | 2013-01-24 | 8 | -0/+121 |
| * | save generated files | Andrey Kumanyaev | 2013-01-24 | 11 | -1/+91 |