summaryrefslogtreecommitdiffstats
path: root/core/vendor/core.js
Commit message (Collapse)AuthorAgeFilesLines
* Rerun js buildRoeland Jago Douma2018-07-241-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Run mergejs to add css-vars-ponyfillJulius Härtl2018-06-281-0/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump autosize to 4.0.2Roeland Jago Douma2018-05-171-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump DOMPurity to 1.0.4Roeland Jago Douma2018-05-171-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Resolves warnings in Chrome Dev Console:Guillaume Boudreau2018-04-291-3/+3
| | | | "DevTools failed to parse SourceMap: .../core/vendor/..."
* Update core.jsRoeland Jago Douma2018-01-291-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Regenerate core.jsRoeland Jago Douma2018-01-261-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Force the drag to end when the navigation bar Snap is disabled by an appDaniel Calviño Sánchez2017-12-141-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | When a Snap was disabled it stopped listening to the events, but if a drag gesture was being performed it was kept as active. Thus, when the Snap was enabled again move events were handled as if the Snap had never been disabled, causing the gesture handling to continue where it was left. When the Snap for the navigation bar is disabled by an app it could be as a result of a different gesture being recognized by the app (for example, a vertical swipe) once both gestures have started. In that case when the other gesture ends and the Snap is enabled again any pointer movement will cause the navigation bar to slide until an "up" event is triggered again (obviously not the desired behaviour). Due to all this now when the Snap for the navigation bar is disabled by an app the current drag gesture for the navigation bar is ended. Note that this was added as a parameter to "Snap.disable()" instead of done unconditionally to keep back-compatibility with the previous behaviour (probably not really needed as it is unlikely that any app is using the Snap library relying on that behaviour... but just in case). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* merge vendor jsRobin Appelman2017-09-181-0/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Bump merged JSLukas Reschke2017-08-171-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix missing js merge on masterJoas Schilling2017-06-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update core.jsRoeland Jago Douma2017-04-211-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move to handlebars.min.jsRoeland Jago Douma2017-04-121-4582/+3
| | | | | | core.js is now below 1mb! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Moved to jquery-ui.custom.min.jsRoeland Jago Douma2017-04-121-14846/+1
| | | | | | Shaves off about 200kb of the default loaded js libs Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [js] Bump blueimp-md5 a major versionRoeland Jago Douma2017-04-101-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [js] Bump blueimp-md5Roeland Jago Douma2017-04-101-275/+1
| | | | | | | * bumped to latest * moved to min Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move to autosize.min.jsRoeland Jago Douma2017-04-031-263/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* mergejs should print a newline between importsRoeland Jago Douma2017-03-311-7/+23
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use minified clipboard.jsRoeland Jago Douma2017-03-291-737/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #4064 from nextcloud/update-momentRoeland Jago Douma2017-03-271-12247/+501
|\ | | | | Update momentjs
| * use moments.js min in core.jsRoeland Jago Douma2017-03-261-12247/+501
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update bundled core.jsRoeland Jago Douma2017-03-261-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge vendor jsRoeland Jago Douma2017-03-231-0/+42605
| | | | | | | | There is a bunch of javascript we always load from vendors. This combines this into 1 javascript file. Which reduces the number of request by ~10. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Revert "Bundle vendor js"Roeland Jago Douma2017-03-221-42548/+0
|
* Bump core.jsRoeland Jago Douma2017-03-221-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle more default vendor jsRoeland Jago Douma2017-03-221-1/+4233
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge vendor jsRoeland Jago Douma2017-03-221-0/+38315
There is a bunch of javascript we always load from vendors. This combines this into 1 javascript file. Which reduces the number of request by ~10. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>