Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-18Fix Admin Links to new Group does not respect Default Visibilityjacopo-beschi-intersail
Settings This is done by passing a visibility_level option to the group edit _form. The visibility_level is set to @group.visibility_level in edit ation and to default_group_visibility in the new action.
2016-11-03Update avatar container name so it doesnt conflict with other image containersAnnabel Dunstone Gray
2016-11-0123545 Fix distorted project and group avatarstauriedavis
2016-10-07Enable CacheMarkdownField for the remaining modelsNick Thomas
This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
2016-09-15Syntax fixes and better tests for helper methods. Updated docs.Patricio Cano
2016-09-15Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes.Patricio Cano
2016-09-15Added group-specific setting for LFS.Patricio Cano
Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
2016-07-20Allow to disable user request access to groups/projectsFelipe Artur
2016-07-15Merge branch '4424-improve-ui-admin-area' into 'master' Dmitriy Zaporozhets
Address UI feedback for admin area ## What does this MR do? Addresses @dzaporozhets's feedback for !4424 ## Why was this MR needed? !4424 was merged with some design issues which affected other areas of the app and broke consistency. This MR fixes that. ## What are the relevant issue numbers? #3946 ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5190
2016-07-15Add visibility iconAlfredo Sumaran
2016-07-15Make admin/groups view consistent with dashboard/groupsAlfredo Sumaran
2016-07-14Rename .group-controls to .controlsAlfredo Sumaran
2016-07-14Update permissons links to new pageSean McGivern
permissions/permissions just links to user/permissions since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5210
2016-07-11Update the help_page_path route to accept paths directly instead of using ↵Connor Shea
parameters.
2016-07-08Revert "Revert "Merge branch 'issue_3946' into 'master' ""Robert Speicher
This reverts commit bf2a86b73cce332ff8f4392ffc8df501193f32ec.
2016-07-08Revert "Merge branch 'issue_3946' into 'master' "Robert Speicher
This reverts commit 68155ee73b549a4f79744bb325542c29d45c71ea, reversing changes made to 7ebd011ed1de7aee706f07a53c63c90f1c8aa5d4.
2016-07-07Layout for Users Groups and Projects on admin areaAlfredo Sumaran
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
And create new Project#requesters, Group#requesters scopes. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-30Remove unnecessary parensValery Sizov
2016-06-20Display group/project access requesters separately in adminRémy Coutable
Also, reuse partials from the non-admin views. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-15Add sub links to overviewAnnabel Dunstone
2016-06-14Add request access for groupsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-11Merge branch 'rs-form_errors' into 'master' Dmitriy Zaporozhets
Standardize the way we check for and display form errors - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard. See merge request !3531
2016-04-05Standardize the way we check for and display form errorsRobert Speicher
- Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
2016-04-05Single quotes paradiseDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-04Improve UI for admin/groups pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-22Add specs and add visibility level to admin groupsFelipe Artur
2016-03-11Add finders logic and tests for shared projects featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-28Removed sorted text from dropdownsPhil Hughes
Closes #12796
2016-01-26Save button on app settings now btn-saveZeger-Jan van de Weg
2016-01-08Add two custom Date/Time conversion formatsRobert Speicher
2016-01-08Remove stamp gemRobert Speicher
Closes #5908
2016-01-01number_with_delimiter most of the thingsRobert Speicher
2015-07-28Disable adding members from admin area when appropriateDouwe Maan
2015-06-16Bootlint: Use offset grid classes instead of empty divsRobert Speicher
2015-06-08Dont use fixed pixel size if form controls - its bad for mobile devicesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-30Capitalize "X" in "New X".Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-04-27Fix adding new group members from admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-14Let members be invited from Add members pane.Douwe Maan
2015-04-14Correctly render invite members without user.Douwe Maan
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-03-12Prevent database query each time we render group avatarDmitriy Zaporozhets
2015-03-07Replace bs-callout with alertDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2015-02-04Spelling improvement, add in a group, not into group.Sytse Sijbrandij
2014-12-22Allow Group path to be changed at the same time as nameDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-28Merge pull request #7866 from cirosantilli/input-button-to-tagDmitriy Zaporozhets
Use button type=submit instead of input.