summaryrefslogtreecommitdiffstats
path: root/core/vendor
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix bug #1293Your Name2016-09-071-1/+4
|
* Add clipboard button to public share linkThomas Müller2016-07-202-0/+746
|
* Update strengthify to 0.5.1Morris Jobke2016-06-153-116/+205
|
* Merge pull request #24062 from owncloud/fix-gitignoreThomas Müller2016-04-195-80/+3
|\ | | | | Fix gitignore for core/vendor
| * remove unneeded filesMorris Jobke2016-04-184-79/+0
| |
| * Fix gitignore for core/vendorMorris Jobke2016-04-181-1/+3
| | | | | | | | * es6-promise and davclient.js
* | downgrade jquery, update jquery-migrateChristoph Wurst2016-04-159-3078/+2673
| |
* | add jquery files to gitChristoph Wurst2016-04-144-1/+9848
| |
* | update jquery to version 2.2.3Christoph Wurst2016-04-145-9828/+15
|/
* Update davclient.js for headers fixVincent Petry2016-02-241-1/+2
|
* Update davclient library for propfind headersVincent Petry2016-02-161-5/+7
|