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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-21WebFlowCredentialsDialog: Add raise-delay to avoid users annoyance on focusfix/gui-dialogsMichael Schuster
2020-10-21Fix display issue with raising Share dialogs while Settings are openMichael Schuster
2020-10-21Modify ownCloudGui::slotOpenMainDialog to show the appropriate window(s)Michael Schuster
2020-10-21Expose Theme on the QML sideKevin Ottens
2020-10-21Expose the branding related members of Theme as propertiesKevin Ottens
2020-10-21Don't hardcode the color of text in the headerKevin Ottens
2020-10-21Get rid of ncBlueHoverKevin Ottens
2020-10-21Don't use depth infinity anymore to get the folders e2ee statusKevin Ottens
2020-10-21Make sure jobs don't outlive ClientSideEncryptionKevin Ottens
2020-10-21Factor out the logic to start a new e2ee status jobKevin Ottens
2020-10-21Mention the folder we listed in the debug logsKevin Ottens
2020-10-21Change the way we store the job resultKevin Ottens
2020-10-21Start managing a list of GetFolderEncryptStatusJobKevin Ottens
2020-10-21Add a way to know which folder was listed for encrypted statusKevin Ottens
2020-10-20Fix crash when clicking on folder with status 403 in the main dialog.Camila San
2020-10-19Stop the animation if we got an error messageKevin Ottens
2020-10-19Inform _emptyShareLinkWidget of linkShareRequiresPassword signalsKevin Ottens
2020-10-19Emit last to avoid use after delete crashKevin Ottens
2020-10-15Update commentsMichael Schuster
2020-10-13Ensure we use the app name in the GUIKevin Ottens
2020-10-13Fix the secure lock label aspectKevin Ottens
2020-10-13Hide the slideshow when going to the login pageKevin Ottens
2020-10-13Add a label explaining the server address fieldKevin Ottens
2020-10-13Improve wording on the wizard buttonsKevin Ottens
2020-10-12Update bookmarks locationrenyhp
2020-10-12Avoid string translation puzzleNicolas Fella
2020-10-12Don't use nullptr for QFlagsNicolas Fella
2020-10-12Make QML code more declarative by using propertiesNicolas Fella
2020-10-08Export the WordList functionsKevin Ottens
2020-10-08Use setHeader instead of setRawHeader for the user agentKevin Ottens
2020-10-08Use friendly user agent during webflow2 authKevin Ottens
2020-10-08Add a function for a more friendly user agent stringKevin Ottens
2020-10-08Don't force user agent if one is already set on the requestKevin Ottens
2020-10-07Also add build infos in the archiveKevin Ottens
2020-10-07Also add the command line arguments in the archiveKevin Ottens
2020-10-07Add a button to create a debug archiveKevin Ottens
2020-10-07Add dependency on QtGuiPrivateKevin Ottens
2020-10-07Expose more of the logger stateKevin Ottens
2020-10-07Make sure --logfile has precedence on configKevin Ottens
2020-10-07Change the defaults for loggingKevin Ottens
2020-10-07If askForOptionalPassword is enabled preset a random passwordKevin Ottens
2020-10-07Since we must ask for a password this can't be a default public linkKevin Ottens
2020-10-07Add sharePublicLinkAskOptionalPassword to CapabilitiesKevin Ottens
2020-10-05Handle redirects when downloading updatesKevin Ottens
2020-10-02Fix source file access modesMichael Schuster
2020-10-02macOS: Fix memory leak in FolderWatcherPrivate::startWatchingMichael Schuster
2020-10-02Update propagateupload.cppAldaris1985
2020-09-30Add a clickable icon for Talk notifications.Camila
2020-09-29Replace find_if with none_of where appropriate.Harald Eilertsen
2020-09-29Don't hold ref to value returned from function.Harald Eilertsen