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
AgeCommit message (Expand)Author
2022-01-05Try to sign-in after being signed-out due to SslHandshakeFailedErroralex-z
2021-09-09Add dialog to set user statusFelix Weilbach
2021-05-25Display the user status emoji separated from the message.Camila
2021-05-25Check if new value is different from the current one.Camila
2021-05-25Use DesktopNotificationsAllowedRole to check if user is online.Camila
2021-04-13Ping websocket serverFelix Weilbach
2021-04-08Remove const and reference of base types.Camila
2021-03-24Add UserStatus enum with the pre defined status.Camila
2021-03-24Do not display notifications when user status is do not disturb.Camila
2021-03-24Add UserStatus class to retrieve the user status.Camila
2020-12-15Use time the request was send,..Hannah von Reth
2020-12-15Clear cookies on logoutHannah von Reth
2020-12-15Fix logic for duration that an etag reply indicates connectivityChristian Kamm
2020-11-05Fetch apps when we get connected onlyKevin Ottens
2020-09-29Don't hold ref to value returned from function.Harald Eilertsen
2020-09-29gui/accountstate: Replace foreach (#2219)Harald Eilertsen
2020-08-04Remove extra check for talk app on server in AccountState.Camila
2020-05-25Use = default for trivial ctors and dtorsKevin Ottens
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-02-14Add UserInfo class and fetch quota via API instead of PropfindJobMichael Schuster
2020-01-17AccountState: Add helper to find navigation AppMichael Schuster
2020-01-17Notifications bug fix: Don't init ETag response header with *Michael Schuster
2020-01-15Remove debug outputMichael Schuster
2020-01-15Remove setTalkCapability() from AccountState and filter for Talk upon App lis...Michael Schuster
2020-01-15Fetch server Apps in AccountState (moved from ownCloudGui)Michael Schuster
2020-01-03Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account l...Dominique Fuchs
2019-10-17Once client gets 401/403 from the server, check if remote wipe was requested.Camila San
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-09-09OAuth2: Try to refresh the token even if the credentials weren't ready.Olivier Goffart
2018-07-02gui Q_UNUSEDRoeland Jago Douma
2018-06-06Use std::chrono::milliseconds to represent millisecondsOlivier Goffart
2018-05-31ConnectionValidator::Status use Q_ENUMOlivier Goffart
2018-05-07Adds methods to set/get navigation apps etag response header.Camila San
2018-04-10Merge branch 'master' into clientSideEncryptionV4Tomaz Canabrava
2018-03-02Saves notifications ETag response header to use to request only new notificat...Camila San
2018-01-29Merge branch 'master' into clientSideEncryptionV3Tomaz Canabrava
2018-01-04Proxy: Hostname validation and reconnection on setting changeChristian Kamm
2017-12-28Prepend "nextcloud" for all logging categoriesDaniel Nicoletti
2017-10-06Use display-name from the ocs call in the settings dialogThomas Müller
2017-09-21Port to new signal-slot syntax what cannot be done automaticallyOlivier Goffart
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-07-26AccountState: reset _waitingForNewCredentials when signin inOlivier Goffart
2017-07-25OAuth: Fix refresh of token after expirationOlivier Goffart
2017-07-13OAuth2: Have a link to the browser in the owncloud UIOlivier Goffart
2017-07-04AccountState: Add a 1-5min reconnection delay #5872Christian Kamm
2017-05-29Don't call QElapsedTimer::restart on uninitialized timerOlivier Goffart
2017-05-22Credentials: Simplify credential flow #5728Christian Kamm
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Upgrade some qCDebug to qCInfo or qCWarningJocelyn Turcotte