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 (Expand)Author
2022-05-13Use new TLSErrorDialogHannah von Reth
2022-02-16Extract "Update URL dialog" into separate classFabian Müller
2021-12-03Use the refcounted AccountStatePtr as much as possibleErik Verbruggen
2021-12-03Prevent AccountState leakErik Verbruggen
2021-11-25Use std::chrono with QTimer::singleShotHannah von Reth
2021-11-17Fix re-authenticating at startup when logged out beforeErik Verbruggen
2021-09-28CleanupHannah von Reth
2021-05-26Ensure we only get one url update dialog.Hannah von Reth
2021-01-13Ensure we don't call block multiple times in the same contextHannah von Reth
2021-01-13Reliably block and unblock the queueHannah von Reth
2020-12-09Implement url update on redirectHannah von Reth
2020-12-09Seperate server check from auth checkHannah von Reth
2020-12-07Use time the request was send,..Hannah von Reth
2020-11-30Use enum instead of intHannah von Reth
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
2019-08-27Add Q_PROPERTYs for gui testingDominik Schmidt
2018-02-26ConnectionValidator::Status use Q_ENUMOlivier Goffart
2018-01-04Proxy: Hostname validation and reconnection on setting changeChristian Kamm
2017-10-06Use display-name from the ocs call in the settings dialogThomas Müller
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
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-17Apply clang-formatChristian Kamm
2017-05-11Detect maintenance mode #4485Christian Kamm
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
2016-05-03[osx] Fix missing overlay icons on client startupJocelyn Turcotte
2016-03-28Make the AccountState a construction argument of the FolderJocelyn Turcotte
2016-03-01AccountState: Allow storing state in settingsChristian Kamm
2016-03-01Add 'pause all' tray menu entry #3829Christian Kamm
2016-01-22Bring back the automatic authentication popupsJocelyn Turcotte
2015-12-09Creds: Forget password on explicit sign-out #4241Christian Kamm
2015-11-19tagLastSuccessfullETagRequest comment wordingPhil Davis
2015-11-18AccountState: Avoid ConnectionCheck if ETag job was just done.Klaas Freitag
2015-09-05Separate the credential dialog from their fetch #3350Jocelyn Turcotte
2015-09-01Show a notification instead of a login window on startup #3350Jocelyn Turcotte
2015-08-30Account Settings: rework the toolbarOlivier Goffart
2015-08-05SettingsDialog: use the same short display name on Win/Linux than on MacOlivier Goffart
2015-07-06Fix qt4 buildOlivier Goffart
2015-07-02Revert "Do not use std::unique_ptr"Daniel Molkentin
2015-07-02Do not use std::unique_ptrOlivier Goffart
2015-07-01Improve account connectivity tooltips. #3200Christian Kamm
2015-06-29Use doxygen style everywhereDaniel Molkentin
2015-06-29Merge remote-tracking branch 'origin/master' into doxygenifyDaniel Molkentin
2015-06-29Structure developer documentationDaniel Molkentin
2015-06-26QuotaInfo: only request the quota when the UI is visibleOlivier Goffart
2015-06-15Move Account::settings to AccountState::settingsOlivier Goffart
2015-05-26Merge branch 'master' into new-uiOlivier Goffart
2015-05-15AccountState: Run only a single validator, allow error message overriding #32...Markus Goetz
2015-05-12Merge remote-tracking branch 'origin/master' into new-uiOlivier Goffart
2015-05-07AccountState: Treat *any* 503 as a temporary error. #3113Christian Kamm