summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'project-home-page'Dmitriy Zaporozhets2015-07-091-1/+0
|\
| * Show last push widget on several project pagesDmitriy Zaporozhets2015-07-081-1/+0
* | Merge branch 'rs-issue-1750' into 'master'Dmitriy Zaporozhets2015-07-091-0/+1
|\ \ | |/ |/|
| * Ensure `@sort` is set by set_filters_paramsrs-issue-1750Robert Speicher2015-07-081-0/+1
* | Refactor star and fork buttonsDmitriy Zaporozhets2015-07-081-3/+4
* | Move project activity to separate tab. Add more features to project home pageDmitriy Zaporozhets2015-07-071-7/+12
|/
* Return 40x error codes if branch could not be deleted in UIStan Hu2015-07-061-2/+2
* Merge branch 'graphs-branch-switching' into 'master'Stan Hu2015-07-062-13/+20
|\
| * Add ref switching support for graphsDaniel Gerhardt2015-07-062-13/+20
* | Merge branch 'audit_log' into 'master'Dmitriy Zaporozhets2015-07-063-2/+20
|\ \
| * | Audit log for user authenticationValery Sizov2015-07-063-2/+20
* | | Merge branch 'add-irker-options' into 'master'Dmitriy Zaporozhets2015-07-061-1/+2
|\ \ \ | |_|/ |/| |
| * | Add Irker service configuration optionsStan Hu2015-07-051-1/+2
| |/
* | Fix redirection to home page URL for unauthorized usersDaniel Gerhardt2015-07-031-1/+1
* | Merge branch 'add-unlock-access' into 'master'Dmitriy Zaporozhets2015-07-021-0/+8
|\ \
| * | Add support for unlocking users in admin settingsStan Hu2015-07-021-0/+8
| |/
* | Correctly show anonymous authorized applications under Profile > Applications.Douwe Maan2015-07-022-2/+8
|/
* Merge branch 'group_settings_nav' into 'master'Douwe Maan2015-07-011-0/+2
|\
| * Fix consistency issue in sidebars of Project and Group Settings.Nicolas2015-06-241-0/+2
* | Update controller filtersDmitriy Zaporozhets2015-06-266-13/+13
* | Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-265-6/+6
* | Improve performance for merge_request#show pageDmitriy Zaporozhets2015-06-241-0/+2
* | Improve performance for issue#show pageDmitriy Zaporozhets2015-06-241-0/+1
|/
* Merge branch 'admin-edit-identities' into 'master'Dmitriy Zaporozhets2015-06-232-1/+51
|\
| * Fix admin identities codeDmitriy Zaporozhets2015-06-231-1/+1
| * Address review commentsDmitriy Zaporozhets2015-06-221-7/+5
| * Merge branch 'master' into admin-edit-identitiesDmitriy Zaporozhets2015-06-225-7/+10
| |\
| * | Refactor admin user pageDmitriy Zaporozhets2015-06-221-1/+10
| * | Move identities list to own controller actionDmitriy Zaporozhets2015-06-191-4/+8
| * | Add ability for admin to edit user identityDmitriy Zaporozhets2015-06-191-4/+22
| * | Admin can see and remove user identitiesDmitriy Zaporozhets2015-06-191-0/+21
* | | Fix error when deleting a user who has projectsStan Hu2015-06-232-2/+2
| |/ |/|
* | Merge branch 'remove_unused_except' into 'master'Dmitriy Zaporozhets2015-06-221-2/+2
|\ \
| * | projects doesn't seem to be a valid action in this controllerEaden2015-05-161-2/+2
* | | Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets2015-06-221-1/+4
|\ \ \
| * | | Load the Merge Request > Commits tab lazilyRobert Speicher2015-06-171-1/+4
* | | | Use User#two_factor_enabled instead of otp_required_for_loginrs-dev-issue-2415Robert Speicher2015-06-193-4/+4
| |_|/ |/| |
* | | Merge branch 'fix-labels-permisssion-check' into 'master'Douwe Maan2015-06-182-7/+2
|\ \ \ | |/ / |/| |
| * | Fix 403 Access Denied error messages when accessing Labels section in a proje...Stan Hu2015-06-182-7/+2
* | | Merge branch 'rs-dev-issue-2373' into 'master'Dmitriy Zaporozhets2015-06-171-1/+5
|\ \ \ | |/ / |/| |
| * | Prefix 2FA issuer with the GitLab host (e.g., 'dev.gitlab.org')rs-dev-issue-2373Robert Speicher2015-06-161-1/+5
* | | Support commenting on a diff in side-by-side viewStan Hu2015-06-161-2/+15
|/ /
* | Refactor RootControllerRobert Speicher2015-06-131-2/+12
* | Spec the failure cases for PreferencesController#updateRobert Speicher2015-06-131-4/+9
* | Add RootControllerRobert Speicher2015-06-131-0/+18
* | Add `dashboard` attribute to User modelRobert Speicher2015-06-131-0/+1
* | Remove js handler from Profiles#updateRobert Speicher2015-06-131-1/+0
* | Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-132-8/+19
* | Add Profiles::PreferencesControllerRobert Speicher2015-06-131-0/+29
* | Merge branch 'feature-session-expire-seconds-ui' into 'master'Douwe Maan2015-06-121-0/+1
|\ \