summaryrefslogtreecommitdiff
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* Build visual_review_toolbar with webpackSarah Groff Hennigh-Palermo2019-05-291-628/+0
| | | | It takes a lot of lines to move a script
* Add changes to match eevrt-mr-update-ce-backportsarahghp2019-05-231-14/+16
|
* Add new version of scriptSarah Groff Hennigh-Palermo2019-05-171-0/+626
| | | | More aligned design. More functionality.
* Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"tz-revert-new-emojis-loadingTim Zallmann2019-04-101795-10760/+0
| | | | Reverts the loading of emojis and its images to move forward with RC
* Moved all emojis to the public folderTim Zallmann2019-03-071795-0/+10760
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis
* Update robots.txt to exclude group_members and project_members, which can ↵otheus2018-11-291-0/+2
| | | | expose sensitive user information to the web. Please see https://developers.google.com/search/reference/robots_txt for the correct wildcard format.
* Update robots.txt (#51167)Moritz Schlarb2018-09-071-0/+2
|
* Add a link to the homepage to the GitLab logo.Jason Funk2018-08-075-5/+15
|
* Redirect favicon.(png|ico) to actual favicon asset or uploaddm-favicon-redirectDouwe Maan2018-06-181-0/+0
|
* remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-052-0/+0
| | | | | the ci status icons are generated client side, wo we don't need the static files anymore.
* Add the /help page in robots.txtrobots-helpAchilleas Pipinellis2018-03-221-0/+1
| | | | | | | The /help page has docs which we don't want to be crawled as we prefer the docs website instead. Related https://gitlab.com/gitlab-org/gitlab-ce/issues/44433
* Changed title on 404 pageBranka Martinovic2017-09-011-1/+1
|
* Changed message and title on the 404 pageBranka Martinovic2017-09-011-1/+2
|
* Changed all font-weight values to 400 and 600Dimitrie Hoekstra2017-08-246-18/+18
|
* Remove public/ci/favicon.icoTakuya Noguchi2017-07-121-0/+0
|
* shows go back link only when history is availableNur Rony2017-04-075-5/+76
|
* Remove legacy build status svg for deprecated servicefix/gb/remove-deprecated-ci-build-status-badgeGrzegorz Bizon2017-03-017-7/+0
|
* correct User_agent placement in robots.txteric sabelhaus2017-01-181-2/+3
|
* Rename logo, apply for Slack tooZ.J. van de Weg2017-01-031-0/+0
|
* Add logo in public filesZ.J. van de Weg2017-01-031-0/+0
|
* added go back anchor on error pagesDimitrie Hoekstra2016-12-145-0/+45
|
* Fix appearance in error pagesLuis Alonso Chavez Armendariz2016-11-295-5/+20
|
* Merge branch 'patch-3' into 'master' Rémy Coutable2016-09-261-1/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | Robots and browsers should not crawl and remember deploy page ## What does this MR do? Changing meta information for robots and browsers not to remember a page during deployment ## Why was this MR needed? User browsers and robots takes the page content as accurate during deployment - HTTP code 200 is send to browser, it's all being remembered. See merge request !5842
| * Robots and browsers should not crawl and remember deploy pagePiotr Żuralski2016-08-171-1/+6
| |
* | update robots.txt disallowMatt Harrison2016-09-231-1/+1
|/ | | | | Allows projects in groups starting with "s" while still disallowing the snippets short urls.
* Unify HTML format in static error pagesTakuya Noguchi2016-07-276-161/+164
|
* Make error pages responsive designTakuya Noguchi2016-07-276-41/+101
|
* optimize png images losslessly using zopflipngPeter Dave Hello2016-06-292-0/+0
|
* Disallow search engines from indexing uploads from a GitLab project.Connor Shea2016-05-161-0/+1
| | | | This can sometimes include sensitive information from private projects and confidential issues. It shouldn't be indexed. Resolves #15551.
* Add a branded 503 static error pagers-503-pageRobert Speicher2016-04-221-0/+54
| | | | | | [ci skip] Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15398
* Lets have CSS and logo inlineArtem Sidorenko2016-03-117-56/+207
| | | | | | | This would work independenty from location and configuration https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/662#note_3973448
* rewrite logo to simplify SVG codeslang/gitlab-ce-rewrite-logoSean Lang2016-03-101-26/+9
|
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-0/+0
|
* allow crawling of commit page but not patch/diffsBen Bodenmiller2015-10-041-1/+2
| | | Commit page has valuable information that search engines should be allowed to crawl however the .patch and .diff pages have no new information that is not on commit page
* Fix skipped svgKamil Trzcinski2015-09-161-0/+1
|
* Groundwork for merging CI into CEDouwe Maan2015-08-257-0/+6
|
* disallow irrelevant pages by default in robotsBen Bodenmiller2015-08-171-1/+62
| | | | | | | Update default robots.txt rules to disallow irrelevant pages that search engines should not care about. This will still allow important pages like the files, commit details, merge requests, issues, comments, etc. to be crawled.
* Replace old logo with new onenew-logoDmitriy Zaporozhets2015-06-196-1/+27
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 422 error page.Douwe Maan2015-05-131-1/+1
|
* Improve text on error pages.Douwe Maan2015-05-136-17/+32
|
* Fixed typo in deploy htmlhellerve2015-04-201-2/+2
|
* Revert "Increase timeout for Git-over-HTTP requests."Dmitriy Zaporozhets2015-03-191-13/+0
| | | | | | | This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. Conflicts: Gemfile
* Increase timeout for Git-over-HTTP requests.Douwe Maan2015-03-041-0/+13
|
* Merge pull request #6879 from arantir/patch-1Dmitriy Zaporozhets2014-05-011-1/+0
|\ | | | | Typo fix
| * Typo fixarantir2014-04-271-1/+0
| |
* | Add apple-touch-icon-precomposed.png because of 404 on iOS devicesDmitriy Zaporozhets2014-04-291-0/+0
|/
* Add icon for iOS home screenYang Li2014-04-051-0/+0
|
* Make sure important directories exist in gitRobert Speicher2014-03-301-0/+0
| | | | | | | Ensures the following directories exist after a git clone: - public/uploads - tmp/pids - tmp/sockets
* Truthful wording. Fixes #934dosire2014-02-042-2/+2
|
* Add a custom 502 pageJacob Vosmaer2014-01-281-0/+13
|