Commit Graph

496 Commits

Author SHA1 Message Date
Rares Sfirlogea 45e4c66565 Display slash commands outcome when previewing Markdown
Remove slash commands from Markdown preview and display their outcome next to
the text field.
Introduce new "explanation" block to our slash commands DSL.
Introduce optional "parse_params" block to slash commands DSL that allows to
process a parameter before it is passed to "explanation" or "command" blocks.
Pass path for previewing Markdown as "data" attribute instead of setting
a variable on "window".
2017-05-04 17:02:25 +02:00
Rémy Coutable 59f81b4ff8 Merge branch 'siemens/gitlab-ce-fix/subgroup-hide-button' into 'master'
Hide new subgroup button if user has no permission to create one

Closes #30139

See merge request !10627
2017-04-12 09:26:16 +00:00
Dmitriy Zaporozhets 525ea06687
Move permission to create subgroup into GroupPolicy
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-11 19:36:56 +03:00
Jose Ivan Vargas Lopez 0e325ea6ee Groups section capitalization fix 2017-04-06 14:58:57 -05:00
Markus Koller a3430f011f Support 2FA requirement per-group 2017-04-06 10:01:13 +02:00
Luke "Jared" Bennett 7c5198219a MR empty state 2017-04-05 12:43:03 +00:00
Mike Greiling 4461e7087d Refactor test_utils bundle 2017-04-04 17:47:12 +00:00
Fabio Huser c6701fef0e fix(subgroups): add verification of group creation capability to subgroup UI 2017-03-30 12:32:45 +02:00
Mike Greiling 12869a9e81 move progress bar from milestone summary into the sidebar 2017-03-24 17:06:49 -05:00
Mike Greiling 822bfafae2 add basic sidebar functionality to milestones page 2017-03-24 17:06:24 -05:00
Jose Ivan Vargas be0b3cc1bc Changed "Edit Group" subtab to "General" and moved it
to the first option inside said subtab.

Also code cleanup
2017-03-15 10:18:07 -06:00
Jose Ivan Vargas 30f99608ff Fixed some missing permission conditions 2017-03-14 12:00:00 -06:00
Jose Ivan Vargas f47946591a Fixed haml_lint warning for the settings_head partial 2017-03-14 11:49:08 -06:00
Jose Ivan Vargas ee2ddd0595 Moved the gear settings dropdown in the group view to a tab 2017-03-14 11:49:08 -06:00
Sean McGivern 1957dde410 Merge branch 'adam-count-badges-group-dashboard-milestones' into 'master'
Add count badges to both dashboard and group milestones

Closes #24421

See merge request !9836
2017-03-14 08:33:13 +00:00
blackst0ne 7f33eb39e9 Fix xml.updated field in rss/atom feeds 2017-03-12 09:05:01 +11:00
Alex Braha Stoll 50a8f16e16 Add count badges to both dashboard and group milestones 2017-03-10 13:04:19 +01:00
Z.J. van de Weg 449ecd6c68 Merge branch 'master' into zj-create-mattermost-team 2017-03-06 08:55:35 +01:00
Z.J. van de Weg b3aae422a6 Minor edits, incorporate review 2017-03-06 08:55:30 +01:00
Dmitriy Zaporozhets 5bb6a85b90
Refactor projects filtering by name
Reuse same search form and behavior for dashboard#projects, group#projects
and admin#projects. Repsect all other options like sorting, personal
filter when search projects by name. Create FilterableList JS class to
handle identical behaviour of projects and groups lists.

This change also makes filtering and sorting availabe on explore#projects
and explore#groups no matter if you are logged in or not.

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-03 18:39:30 +02:00
Phil Hughes ed1f110499 Fixes filtering by name reseting archive filter
Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param

