summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '24276-usernames-with-dots' into 'master' Douwe Maan2016-11-181-1/+1
|\
| * Allow registering users where the username contains dots (.).Timothy Andrew2016-11-181-1/+1
* | Merge branch 'namespace-validation' into 'master' Rémy Coutable2016-11-181-1/+1
|\ \
| * | Check all namespaces on validation of new username.namespace-validationBryce Johnson2016-11-171-1/+1
* | | Merge branch '24057-a11y-content-shortcut' into 'master' Annabel Dunstone Gray2016-11-183-1/+18
|\ \ \
| * | | Fix indentation24057-a11y-content-shortcutAnnabel Dunstone Gray2016-11-171-14/+13
| * | | Add ID for a11y shortcut hrefKushal Pandya2016-11-171-1/+1
| * | | Add shortcut for SRs to `Skip to content` for a11yKushal Pandya2016-11-171-0/+1
| * | | Add a11y class for top-level shortcut for Screen ReadersKushal Pandya2016-11-171-0/+17
* | | | Merge branch 'issue-24512' into 'master' Annabel Dunstone Gray2016-11-181-1/+1
|\ \ \ \
| * | | | Add placeholder in the color input inside the create new label popupLuis Alonso Chavez Armendariz2016-11-161-1/+1
* | | | | Merge branch 'cs-fix-firefox-height' into 'master' Annabel Dunstone Gray2016-11-171-2/+2
|\ \ \ \ \
| * | | | | Fix line numbers not matching up with code in Firefox.cs-fix-firefox-heightConnor Shea2016-11-161-2/+2
* | | | | | Merge branch 'fix-singin-redirect-for-fork-new' into 'master' Sean McGivern2016-11-171-0/+1
|\ \ \ \ \ \
| * | | | | | Add authentication for for create action. Add more tests for for new and crea...Cagdas Gerede2016-11-151-2/+1
| * | | | | | Add a new line after the guard statement to be compatible with the style guide.Cagdas Gerede2016-11-121-0/+1
| * | | | | | Replaces conditional with guard statement.Cagdas Gerede2016-11-121-0/+1
| * | | | | | Temporary changeCagdas Gerede2016-11-121-1/+0
| * | | | | | Replace conditional with a guard statement.Cagdas Gerede2016-11-121-6/+3
| * | | | | | Fixing the issue of visiting a project fork url giving 500 error when not sig...Cagdas Gerede2016-11-101-2/+6
* | | | | | | Merge branch 'feature/subscribe-to-group-level-labels' into 'master' Sean McGivern2016-11-1717-75/+261
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Avoid code duplication for label subscription status on label partialDouglas Barbosa Alexandre2016-11-173-15/+9
| * | | | | | Rename LabelSubscription javascript to ProjectLabelSubscriptionDouglas Barbosa Alexandre2016-11-172-3/+3
| * | | | | | Fix label subscription menu on small screens resolutionDouglas Barbosa Alexandre2016-11-173-16/+42
| * | | | | | Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre2016-11-175-11/+122
| * | | | | | Use button instead of an icon to subscribe/unsubscribe to labelsDouglas Barbosa Alexandre2016-11-174-14/+49
| * | | | | | Add toggle_subscription action to Groups::LabelsControllerDouglas Barbosa Alexandre2016-11-171-0/+7
| * | | | | | Allow subscriptions to be created without a projectDouglas Barbosa Alexandre2016-11-172-10/+17
| * | | | | | Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-176-24/+22
| * | | | | | Use @project as default on ToggleSubscriptionAction concernDouglas Barbosa Alexandre2016-11-174-13/+1
| * | | | | | Allow users to subscribe to group labels at project-levelDouglas Barbosa Alexandre2016-11-173-20/+15
| * | | | | | Refactoring label subscription toggle button text to accept a projectDouglas Barbosa Alexandre2016-11-172-4/+4
| * | | | | | Refactoring label subscription status to accept a projectDouglas Barbosa Alexandre2016-11-172-4/+4
| * | | | | | Refactoring notification service to find subscriptions per projectDouglas Barbosa Alexandre2016-11-171-13/+13
| * | | | | | Add subscribable_project to ToggleSubscriptionAction concernDouglas Barbosa Alexandre2016-11-174-1/+17
| * | | | | | Refactoring Subscribable concern to accept a projectDouglas Barbosa Alexandre2016-11-172-17/+23
| * | | | | | Fix small typo on NotificationServiceDouglas Barbosa Alexandre2016-11-171-1/+1
| * | | | | | Add unique index to subscriptions on subscribable and user and projectDouglas Barbosa Alexandre2016-11-171-2/+2
| * | | | | | Add project_id to subscriptionsDouglas Barbosa Alexandre2016-11-171-0/+3
* | | | | | | Merge branch 'chat-name-authorize' into 'master' Rémy Coutable2016-11-179-0/+217
|\ \ \ \ \ \ \
| * | | | | | | Change last_used_at to use touchchat-name-authorizeKamil Trzcinski2016-11-171-1/+1
| * | | | | | | Add chat_name partialKamil Trzcinski2016-11-173-30/+30
| * | | | | | | Fix code reviewKamil Trzcinski2016-11-171-1/+1
| * | | | | | | Fix code review style issuesKamil Trzcinski2016-11-171-1/+1
| * | | | | | | Improve code design after code reviewKamil Trzcinski2016-11-164-11/+13
| * | | | | | | Fix `chat_names` before_actionKamil Trzcinski2016-11-161-1/+1
| * | | | | | | Merge remote-tracking branch 'origin/master' into chat-name-authorizeKamil Trzcinski2016-11-16116-562/+822
| |\ \ \ \ \ \ \
| * | | | | | | | Add most of specs for chat namesKamil Trzcinski2016-11-163-9/+32
| * | | | | | | | Create relation between chat user and GitLab user and allow to authorize them...Kamil Trzcinski2016-11-168-0/+192
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'assignee-dropdown-autocomplete' into 'master' Fatih Acet2016-11-171-1/+7
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |