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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-22Implement renderTemplateHannah von Reth
The function alows to fill template files
2022-06-21Use file-specific logging categoriesFabian Müller
2022-06-21Improve logging in controllerFabian Müller
2022-06-21Introduce wizard-specific logging categoryFabian Müller
2022-06-21Move app password label above credentials formFabian Müller
2022-06-21Add link to app password configurationFabian Müller
Useful for connecting to oC 10 servers which use basic auth.
2022-06-21Synchronize username label text and line edit placeholderFabian Müller
2022-06-01Remove duplicate signal handlerFabian Müller
2022-05-31Restore wizard URL postfix branding optionFabian Müller
2022-05-31Support URL related wizard brandingFabian Müller
2022-05-31Implement basic auth branding options in wizardFabian Müller
2022-05-24Use user's display name in local sync directory nameFabian Müller
2022-05-24Document how native file dialog must be initializedFabian Müller
2022-05-24Improve URL placeholder in first wizard pageFabian Müller
2022-05-23Aling dialog titleHannah von Reth
2022-05-23Ensure to use the native dialogHannah von Reth
Fixes: #9688
2022-05-20Hide ? icon on WindowsHannah von Reth
2022-05-20Always reset access manager before resolving URLs and determining auth typeFabian Müller
2022-05-20Check basic auth credentials in wizardFabian Müller
This way, users don't unexpectedly have to re-login after the wizard completes if they entered the wrong credentials.
2022-05-20Use static libraries againFabian Müller
In recent CMake versions (> 3.19.2 at least), using OBJECT libraries with Qt fails because CMake does not link AUTOMOC targets properly into users of the OBJECT libraries. This should have been fixed in 3.20, but apparently in our case this still is not working. Suggested workarounds like linking Qt5::Core into the OBJECT libraries also did not yield success.
2022-05-13Use new TLSErrorDialogHannah von Reth
2022-05-13Allow access to CoreJob reply on errorsFabian Müller
Needed for an upcoming refactoring of the CheckServerJob.
2022-05-10Use set for cetificates, reset nam when certs changeHannah von Reth
2022-05-10Display URL in "insecure URL" message boxFabian Müller
2022-05-10Add missing license header to ResolveUrlJobFactoryFabian Müller
2022-05-10Clear certificates when user returns to first pageFabian Müller
2022-05-10Make subsequent requests to the same host workFabian Müller
2022-05-10Handle "no redirect" case when resolving server URLFabian Müller
2022-05-10Fix never-ending transitionFabian Müller
2022-05-10Ask user to approve untrusted CA certificates sent by serverFabian Müller
2022-05-10Add missing Q_OBJECT macro to ResolveUrlJobFactoryFabian Müller
2022-05-06Center the transistion spinnerHannah von Reth
2022-05-06Use AccessManager in wizardFabian Müller
Gives us access to its features (for instance, it sets the correct user agent).
2022-05-05Introduce per account default folderHannah von Reth
2022-05-04Try to make sure the wizard looks the same on all platformsFabian Müller
This should also avoid problems with the stylesheet (such as overlapping widgets etc.), since it has been developed against Fusion.
2022-05-04Use HTTPS if no scheme has been provided in wizardFabian Müller
2022-05-04Add missing copyright headersFabian Müller
2022-05-04Reorder and sort includesFabian Müller
2022-04-29Remove overly sensitive checkFabian Müller
The check also triggers on the comment within the stylesheet. It is not really needed anyway.
2022-04-28Minor cleanupHannah von Reth
2022-04-28Style wizard (#9606)Fabian Müller
* Change wording of server URL label Also adds a clickable link. * Re-layout sync options wizard page * Warn user when connecting to insecure URLs * Add "copy URL to clipboard" feature to OAuth2 login page * Rename button after first click * Enable line wrap for long error messages * Fix transitioning state * Adjust wizard window size to settings dialog size * Add (recommended) suffix to default option * Disable next button until user fills in valid data * Re-layout basic credentials wizard page * Rework look using Qt stylesheets * Make sure stylesheet will be loaded in release builds * Fix minor memory leak * Optimize method name * Change stylesheet templating * Make sure all variables have been replaced * Fix link color * Redo server URL page layout yet again * Fix outdated comment
2022-04-26Use folder wizard for manual sync configFabian Müller
This approach gives the user a lot more freedom. The commit further moves the dialog logic out of the folder manager code, which allows us to clean up some API weirdness.
2022-04-25Bring wizard window to front after page changeFabian Müller
2022-04-13Fix segfault when pressing enter during transitionFabian Müller
2022-04-13Remove dead codeFabian Müller
2022-04-13Fix resolve job handling of working URLsFabian Müller
2022-04-12Implement advanced sync options in wizardFabian Müller
2022-04-06Automatically prepend user-provided server URLs with https://Fabian Müller
2022-03-24Rewrite wizard from scratchFabian Müller