aboutsummaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix testValdnet2022-09-191-3/+3
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Fix testValdnet2022-09-191-4/+4
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Spelling unificationValdnet2022-09-191-1/+1
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Rewrite OC.SystemTags.getDescriptiveTag to vanilla jsDaniel Kesselberg2022-09-151-8/+8
| | | | | | | For every tag a deprecation warning is emitted. With 10k tags the ui becomes unresponsive and inspector crashed occasionally. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use primary button in updaterCarl Schwan2022-09-121-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #33475 from nextcloud/rakekniven-patch-1Simon L2022-08-312-2/+2
|\ | | | | l10n: Changed grammar
| * l10n: Changed grammarrakekniven2022-08-111-1/+1
| | | | | | | | | | | | | | Fixed tests for #33475 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
| * l10n: Changed grammarrakekniven2022-08-061-1/+1
| | | | | | | | | | | | | | | | | | See https://en.wikipedia.org/wiki/32-bit_computing and related articles. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | Merge pull request #33728 from nextcloud/enh/app-menu-vueJulius Härtl2022-08-311-42/+0
|\ \ | | | | | | Move app menu to vue
| * | Fix jsunit failuresJulius Härtl2022-08-311-42/+0
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Fix wording of undeliverable push notificationsJoas Schilling2022-08-311-1/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix login flowCarl Schwan2022-07-271-1/+6
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix core tests by stubbing debounceVincent Petry2022-07-261-0/+10
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add button disable on submit for login grantLukas Döllerer2022-07-251-0/+1
| | | | Signed-off-by: Lukas Döllerer <info@lukas-doellerer.de>
* add a link to system requirements for new 64bit setup checkszaimen2022-07-132-2/+4
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* add a setup check for 64 bitszaimen2022-07-132-0/+88
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* feat: add x-office-form-template and x-office-form iconsLuka Trovic2022-06-071-0/+2
| | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* feat: add docxf and form mimetypesLuka Trovic2022-06-071-1/+4
| | | | signed-off-by: Luka Trovic <luka@nextcloud.com>
* Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu2022-04-111-1/+42
| | | | | | | | | | | | | | | | | | shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
* Return to quotation marksValdnet2022-03-311-5/+5
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Correct codeValdnet2022-03-311-17/+17
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Code ordering for text stringsValdnet2022-03-311-47/+12
| | | | | | Code cleanup for text strings and change quotation marks to apostrophe for 'occ'. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Remove legacy Internet Explorer headersMichaIng2022-03-192-27/+0
| | | | | | X-UA-Compatible and X-Download-Options headers are interpreted or relevant for Internet Explorer only. With the deprecation of Internet Explorer support in Nextcloud 20 and planned support removal already in Nextcloud 22, these became obsolete and are hereby removed, including their removal from setup checks. Signed-off-by: MichaIng <micha@dietpi.com>
* Merge pull request #31430 from ↵Simon L2022-03-101-1/+1
|\ | | | | | | | | nextcloud/enh/31429/improve-overwrite-cli-url-check Validate `overwrite.cli.url` to be a url in setup check
| * improve overwrite cli url setup checkszaimen2022-03-091-1/+1
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | fix testsszaimen2022-03-071-0/+154
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | allow to disable the imagick warningszaimen2022-03-071-0/+18
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* | Add Nextcloud docs link to OPcache recommendsMichaIng2022-03-032-8/+4
|/ | | | | | | | A link to the Nextcloud documentation is currently only shown when the OPcache module is not loaded at all. This commit moves the link to the generic text above the individual recommendations list. Additionally remove the obsolete phpOpcacheDocumentation entry from test data arrays, which is not passed anymore by the backend. Signed-off-by: MichaIng <micha@dietpi.com>
* Setup warning for invalid LDAP user or group UUIDs.Arthur Schiwon2022-02-101-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update core/js/setupchecks.js Valdnet2022-02-041-2/+2
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Co-authored-by: Simon L. <szaimen@e.mail.de>
* l10n: Remove spacesValdnet2022-02-041-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* add a test for wasEmailTestSuccessfulszaimen2022-02-031-0/+56
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix testsszaimen2022-02-031-0/+18
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* show if the mail server settings are not set or verifiedszaimen2022-02-031-0/+8
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Use @nextcloud/sharing in files and files_sharingLouis Chemineau2022-01-261-0/+8
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Update tests Signed-off-by: Louis Chemineau <louis@chmn.me>
* Revert 'DOMContentLoaded' changeJoas Schilling2022-01-191-15/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use less deprecated methods in base.phpLouis Chemineau2022-01-191-17/+16
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix contactmenu testsLouis Chemineau2022-01-181-5/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Replace license information to SPDX expressionLouis Chemineau2022-01-112-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-111-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #30571 from nextcloud/fix/missing-jqueryJohn Molakvoæ2022-01-101-10/+11
|\
| * fix: only use jquery once it is availableAzul2022-01-101-10/+11
| | | | | | | | | | | | | | | | publicpage.js is loaded very early and cannot rely on jquery being loaded already. Move the use of `$` into the `DomContentLoaded` handler. Signed-off-by: Azul <azul@riseup.net>
* | Fix JS tests after test lib updatesVincent Petry2022-01-102-6/+11
|/ | | | | | | Prevent XHR during load by checking window.TESTING. Adjust some expected values. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Adapt test to new dist file layoutLouis Chemineau2022-01-081-5/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Delete outdated bundlesJohn Molakvoæ (skjnldsv)2022-01-0822-4053/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Restore innocent code from IE purgeLouis Chemineau2022-01-034-29/+29
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump core-js from 3.20.0 to 3.20.1dependabot[bot]2022-01-0116-35/+35
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.20.0 to 3.20.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.20.0...v3.20.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Properly apply the username prefillJulius Härtl2021-12-292-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump jquery-ui-dist from 1.12.1 to 1.13.0dependabot[bot]2021-12-272-78/+92
| | | | | | | | | | | | | | | | Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0) --- updated-dependencies: - dependency-name: jquery-ui-dist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix persistent tooltip in the "new folder" input of the file pickerDaniel Calviño Sánchez2021-12-204-4/+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>