summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
* Add autocompletion for password resetCarl Schwan2021-10-222-2/+8
| | | | | | | | | | | | | | | | | | Using autocomplete="current-password" and autocomplete="new-password" will help browser with integrated password managers to generate safe password for the users. See https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element and https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/password#allowing_autocomplete. Also unify autocapitalize="none" autocorrect="off" behavior in a few other places for password input fields. Close #27885 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-Authored-By: Julien Veyssier <eneiluj@posteo.net> Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
* Profile frontendChristopher Ng2021-10-195-10/+724
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.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>
* Migrate deprecated toolip methodsMichaIng2021-09-261-1/+1
| | | | | | | With Bootstrap v4, the tooltip methods "fixTitle" and "destroy" have been removed. Only core/src/Polyfill/tooltip.js keeps them methods valid by translating them. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add email addresses to contacts menuDaniel Kesselberg2021-09-151-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Replace some icons with pretty iconsLuka Trovic2021-09-101-0/+3
| | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Search function strong tag for user inputkavita.sonawane@t-systems.com2021-09-011-1/+4
| | | | | Signed-off-by: Kavita Sonawane <kavita.sonawane@t-systems.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #28506 from nextcloud/followup/27281/fix-oc-linktoocsszaimen2021-08-311-1/+8
|\ | | | | Fix OC.linkToOCS so it works as before @nextcloud/router v2.0.0
| * Fix OC.linkToOCS so it works as before @nextcloud/router v2.0.0Joas Schilling2021-08-311-1/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix position of search barCarl Schwan2021-08-311-4/+10
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* 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>