summaryrefslogtreecommitdiff
path: root/loleaflet/package.json
AgeCommit message (Collapse)AuthorFilesLines
2020-02-20loleaflet: import sanitize-url.js libraryHenry Castro1-3/+0
The file was imported from node_modules/@braintree/sanitize-url/index.js the main reason is to analyze the source code, debug and patch if necessary To obtain the source code from npm repository make libs To bundle the file sanitize-url.js browserify braintree-sanitize-url/index.js --standalone sanitizeUrl > sanitize-url.js Change-Id: I7869a1349648ae1f8f2194859ebb398b1a73733e Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89055 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
2019-05-03loleaflet: update vex.js libraryAlexandru Vlăduţu1-1/+1
Change-Id: I6b32c6a60a27aa27eb32784bb73e40c979f67def Reviewed-on: https://gerrit.libreoffice.org/71726 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-04-02loleaflet: check document hyperlink before openAlexandru Vlăduţu1-0/+4
Change-Id: Ie2b1ba8baf49136fa805ab5b3a52f7b7fb5827df Reviewed-on: https://gerrit.libreoffice.org/70113 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
2019-04-02loleaflet: remove unnecessary dependency from package.jsonAlexandru Vlăduţu1-4/+1
Change-Id: If0ee24f31bcf47b2f5570ade95165cad9f8e5eae Reviewed-on: https://gerrit.libreoffice.org/70109 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-03-28loleaflet: update shrinkpackAlexandru Vlăduţu1-1/+1
Updated shrinkpack to work with (relatively) new versions of npm: https://github.com/JamieMason/shrinkpack/issues/83 The new version stores the tars in the 'archived-packages' folder and not the 'node_shrinkwrap' one, that's why there are so many files in the diff. Change-Id: Iebcadaeee0e27f831b7ff16a50819a908e7f05a6 Reviewed-on: https://gerrit.libreoffice.org/69878 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-03-06loleaflet: update node_shrinkwrapHenry Castro1-6/+7
Change-Id: Ibd1b6ed55d8ed7485e6a82cf3e698eb2cbafd034
2018-12-07Zoom & move LOKDialogs using gesturesSzymon Kłos1-0/+2
Change-Id: I313ef0ed1b801d8a3d3aadfca7c2eb001499e7db
2018-12-07Added modification indicatorSzymon Kłos1-0/+1
Change-Id: Iba028758671ec4e9bd7db375a2511d2d3699aa55
2018-11-15Move the malihu-custom-scrollbar-plugin js and css into our tree for hackingTor Lillqvist1-1/+0
I plan to add some hacks into it to fix the horrible jumping around after touch-based interaction, specifically for the iOS app. Change-Id: Ia6cfbfe7f487b52ba7652e49eb3fdb59af0c82ae
2018-05-27loleaflet: update node_shrinkwrapHenry Castro1-9/+0
Change-Id: Icf4683c074c6c4dc6e478412230a431137bdb7fa
2018-05-25remove unused evol-colorpickerAndras Timar1-1/+0
Change-Id: I3eaf2040aa8cfaefb7861c33bceac7c1e5d7866a Reviewed-on: https://gerrit.libreoffice.org/54806 Reviewed-by: Henry Castro <hcastro@collabora.com> Tested-by: Henry Castro <hcastro@collabora.com>
2018-05-24loleaflet: upgrade eslint to 3.0.0Henry Castro1-5/+5
npm-shrinkwrap.json.in was generated using npm@5.1.0 Change-Id: I367d06f4720e536554c4826db292f566a0a7256b
2018-05-10use Makefile to build loleafletHenry Castro1-0/+2
Concatenate and minify all javascript files in the release build but not in the debug build. Also, it is enabled to use a build directory Change-Id: Ia120447a827cfe236241ddf188bf43a088f877a7 Reviewed-on: https://gerrit.libreoffice.org/52802 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
2018-04-29loleaflet: browserify-css, use the global transform optionHenry Castro1-5/+0
Change-Id: I058c3befc8c89d67faf35bf3ab0142893c3b7b47
2018-04-04loleaflet: remove not used w2ui packageHenry Castro1-2/+1
Change-Id: I2a1c27cc437c02d228c148fd4527d99e55a1b4e9
2018-03-07Revert "Revert "NPM Shrinkwrap: Upgrade to new format (v5)""Andras Timar1-11/+0
This reverts commit c0a902ba816f9acc940531264a75e2ca54592603.
2018-03-05Revert "NPM Shrinkwrap: Upgrade to new format (v5)"Andras Timar1-0/+11
This reverts commit 37e7e953043e8aecf7941a54d530d319dbefc119.
2018-02-22NPM Shrinkwrap: Upgrade to new format (v5)Samuel Mehrbrodt1-11/+0
Should be backwards compatible with npm 2,3 and 4 Change-Id: Ie40f39af4b6fb618916df33d9cdd2fc62e4bc592 Reviewed-on: https://gerrit.libreoffice.org/50191 Reviewed-by: pranavk <pranavk@collabora.co.uk> Tested-by: pranavk <pranavk@collabora.co.uk>
2017-04-24loleaflet: new dependency - autolinker - link what can be linkedPranav Kant1-0/+1
... in annotations. Emails, phone numbers, email address and what not. We are not sending the generated markup, eg: the html <a> tags back to LO core, only the representation in the UI is linkified. Autolinker license: MIT https://www.npmjs.com/package/autolinker Change-Id: I8df3676a9eb6122884defb6bc3da87d30f993b04
2016-12-15Remove devtools-detect as one of the dependenciesPranav Kant1-1/+0
Usage of this module was removed in 2bbab9bf943723c77498229676b93e9aba0185c7 Change-Id: I7fdde32cdf52fa0d33859fc4cda58d4daed40254
2016-09-30leaflet: bundle timeago JS moduleMiklos Vajna1-0/+1
And start using it in DocumentRepair. Change-Id: I8d2b8af4d2e0dcc7cf8082c9d7adbc633df1c387
2016-08-11loleaflet: Add exorcist to dependency treePranav Kant1-0/+1
This is required for separating source maps from our bundles.
2016-08-11loleaflet: Minify our js bundlePranav Kant1-0/+1
2016-08-11loleaflet: Port to new API based build process; remove older onesPranav Kant1-5/+1
2016-08-09loleaflet: Update package.jsonPranav Kant1-5/+6
2016-08-09loleaflet: npm-sify d3.jsPranav Kant1-0/+1
Don't use external CDN for this library, rather 'require()' it from our local npm modules.
2016-08-09loleaflet: Browserify admin, more modularization, npm-isationPranav Kant1-1/+4
Use browserify for admin console scripts too. Modularize needed files such as l10n strings for console. Use npm for managing bootstrap as dependency of admin console.
2016-08-03loleaflet: Bump jquery-contextmenu to 2.2.3Pranav Kant1-1/+1
With current version, position of context menu is not set at specified position. 2.2.3 fixes the issue. Also udpate tarballs in node_shrinkwrap and dep. tree in npm-shrinkwrap.json
2016-08-03loleaflet: Shrinkwrap and shrinkpack; local dependencies tarballsPranav Kant1-0/+1
Using npm-shrinkwrap, we are locking in our dependency tree completely, leaving no scope of being affected by any regression in any of the dependencies. In other words, all of the dependency tree is dumped in npm-shrinkwrap.json file. Using shrinkpack, we are also committing these tarballs of dependencies in node_shrinkwrap/, so that, we are not depending on npm registry at all during our build process. Since these are just tarballs, its also better space-wise than committing node_modules/ per se. Developers when want to update any dependency should bump the version in package.json, and also commit the new copy of tarballs in node_shrinkwrap/. See: https://github.com/JamieMason/shrinkpack for more info.
2016-08-03loleaflet: Bump jquery version to 2.2.4Pranav Kant1-1/+1
Mainly because one of the dependency depends on it, so why have two different versions of jquery in our dep tree.
2016-08-03loleaflet: Remove unused dependenciesPranav Kant1-11/+12
Commented out devDependencies; these are required for testing framework inherited from upstream leaflet, but we do not have such tests as of now for loleaflet. Move them to devDependencies when need arises.
2016-08-03loleaflet: Ununsed dependencyPranav Kant1-1/+0
Can't find it being used anywhere.
2016-08-03loleaflet: Bump select2 versionPranav Kant1-1/+1
We need https://github.com/select2/select2/issues/3287 which is fixed in 4.0.1
2016-08-03loleaflet: Remove unused files; bower config and publish scriptsPranav Kant1-3/+0
This is only leaflet related, not needed in loleaflet.
2016-08-03loleaflet: Modularize all of the CSS; browersify-cssPranav Kant1-0/+6
Follow the same approach to bundle everything into a single file as done for the js files in previous commit.
2016-08-03loleaflet: Modularize all of the js; use browserifyPranav Kant1-3/+21
Don't include each third party script in a separate <script> tag, rather have one single main.js file require'ing these different scripts. Then `browserify' on main.js which bundles everything into a single bundle.js containing all of the dependencies. Also add these 3rd party scripts such as jquery, jquery-ui, select2 etc. using npm, rather than manually downloading their files from the internet. This should ease the process of managing these front-end dependencies; upgrade process should be very easy now.
2016-08-03loleaflet: Update license fieldPranav Kant1-6/+1
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ (inspired from 6a6d833a2f407bad37587f5e30bf56fb539e7f8d in upstream Leaflet)
2016-06-06loleaflet: Move websocket module to devDependenciesPranav Kant1-5/+3
This module is only used from tests. These are not hard depedencies. Change-Id: I9b63562de827f9d2e12fa108555cc783a5689db2
2016-05-29loleaflet: Bump eslint version to 2.8.0Pranav Kant1-1/+1
Adjust config file, .eslintrc, accordingly; remove deprecated options Change-Id: I113606c5d1fdc4c46216b1fa340c957fd0e69308
2015-08-19loleaflet: headless load testMihai Varga1-1/+4
2015-03-09Unmodified LeafletMihai Varga1-0/+42
Checkout date: 09/03/2015 HEAD: a92c8a3c21f8d580de2dfd1e937ea90db76787b6