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
2020-09-22Don't show 404 errors when manually creating folder sync pair.Hannah von Reth
Fixes: #7724
2020-09-18Remove notifications when account was removedHannah von Reth
Fixes: #8085
2020-09-14Fix placeholders are reverted to OnlineOnlyHannah von Reth
Fixes: #7779
2020-09-09Fix back button on the advanced setup pageHannah von Reth
Fixes: #8051
2020-09-09Remove the theming option `wizardSelectiveSyncDefaultNothing`Hannah von Reth
We recommend `newBigFolderSizeLimit` together with `wizardHideFolderSizeLimitCheckbox` as an alternative Fixes: #8061
2020-09-09Fix missing permissions on db entryHannah von Reth
Fixes: #8066, #7967
2020-09-07Crashreporter: Apply the same hdpi settings as to the main guiHannah von Reth
Fixes: #8042
2020-09-07Change initial ShareDialog sizeHannah von Reth
2020-09-07Add button for LogSettings to advanced settingsHannah von Reth
Fixes: 7881
2020-08-21Replace monochrome icons with https://fontawesome.com svg'sHannah von Reth
2020-08-19Move sync hidden files to advanced settingsHannah von Reth
Fixes: #8020
2020-08-19Use the same wizard style on all platformsHannah von Reth
2020-08-19Windows VFS: Enable Windows VFS by defaultHannah von Reth
2020-08-18Add changelog entry for fixed adler32 supportHannah von Reth
2020-08-18Advances Wizard: Move choose what to sync to Sync everythingHannah von Reth
2020-07-30Ui: Hide selective sync settings if vfs is activeHannah von Reth
Fixes: #7976
2020-07-27Use the servers checksum type by defaultHannah von Reth
2020-07-20Gui: Rename "General" -> "Settings" and move "Network" -> "Settings"Hannah von Reth
2020-07-14Sharing: Select permission checkboxes based on the servers defaultHannah von Reth
Fixes: #7877
2020-07-06Gui: Remove use of grid layout from src/gui/sharelinkwidget.*Hannah von Reth
Fixes: #7941
2020-06-30Update pr-7509Jürgen Weigert
English cleanup: lowercase ordinary terms.
2020-06-30Add previously missing changelog entriesHannah von Reth
2020-06-29Gui: hide the selective sync pop up by defaultHannah von Reth
This fixes a strange flickering when the client is started with the gui visible.
2020-06-29Wizard: Improve layoutHannah von Reth
Instead of using a fixed size grid layout use a dynamic layout. Fixes: #7920
2020-06-29Make the password dialog modalHannah von Reth
Fixes: #7833
2020-06-25Wizard: Minimize the Window instead of hiding itHannah von Reth
2020-06-23Implement the TUS resumebale upload protocolHannah von Reth
The prodocol is doccumented at: https://tus.io/protocols/resumable-upload.html Issue: https://github.com/owncloud/product/issues/19
2020-06-23VFS: Prevent duplicated navigation panel iconHannah von Reth
Issue: #7748
2020-06-10Merge branch '2.6'Hannah von Reth
2020-06-10Version 2.6.3 was taggedHannah von Reth
2020-06-09Log HTTP requests and responsesHannah von Reth
Issue: #7873
2020-05-29Merge branch '2.6'Hannah von Reth
2020-05-29Fix crash on settings migrationHannah von Reth
Fixes: #7878
2020-05-28Merge remote-tracking branch 'origin/2.6'Hannah von Reth
2020-05-28Fix usage of QMessageBoxHannah von Reth
Fixes: #7874
2020-05-15 Mac: Display dock icon when settings are visibleHannah von Reth
2020-05-14Uploads: correctly handle the bigfilechunking capabilityHannah von Reth
2020-05-05Merge remote-tracking branch 'origin/2.6'Hannah von Reth
2020-05-05Wizard: Raise own windowHannah von Reth
The OAuth authentication brings the broweser to the front, once thats done the wizard continues. But the wizard ist now most probably hidden behind the browser
2020-04-08Merge branch '2.6'Hannah von Reth
2020-04-07Changelog: Fix encoding issueHannah von Reth
2020-04-02Merge remote-tracking branch 'origin/2.6'Hannah von Reth
2020-04-01Fix change log entryHannah von Reth
2020-04-01Mac Package: Restart client after updateHannah von Reth
Issue: #3922
2020-04-01Cookies: Don't override cookies with outdated valuesHannah von Reth
This code was actually not breaking most cookie handling by accident. As the raw cookies where not split properly we added cookies with values like "key: val; key2 = val2; key3 = val3" When the code was corrected we overwrote the newer values in the jar with the old ones from a request.
2020-03-31Fix a couple of typosHannah von Reth
2020-03-26Merge remote-tracking branch 'origin/2.6'Hannah von Reth
2020-03-26SocketAPI: fix status after a failure to moveOlivier Goffart
Issue #7759
2020-03-25Sync: Fix handling of virtual files in error stateHannah von Reth
Issue: #7799
2020-03-25[Gui] Implement raiseDialog on WindowsHannah von Reth
Issue: #7774