Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-09Remove core.jsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-09Move vendored css ponyfill to npmChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-09Remove BowerChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-01-09Npmize (vendor) scriptsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-12-11Move to handlebars.runtime.minRoeland Jago Douma
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>
2018-12-10Rebuild core.js after jquery-ui mergeRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-26Update to jquery-ui v1.12.0Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-07Add es6-shim as polyfill and minify underscore.jsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-10Pin Bower versionsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-03Update strengthifyMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-28Bump strengthifyRoeland Jago Douma
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>
2018-07-24Rerun js buildRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-24Remove hint to .map.js files on vendor projects that we do not shipMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-28Run mergejs to add css-vars-ponyfillJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-20IE11 css vars compatibilityJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-05-17Bump autosize to 4.0.2Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-17Bump DOMPurity to 1.0.4Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-29Resolves warnings in Chrome Dev Console:Guillaume Boudreau
"DevTools failed to parse SourceMap: .../core/vendor/..."
2018-01-29Update core.jsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-29Bump clipboardjsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-26Regenerate core.jsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-26Bump autosize to 4.0.0Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-10Bump strengthify to 0.5.3Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-14Force the drag to end when the navigation bar Snap is disabled by an appDaniel Calviño Sánchez
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>
2017-09-18merge vendor jsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-09-15vendor: Update davclient.js to 0.1.2Leon Klingele
Signed-off-by: Leon Klingele <leon@struktur.de>
2017-08-17Bump merged JSLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-17Bump DOMPurify to 1.0.0Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-06-09Fix missing js merge on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-17Bump DOMPurify version to 0.8.9Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-21Update core.jsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-21Bump to DOMPurify 0.8.6Lukas Reschke
Fixes https://github.com/nextcloud/server/issues/4424 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-12Move to handlebars.min.jsRoeland Jago Douma
core.js is now below 1mb! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-12Moved to jquery-ui.custom.min.jsRoeland Jago Douma
Shaves off about 200kb of the default loaded js libs Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-10[js] Bump blueimp-md5 a major versionRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-10[js] Bump blueimp-md5Roeland Jago Douma
* bumped to latest * moved to min Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-03Move to autosize.min.jsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-03Bump autosize.jsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-31mergejs should print a newline between importsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-29Use minified clipboard.jsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-29Update clipboard.jsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-27Update strengthify and fix password strengthMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-27Merge pull request #4064 from nextcloud/update-momentRoeland Jago Douma
Update momentjs
2017-03-26use moments.js min in core.jsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-26[js] Bump momentjsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-26Update bundled core.jsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-26[js] Bump DOMPurifyRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-25[3rdparty] Bump zxcvbnRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-03-23Merge vendor jsRoeland Jago Douma
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>
2017-03-23Update davclient.js to 0.1.1Vincent Petry
Signed-off-by: Morris Jobke <hey@morrisjobke.de>