summaryrefslogtreecommitdiffstats
path: root/core/vendor
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* Apply DOMPurify over HTMLLukas Reschke2017-01-134-0/+429
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add markedJoas Schilling2017-01-134-0/+67
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix .gitignore and include zxcvbn.jsMorris Jobke2016-10-213-3/+34
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump bower dep to proper v4.4.0Roeland Jago Douma2016-10-213-51/+38
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add proper .gitignore rulesMorris Jobke2016-10-121-0/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add .bower.json to version controlRoeland Jago Douma2016-10-125-0/+165
| | | | | | We need .bower.json to have bower functioning correctly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1407 from nextcloud/multiline_commentsMorris Jobke2016-10-114-0/+330
|\ | | | | Bring back multiline comments
| * Add autosizeRoeland Jago Douma2016-10-044-0/+330
| |
* | Merge pull request #1648 from nextcloud/bump_moment_jsRoeland Jago Douma2016-10-072-8/+9
|\ \ | | | | | | Bump moment.js
| * | Bump moment.jsRoeland Jago Douma2016-10-072-8/+9
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Fix bower.json for strengthifyRoeland Jago Douma2016-10-072-3/+5
|/ | | | | | Bower.json was still bound to the old version. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump handlebars to version 4.0.5Roeland Jago Douma2016-09-162-2728/+4591
|
* update moment.js to 2.15Georg Ehrke2016-09-144-2391/+4904
|
* Remove duplicated lineTuukka Verho2016-09-071-1/+0
|