summaryrefslogtreecommitdiffstats
path: root/core/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Remove core.jsChristoph Wurst2019-01-091-10/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move vendored css ponyfill to npmChristoph Wurst2019-01-093-31/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove BowerChristoph Wurst2019-01-091-44/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Npmize (vendor) scriptsChristoph Wurst2019-01-0971-32124/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move to handlebars.runtime.minRoeland Jago Douma2018-12-104-34/+30
| | | | | | | | Since we do no longer allow to compile handlebars online because of the CSP anyway. it makes sense to also move away from the full handlebars suite 71kb vs 14kb Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Rebuild core.js after jquery-ui mergeRoeland Jago Douma2018-12-101-17/+26
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update to jquery-ui v1.12.0Christoph Wurst2018-11-268-378/+456
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add es6-shim as polyfill and minify underscore.jsJulius Härtl2018-11-077-4069/+100
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Pin Bower versionsChristoph Wurst2018-10-1019-39/+40
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update strengthifyMorris Jobke2018-10-033-8/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump strengthifyRoeland Jago Douma2018-09-283-13/+15
| | | | | | | | | Fixes #11033 For https://github.com/orgs/nextcloud/projects/18 Move to a stricter CSP safe strengthify Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Rerun js buildRoeland Jago Douma2018-07-241-1/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove hint to .map.js files on vendor projects that we do not shipMorris Jobke2018-07-242-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Run mergejs to add css-vars-ponyfillJulius Härtl2018-06-281-0/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* IE11 css vars compatibilityJohn Molakvoæ (skjnldsv)2018-06-204-0/+38
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump autosize to 4.0.2Roeland Jago Douma2018-05-173-35/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump DOMPurity to 1.0.4Roeland Jago Douma2018-05-173-8/+7
| | | | 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>
* Bump clipboardjsRoeland Jago Douma2018-01-292-7/+7
| | | | 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>
* Bump autosize to 4.0.0Roeland Jago Douma2018-01-262-7/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump strengthify to 0.5.3Roeland Jago Douma2018-01-102-7/+13
| | | | 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-142-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* vendor: Update davclient.js to 0.1.2Leon Klingele2017-09-152-7/+13
| | | | Signed-off-by: Leon Klingele <leon@struktur.de>
* Bump merged JSLukas Reschke2017-08-171-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Bump DOMPurify to 1.0.0Lukas Reschke2017-08-172-8/+9
| | | | 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>
* Bump DOMPurify version to 0.8.9Lukas Reschke2017-05-172-5/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update core.jsRoeland Jago Douma2017-04-211-6/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump to DOMPurify 0.8.6Lukas Reschke2017-04-212-5/+5
| | | | | | Fixes https://github.com/nextcloud/server/issues/4424 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move to handlebars.min.jsRoeland Jago Douma2017-04-124-9191/+33
| | | | | | 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-124-29697/+8
| | | | | | 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-103-42/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [js] Bump blueimp-md5Roeland Jago Douma2017-04-105-561/+9
| | | | | | | * bumped to latest * moved to min Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move to autosize.min.jsRoeland Jago Douma2017-04-034-554/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump autosize.jsRoeland Jago Douma2017-04-032-35/+62
| | | | 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-294-1516/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update clipboard.jsRoeland Jago Douma2017-03-292-210/+246
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update strengthify and fix password strengthMorris Jobke2017-03-274-9/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4064 from nextcloud/update-momentRoeland Jago Douma2017-03-276-24506/+1016
|\ | | | | Update momentjs
| * use moments.js min in core.jsRoeland Jago Douma2017-03-264-25949/+1008
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * [js] Bump momentjsRoeland Jago Douma2017-03-263-11263/+12714
| | | | | | | | 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>
* | [js] Bump DOMPurifyRoeland Jago Douma2017-03-262-7/+6
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [3rdparty] Bump zxcvbnRoeland Jago Douma2017-03-252-8/+7
| | | | 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>
* Update davclient.js to 0.1.1Vincent Petry2017-03-222-25/+83
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>