summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* fix setup-check testSimon L2023-06-261-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* adjust admin setup check to increase warning to set up httpsSimon L2023-06-211-2/+2
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(jsunit): Modify `OC.L10N` tests as it does not depend on `OC.` anymoreFerdinand Thiessen2023-02-201-3/+6
| | | | | | Meaning we can not stub `getLocale` but must override the document attribute instead. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* fix: Avoid throwing errors on public auth pageJulius Härtl2023-02-201-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-152-25/+68
| | | | | | | | | | While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240 Signed-off-by: MichaIng <micha@dietpi.com>
* Revert "update 64-bit check wording"Côme Chilliet2023-02-072-4/+4
| | | | | | This reverts commit f5ad282418d27422f77fda0e0e45797899508c1b. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix event listener race condition on login-formMarcel Müller2023-01-231-0/+2
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-1/+1
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Deprecate PHP7.4Christoph Wurst2022-11-101-6/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix testValdnet2022-11-091-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Shorten linkValdnet2022-11-051-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* update 64-bit check wordingszaimen2022-11-012-2/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Adjust testsJoas Schilling2022-09-291-5/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testValdnet2022-09-191-2/+2
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* 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>