| Commit message (Expand) | Author | Age | Files | Lines |
* | sidekiq | Dmitriy Zaporozhets | 2013-01-09 | 2 | -24/+5 |
* | Tests are fixed now | Dmitriy Zaporozhets | 2013-01-05 | 1 | -9/+9 |
* | Fixed styles, ProjectHook specs etc | Dmitriy Zaporozhets | 2013-01-05 | 2 | -39/+40 |
* | Continue refactoring. Use repostory and team | Dmitriy Zaporozhets | 2013-01-04 | 2 | -6/+6 |
* | Fix crash on group => show | Dmitriy Zaporozhets | 2013-01-02 | 1 | -0/+1 |
* | Fixed admin -> group -> show | Dmitriy Zaporozhets | 2013-01-02 | 1 | -1/+1 |
* | Fix few bugs and tests after refactoring ownership logic | Dmitriy Zaporozhets | 2013-01-02 | 2 | -4/+7 |
* | Project has now correct owner and creator. Increased test coverage | Dmitriy Zaporozhets | 2013-01-02 | 1 | -3/+3 |
* | Fix #2375. Admin and owner can manage groups | Dmitriy Zaporozhets | 2013-01-02 | 1 | -0/+3 |
* | Merge branch 'feature/add_user_to_projects_in_group-2298' of https://github.c... | Dmitriy Zaporozhets | 2012-12-28 | 1 | -15/+46 |
|\ |
|
| * | Rewrite rendering rows with users projects access in Users table in Admin gro... | Andrey Kumanyaev | 2012-12-26 | 1 | -1/+3 |
| * | Rename scope "in_group" to "in_namespace" | Andrey Kumanyaev | 2012-12-26 | 1 | -1/+1 |
| * | Replace short loop variable from "p" to "project" | Andrey Kumanyaev | 2012-12-26 | 1 | -3/+3 |
| * | Add functional in admin section | Andrey Kumanyaev | 2012-12-26 | 1 | -15/+44 |
* | | Fix not_in_project scope. Added counters in admin -> users. Improved seeds | Dmitriy Zaporozhets | 2012-12-27 | 2 | -3/+8 |
|/ |
|
* | Update uses of Gitolite.config.foo settings | Riyad Preukschas | 2012-12-20 | 1 | -1/+1 |
* | show production.log, show only active milestone for issue filter | Dmitriy Zaporozhets | 2012-12-19 | 1 | -0/+16 |
* | Merge pull request #2250 from jouve/fix_missing_tr_in_thead | Dmitriy Zaporozhets | 2012-12-16 | 3 | -24/+27 |
|\ |
|
| * | add missing mandatory tr in thead | Cyril | 2012-12-11 | 3 | -24/+27 |
* | | added NamespacedProject role. Extended project info displayed for admin. Fixe... | Dmitriy Zaporozhets | 2012-12-14 | 5 | -37/+90 |
* | | Allow group path renaming. Dont show project transfer if no permissions. More... | Dmitriy Zaporozhets | 2012-12-14 | 2 | -10/+24 |
|/ |
|
* | Make admin sorting more obvious | Dmitriy Zaporozhets | 2012-12-10 | 5 | -16/+50 |
* | Admin can move project to ANY namespace. Updated permissions page | Dmitriy Zaporozhets | 2012-12-04 | 1 | -1/+1 |
* | Show namespaces when adding projects to user in admin area | Dmitriy Zaporozhets | 2012-12-04 | 1 | -2/+2 |
* | Remove some bugs. Add warnings for renaming group. Add ability to cahnge grou... | Dmitriy Zaporozhets | 2012-12-03 | 5 | -34/+75 |
* | Use project owner if no namespace. Restyled team page | Dmitriy Zaporozhets | 2012-11-30 | 2 | -5/+10 |
* | Improve admin logs | Dmitriy Zaporozhets | 2012-11-29 | 2 | -7/+10 |
* | Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespaces | Dmitriy Zaporozhets | 2012-11-29 | 1 | -1/+1 |
* | Improve admin views for project and groups | Cyril | 2012-11-28 | 6 | -31/+25 |
* | Validate username. Gitlab::Regex added | Dmitriy Zaporozhets | 2012-11-28 | 2 | -4/+11 |
* | Rewrite and improve git backend logic. Fix project movind. Raise exception to... | Dmitriy Zaporozhets | 2012-11-27 | 6 | -71/+94 |
* | project admin area - show project name with namespace | Dmitriy Zaporozhets | 2012-11-25 | 2 | -7/+4 |
* | Fix project.code-related functionality | Dmitriy Zaporozhets | 2012-11-23 | 3 | -10/+4 |
* | Deprecate code for Project. Use title and path | Dmitriy Zaporozhets | 2012-11-23 | 3 | -10/+3 |
* | Create dir with namespace. Create namespace with user | Dmitriy Zaporozhets | 2012-11-23 | 1 | -2/+7 |
* | Make admin project list more useful | Dmitriy Zaporozhets | 2012-11-23 | 1 | -3/+9 |
* | Fixed admin area. Create project only from one place | Dmitriy Zaporozhets | 2012-11-23 | 6 | -66/+25 |
* | Gitlab_meta to 3.1. Added workaround for 500 Redis error until it will be fixed | Dmitriy Zaporozhets | 2012-11-21 | 1 | -8/+16 |
* | Fix github issue #1946 | Dmitriy Zaporozhets | 2012-11-07 | 1 | -1/+1 |
* | Fix source for iframe on Resque admin page | Riyad Preukschas | 2012-11-01 | 1 | -1/+1 |
* | Fix 500 error on admin project if empty | Dmitriy Zaporozhets | 2012-10-23 | 1 | -1/+1 |
* | Restyled last push widget. Increased line-height for td in tables | randx | 2012-10-22 | 1 | -0/+4 |
* | Tiny fix to the add/edit groups form path field | Aaron Stone | 2012-10-05 | 1 | -1/+1 |
* | Fixed group issues/mr. Also speedup project list of admin area | Dmitriy Zaporozhets | 2012-10-04 | 2 | -2/+9 |
* | Added ability to manage groups from admin | Dmitriy Zaporozhets | 2012-10-03 | 7 | -1/+16 |
* | Group filtering on dashboard | Dmitriy Zaporozhets | 2012-10-02 | 1 | -2/+2 |
* | Admin Group scaffold -> new, show, index | Dmitriy Zaporozhets | 2012-10-02 | 4 | -0/+94 |
* | Fix milestone calendar, Removed unnecessary selects from admin | Dmitriy Zaporozhets | 2012-09-26 | 2 | -8/+12 |
* | polishing UI a bit. Added footer links for dashboard | Dmitriy Zaporozhets | 2012-09-19 | 1 | -2/+4 |
* | Application logger | randx | 2012-09-11 | 1 | -9/+26 |