Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minore code-style fixes | Valeriy Sizov | 2012-10-04 | 4 | -5/+5 |
* | Fixed group issues/mr. Also speedup project list of admin area | Dmitriy Zaporozhets | 2012-10-04 | 5 | -6/+16 |
* | Bigger fonts for groups box | randx | 2012-10-03 | 2 | -1/+6 |
* | Merge pull request #1592 from jouve/devise_layout | Dmitriy Zaporozhets | 2012-10-03 | 1 | -0/+0 |
|\ | |||||
| * | all devise controller use devise layout | Cyril | 2012-09-29 | 1 | -0/+0 |
* | | Merge branch 'feature/groups' of dev.gitlabhq.com:gitlabhq | Valery Sizov | 2012-10-03 | 29 | -36/+604 |
|\ \ | |||||
| * | | Dont change params hash. Use dup instead | Dmitriy Zaporozhets | 2012-10-03 | 1 | -2/+3 |
| * | | SQL Fixes | Dmitriy Zaporozhets | 2012-10-03 | 3 | -5/+9 |
| * | | Spianch test for group dashboard | Dmitriy Zaporozhets | 2012-10-03 | 3 | -13/+22 |
| * | | Added ability to manage groups from admin | Dmitriy Zaporozhets | 2012-10-03 | 10 | -7/+25 |
| * | | Added back link. cleanup group show page | randx | 2012-10-02 | 1 | -37/+23 |
| * | | Move all stuff to groups controller | randx | 2012-10-02 | 15 | -27/+326 |
| * | | Group filtering on dashboard | Dmitriy Zaporozhets | 2012-10-02 | 6 | -26/+83 |
| * | | Admin Group scaffold -> new, show, index | Dmitriy Zaporozhets | 2012-10-02 | 7 | -1/+170 |
| * | | Group entity. Group has many projects | Dmitriy Zaporozhets | 2012-10-02 | 2 | -0/+25 |
* | | | Merge pull request #1617 from dosire/reject-ssh-keys-that-break-gitolite | Valeriy Sizov | 2012-10-03 | 1 | -1/+16 |
|\ \ \ | |||||
| * | | | Reject ssh keys that break gitolite. | Sytse Sijbrandij | 2012-09-24 | 1 | -1/+16 |
* | | | | Cache the value of safe_message | Robert Speicher | 2012-10-02 | 2 | -10/+14 |
* | | | | Use branches.length and tags.length instead of [whatever]_count | Robert Speicher | 2012-10-02 | 1 | -2/+2 |
| |/ / |/| | | |||||
* | | | Use class instead id for css styles | Dmitriy Zaporozhets | 2012-10-02 | 4 | -23/+12 |
* | | | Refactoring event views | Dmitriy Zaporozhets | 2012-10-01 | 5 | -30/+42 |
* | | | Refactored events output. Added links to authors of events | Dmitriy Zaporozhets | 2012-10-01 | 11 | -54/+43 |
* | | | Fix completion for per line forms | Riyad Preukschas | 2012-09-30 | 1 | -1/+1 |
| |/ |/| | |||||
* | | commit show page styled a bit | Dmitriy Zaporozhets | 2012-09-28 | 2 | -3/+21 |
* | | blue hover | randx | 2012-09-27 | 2 | -3/+3 |
* | | tests for: Profile -> History | randx | 2012-09-27 | 1 | -0/+1 |
* | | Merge pull request #1569 from jouve/simplify_controllers2 | Dmitriy Zaporozhets | 2012-09-27 | 26 | -151/+38 |
|\ \ | |||||
| * | | rename ProjectController to ProjectResourceController | Cyril | 2012-09-27 | 22 | -21/+21 |
| * | | update new controllers | Cyril | 2012-09-27 | 5 | -28/+5 |
| * | | Merge branch 'master' into simplify_controllers2 | Cyril | 2012-09-27 | 65 | -446/+554 |
| |\ \ | |||||
| * | | | layout selected by controller name | Cyril | 2012-09-26 | 6 | -30/+8 |
| * | | | factorize before_filters and layout for projects related controllers | Cyril | 2012-09-26 | 17 | -101/+33 |
* | | | | Minor doc fix | Robert Speicher | 2012-09-27 | 1 | -1/+1 |
* | | | | Fix back button for tree navigation | randx | 2012-09-27 | 1 | -1/+1 |
* | | | | Dont show compare link if only one commit in push | randx | 2012-09-27 | 1 | -5/+6 |
* | | | | replace ^ and $ anchors in regexp with \A and \z respectively | Nihad Abbasov | 2012-09-27 | 1 | -2/+2 |
* | | | | .map -> .pluck | Nihad Abbasov | 2012-09-27 | 2 | -2/+2 |
* | | | | cosmetical cleanup of models | Nihad Abbasov | 2012-09-27 | 18 | -225/+107 |
* | | | | annotate models | Nihad Abbasov | 2012-09-27 | 15 | -57/+86 |
| |/ / |/| | | |||||
* | | | Fix blame markup & breadcrubs for commits | Dmitriy Zaporozhets | 2012-09-27 | 2 | -1/+13 |
* | | | Fixed ref switcher | Dmitriy Zaporozhets | 2012-09-27 | 1 | -2/+2 |
* | | | Fixed updir method. Fixed breadcrumbs for commits | Dmitriy Zaporozhets | 2012-09-27 | 2 | -6/+6 |
* | | | Remove app_menu and project_menu partials | Robert Speicher | 2012-09-26 | 4 | -58/+50 |
* | | | Replace various "active tab" checks with nav_link | Robert Speicher | 2012-09-26 | 11 | -121/+61 |
* | | | Add nav_link helper to TabHelper | Robert Speicher | 2012-09-26 | 1 | -0/+68 |
* | | | Add current_action? helper | Robert Speicher | 2012-09-26 | 1 | -0/+15 |
* | | | Use Rails.root.join where appropriate | Robert Speicher | 2012-09-26 | 3 | -3/+3 |
* | | | Add branches and tags Repo methods | Robert Speicher | 2012-09-26 | 2 | -2/+12 |
* | | | Rename branches and tags Repo methods to branch_names and tag_names | Robert Speicher | 2012-09-26 | 1 | -7/+7 |
* | | | Fix Repository role spec | Robert Speicher | 2012-09-26 | 1 | -0/+3 |