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
2020-01-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-03Create and use external_link helperjakeburden
Creates a helper method that takes body text and a url. The output is a external link with icon. It contains the noopenner noreferrer attributes for security. Usage: external_link(domain.title, domain.url) Add rspec test for ExternalLinkHelper Add changelog for MR 32130
2019-09-02Use “_blank” instead of :_blankjakeburden
2019-09-02Add attributes to open deployed pages in new tabjakeburden
2019-09-02Add attributes to securely open external linksjakeburden
2019-08-30Add warning about Pages initial deployment delayNathan Friend
This commit adds a warning message that is always displayed that informs users that their GitLab Pages sites will take a bit of time before they can be accessed after being deployed for the first time.
2019-02-26Merge branch 'patch-45' into 'master'Filipa Lacerda
Fix incorrect checkbox description. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56519 Closes #56519 See merge request gitlab-org/gitlab-ce!25392
2019-02-26Fix incorrect Pages Domains HTTPS checkkbox descAnton Melser
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56519
2019-02-25Allow maintainers to remove pagesVladimir Shushlin
Move remove_pages permission to maintainer Fix before_action in pages controller to check `remove_pages` permission Add specs
2018-11-10Resolve "GitLab Pages settings regressions"Scott Hampton
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-09Fix styling of all card elementsAnnabel Dunstone Gray
2018-07-18Remove background color from card-body styleGeorge Tsiolis
2018-06-04Update _destroy.hamlSam
Use better descriptive text
2018-05-29Replace well-list with content-list and hover-listAnnabel Dunstone Gray
2018-04-13[skip ci] convert label-gray and label-inverse to badge-gray and badge-inverseClement Ho
2018-04-13[skip ci] label-danger => badge-dangerClement Ho
2018-04-13[skip ci] Convert .label. to .badge.Clement Ho
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-04-09Replace .pull-left with .float-leftClement Ho
2018-04-06Polish design of domain verification for Gitlab PagesLukas Eipert
2018-03-22Add HTTPS-only pagesRob Watson
Closes #28857
2018-02-23Add DNS verification to Pages custom domainsNick Thomas
2017-09-25Remove all old sub nav barsAnnabel Dunstone Gray
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-04Disable navigation to Pages config if Pages is disabledMark Fletcher
* Regards project-level pages config - Nav link is now shown only if Pages is enabled for instance - Navigation to following controllers denied if Pages disabled: * projects/pages_controller * projects/pages_domains_controller - 'disabled' partial removed + Test for pages_controller introduced
2017-03-08Removed the settings gear button inside the Project to a tabJose Ivan Vargas
2017-02-28Move all Pages related content to a single locationAchilleas Pipinellis
2017-02-01If no pages were deployed, show nothing. Feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/628#note_14000640
2017-02-01Only show the message if user is not the ownerLin Jen-Shin
Closes #323
2017-02-01Introduce pages_deployed? to Project modelKamil Trzcinski
2017-02-01Fix pages abilitiesKamil Trzcinski
2017-02-01Updated according to commentsKamil Trzcinski
2017-02-01Split PagesController into PagesController and PagesDomainsControllerKamil Trzcinski
1. PagesController is used to show all domains and general overview of Pages 2. PagesDomainsController is used to manage pages domains
2017-02-01Added spinach testsKamil Trzcinski
2017-02-01Add tests for Active TabKamil Trzcinski
2017-02-01Pages domain model specsKamil Trzcinski
2017-02-01Fix viewsKamil Trzcinski
2017-02-01Fix the remove_pagesKamil Trzcinski
2017-02-01Implement extra domains and save pages configurationKamil Trzcinski
2017-02-01Implement proper verification of certificate's public_key against the ↵Kamil Trzcinski
private_key
2017-02-01Initial work on GitLab Pages updateKamil Trzcinski