summaryrefslogtreecommitdiffstats
path: root/core/src
Commit message (Collapse)AuthorAgeFilesLines
* Center dialog new file menuJohn Molakvoæ2022-03-072-2/+1
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Target_Blank option to open External linkschristophe canovas2022-02-151-2/+2
| | | | | Signed-off-by: christophe canovas <christophecanovas66@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #30729 from ↵John Molakvoæ2022-01-226-26/+13
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-7.0.1
| * Auto fix warningsLouis Chemineau2022-01-216-26/+13
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | l10n: Spelling unification in Transifex.Valdnet2022-01-201-2/+2
|/ | | | | There should be no abbreviations in official sentences. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Improve installation pagesChristopher Ng2022-01-142-22/+86
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Don't use the deprecated methodJoas Schilling2022-01-141-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix file picker not respecting hidden files settingsCarl Schwan2022-01-131-0/+10
| | | | | | | | This will only respect the setting inside the file app. For other apps we will either need to do an API call or add an input field with the same idea to spare a blocking api call. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Replace license information to SPDX expressionLouis Chemineau2022-01-1189-89/+89
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Import type from packagesLouis Chemineau2022-01-115-4/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add generic type and description when its missingLouis Chemineau2022-01-117-22/+22
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-1121-59/+58
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix undescore versionLouis Chemineau2022-01-081-0/+1
| | | | | Reason: https://github.com/nextcloud/server/pull/27279 Signed-off-by: Louis Chemineau <louis@chmn.me>
* Don't import $ in every file that needs itLouis Chemineau2022-01-081-0/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-083-9/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-0839-170/+267
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate to webpack v5Louis Chemineau2022-01-081-2/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use new div method in scssLouis Chemineau2022-01-082-4/+8
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Restore innocent code from IE purgeLouis Chemineau2022-01-031-0/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Properly apply the username prefillJulius Härtl2021-12-291-2/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix persistent tooltip in the "new folder" input of the file pickerDaniel Calviño Sánchez2021-12-201-0/+4
| | | | | | | | | | | | | | | | | | | | When a new folder is tried to be created in the file picker dialog a tooltip is shown on the input if the folder name exists already. However, this tooltip was not cleared, so it was still shown even if the name was fixed, the folder was created and then the "New folder" input was shown again. Now the tooltip is cleared as soon as the input changes, as keeping it shown in that case did not provide any benefit either (and it is consistent with how the "new folder" input works in the Files app view). The input is also cleared whenever the menu that shows the input is opened again, as otherwise the tooltip would be still shown if the menu was closed and opened again without changing the input (and the menu could be opened again after changing to another directory where the new folder name is no longer duplicated). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Remove IE polyffilsacsfer2021-12-021-11/+1
| | | | | | Pursuing the "IE removal" quest ☮️ Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix profile actions menuChristopher Ng2021-12-011-3/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove files_iedavclientJohn Molakvoæ (skjnldsv)2021-11-301-173/+0
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-302-21/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Set profile page titleChristopher Ng2021-11-291-0/+2
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Prevent your own status from replacing another user's statusChristopher Ng2021-11-291-1/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Improve accessibilityChristopher Ng2021-11-262-4/+12
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Adjust margin of status on profileChristopher Ng2021-11-251-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* make profile page usable on mobileszaimen2021-11-231-0/+46
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix wording on profile pageChristopher Ng2021-11-231-2/+8
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* 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>