Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2021-04-22Merge pull request #26586 from ↵Joas Schilling
nextcloud/bugfix/noid/handle-device-login-like-an-alternative-login Handle device login like an alternative login
2021-04-20Handle device login like an alternative loginJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-19Fix screenreader label of search iconJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-16Merge pull request #26567 from ↵Roeland Jago Douma
nextcloud/techdebt/noid/adjust-jquery-deprecation-message Don't mentioned we will do something with an already released version
2021-04-15Don't mentioned we will do something with an already released versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-12Fix 'Log in with a device' link focusabilityJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-12Fix password visibility toggle alt text and hover/focus feedbackJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-09l10n: Correct spellingValdnet
Unify the spelling in applications. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-03-31Bump js licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-17Lint fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-08Allow admins to disable the login formRoeland Jago Douma
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>
2021-03-03Kill jstimezonedetect from bundleRoeland Jago Douma
Taking up space while it is not needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-02-22Fix admin password strengthify tooltipRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-02-04Kill DOMPurify from main bundleRoeland Jago Douma
Apps using this should ship their own. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-25do not lower case search provider names on web uiArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-20Fix encoding issue with OC.Notification.showJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18Readd element ID after component mount.Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-18fix-dialog-buttonsMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-12-16Fix untranslated "User disabled" on login screenNina Pypchenko
Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com> Closes #24549.
2020-12-02fix loading mtime of new file in conflict dialog in firefoxRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-11-17Fetch quota with files propfindJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-13Bump jquery from 2.2.4 to 3.1.0Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-10Do not print deprecation warnings during testingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-03Merge pull request #23798 from nextcloud/add/default_font_sizemarco
Add default font size
2020-11-03Merge pull request #23785 from nextcloud/bugfix/21459/workaround-snap-jsJulius Härtl
Work around snap.js state mess
2020-11-03Add default font sizeGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-11-02Work around snap.js state messVincent Petry
Snap.js is not robust enough to prevent multiple calls to open() or close(), so we added more checks to prevent these happening even when an animation is in progress. Because if we let this through, snap.js will not notice that the animation is already done (or a duplicate animation was started), so the "transitionend" event will not fire a second time. During an animation, snap.js sets up a setInterval() that hogs the CPU during the animation. Since a transition doesn't always end due to the above conditions, that CPU hogging would stay forever. This is the best workaround so far, it seems it's not possible to cancel that interval from the outside nor to trigger events to make it do so. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-11-02ensure filepicker list is empty before populatingRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-31Change font-weight and font-size for empty searchJacob Neplokh
Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
2020-10-28catch errors when closing file conflict dialogRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2020-10-28Compile assetsnpmbuildbot[bot]
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-13Encode requesttoken for logout url in auto logoutJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-10Fix password visibility togglesRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-09-22Add padding to the empty content and center itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-18Prevent empty search placeholderJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18Build assets and fix unified search event syntaxJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18Properly show loading state if there are still pending requestsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18Properly use form role=search and unify reset buttonJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18Fix loading error catchJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-15Recommended apps: Fix loading spinner colorJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-15Recommended apps: Empty alt text since the app logo is decorativeJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-09-14Add users and apps inner search and add HeaderMenu cancelJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-07Move unified search to OCS apiJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-03Adjust acceptance tests to changes in @nextcloud/vue 2.6.3Daniel Calviño Sánchez
The menu button and the menu of a share are no longer direct childs of the actions of the share row. The menu button is now a child of a ".trigger" element, while the menu is a direct child of the body and has an id defined in the "aria-describedby" attribute of the ".trigger" element. In XPath 1.0 it does not seem possible to "backreference" a value or create variables, so when the share menu or one of its item is needed now the ".trigger" element is first found and then its XPath expression is used to compose its "aria-describedby" attribute in the XPath expression for the menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-03Bump @nextcloud/vue to v2.6.3John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-03Fix search placeholder animation & dark theme compatibilityJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-03Allow unified search filteringJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-02Emit unified search queryRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-08-31Declare OCA.Search directly, not via a monkey patchChristoph Wurst
Apps could use OCA.Search very early on a page load without a problem prior to Nextcloud 20 (current master). Since the unified search work moved some code around, it now was added later, resulting in `TypeError: OCA.Search is not a constructor` errors if the apps did not wrap their calls in a `DOMLoaded` event handler. To ensure existing code continues to work without modification, this patch moves the declaration of the `OCA.Search` API to where we defined `OCA`, instead of monkey-patching it later on. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-26Make ellipsized unified search results visible on hoverChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>