Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '24276-usernames-with-dots' into 'master' | Douwe Maan | 2016-11-18 | 1 | -1/+1 |
|\ | |||||
| * | Allow registering users where the username contains dots (.). | Timothy Andrew | 2016-11-18 | 1 | -1/+1 |
* | | Merge branch 'namespace-validation' into 'master' | Rémy Coutable | 2016-11-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | Check all namespaces on validation of new username.namespace-validation | Bryce Johnson | 2016-11-17 | 1 | -1/+1 |
* | | | Merge branch '24057-a11y-content-shortcut' into 'master' | Annabel Dunstone Gray | 2016-11-18 | 3 | -1/+18 |
|\ \ \ | |||||
| * | | | Fix indentation24057-a11y-content-shortcut | Annabel Dunstone Gray | 2016-11-17 | 1 | -14/+13 |
| * | | | Add ID for a11y shortcut href | Kushal Pandya | 2016-11-17 | 1 | -1/+1 |
| * | | | Add shortcut for SRs to `Skip to content` for a11y | Kushal Pandya | 2016-11-17 | 1 | -0/+1 |
| * | | | Add a11y class for top-level shortcut for Screen Readers | Kushal Pandya | 2016-11-17 | 1 | -0/+17 |
* | | | | Merge branch 'issue-24512' into 'master' | Annabel Dunstone Gray | 2016-11-18 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Add placeholder in the color input inside the create new label popup | Luis Alonso Chavez Armendariz | 2016-11-16 | 1 | -1/+1 |
* | | | | | Merge branch 'cs-fix-firefox-height' into 'master' | Annabel Dunstone Gray | 2016-11-17 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Fix line numbers not matching up with code in Firefox.cs-fix-firefox-height | Connor Shea | 2016-11-16 | 1 | -2/+2 |
* | | | | | | Merge branch 'fix-singin-redirect-for-fork-new' into 'master' | Sean McGivern | 2016-11-17 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add authentication for for create action. Add more tests for for new and crea... | Cagdas Gerede | 2016-11-15 | 1 | -2/+1 |
| * | | | | | | Add a new line after the guard statement to be compatible with the style guide. | Cagdas Gerede | 2016-11-12 | 1 | -0/+1 |
| * | | | | | | Replaces conditional with guard statement. | Cagdas Gerede | 2016-11-12 | 1 | -0/+1 |
| * | | | | | | Temporary change | Cagdas Gerede | 2016-11-12 | 1 | -1/+0 |
| * | | | | | | Replace conditional with a guard statement. | Cagdas Gerede | 2016-11-12 | 1 | -6/+3 |
| * | | | | | | Fixing the issue of visiting a project fork url giving 500 error when not sig... | Cagdas Gerede | 2016-11-10 | 1 | -2/+6 |
* | | | | | | | Merge branch 'feature/subscribe-to-group-level-labels' into 'master' | Sean McGivern | 2016-11-17 | 17 | -75/+261 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Avoid code duplication for label subscription status on label partial | Douglas Barbosa Alexandre | 2016-11-17 | 3 | -15/+9 |
| * | | | | | | Rename LabelSubscription javascript to ProjectLabelSubscription | Douglas Barbosa Alexandre | 2016-11-17 | 2 | -3/+3 |
| * | | | | | | Fix label subscription menu on small screens resolution | Douglas Barbosa Alexandre | 2016-11-17 | 3 | -16/+42 |
| * | | | | | | Allow users to subscribe to a group label at group or project level | Douglas Barbosa Alexandre | 2016-11-17 | 5 | -11/+122 |
| * | | | | | | Use button instead of an icon to subscribe/unsubscribe to labels | Douglas Barbosa Alexandre | 2016-11-17 | 4 | -14/+49 |
| * | | | | | | Add toggle_subscription action to Groups::LabelsController | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -0/+7 |
| * | | | | | | Allow subscriptions to be created without a project | Douglas Barbosa Alexandre | 2016-11-17 | 2 | -10/+17 |
| * | | | | | | Remove default value for `project` argument on subscribable concern | Douglas Barbosa Alexandre | 2016-11-17 | 6 | -24/+22 |
| * | | | | | | Use @project as default on ToggleSubscriptionAction concern | Douglas Barbosa Alexandre | 2016-11-17 | 4 | -13/+1 |
| * | | | | | | Allow users to subscribe to group labels at project-level | Douglas Barbosa Alexandre | 2016-11-17 | 3 | -20/+15 |
| * | | | | | | Refactoring label subscription toggle button text to accept a project | Douglas Barbosa Alexandre | 2016-11-17 | 2 | -4/+4 |
| * | | | | | | Refactoring label subscription status to accept a project | Douglas Barbosa Alexandre | 2016-11-17 | 2 | -4/+4 |
| * | | | | | | Refactoring notification service to find subscriptions per project | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -13/+13 |
| * | | | | | | Add subscribable_project to ToggleSubscriptionAction concern | Douglas Barbosa Alexandre | 2016-11-17 | 4 | -1/+17 |
| * | | | | | | Refactoring Subscribable concern to accept a project | Douglas Barbosa Alexandre | 2016-11-17 | 2 | -17/+23 |
| * | | | | | | Fix small typo on NotificationService | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -1/+1 |
| * | | | | | | Add unique index to subscriptions on subscribable and user and project | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -2/+2 |
| * | | | | | | Add project_id to subscriptions | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -0/+3 |
* | | | | | | | Merge branch 'chat-name-authorize' into 'master' | Rémy Coutable | 2016-11-17 | 9 | -0/+217 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Change last_used_at to use touchchat-name-authorize | Kamil Trzcinski | 2016-11-17 | 1 | -1/+1 |
| * | | | | | | | Add chat_name partial | Kamil Trzcinski | 2016-11-17 | 3 | -30/+30 |
| * | | | | | | | Fix code review | Kamil Trzcinski | 2016-11-17 | 1 | -1/+1 |
| * | | | | | | | Fix code review style issues | Kamil Trzcinski | 2016-11-17 | 1 | -1/+1 |
| * | | | | | | | Improve code design after code review | Kamil Trzcinski | 2016-11-16 | 4 | -11/+13 |
| * | | | | | | | Fix `chat_names` before_action | Kamil Trzcinski | 2016-11-16 | 1 | -1/+1 |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into chat-name-authorize | Kamil Trzcinski | 2016-11-16 | 116 | -562/+822 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add most of specs for chat names | Kamil Trzcinski | 2016-11-16 | 3 | -9/+32 |
| * | | | | | | | | Create relation between chat user and GitLab user and allow to authorize them... | Kamil Trzcinski | 2016-11-16 | 8 | -0/+192 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'assignee-dropdown-autocomplete' into 'master' | Fatih Acet | 2016-11-17 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | |