| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add snippet tab under user profile | Long Nguyen | 2016-05-02 | 1 | -0/+22 |
| | | |||||
| * | Code fixes | Felipe Artur | 2016-04-18 | 1 | -11/+10 |
| | | |||||
| * | Fix code | Felipe Artur | 2016-04-18 | 1 | -3/+3 |
| | | |||||
| * | Add specs and fix code | Felipe Artur | 2016-04-18 | 1 | -1/+1 |
| | | |||||
| * | Move verification to abilities | Felipe Artur | 2016-04-18 | 1 | -3/+5 |
| | | |||||
| * | Restrict user profiles based on restricted visibility levels | Felipe Artur | 2016-04-18 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'master' into issue_12658 | Douwe Maan | 2016-03-21 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb | ||||
| | * | Use the configured Kaminari "per page" defaultrs-use-kaminari-default | Robert Speicher | 2016-03-19 | 1 | -1/+1 |
| | | | |||||
| * | | Code improvements and add Create group service | Felipe Artur | 2016-03-16 | 1 | -8/+1 |
| | | | |||||
| * | | Prevent projects to have higher visibility than groups | Felipe Artur | 2016-03-10 | 1 | -4/+1 |
| | | | | | | | | | | | | | Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements | ||||
| * | | Code improvements | Felipe Artur | 2016-03-10 | 1 | -0/+10 |
| |/ | |||||
| * | In UsersController#calendar_activities, when Date isn't parsable, fallback ↵fix/sentry-1182 | Rémy Coutable | 2016-03-03 | 1 | -6/+2 |
| | | | | | | | | | | to Date.today For some reason, GoogleBot accesses /u/:username/calendar_activities without a :date param, but then the view was trying to call #to_s(:short) which doesn't exist on nil, leading to the following Sentry report: https://sentry.gitlap.com/gitlab/gitlabcom/issues/1182/ | ||||
| * | Merge branch 'master' into improve-user-tabs | Alfredo Sumaran | 2016-03-01 | 1 | -1/+1 |
| |\ | |||||
| | * | include contributions from forked projects on profile calendar | James Lopez | 2016-02-22 | 1 | -1/+1 |
| | | | |||||
| * | | Make url and actions to be the same name | Alfredo Sumaran | 2016-03-01 | 1 | -2/+2 |
| | | | |||||
| * | | Respond with 'show' view. Tab content will be loaded dinamically | Alfredo Sumaran | 2016-03-01 | 1 | -3/+3 |
| | | | |||||
| * | | Respond to .json requests | Alfredo Sumaran | 2016-02-29 | 1 | -3/+24 |
| | | | |||||
| * | | Add routes and actions for dynamic tab loading | Josh Frye | 2016-02-29 | 1 | -7/+32 |
| |/ | |||||
| * | Various filter fixes | Josh Frye | 2016-02-04 | 1 | -1/+2 |
| | | |||||
| * | remove public field from namespace and refactoringnamespace-clean_up | Valery Sizov | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Refactor UsersController to not kill the database | Yorick Peterse | 2015-11-18 | 1 | -18/+11 |
| | | | | | | | | Previously this controller would in multiple places load tons (read: around 65000) project and/or group IDs into memory. These changes in combination with the previous commits significantly cut down loading times of user profile pages and the Atom feeds of users. | ||||
| * | Make all profile publicmake_all_profile_public | Valery Sizov | 2015-08-27 | 1 | -4/+0 |
| | | |||||
| * | Fix title on user page.you-get-a-title-and-you-get-a-title-and-everyone-gets-a-title | Douwe Maan | 2015-05-01 | 1 | -3/+0 |
| | | |||||
| * | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -9/+0 |
| | | |||||
| * | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -2/+2 |
| | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
| * | Merge branch 'userpage-activity-scroll' | Dmitriy Zaporozhets | 2015-03-23 | 1 | -6/+19 |
| |\ | | | | | | | | | Conflicts: app/controllers/users_controller.rb | ||||
| | * | Fix atom feed for user pageuserpage-activity-scroll | Dmitriy Zaporozhets | 2015-03-22 | 1 | -1/+6 |
| | | | |||||
| | * | Add inifinite scroll to user activity on user page | Dmitriy Zaporozhets | 2015-03-22 | 1 | -5/+13 |
| | | | |||||
| * | | Refactor contributions events and write tests for calendar | Dmitriy Zaporozhets | 2015-03-22 | 1 | -6/+4 |
| | | | |||||
| * | | Replace commits calendar with contributions calendar | Dmitriy Zaporozhets | 2015-03-21 | 1 | -14/+15 |
| |/ | | | | | | * count opening of issues and merge requests * dont trigger git repository - use events from database * much-much faster since does not affected by repository size | ||||
| * | Extend the commit calendar to show the actual commits for a date | Hannes Rosenögger | 2015-03-18 | 1 | -0/+19 |
| | | |||||
| * | Exclude forks from profile contributions list. | Douwe Maan | 2015-02-24 | 1 | -1/+3 |
| | | |||||
| * | Fix user page performance and authorization | Dmitriy Zaporozhets | 2015-02-18 | 1 | -7/+10 |
| | | |||||
| * | Fix event loading with associations | Dmitriy Zaporozhets | 2015-02-18 | 1 | -1/+1 |
| | | |||||
| * | DB performance improvements to GitLab | Dmitriy Zaporozhets | 2015-02-18 | 1 | -3/+4 |
| | | |||||
| * | Show contributed projects on user page and stars for it | Dmitriy Zaporozhets | 2015-02-17 | 1 | -0/+3 |
| | | |||||
| * | Link head panel titles to relevant root page. | Douwe Maan | 2015-02-13 | 1 | -0/+1 |
| | | |||||
| * | Improve contribution calendar on user page | Dmitriy Zaporozhets | 2015-01-29 | 1 | -6/+3 |
| | | | | | | * cache user contributions for day * ignore forks in calendar contribtuions | ||||
| * | Improve user calendar authentification and tests | Dmitriy Zaporozhets | 2015-01-29 | 1 | -1/+3 |
| | | |||||
| * | Load contribution calendar via AJAX | Dmitriy Zaporozhets | 2015-01-29 | 1 | -11/+20 |
| | | |||||
| * | Cleanup and make contribution calendar faster | Dmitriy Zaporozhets | 2015-01-29 | 1 | -16/+3 |
| | | |||||
| * | Refactor commit calendar a bit. Fixed dates | Dmitriy Zaporozhets | 2015-01-28 | 1 | -2/+2 |
| | | |||||
| * | Add a commit calendar to the user profile | Hannes Rosenögger | 2015-01-29 | 1 | -2/+23 |
| | | |||||
| * | Feature: atom feed for user activity | Dmitriy Zaporozhets | 2014-12-04 | 1 | -1/+6 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Refactor some search scopes to prevent wierd behaviour and PG::Error issues | Dmitriy Zaporozhets | 2014-06-05 | 1 | -4/+13 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Show events from all projects on user page | Dmitriy Zaporozhets | 2014-06-03 | 1 | -1/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix tests for user page | Dmitriy Zaporozhets | 2014-06-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Show only personal projects on profile page | Dmitriy Zaporozhets | 2014-05-30 | 1 | -1/+3 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Allow access to groups with public projects. | Jason Hollingsworth | 2014-02-20 | 1 | -3/+3 |
| | | | | | | Fixed Group avatars to only display when user has read permissions to at least one project in the group. | ||||
| * | User pages are visible to users without login | Ciro Santillli | 2014-02-11 | 1 | -4/+16 |
| | | | | | ... if the user is authorized to at least one public project. | ||||