Closes #28007
2017-03-03 16:37:28 +02:00
Z.J. van de Weg ddfd09c09c Merge branch 'master' into zj-create-mattermost-team 2017-03-02 10:22:56 +01:00
Michael Kozono a2670ee06b Show public RSS feeds to anonymous users 2017-02-28 12:50:57 -08:00
Kushal Pandya dd96623890 Move `Group -> Members` to top-level, fix missing sub-nav for Subgroups 2017-02-28 22:46:01 +05:30
Luke "Jared" Bennett f6247600a3
Review changes 2017-02-28 16:32:30 +00:00
Z.J. van de Weg 9f0e23d609 Fix tests 2017-02-24 13:25:42 +01:00
Z.J. van de Weg 4535129e45 Merge branch 'master' into zj-create-mattermost-team 2017-02-24 09:31:23 +01:00
Phil Hughes 4feefd3646 Fixed alignment of RSS button on activity pages
Added a tooltip to the buttons that did not have any

Closes #28572
2017-02-23 16:21:41 +00:00
Alfredo Sumaran 5600b17de7 Code style improvements 2017-02-23 03:14:16 +00:00
Luke "Jared" Bennett 173e27d62a
Finished up mattermost team creation 2017-02-22 10:19:42 +00:00
Filipa Lacerda 1f66d255ee Sends checkbox parameters as boolean 2017-02-16 09:19:28 +01:00
Filipa Lacerda c3a1c47a46 Fix form fields to bing to correct model 2017-02-16 09:19:28 +01:00
Z.J. van de Weg 8ddbc43576 Improve DRYness of views 2017-02-16 09:19:28 +01:00
Filipa Lacerda b4244efaf1 Add newline at end of icon file 2017-02-16 09:19:03 +01:00
Filipa Lacerda 59136d4ab6 Adds html and css to add mattermost team name to group in new and edit 2017-02-16 09:19:03 +01:00
Filipa Lacerda 3a3d956a8b Adds Mattermost label and icon to new group form 2017-02-16 09:19:03 +01:00
Z.J. van de Weg 297dc70158 Create MM team for GitLab group 2017-02-16 09:17:40 +01:00
Dmitriy Zaporozhets 059d1ae4c8 Merge branch 'dz-create-nested-groups-via-ui' into 'master'
Allow creating nested group via UI

See merge request !8786
2017-02-09 08:32:40 +00:00
Dmitriy Zaporozhets f39dbf3d3d
Allow creating nested group via UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-07 15:37:36 +02:00
Phil Hughes 653c23b9c2 Removed jQuery UI sortable 2017-02-06 11:28:16 +00:00
Clement Ho 087a496acb Merge branch '25460-replace-word-users-with-members' into 'master'
replace words user(s) with member(s)

Closes #25460

See merge request !8872
2017-02-03 16:19:35 +00:00
Nur Rony 6dbd60f695
replace words user(s) with member(s) 2017-01-30 13:41:57 +06:00
Oswaldo Ferreira 27a794914e Remove unnecessary extra margin on issues, mr and todo pages 2017-01-27 20:20:19 -02:00
Kushal Pandya fa21471af6 HAMLLint: Fix `UnnecessaryInterpolation` offences 2017-01-24 10:09:28 -08:00
Filipa Lacerda 1d5a8a5539 Fix html in order to make items accessible through keyboard navigation
Adds CHANGELOG entry

Adds MR ID to CHANGELOG entry
2017-01-06 19:36:55 +00:00
Kushal Pandya dd5ffd9ca6 HAMLLint: Fix `ImplicitDiv` offences 2016-12-31 11:43:08 +05:30
Kushal Pandya 1974deeffb HAMLLint: Fix `FinalNewline` offences 2016-12-31 11:43:08 +05:30
Dmitriy Zaporozhets 23fc1f666c Merge branch 'dz-nested-group-misc' into 'master'
Miscellaneous improvements to the nested groups feature

See merge request !8308
2016-12-29 18:51:29 +00:00
Dmitriy Zaporozhets 283e868ef5
Refactor nested group related code
* Simplify code around group parent access check
* Rename 'Nested groups' to 'Subgroups' tab at group#show page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-29 19:18:05 +02:00
Dmitriy Zaporozhets 10de4e3bb6
Show nested groups tab on group page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-26 14:19:42 +02:00