aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-222-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-216-4/+46
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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>
* Deprecate OC.L10N functions in favor of translation functions from ↵Ferdinand Thiessen2023-02-203-368/+31
| | | | | | `@nextcloud/l10n` Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* Drop `OC.addTranslations` deprecated since NC17 and not used by any NC appFerdinand Thiessen2023-02-201-9/+0
| | | | 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>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-206-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-192-2/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-182-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36751 from nextcloud/fix/mobile_breakpointmax-nextcloud2023-02-175-5/+5
|\ | | | | Don't regard 1024px width viewport as mobile
| * Don't regard 1024px width viewport as mobileJonas2023-02-165-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we treat 1024px as mobile in some places (e.g. `isMobile` in nextcloud-vue) and as not mobile yet in others (e.g. in mobile.css). This commit changes `mobile.scss` to treat viewports smaller than 1024px as mobile. This PR accompanies https://github.com/nextcloud/nextcloud-vue/pull/3768 Both are required to fix https://github.com/nextcloud/nextcloud-vue/issues/3758. Signed-off-by: Jonas <jonas@freesources.org>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-172-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36689 from nextcloud/fix/x-robots-tag-headerSimon L2023-02-162-25/+68
|\ | | | | Change X-Robots-Tag header from "none" to "noindex, nofollow"
| * 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>
* | Merge pull request #36737 from nextcloud/enh/noid/fix-entriesSimon L2023-02-161-7/+3
|\ \ | | | | | | fix too long entries in contacts-menu
| * | fix too long entries in contacts-menuSimon L2023-02-161-7/+3
| |/ | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-164-0/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36443 from nextcloud/fix/23063/fix-login-log-entrySimon L2023-02-151-2/+2
|\ | | | | fix the login log entry
| * fix the login log entrySimon L2023-01-301-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1510-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-142-4/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36633 from ↵Julia Kirschenheuter2023-02-131-1/+5
|\ \ | | | | | | | | | | | | nextcloud/fix/36632-create_an_accessible_name_for_logo Create an accessible name for logo on logged in page
| * | Create an accessible name for logo on logged in pagejulia.kirschenheuter2023-02-131-1/+5
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-132-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-12114-206/+210
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36232 from nextcloud/enh/a11y-user-menuPytal2023-02-109-213/+306
|\ \ \ | | | | | | | | Port user menu to Vue
| * | | Port user menu to VueChristopher Ng2023-02-099-213/+306
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1118-4/+30
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-1048-100/+72
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36587 from nextcloud/revert/34906Côme Chilliet2023-02-092-4/+4
|\ \ | | | | | | Revert "update 64-bit check wording"
| * | 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>
* | | Restore copy button text on directory fetch errorLouis Chemineau2023-02-081-6/+7
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-0818-0/+18
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix computerFileSize when called with a string without unitCôme Chilliet2023-02-071-3/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #36286 from ↵Daniel2023-02-073-2/+4
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-sending-state-token-in-flowv1 Fix event listener race condition on login-form
| * | Fix event listener race condition on login-formMarcel Müller2023-01-233-2/+4
| | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-072-428/+0
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36489 from ↵Joas Schilling2023-02-061-1/+5
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/brute-force-protection-password-reset Add bruteforce protection to password reset page
| * | | Add bruteforce protection to password reset pageJoas Schilling2023-02-021-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(client-login-flow): Handle missing stateToken gracefullyChristoph Wurst2023-02-061-3/+26
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-062-0/+4
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36407 from nextcloud/enh/31710/migration-safeguardChristoph Wurst2023-02-011-17/+19
|\ \ \ | | | | | | | | add a safeguard for Version23000Date20210721100600.php
| * | | add a safeguard for Version23000Date20210721100600.phpSimon L2023-01-271-17/+19
| | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-018-6/+36
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-3110-50/+74
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Remove usages of bootstrapJoas Schilling2023-01-302-2/+0
| |_|/ |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-304-0/+74
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-282-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-275-15/+20
|\ \ \ | |/ / |/| | feat(app-framework): Add UseSession attribute to replace annotation
| * | feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-275-15/+20
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>