summaryrefslogtreecommitdiffstats
path: root/core/src/globals.js
Commit message (Collapse)AuthorAgeFilesLines
* Move deprecation warnings to debugSimon L2023-06-241-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-9/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remove usages of bootstrapJoas Schilling2023-01-301-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remake profile picture saving with VueChristopher Ng2022-09-021-2/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Switch to the "new" jcropChristoph Wurst2021-10-141-2/+2
| | | | | | | | The old one didn't work with recent versions of node. The patched one does. This also replaces the github dep with a real npm registry one. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-221-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Don't mentioned we will do something with an already released versionJoas Schilling2021-04-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-3/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Kill jstimezonedetect from bundleRoeland Jago Douma2021-03-031-2/+0
| | | | | | Taking up space while it is not needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Kill DOMPurify from main bundleRoeland Jago Douma2021-02-031-2/+0
| | | | | | Apps using this should ship their own. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-311-5/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix export for davclient.js legacy dependencyJulius Härtl2020-06-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to @nextcloud/capabilities packageRoeland Jago Douma2020-05-291-1/+0
| | | | | | And kill of oc_capabilities and _oc_capabilities globals Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove the escape-html globalRoeland Jago Douma2020-05-291-2/+0
| | | | | | | Already announced for 19 that it would go. So now it realy does go. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump jQuery to v2.2Christoph Wurst2020-05-141-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Revert "Log trace when deprecated globals are used"Christoph Wurst2020-05-121-6/+1
|
* Log trace when deprecated globals are usedChristoph Wurst2020-05-121-1/+6
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-251-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove deprecated global variablesChristoph Wurst2020-03-091-10/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add removal version number for global deprecationsChristoph Wurst2020-02-141-11/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate jQueryChristoph Wurst2020-02-111-18/+17
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-1/+1
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate js globalsRoeland Jago Douma2019-10-141-18/+19
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move to escape-htmlRoeland Jago Douma2019-10-041-1/+1
| | | | | | | * If there is a package that does exactly the same then lets us use that * Import it properly in the internals (less deprecation warnings) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-46/+48
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Deprecate the global DOMPurifyChristoph Wurst2019-09-141-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Install Select2 via npmChristoph Wurst2019-09-051-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.getCapabilities to the bundle and deprecate OC._capabilities, ↵Christoph Wurst2019-05-131-0/+1
| | | | | | oc_capabilities Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.requestToken to the bundle, deprecate oc_requesttokenChristoph Wurst2019-05-131-10/+13
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move initCore to the bundleChristoph Wurst2019-05-101-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not show deprecation warnings during test runsChristoph Wurst2019-05-091-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-081-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-071-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-061-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_debug to the bundleChristoph Wurst2019-05-061-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-031-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move oc_config to the bundleChristoph Wurst2019-05-021-2/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC.dialogs to the main bundleChristoph Wurst2019-04-301-1/+14
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate marked, escapeHTML, formatDate, getURLParameter, humanFileSize, ↵John Molakvoæ (skjnldsv)2019-03-151-9/+25
| | | | | | relative_modified_date and select2 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add wrapper for removed tooltip functionsJulius Härtl2019-03-071-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use tooltip dist fileJulius Härtl2019-03-071-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix tooltip includeJulius Härtl2019-03-071-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* It is getURLParameter not getUrlParameterRoeland Jago Douma2019-02-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move global helper functions to the bundle and deprecate some of themChristoph Wurst2019-02-011-0/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OC.Util to the server bundleChristoph Wurst2019-02-011-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move jQuery plugins into modules and add them to the bundleChristoph Wurst2019-01-291-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>