summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
* Alias locales to moment supported localesThomas Citharel2021-08-121-1/+21
| | | | | | | | | Moment doesn't have aliases for every locale and doesn't parse some locale IDs correctly so we need to alias them Close #27982 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix missing label and accessibility of Search functionJan C. Borchardt2021-07-292-3/+8
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-233-7/+7
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix Login & Users settings pageJohn Molakvoæ (skjnldsv)2021-07-223-3/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-224-112/+40
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make search popup usable on mobile, tooszaimen2021-07-071-2/+2
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Update login with device page stylesChristopher Ng2021-06-211-7/+26
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #27537 from nextcloud/fix/noid/webauthn-localhostPytal2021-06-173-2/+12
|\ | | | | Allow WebAuthn on localhost as well
| * Allow WebAuthn on localhost as wellMorris Jobke2021-06-173-2/+12
| | | | | | | | | | | | | | | | * browsers typically whiteliste this as well - https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API * for developing purposes see https://developer.chrome.com/docs/devtools/webauthn/ Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-0/+20
|/ | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* l10n: Spelling unificationValdnet2021-06-021-1/+1
| | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-302-51/+11
| | | | | | | | | | | [Jest](https://jestjs.io/) is a test runner that focuses on simplicity. It instruments babel to transform modules and test them. Using Jest simplifies the existing configuration and allows dropping a bunch of workarounds, as well as following the shared Babel configuration for new code. Signed-off-by: François Freitag <mail@franek.fr>
* l10n: Unify spellingValdnet2021-05-201-2/+2
| | | Spelling unification in Nextcloud applications.
* l10n: Unify spellingValdnet2021-05-201-1/+1
| | | Spelling unification in Nextcloud applications.
* l10n: Unify spellingValdnet2021-05-201-1/+1
| | | Spelling unification in Nextcloud applications.
* Merge pull request #26586 from ↵Joas Schilling2021-04-222-6/+23
|\ | | | | | | | | nextcloud/bugfix/noid/handle-device-login-like-an-alternative-login Handle device login like an alternative login
| * Handle device login like an alternative loginJoas Schilling2021-04-202-6/+23
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix screenreader label of search iconJan C. Borchardt2021-04-191-1/+8
|/ | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Merge pull request #26567 from ↵Roeland Jago Douma2021-04-161-1/+1
|\ | | | | | | | | nextcloud/techdebt/noid/adjust-jquery-deprecation-message Don't mentioned we will do something with an already released version
| * 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>
* | Fix 'Log in with a device' link focusabilityJan C. Borchardt2021-04-121-2/+4
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | Fix password visibility toggle alt text and hover/focus feedbackJan C. Borchardt2021-04-121-1/+1
|/ | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* l10n: Correct spellingValdnet2021-04-091-2/+2
| | | | | | Unify the spelling in applications. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-3190-331/+795
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-174-9/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow admins to disable the login formRoeland Jago Douma2021-03-082-1/+15
| | | | | | | | | In case they want to not allow this because they use SSO (and do not want the users to enter their credentials there by accident). ?direct=1 still works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* Fix admin password strengthify tooltipRichard Steinmetz2021-02-221-0/+3
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* 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>
* do not lower case search provider names on web uiArthur Schiwon2021-01-251-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix encoding issue with OC.Notification.showJoas Schilling2021-01-201-1/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Readd element ID after component mount.Joas Schilling2021-01-181-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix-dialog-buttonsMarco Ambrosini2020-12-181-1/+3
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Fix untranslated "User disabled" on login screenNina Pypchenko2020-12-161-1/+1
| | | | | | Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com> Closes #24549.
* fix loading mtime of new file in conflict dialog in firefoxRobin Appelman2020-12-011-4/+4
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fetch quota with files propfindJulius Härtl2020-11-172-0/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump jquery from 2.2.4 to 3.1.0Christoph Wurst2020-11-132-5/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not print deprecation warnings during testingChristoph Wurst2020-11-102-4/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #23798 from nextcloud/add/default_font_sizemarco2020-11-032-2/+2
|\ | | | | Add default font size
| * Add default font sizeGretaD2020-11-032-2/+2
| | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | Merge pull request #23785 from nextcloud/bugfix/21459/workaround-snap-jsJulius Härtl2020-11-031-8/+64
|\ \ | | | | | | Work around snap.js state mess
| * | Work around snap.js state messVincent Petry2020-11-021-8/+64
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Snap.js is not robust enough to prevent multiple calls to open() or close(), so we added more checks to prevent these happening even when an animation is in progress. Because if we let this through, snap.js will not notice that the animation is already done (or a duplicate animation was started), so the "transitionend" event will not fire a second time. During an animation, snap.js sets up a setInterval() that hogs the CPU during the animation. Since a transition doesn't always end due to the above conditions, that CPU hogging would stay forever. This is the best workaround so far, it seems it's not possible to cancel that interval from the outside nor to trigger events to make it do so. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* / ensure filepicker list is empty before populatingRobin Appelman2020-11-021-0/+2
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Change font-weight and font-size for empty searchJacob Neplokh2020-10-311-0/+2
| | | | Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
* catch errors when closing file conflict dialogRobin Appelman2020-10-281-1/+5
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Compile assetsnpmbuildbot[bot]2020-10-281-5/+5
| | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Encode requesttoken for logout url in auto logoutJulius Härtl2020-10-131-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix password visibility togglesRichard Steinmetz2020-10-101-0/+5
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add padding to the empty content and center itJoas Schilling2020-09-221-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent empty search placeholderJohn Molakvoæ (skjnldsv)2020-09-181-24/+39
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>