summaryrefslogtreecommitdiff
path: root/app/controllers/users_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add snippet tab under user profileLong Nguyen2016-05-021-0/+22
|
* Code fixesFelipe Artur2016-04-181-11/+10
|
* Fix codeFelipe Artur2016-04-181-3/+3
|
* Add specs and fix codeFelipe Artur2016-04-181-1/+1
|
* Move verification to abilitiesFelipe Artur2016-04-181-3/+5
|
* Restrict user profiles based on restricted visibility levelsFelipe Artur2016-04-181-0/+4
|
* Merge branch 'master' into issue_12658Douwe Maan2016-03-211-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-defaultRobert Speicher2016-03-191-1/+1
| |
* | Code improvements and add Create group serviceFelipe Artur2016-03-161-8/+1
| |
* | Prevent projects to have higher visibility than groupsFelipe Artur2016-03-101-4/+1
| | | | | | | | | | | | Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
* | Code improvementsFelipe Artur2016-03-101-0/+10
|/
* In UsersController#calendar_activities, when Date isn't parsable, fallback ↵fix/sentry-1182Rémy Coutable2016-03-031-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-tabsAlfredo Sumaran2016-03-011-1/+1
|\
| * include contributions from forked projects on profile calendarJames Lopez2016-02-221-1/+1
| |
* | Make url and actions to be the same nameAlfredo Sumaran2016-03-011-2/+2
| |
* | Respond with 'show' view. Tab content will be loaded dinamicallyAlfredo Sumaran2016-03-011-3/+3
| |
* | Respond to .json requestsAlfredo Sumaran2016-02-291-3/+24
| |
* | Add routes and actions for dynamic tab loadingJosh Frye2016-02-291-7/+32
|/
* Various filter fixesJosh Frye2016-02-041-1/+2
|
* remove public field from namespace and refactoringnamespace-clean_upValery Sizov2016-01-041-1/+1
|
* Refactor UsersController to not kill the databaseYorick Peterse2015-11-181-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_publicValery Sizov2015-08-271-4/+0
|
* Fix title on user page.you-get-a-title-and-you-get-a-title-and-everyone-gets-a-titleDouwe Maan2015-05-011-3/+0
|
* Add a page title to every page.Douwe Maan2015-04-301-9/+0
|
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-2/+2
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Merge branch 'userpage-activity-scroll'Dmitriy Zaporozhets2015-03-231-6/+19
|\ | | | | | | | | Conflicts: app/controllers/users_controller.rb
| * Fix atom feed for user pageuserpage-activity-scrollDmitriy Zaporozhets2015-03-221-1/+6
| |
| * Add inifinite scroll to user activity on user pageDmitriy Zaporozhets2015-03-221-5/+13
| |
* | Refactor contributions events and write tests for calendarDmitriy Zaporozhets2015-03-221-6/+4
| |
* | Replace commits calendar with contributions calendarDmitriy Zaporozhets2015-03-211-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 dateHannes Rosenögger2015-03-181-0/+19
|
* Exclude forks from profile contributions list.Douwe Maan2015-02-241-1/+3
|
* Fix user page performance and authorizationDmitriy Zaporozhets2015-02-181-7/+10
|
* Fix event loading with associationsDmitriy Zaporozhets2015-02-181-1/+1
|
* DB performance improvements to GitLabDmitriy Zaporozhets2015-02-181-3/+4
|
* Show contributed projects on user page and stars for itDmitriy Zaporozhets2015-02-171-0/+3
|
* Link head panel titles to relevant root page.Douwe Maan2015-02-131-0/+1
|
* Improve contribution calendar on user pageDmitriy Zaporozhets2015-01-291-6/+3
| | | | | * cache user contributions for day * ignore forks in calendar contribtuions
* Improve user calendar authentification and testsDmitriy Zaporozhets2015-01-291-1/+3
|
* Load contribution calendar via AJAXDmitriy Zaporozhets2015-01-291-11/+20
|
* Cleanup and make contribution calendar fasterDmitriy Zaporozhets2015-01-291-16/+3
|
* Refactor commit calendar a bit. Fixed datesDmitriy Zaporozhets2015-01-281-2/+2
|
* Add a commit calendar to the user profileHannes Rosenögger2015-01-291-2/+23
|
* Feature: atom feed for user activityDmitriy Zaporozhets2014-12-041-1/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets2014-06-051-4/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show events from all projects on user pageDmitriy Zaporozhets2014-06-031-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix tests for user pageDmitriy Zaporozhets2014-06-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show only personal projects on profile pageDmitriy Zaporozhets2014-05-301-1/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow access to groups with public projects.Jason Hollingsworth2014-02-201-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 loginCiro Santillli2014-02-111-4/+16
| | | | ... if the user is authorized to at least one public project.