aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
* Up the limit for the header app menu, fix #21635Jan-Christoph Borchardt2020-07-101-2/+2
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix parsing of language codeDaniel Kesselberg2020-07-091-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Set the moment locale even earlierChristoph Wurst2020-07-091-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix placeholder issues with multiplace spaces in the nameJulius Härtl2020-07-091-1/+1
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make closing dialogs callback with falseGary Kim2020-06-302-0/+3
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Fix export for davclient.js legacy dependencyJulius Härtl2020-06-242-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Darker background for dark modeJoas Schilling2020-06-161-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add darkmode support for the modal backgroundJoas Schilling2020-06-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make the confirm dialog modal by defaultJoas Schilling2020-06-151-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix modal support for vue appsJoas Schilling2020-06-151-1/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #21254 from nextcloud/td/js/remove/_capabilitiesRoeland Jago Douma2020-06-061-2/+1
|\ | | | | Actually remove _capabilities
| * Actually remove _capabilitiesRoeland Jago Douma2020-06-051-2/+1
| | | | | | | | | | | | Leftover from a previous PR. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix linting on systemtags and use @nextcloud/routerRoeland Jago Douma2020-06-052-5/+7
|/ | | | | | | Makes the linter happy. And thus me a bit happy since it now is complaining less. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not import the full OC since we don't need itRoeland Jago Douma2020-06-051-3/+2
| | | | | | | Import what we need. Saves off a bunch of bytes of the bundle (600 kilobytes to be exact) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move humanFileSize and OC.getCanonicalLocale to npm packagesChristoph Wurst2020-06-054-64/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* OC.routing is just a @nextcloud/routing proxyRoeland Jago Douma2020-06-043-154/+7
| | | | | | So lets kill the duplicate code! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix some linter warningRoeland Jago Douma2020-06-024-4/+9
| | | | | | | Part of my ongoing battle against deprecation messages. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move to @nextcloud/capabilities packageRoeland Jago Douma2020-05-292-3/+5
| | | | | | 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>
* Move the systemtags to core/srcRoeland Jago Douma2020-05-289-0/+769
| | | | | | | * Move to the handlebar loader from webpack Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make the translation sanitization optionalChristoph Wurst2020-05-271-8/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update hub bundle and add proxy rule to htaccessJulius Härtl2020-05-251-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move core/js/files to webpackRoeland Jago Douma2020-05-224-2/+1269
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* compress some images with tinypng.comRuben Barkow-Kuder2020-05-223-0/+0
| | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Deprectae OC.Util.formatDate and OC.Util.relativeModifiedDateRoeland Jago Douma2020-05-151-0/+2
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Remove the long deprecated jQuery tipsyChristoph Wurst2020-05-142-86/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Deprecate String.prototype.toRgbChristoph Wurst2020-05-141-14/+19
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Import md5 for the jquery placeholder pluginChristoph Wurst2020-05-141-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>
* Fix replacement dialogRoeland Jago Douma2020-05-071-2/+2
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Generate legacy image placeholder text by taking first lettersSergey Shliakhov2020-04-301-1/+2
| | | | | | | https://github.com/nextcloud/server/issues/19335 Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make sure that the legacy jsunit tests can still inject OC.configJulius Härtl2020-04-231-6/+14
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add config fallback for legacy testsJulius Härtl2020-04-231-1/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add config for auto logout after browser inactivityJulius Härtl2020-04-231-6/+44
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix #20551 - Disable autocapitalize for username field on login / reset ↵Liam JACK2020-04-212-0/+2
| | | | | | | password pages Signed-off-by: Liam JACK <1422590-liamjack@users.noreply.gitlab.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix breadcrumb in move or copy file dialogLoïc Hermann2020-04-171-0/+6
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Use the primary element color in case it primary color is too brightJoas Schilling2020-04-101-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Inline usages of OCP.Toast in bundled filesChristoph Wurst2020-04-061-13/+22
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use external Toast implementation and deprecate the OCP APIChristoph Wurst2020-04-062-63/+56
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add fieldset to align arrowDaniel Kesselberg2020-04-011-47/+49
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Start with webauthnRoeland Jago Douma2020-03-316-15/+344
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Migrate from @babel/polyfill to core-js@3Christoph Wurst2020-03-261-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-254-6/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use jquery-ui to only embed button componentsJulius Härtl2020-03-111-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move install scripts to bundleJulius Härtl2020-03-111-0/+133
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* No tabs in translationsJoas Schilling2020-03-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove deprecated global variablesChristoph Wurst2020-03-095-87/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Copy isFileNameValid function, so the filepicker works without the files appJoas Schilling2020-02-251-2/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>