summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/groups
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-163-18/+33
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-1812-155/+29
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-2010-32/+25
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-1710-16/+159
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-197-121/+66
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-217-15/+98
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-1911-14/+157
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-203-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-183-12/+19
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-203-7/+6
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-202-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-092-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-242-2/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-232-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-2/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-173-0/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-1/+1
|
* Disable "transfer group" button when no parent group is selectedJan Beckmann2019-09-111-1/+2
| | | | | | Refactor project_edit.js to be reusable for this purpose Closes #64799
* Remove vue resource from group serviceLee Tickett2019-09-042-16/+12
| | | | Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/66750
* Ensure visibility icons in group/project listings are greyDennis Tang2019-07-181-1/+1
| | | | | | - Project listing icons now use the `text-secondary` class - Group listing icons now use the `text-secondary` class - Unnecessary CSS was removed from groups.scss as a result
* Improve group list UIDennis Tang2019-06-245-47/+70
| | | | | | | | | | | This updates the groups list UI to match the style of the project list: - New layout - Improve loading state when loading group children - Larger, responsive text - Icon and text colors changed to secondary - Smaller button sizes - Content list description colors were standardized to body text
* Internationalisation of groups directoryBrandon Labuschagne2019-04-291-1/+2
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Update spinners in group list componentDennis Tang2019-03-261-1/+1
|
* Style avatars for groups and projectsMartin Wortschack2019-02-251-1/+1
| | | | | | | | | - Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
* Replace `=== true` with `parseBoolean()`Winnie Hellmann2018-11-271-1/+2
|
* Prettify all the thingsMike Greiling2018-11-208-115/+36
|
* Use @gitlab npm namespaceClement Ho2018-11-161-1/+1
|
* Remove gitlab-ui loading icon from globalClement Ho2018-11-071-0/+2
|
* Prettify all the things (part 7)Mike Greiling2018-10-245-101/+104
|
* Resolve eslint-plugin-vue errorsMike Greiling2018-09-201-2/+2
| | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
* Use GitLab ui pagination component for groupsAdriel Santiago2018-09-111-12/+15
|
* Use gitlab-ui loading iconClement Ho2018-09-111-4/+2
|
* Vertically centres landscape avatars those cannot fill up parent height.Vicary Archangel2018-09-071-1/+1
|
* Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-078-88/+205
|
* [QA] Ensure groups filtering does not happen before the groups list is loadedRémy Coutable2018-09-051-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Resolve "Group dashboard > Line height is too tall for group names"Adriel Santiago2018-08-071-34/+41
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-2/+2
| | | | Partially addresses #47006.
* remove all unused eslint-disable rulesLukas Eipert2018-06-201-1/+0
|
* Updates eslint vue plugin versionFilipa Lacerda2018-06-115-23/+23
|
* [skip ci] Replace hidden-xsClement Ho2018-04-091-1/+1
|
* Rename modal.vue to deprecated_modal.vuewinh-deprecate-old-modalWinnie Hellmann2018-03-221-34/+54
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-093-0/+4
|
* Resolve "Group Leave action is broken on Groups Dashboard and Homepage"Shah El-Rahman2018-03-061-5/+5
|
* Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-jsRémy Coutable2018-02-221-5/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>