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
2022-10-20Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot
2022-09-20Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2019-07-30Remove pdf.js deprecation warningsStan Hu
1. `page.getViewpoint()` now takes in JSON instead of an integer. 2. Promises are returned from loading and rendering tasks. See https://mozilla.github.io/pdf.js/examples/index.html for more details.
2019-07-29Merge branch 'sh-add-cmaps-for-pdfjs' into 'master'Mike Greiling
Make pdf.js render CJK characters Closes #62152 See merge request gitlab-org/gitlab-ce!31220
2019-07-29Simplify pdf.js logicLukas Eipert
Instead of complicated splicing, we can simply return all pages. Promise.all will take care of the correct ordering for us.
2019-07-29Fix pdf.js rendering pages in the wrong orderStan Hu
There was an implicit assumption that the pages returned from the Promise of `pdf.getPage(num)` would return in order, but no such guarantee exists. To handle this, we explicitly set which array index based on the page number and then trigger a Vue update via `splice`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64467
2019-07-28Make pdf.js render CJK charactersStan Hu
As mentioned in https://github.com/wojtekmaj/react-pdf/blob/master/README.md, pdf.js needs the bundled cMaps files to work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62152
2019-05-10Move to pdf.js distributed with npmLukas Eipert
pdf.js is available on npm. Importing the dependency from there instead of vendoring it has certain benefits, e.g. the discoverability of updates (especially security fixes).
2019-03-13fix: changed PDFJS prop to GlobalWorkerOptionsNatalia Tepluhina
2018-11-20Prettify all the thingsMike Greiling
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2017-10-04Re-arrange <script> tags before <template> tags in .vue filesEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38743
2017-08-07Fix issues with pdf-js dependenciesMike Greiling
2017-04-28Move PDFLab into GitLabSam Rose