├── .clang-format ├── .craft.ini ├── .craft.shelf ├── .drone-secrets.env.in ├── .drone.star ├── .git-blame-ignore-revs ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── config.yml │ ├── feature_request.yml │ └── qa_issue.yml ├── config.yml ├── dependabot.yml ├── release_template.md ├── release_template_outdated_2020.md └── workflows │ ├── .craft.ps1 │ ├── .run-clang-tidy.ps1 │ ├── .sonar.ps1 │ ├── craft_override.ini │ ├── main.yml │ ├── stale.yml │ └── translate.yml ├── .gitmodules ├── .tag ├── .tx └── config ├── CHANGELOG.md ├── CMakeLists.txt ├── CONTRIBUTING.md ├── COPYING ├── COPYING.documentation ├── OWNCLOUD.cmake ├── PACKAGING.md ├── README.md ├── THEME.cmake ├── VERSION.cmake ├── admin ├── CMakeLists.txt └── osx │ ├── CMakeLists.txt │ ├── DMGBackground.png │ ├── DS_Store.in │ ├── create_mac.sh.cmake │ ├── deny_autoupdate_com.owncloud.desktopclient.plist │ ├── gen_sym_files.py │ ├── installer-background.png │ ├── installer-background.svg │ ├── installer-background_2x.png │ ├── macosx.pkgproj.cmake │ ├── post_install.sh.cmake │ ├── pre_install.sh.cmake │ └── sparkle │ ├── dsa_pub.pem │ ├── example_update_rss.rss │ └── sign_verify.sh ├── changelog ├── 2.10.0_2022-01-17 │ ├── 4896.md │ ├── 8924.md │ ├── 9000.md │ ├── 9071.md │ ├── 9099.md │ ├── 9149.md │ ├── 9150.md │ ├── 9170.md │ ├── 9194.md │ ├── 9196.md │ ├── 9208.md │ ├── 9223.md │ ├── 9241.md │ ├── 9257.md │ ├── 9266.md │ ├── 9291.md │ ├── 9293.md │ ├── 9341.md │ ├── 9342.md │ ├── client-desktop-vfs-win-12.md │ └── client-desktop-vfs-win-13.md ├── 2.10.1_2022-04-05 │ ├── 9030.md │ ├── 9105.md │ ├── 9121.md │ ├── 9147.md │ ├── 9155.md │ ├── 9236.md │ ├── 9238.md │ ├── 9245.md │ ├── 9304.md │ ├── 9336.md │ ├── 9367.md │ ├── 9375.md │ ├── 9381.md │ ├── 9382.md │ ├── 9383.md │ ├── 9387.md │ ├── 9390.md │ ├── 9417.md │ ├── 9420.md │ ├── 9425.md │ ├── 9437.md │ ├── 9460.md │ ├── 9489.md │ ├── 9513.md │ ├── 9515.md │ ├── 9523.md │ ├── 9525.md │ ├── 9533.md │ ├── 9545.md │ ├── client-desktop-vfs-win-18.md │ ├── client-desktop-vfs-win-21.md │ └── enterprise-5052.md ├── 2.11.0_2022-08-18 │ ├── 5174.md │ ├── 9571.md │ ├── 9600.md │ ├── 9791.md │ ├── 9832.md │ ├── 9836.md │ ├── 9864.md │ ├── 9956.md │ ├── 9966.md │ ├── 9969.md │ └── client-desktop-vfs-win-34.md ├── 2.11.1_2022-08-31 │ └── 10058.md ├── 2.6.2_2020-02-21 │ └── 7755.md ├── 2.6.3_2020-06-10 │ ├── 3922.md │ ├── 7018.md │ ├── 7043.md │ ├── 7247.md │ ├── 7313.md │ ├── 7336.md │ ├── 7700.md │ ├── 7709.md │ ├── 7710.md │ ├── 7722.md │ ├── 7741.md │ ├── 7744.md │ ├── 7759.md │ ├── 7760.md │ ├── 7761.md │ ├── 7762.md │ ├── 7774.md │ ├── 7799.md │ ├── 7831.md │ ├── 7856.md │ ├── 7874.md │ └── 7878.md ├── 2.7.0_2020-11-13 │ ├── 3839.md │ ├── 7356.md │ ├── 7724.md │ ├── 7748.md │ ├── 7749.md │ ├── 7779.md │ ├── 7833.md │ ├── 7862.md │ ├── 7868.md │ ├── 7873.md │ ├── 7877.md │ ├── 7881.md │ ├── 7920.md │ ├── 7922.md │ ├── 7925.md │ ├── 7962.md │ ├── 7976.md │ ├── 7989.md │ ├── 7999.md │ ├── 8018.md │ ├── 8019.md │ ├── 8020.md │ ├── 8027.md │ ├── 8038.md │ ├── 8042.md │ ├── 8050.md │ ├── 8051.md │ ├── 8064.md │ ├── 8066.md │ ├── 8085.md │ ├── 8104.md │ ├── 8127.md │ ├── 8131.md │ ├── 8169.md │ ├── 8170.md │ ├── 8187.md │ ├── pr-7509.md │ └── product-19.md ├── 2.7.1_2020-11-18 │ ├── 8229.md │ └── 8232.md ├── 2.7.2_2020-12-02 │ ├── 8244.md │ ├── 8248.md │ ├── 8258.md │ └── 8263.md ├── 2.7.3_2020-12-11 │ └── 8294.md ├── 2.7.4_2020-12-21 │ ├── 4329.md │ ├── 7672.md │ ├── 8289.md │ └── 8313.md ├── 2.7.5_2021-01-28 │ ├── 4363.md │ ├── 8149.md │ ├── 8314.md │ ├── 8323.md │ ├── 8326.md │ ├── 8349.md │ └── 8390.md ├── 2.7.6_2021-02-04 │ ├── 4387.md │ └── 8371.md ├── 2.8.0_2021-05-06 │ ├── 4405.md │ ├── 7838.md │ ├── 8179.md │ ├── 8437.md │ ├── 8482.md │ ├── 8484.md │ ├── 8539.md │ └── 8550.md ├── 2.8.1_2021-05-21 │ ├── 8615.md │ └── 8633.md ├── 2.8.2_2021-05-28 │ ├── 8272.md │ └── 8664.md ├── 2.9.0_2021-09-08 │ ├── 4542.md │ ├── 4597.md │ ├── 4627.md │ ├── 4639.md │ ├── 5644.md │ ├── 7549.md │ ├── 7646.md │ ├── 7715.md │ ├── 8076.md │ ├── 8130.md │ ├── 8158.md │ ├── 8231.md │ ├── 8253.md │ ├── 8273.md │ ├── 8299.md │ ├── 8317.md │ ├── 8350.md │ ├── 8366.md │ ├── 8367.md │ ├── 8374.md │ ├── 8398.md │ ├── 8464.md │ ├── 8466.md │ ├── 8467.md │ ├── 8590.md │ ├── 8609.md │ ├── 8665.md │ ├── 8672.md │ ├── 8729.md │ ├── 8732.md │ ├── 8761.md │ ├── 8780.md │ ├── 8787.md │ ├── 8804.md │ ├── 8811.md │ ├── 8812.md │ ├── 8824.md │ ├── 8836.md │ ├── 8837.md │ ├── 8849.md │ ├── 8864.md │ ├── 8866.md │ ├── 8901.md │ └── 8940.md ├── 2.9.1_2021-10-13 │ ├── 8421.md │ ├── 8806.md │ ├── 8920.md │ ├── 8994.md │ ├── 8996.md │ ├── 9006.md │ ├── 9010.md │ ├── 9012.md │ ├── 9014.md │ ├── 9016.md │ ├── 9019.md │ ├── 9022.md │ ├── 9026.md │ ├── 9057.md │ ├── 9093.md │ └── 9114.md ├── 2.9.2_2021-11-24 │ ├── 8979.md │ ├── 9159.md │ ├── 9167.md │ ├── 9202.md │ ├── 9216.md │ └── 9224.md ├── 3.0.0_2022-11-30 │ ├── 10007.md │ ├── 10017.md │ ├── 10031.md │ ├── 10101.md │ ├── 10104.md │ ├── 10135.md │ ├── 10136.md │ ├── 10142.md │ ├── 10184.md │ ├── 10193.md │ ├── 10206.md │ ├── 10239.md │ ├── 10310.md │ ├── 49.md │ ├── 5382.md │ ├── 5382_2.md │ ├── 7348.md │ ├── 8234.md │ ├── 8595.md │ ├── 8923.md │ ├── 8938.md │ ├── 8998.md │ ├── 9048.md │ ├── 9082.md │ ├── 9472.md │ ├── 9482.md │ ├── 9495.md │ ├── 9538.md │ ├── 9574.md │ ├── 9575.md │ ├── 9578.md │ ├── 9585.md │ ├── 9598.md │ ├── 9618.md │ ├── 9655.md │ ├── 9675.md │ ├── 9681.md │ ├── 9724.md │ ├── 9725.md │ ├── 9731.md │ ├── 9752.md │ ├── 9772.md │ ├── 9790.md │ ├── 9798.md │ ├── 9910.md │ ├── 9918.md │ ├── 9919.md │ ├── 9923.md │ ├── 9924.md │ ├── 9930.md │ └── 9995.md ├── 3.1.0_2023-01-25 │ ├── 10294.md │ ├── 10329.md │ ├── 10338.md │ ├── 10340.md │ ├── 10346.md │ ├── 10373.md │ ├── 10387.md │ ├── 10390.md │ └── 10398.md ├── 3.2.0_2023-02-15 │ ├── 10441.md │ ├── 10456.md │ ├── 10468.md │ ├── 10472.md │ ├── 10481.md │ └── 10500.md ├── 3.2.1_2023-03-07 │ ├── 10552.md │ ├── 10564.md │ └── enterprise-5612.md ├── 4.0.0_2023-05-11 │ ├── 10231.md │ ├── 10251.md │ ├── 10254.md │ ├── 10352.md │ ├── 10361.md │ ├── 10406.md │ ├── 10408.md │ ├── 10427.md │ ├── 10453.md │ ├── 10458.md │ ├── 10494.md │ ├── 10517.md │ ├── 10518.md │ ├── 10537.md │ ├── 10557.md │ ├── 10569.md │ ├── 10572.md │ ├── 10577.md │ ├── 10590.md │ ├── 10602.md │ ├── 10607.md │ ├── 10621.md │ ├── 10634.md │ ├── 10637.md │ ├── 10648.md │ ├── 10654.md │ ├── 10666.md │ ├── 8953.md │ ├── 9270.md │ ├── 9311.md │ ├── 9700.md │ ├── 9829.md │ └── 9945.md ├── 4.1.0_2023-06-15 │ ├── 10842.md │ ├── 10856.md │ ├── 10860.md │ ├── 10888.md │ └── enterprise-5743.md ├── 4.2.0_2023-08-07 │ ├── 10946.md │ └── 10950.md ├── 5.0.0_2023-10-05 │ ├── 10197.md │ ├── 10223.md │ ├── 10313.md │ ├── 10351.md │ ├── 10596.md │ ├── 10619.md │ ├── 10680.md │ ├── 10751.md │ ├── 10788.md │ ├── 10825.md │ ├── 10866.md │ ├── 10905.md │ ├── 10919.md │ ├── 10928.md │ ├── 10939.md │ ├── 10976.md │ ├── 10978.md │ ├── 10990.md │ ├── 11016.md │ ├── 11047.md │ ├── 11081.md │ ├── 11150.md │ ├── 11157.md │ ├── 11162.md │ ├── 11168.md │ ├── 11190.md │ ├── 11192.md │ ├── 11232.md │ ├── 11233.md │ ├── 11242.md │ ├── 261.md │ ├── 8216.md │ ├── 8360.md │ ├── 8432.md │ ├── 8991.md │ ├── client-desktop-vfs-win-19.md │ └── enterprise-5682.md ├── 5.1.0_2023-11-02 │ ├── 11226.md │ ├── 11288.md │ ├── 11308.md │ └── 11313.md ├── 5.1.1_2023-11-09 │ └── 11331.md ├── 5.1.2_2023-11-10 │ └── 11361.md ├── 5.2.0_2023-11-27 │ ├── 11296.md │ └── 11379.md ├── 5.2.1_2024-01-04 │ ├── 11274.md │ └── 11413.md ├── 5.3.0_2024-06-06 │ ├── 11276.md │ ├── 11460.md │ ├── 11467.md │ ├── 11552.md │ ├── 11646.md │ └── enterprise-6390.md ├── 5.3.1_2024-06-11 │ └── 11691.md ├── 5.3.2_2025-01-20 │ ├── 12000.md │ ├── 12005.md │ └── installer-5.3.2.md ├── CHANGELOG-Release.tmpl ├── CHANGELOG.md ├── CHANGELOG.tmpl ├── README.md ├── TEMPLATE └── unreleased │ ├── .gitkeep │ ├── 10980.md │ ├── 11204.md │ ├── 11245.md │ ├── 11275.md │ ├── 11300.md │ ├── 11304.md │ ├── 11320.md │ ├── 11325.md │ ├── 11347.md │ ├── 11357.md │ ├── 11396.md │ ├── 11412.md │ ├── 11424.md │ ├── 11450.md │ ├── 11460.md │ ├── 11472.md │ ├── 11478.md │ ├── 11491.md │ ├── 11497.md │ ├── 11517.md │ ├── 11531.md │ ├── 11533.md │ ├── 11569.md │ ├── 11581.md │ ├── 11595.md │ ├── 11621.md │ ├── 11664.md │ ├── 11729.md │ ├── 11742.md │ ├── 11743.md │ ├── 11752.md │ ├── 11760.md │ ├── 11774.md │ ├── 11810.md │ ├── 11839.md │ ├── 11856.md │ ├── 12044.md │ ├── 12045.md │ ├── 4808.md │ ├── enterprise-6390.md │ └── enterprise-6761.md ├── cmake └── modules │ ├── COPYING-CMAKE-SCRIPTS │ ├── Copyright.txt │ ├── FindSQLite3.cmake │ ├── FindSparkle.cmake │ ├── GetGitRevisionDescription.cmake │ ├── GetGitRevisionDescription.cmake.in │ ├── OCAddVfsPlugin.cmake │ ├── OCApplyCommonSettings.cmake │ ├── OCBundleResources.cmake │ ├── OCRcVersion.cmake │ └── version.rc.in ├── owncloud.desktop.in ├── owncloudcmd.desktop.in ├── pyproject.toml ├── shell_integration ├── CMakeLists.txt ├── MacOSX │ ├── CMakeLists.txt │ ├── OwnCloud.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── OwnCloud.xccheckout │ └── OwnCloudFinderSync │ │ ├── FinderSyncExt │ │ ├── FinderSync.h │ │ ├── FinderSync.m │ │ ├── FinderSyncExt.entitlements │ │ ├── Info.plist │ │ ├── SyncClientProxy.h │ │ └── SyncClientProxy.m │ │ ├── OwnCloudFinderSync.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── FinderSyncExt.xcscheme │ │ └── desktopclient │ │ ├── Info.plist │ │ └── main.m ├── icons │ ├── icns │ │ ├── error.icns │ │ ├── error_swm.icns │ │ ├── ok.icns │ │ ├── ok_swm.icns │ │ ├── sync.icns │ │ ├── sync_swm.icns │ │ ├── warning.icns │ │ └── warning_swm.icns │ └── nopadding │ │ ├── SVG │ │ ├── attention.svg │ │ ├── error.svg │ │ ├── generate_windows_ico.sh │ │ ├── ok.svg │ │ ├── shared.svg │ │ └── sync.svg │ │ ├── error.iconset │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x.png │ │ ├── icon_16x16.png │ │ ├── icon_16x16@2x.png │ │ ├── icon_256x256.png │ │ ├── icon_256x256@2x.png │ │ ├── icon_32x32.png │ │ └── icon_32x32@2x.png │ │ ├── ok.iconset │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x.png │ │ ├── icon_16x16.png │ │ ├── icon_16x16@2x.png │ │ ├── icon_256x256.png │ │ ├── icon_256x256@2x.png │ │ ├── icon_32x32.png │ │ └── icon_32x32@2x.png │ │ ├── ok_swm.iconset │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x.png │ │ ├── icon_16x16.png │ │ ├── icon_16x16@2x.png │ │ ├── icon_256x256.png │ │ ├── icon_256x256@2x.png │ │ ├── icon_32x32.png │ │ └── icon_32x32@2x.png │ │ ├── sync.iconset │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x.png │ │ ├── icon_16x16.png │ │ ├── icon_16x16@2x.png │ │ ├── icon_256x256.png │ │ ├── icon_256x256@2x.png │ │ ├── icon_32x32.png │ │ └── icon_32x32@2x.png │ │ └── warning.iconset │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x.png │ │ ├── icon_16x16.png │ │ ├── icon_16x16@2x.png │ │ ├── icon_256x256.png │ │ ├── icon_256x256@2x.png │ │ ├── icon_32x32.png │ │ └── icon_32x32@2x.png └── windows │ ├── CMakeLists.txt │ ├── OCContextMenu │ ├── CMakeLists.txt │ ├── OCClientInterface.cpp │ ├── OCClientInterface.h │ ├── OCContextMenu.cpp │ ├── OCContextMenu.def │ ├── OCContextMenu.h │ ├── OCContextMenuFactory.cpp │ ├── OCContextMenuFactory.h │ ├── OCContextMenuRegHandler.cpp │ ├── OCContextMenuRegHandler.h │ ├── RegDelnode.h │ └── dllmain.cpp │ ├── OCOverlays │ ├── CMakeLists.txt │ ├── DllMain.cpp │ ├── OCOverlay.cpp │ ├── OCOverlay.h │ ├── OCOverlay.rc │ ├── OCOverlayFactory.cpp │ ├── OCOverlayFactory.h │ ├── OCOverlayRegistrationHandler.cpp │ ├── OCOverlayRegistrationHandler.h │ ├── OCOverlays.def │ ├── OverlayConstants.h │ └── ico │ │ ├── Error.ico │ │ ├── OK.ico │ │ ├── OK_Shared.ico │ │ ├── Sync.ico │ │ └── Warning.ico │ └── OCUtil │ ├── CMakeLists.txt │ ├── CommunicationSocket.cpp │ ├── CommunicationSocket.h │ ├── Log.h │ ├── RemotePathChecker.cpp │ ├── RemotePathChecker.h │ ├── StringUtil.cpp │ ├── StringUtil.h │ └── UtilConstants.h ├── src ├── 3rdparty │ ├── LGPL_EXCEPTION.txt │ └── QProgressIndicator │ │ ├── LICENSE │ │ ├── QProgressIndicator.cpp │ │ ├── QProgressIndicator.h │ │ └── README.md ├── CMakeLists.txt ├── common │ ├── README │ ├── asserts.h │ ├── c_jhash.h │ ├── checksumalgorithms.cpp │ ├── checksumalgorithms.h │ ├── checksums.cpp │ ├── checksums.h │ ├── chronoelapsedtimer.cpp │ ├── chronoelapsedtimer.h │ ├── common.cmake │ ├── constexpr_list.h │ ├── depreaction.h │ ├── filesystembase.cpp │ ├── filesystembase.h │ ├── fixedsizeringbuffer.h │ ├── ownsql.cpp │ ├── ownsql.h │ ├── pinstate.cpp │ ├── pinstate.h │ ├── plugin.cpp │ ├── plugin.h │ ├── preparedsqlquerymanager.cpp │ ├── preparedsqlquerymanager.h │ ├── remotepermissions.cpp │ ├── remotepermissions.h │ ├── restartmanager.cpp │ ├── restartmanager.h │ ├── result.h │ ├── syncfilestatus.cpp │ ├── syncfilestatus.h │ ├── syncjournaldb.cpp │ ├── syncjournaldb.h │ ├── syncjournalfilerecord.cpp │ ├── syncjournalfilerecord.h │ ├── utility.cpp │ ├── utility.h │ ├── utility_mac.mm │ ├── utility_unix.cpp │ ├── utility_win.cpp │ ├── utility_win.h │ ├── version.cpp.in │ ├── version.h │ ├── vfs.cpp │ ├── vfs.h │ └── vfspluginmetadata.json.in ├── crashreporter │ ├── CMakeLists.txt │ ├── CrashReporterConfig.h.in │ ├── main.cpp │ └── resources.qrc.in ├── csync │ ├── AUTHORS │ ├── CMakeLists.txt │ ├── COPYING │ ├── ChangeLog │ ├── ConfigureChecks.cmake │ ├── INSTALL │ ├── README │ ├── config.h.in │ ├── config_csync.h.cmake │ ├── csync.cpp │ ├── csync.h │ ├── csync_exclude.cpp │ ├── csync_exclude.h │ ├── csync_version.h.in │ ├── std │ │ ├── c_time.cpp │ │ └── c_time.h │ └── vio │ │ ├── csync_vio_local.h │ │ ├── csync_vio_local_unix.cpp │ │ └── csync_vio_local_win.cpp ├── gui │ ├── CMakeLists.txt │ ├── MacOSXBundleInfo.plist │ ├── aboutdialog.cpp │ ├── aboutdialog.h │ ├── aboutdialog.ui │ ├── accountmanager.cpp │ ├── accountmanager.h │ ├── accountmodalwidget.cpp │ ├── accountmodalwidget.h │ ├── accountmodalwidget.ui │ ├── accountsettings.cpp │ ├── accountsettings.h │ ├── accountsettings.ui │ ├── accountstate.cpp │ ├── accountstate.h │ ├── activitydata.cpp │ ├── activitydata.h │ ├── activitywidget.cpp │ ├── activitywidget.h │ ├── activitywidget.ui │ ├── application.cpp │ ├── application.h │ ├── clientproxy.cpp │ ├── clientproxy.h │ ├── commonstrings.cpp │ ├── commonstrings.h │ ├── connectionvalidator.cpp │ ├── connectionvalidator.h │ ├── creds │ │ ├── httpcredentialsgui.cpp │ │ ├── httpcredentialsgui.h │ │ ├── qmlcredentials.cpp │ │ └── qmlcredentials.h │ ├── elidedlabel.cpp │ ├── elidedlabel.h │ ├── fetchserversettings.cpp │ ├── fetchserversettings.h │ ├── folder.cpp │ ├── folder.h │ ├── folderman.cpp │ ├── folderman.h │ ├── folderstatusmodel.cpp │ ├── folderstatusmodel.h │ ├── folderwatcher.cpp │ ├── folderwatcher.h │ ├── folderwatcher_linux.cpp │ ├── folderwatcher_linux.h │ ├── folderwatcher_mac.cpp │ ├── folderwatcher_mac.h │ ├── folderwatcher_win.cpp │ ├── folderwatcher_win.h │ ├── folderwizard │ │ ├── CMakeLists.txt │ │ ├── folderwizard.cpp │ │ ├── folderwizard.h │ │ ├── folderwizard_p.h │ │ ├── folderwizardlocalpath.cpp │ │ ├── folderwizardlocalpath.h │ │ ├── folderwizardremotepath.cpp │ │ ├── folderwizardremotepath.h │ │ ├── folderwizardselectivesync.cpp │ │ ├── folderwizardselectivesync.h │ │ ├── folderwizardsourcepage.ui │ │ ├── folderwizardtargetpage.ui │ │ ├── spacespage.cpp │ │ ├── spacespage.h │ │ └── spacespage.ui │ ├── generalsettings.cpp │ ├── generalsettings.h │ ├── generalsettings.ui │ ├── guiutility.cpp │ ├── guiutility.h │ ├── guiutility_mac.mm │ ├── guiutility_unix.cpp │ ├── guiutility_win.cpp │ ├── ignorelisteditor.cpp │ ├── ignorelisteditor.h │ ├── ignorelisteditor.ui │ ├── issueswidget.cpp │ ├── issueswidget.h │ ├── issueswidget.ui │ ├── lockwatcher.cpp │ ├── lockwatcher.h │ ├── logbrowser.cpp │ ├── logbrowser.h │ ├── logbrowser.ui │ ├── main.cpp │ ├── models │ │ ├── activitylistmodel.cpp │ │ ├── activitylistmodel.h │ │ ├── expandingheaderview.cpp │ │ ├── expandingheaderview.h │ │ ├── models.cpp │ │ ├── models.h │ │ ├── protocolitemmodel.cpp │ │ └── protocolitemmodel.h │ ├── networkadapters │ │ ├── CMakeLists.txt │ │ ├── determineauthtypeadapter.cpp │ │ ├── determineauthtypeadapter.h │ │ ├── discoverwebfingerserviceadapter.cpp │ │ ├── discoverwebfingerserviceadapter.h │ │ ├── fetchcapabilitiesadapter.cpp │ │ ├── fetchcapabilitiesadapter.h │ │ ├── resolveurladapter.cpp │ │ ├── resolveurladapter.h │ │ ├── webfingerlookupadapter.cpp │ │ └── webfingerlookupadapter.h │ ├── networkinformation.cpp │ ├── networkinformation.h │ ├── networksettings.cpp │ ├── networksettings.h │ ├── networksettings.ui │ ├── newaccountwizard │ │ ├── CMakeLists.txt │ │ ├── newaccountmodel.cpp │ │ ├── newaccountmodel.h │ │ ├── newaccountwizardcontroller.cpp │ │ ├── newaccountwizardcontroller.h │ │ ├── oauthpagecontroller.cpp │ │ ├── oauthpagecontroller.h │ │ ├── urlpagecontroller.cpp │ │ ├── urlpagecontroller.h │ │ └── wizardpagevalidator.h │ ├── newwizard │ │ ├── CMakeLists.txt │ │ ├── enums.cpp │ │ ├── enums.h │ │ ├── navigation.cpp │ │ ├── navigation.h │ │ ├── pages │ │ │ ├── abstractsetupwizardpage.cpp │ │ │ ├── abstractsetupwizardpage.h │ │ │ ├── accountconfiguredwizardpage.cpp │ │ │ ├── accountconfiguredwizardpage.h │ │ │ ├── accountconfiguredwizardpage.ui │ │ │ ├── oauthcredentialssetupwizardpage.cpp │ │ │ ├── oauthcredentialssetupwizardpage.h │ │ │ ├── serverurlsetupwizardpage.cpp │ │ │ ├── serverurlsetupwizardpage.h │ │ │ └── serverurlsetupwizardpage.ui │ │ ├── postfixlineedit.cpp │ │ ├── postfixlineedit.h │ │ ├── setupwizardaccountbuilder.cpp │ │ ├── setupwizardaccountbuilder.h │ │ ├── setupwizardcontext.cpp │ │ ├── setupwizardcontext.h │ │ ├── setupwizardcontroller.cpp │ │ ├── setupwizardcontroller.h │ │ ├── setupwizardcontroller_p.h │ │ ├── setupwizardwidget.cpp │ │ ├── setupwizardwidget.h │ │ ├── setupwizardwidget.ui │ │ └── states │ │ │ ├── abstractsetupwizardstate.cpp │ │ │ ├── abstractsetupwizardstate.h │ │ │ ├── accountconfiguredsetupwizardstate.cpp │ │ │ ├── accountconfiguredsetupwizardstate.h │ │ │ ├── oauthcredentialssetupwizardstate.cpp │ │ │ ├── oauthcredentialssetupwizardstate.h │ │ │ ├── serverurlsetupwizardstate.cpp │ │ │ └── serverurlsetupwizardstate.h │ ├── notificationconfirmjob.cpp │ ├── notificationconfirmjob.h │ ├── notificationwidget.cpp │ ├── notificationwidget.h │ ├── notificationwidget.ui │ ├── ocssharejob.cpp │ ├── ocssharejob.h │ ├── openfilemanager.cpp │ ├── openfilemanager.h │ ├── owncloud.exe.manifest │ ├── owncloud.xml.in │ ├── owncloudgui.cpp │ ├── owncloudgui.h │ ├── protocolitem.cpp │ ├── protocolitem.h │ ├── protocolwidget.cpp │ ├── protocolwidget.h │ ├── protocolwidget.ui │ ├── qml │ │ ├── AccountBar.qml │ │ ├── AccountButton.qml │ │ ├── FolderDelegate.qml │ │ ├── FolderError.qml │ │ └── credentials │ │ │ ├── Credentials.qml │ │ │ └── OAuthCredentials.qml │ ├── qmlutils.cpp │ ├── qmlutils.h │ ├── quotainfo.cpp │ ├── quotainfo.h │ ├── scheduling │ │ ├── etagwatcher.cpp │ │ ├── etagwatcher.h │ │ ├── syncscheduler.cpp │ │ └── syncscheduler.h │ ├── selectivesyncwidget.cpp │ ├── selectivesyncwidget.h │ ├── servernotificationhandler.cpp │ ├── servernotificationhandler.h │ ├── settingsdialog.cpp │ ├── settingsdialog.h │ ├── settingsdialog.ui │ ├── settingsdialog_mac.h │ ├── settingsdialog_mac.mm │ ├── sharedialog.cpp │ ├── sharedialog.h │ ├── sharedialog.ui │ ├── sharee.cpp │ ├── sharee.h │ ├── sharelinkwidget.cpp │ ├── sharelinkwidget.h │ ├── sharelinkwidget.ui │ ├── sharemanager.cpp │ ├── sharemanager.h │ ├── sharepermissions.h │ ├── shareusergroupwidget.cpp │ ├── shareusergroupwidget.h │ ├── shareusergroupwidget.ui │ ├── shareuserline.ui │ ├── socketapi │ │ ├── CMakeLists.txt │ │ ├── socketapi.cpp │ │ ├── socketapi.h │ │ ├── socketapi_p.h │ │ ├── socketapisocket_mac.h │ │ └── socketapisocket_mac.mm │ ├── spaces │ │ ├── CMakeLists.txt │ │ ├── qml │ │ │ ├── SpaceDelegate.qml │ │ │ └── SpacesView.qml │ │ ├── spaceimageprovider.cpp │ │ ├── spaceimageprovider.h │ │ ├── spacesbrowser.cpp │ │ ├── spacesbrowser.h │ │ ├── spacesbrowser.ui │ │ ├── spacesmodel.cpp │ │ └── spacesmodel.h │ ├── syncrunfilelog.cpp │ ├── syncrunfilelog.h │ ├── systray.cpp │ ├── systray.h │ ├── systray.mm │ ├── thumbnailjob.cpp │ ├── thumbnailjob.h │ ├── tlserrordialog.cpp │ ├── tlserrordialog.h │ ├── tlserrordialog.ui │ ├── translations.cpp │ ├── translations.h │ └── updater │ │ ├── CMakeLists.txt │ │ ├── appimageupdateavailablewidget.cpp │ │ ├── appimageupdateavailablewidget.h │ │ ├── appimageupdateavailablewidget.ui │ │ ├── appimageupdater.cpp │ │ ├── appimageupdater.h │ │ ├── newversionavailablewidget.cpp │ │ ├── newversionavailablewidget.h │ │ ├── newversionavailablewidget.ui │ │ ├── ocupdater.cpp │ │ ├── ocupdater.h │ │ ├── sparkleupdater.h │ │ ├── sparkleupdater_mac.mm │ │ ├── updatedownloadedwidget.cpp │ │ ├── updatedownloadedwidget.h │ │ ├── updatedownloadedwidget.ui │ │ ├── updateinfo.cpp │ │ ├── updateinfo.h │ │ ├── updater.cpp │ │ ├── updater.h │ │ └── updater_private.h ├── libsync │ ├── CMakeLists.txt │ ├── abstractcorejob.cpp │ ├── abstractcorejob.h │ ├── abstractnetworkjob.cpp │ ├── abstractnetworkjob.h │ ├── accessmanager.cpp │ ├── accessmanager.h │ ├── account.cpp │ ├── account.h │ ├── accountfwd.h │ ├── appprovider.cpp │ ├── appprovider.h │ ├── capabilities.cpp │ ├── capabilities.h │ ├── configfile.cpp │ ├── configfile.h │ ├── cookiejar.cpp │ ├── cookiejar.h │ ├── creds │ │ ├── abstractcredentials.cpp │ │ ├── abstractcredentials.h │ │ ├── credentialmanager.cpp │ │ ├── credentialmanager.h │ │ ├── credentialssupport.h │ │ ├── httpcredentials.cpp │ │ ├── httpcredentials.h │ │ ├── oauth.cpp │ │ └── oauth.h │ ├── discovery.cpp │ ├── discovery.h │ ├── discoveryphase.cpp │ ├── discoveryphase.h │ ├── filesystem.cpp │ ├── filesystem.h │ ├── graphapi │ │ ├── CMakeLists.txt │ │ ├── jobs │ │ │ ├── drives.cpp │ │ │ └── drives.h │ │ ├── space.cpp │ │ ├── space.h │ │ ├── spacesmanager.cpp │ │ └── spacesmanager.h │ ├── httplogger.cpp │ ├── httplogger.h │ ├── jobqueue.cpp │ ├── jobqueue.h │ ├── localdiscoverytracker.cpp │ ├── localdiscoverytracker.h │ ├── logger.cpp │ ├── logger.h │ ├── networkjobs.cpp │ ├── networkjobs.h │ ├── networkjobs │ │ ├── checkserverjobfactory.cpp │ │ ├── checkserverjobfactory.h │ │ ├── fetchuserinfojobfactory.cpp │ │ ├── fetchuserinfojobfactory.h │ │ ├── jsonjob.cpp │ │ ├── jsonjob.h │ │ ├── resources.cpp │ │ └── resources.h │ ├── owncloudpropagator.cpp │ ├── owncloudpropagator.h │ ├── owncloudpropagator_p.h │ ├── owncloudtheme.cpp │ ├── owncloudtheme.h │ ├── platform.cpp │ ├── platform.h │ ├── platform_mac.h │ ├── platform_mac.mm │ ├── platform_mac_deprecated.mm │ ├── platform_unix.cpp │ ├── platform_unix.h │ ├── platform_win.cpp │ ├── platform_win.h │ ├── progressdispatcher.cpp │ ├── progressdispatcher.h │ ├── propagatedownload.cpp │ ├── propagatedownload.h │ ├── propagateremotedelete.cpp │ ├── propagateremotedelete.h │ ├── propagateremotemkdir.cpp │ ├── propagateremotemkdir.h │ ├── propagateremotemove.cpp │ ├── propagateremotemove.h │ ├── propagateupload.cpp │ ├── propagateupload.h │ ├── propagateuploadng.cpp │ ├── propagateuploadtus.cpp │ ├── propagateuploadtus.h │ ├── propagateuploadv1.cpp │ ├── propagatorjobs.cpp │ ├── propagatorjobs.h │ ├── syncengine.cpp │ ├── syncengine.h │ ├── syncfileitem.cpp │ ├── syncfileitem.h │ ├── syncfilestatustracker.cpp │ ├── syncfilestatustracker.h │ ├── syncoptions.cpp │ ├── syncoptions.h │ ├── syncresult.cpp │ ├── syncresult.h │ ├── theme.cpp │ ├── theme.h │ └── version.h ├── plugins │ ├── CMakeLists.txt │ └── vfs │ │ ├── CMakeLists.txt │ │ └── off │ │ ├── CMakeLists.txt │ │ ├── vfs_off.cpp │ │ └── vfs_off.h └── resources │ ├── CMakeLists.txt │ ├── client.qrc │ ├── core_theme.qrc │ ├── font-awesome │ ├── LICENSE.txt │ ├── arrow-up-right-from-square-solid.svg │ ├── ban-solid.svg │ ├── bell-solid.svg │ ├── check-solid.svg │ ├── cog-solid.svg │ ├── copy-solid.svg │ ├── ellipsis-h-solid.svg │ ├── exclamation-triangle-solid.svg │ ├── folder-solid-small.svg │ ├── folder-solid.svg │ ├── plus-solid.svg │ ├── power-off-solid.svg │ ├── right-left-solid.svg │ ├── states │ │ ├── error.svg │ │ ├── information.svg │ │ ├── offline.svg │ │ ├── ok.svg │ │ ├── pause.svg │ │ ├── sync.svg │ │ └── warning.svg │ ├── step-forward-solid.svg │ ├── trash-solid.svg │ └── undo-solid.svg │ ├── loadresources.cpp │ ├── loadresources.h │ ├── oauth │ └── oauth.html.in │ ├── qmlresources.cpp │ ├── qmlresources.h │ ├── remixicon │ ├── License.txt │ └── space.svg │ ├── resources.cpp │ ├── resources.h │ ├── template.cpp │ ├── template.h │ ├── theme │ ├── black │ │ ├── ui-light-plain-monochrom-state-checkmark.svg │ │ ├── ui-light-plain-monochrom-state-downloaded.svg │ │ ├── ui-light-plain-monochrom-state-error.svg │ │ ├── ui-light-plain-monochrom-state-info.svg │ │ ├── ui-light-plain-monochrom-state-offline.svg │ │ ├── ui-light-plain-monochrom-state-pause.svg │ │ ├── ui-light-plain-monochrom-state-sync.svg │ │ └── ui-light-plain-monochrom-state-warning.svg │ ├── colored │ │ ├── 1024-owncloud-icon-sidebar.png │ │ ├── 1024-owncloud-icon.png │ │ ├── 128-owncloud-icon-sidebar.png │ │ ├── 128-owncloud-icon.png │ │ ├── 16-owncloud-icon-sidebar.png │ │ ├── 16-owncloud-icon.png │ │ ├── 24-owncloud-icon.png │ │ ├── 256-owncloud-icon-sidebar.png │ │ ├── 256-owncloud-icon.png │ │ ├── 32-owncloud-icon-sidebar.png │ │ ├── 32-owncloud-icon.png │ │ ├── 48-owncloud-icon.png │ │ ├── 512-owncloud-icon-sidebar.png │ │ ├── 64-owncloud-icon-sidebar.png │ │ ├── 64-owncloud-icon.png │ │ ├── sidebar.svg │ │ ├── ui-light-plain-color-state-checkmark.svg │ │ ├── ui-light-plain-color-state-error.svg │ │ ├── ui-light-plain-color-state-info.svg │ │ ├── ui-light-plain-color-state-offline.svg │ │ ├── ui-light-plain-color-state-pause.svg │ │ └── ui-light-plain-color-state-sync.svg │ ├── dark │ │ ├── ui-dark-plain-color-state-checkmark.svg │ │ ├── ui-dark-plain-color-state-error.svg │ │ ├── ui-dark-plain-color-state-info.svg │ │ ├── ui-dark-plain-color-state-offline.svg │ │ ├── ui-dark-plain-color-state-pause.svg │ │ └── ui-dark-plain-color-state-sync.svg │ ├── universal │ │ ├── oc-image-about.svg │ │ ├── owncloud-icon.svg │ │ └── wizard_logo.svg │ └── white │ │ ├── ui-dark-plain-monochrom-state-checkmark.svg │ │ ├── ui-dark-plain-monochrom-state-error.svg │ │ ├── ui-dark-plain-monochrom-state-info.svg │ │ ├── ui-dark-plain-monochrom-state-offline.svg │ │ ├── ui-dark-plain-monochrom-state-pause.svg │ │ └── ui-dark-plain-monochrom-state-sync.svg │ ├── themewatcher.cpp │ ├── themewatcher.h │ └── wizard │ └── style.qss ├── sync-exclude.lst ├── test ├── CMakeLists.txt ├── gui │ ├── .pylintrc │ ├── Makefile │ ├── config.sample.ini │ ├── config │ │ └── .gherlintrc.json │ ├── drone │ │ ├── log_reports.sh │ │ ├── notification_template.sh │ │ └── server.ini │ ├── envs.txt │ ├── requirements.txt │ ├── shared │ │ ├── files-for-upload │ │ │ ├── simple.pdf │ │ │ ├── test_video.mp4 │ │ │ ├── testavatar.jpeg │ │ │ ├── testavatar.jpg │ │ │ ├── testavatar.png │ │ │ └── testimage.mp3 │ │ ├── scripts │ │ │ ├── bdd_hooks.py │ │ │ ├── helpers │ │ │ │ ├── ConfigHelper.py │ │ │ │ ├── FilesHelper.py │ │ │ │ ├── ReportHelper.py │ │ │ │ ├── SetupClientHelper.py │ │ │ │ ├── SpaceHelper.py │ │ │ │ ├── StacktraceHelper.py │ │ │ │ ├── SyncHelper.py │ │ │ │ ├── UserHelper.py │ │ │ │ ├── WebUIHelper.py │ │ │ │ ├── WinPipeHelper.py │ │ │ │ └── api │ │ │ │ │ ├── http_helper.py │ │ │ │ │ ├── oc10.py │ │ │ │ │ ├── ocis.py │ │ │ │ │ ├── provisioning.py │ │ │ │ │ ├── sharing_helper.py │ │ │ │ │ ├── utils.py │ │ │ │ │ └── webdav_helper.py │ │ │ ├── names.py │ │ │ └── pageObjects │ │ │ │ ├── AccountConnectionWizard.py │ │ │ │ ├── AccountSetting.py │ │ │ │ ├── Activity.py │ │ │ │ ├── EnterPassword.py │ │ │ │ ├── PublicLinkDialog.py │ │ │ │ ├── Settings.py │ │ │ │ ├── SharingDialog.py │ │ │ │ ├── SyncConnection.py │ │ │ │ ├── SyncConnectionWizard.py │ │ │ │ └── Toolbar.py │ │ ├── steps │ │ │ ├── account_context.py │ │ │ ├── file_context.py │ │ │ ├── server_context.py │ │ │ ├── sharing_context.py │ │ │ ├── spaces_context.py │ │ │ ├── sync_context.py │ │ │ └── vfs_context.py │ │ └── verificationPoints │ │ │ ├── publicLinkExpirationProgressIndicatorInvisible │ │ │ └── publicLinkPasswordProgressIndicatorInvisible │ ├── suite.conf │ ├── tst_activity │ │ ├── test.feature │ │ └── test.py │ ├── tst_addAccount │ │ ├── test.feature │ │ └── test.py │ ├── tst_checkAlltabs │ │ ├── test.feature │ │ └── test.py │ ├── tst_deletFilesFolders │ │ ├── test.feature │ │ └── test.py │ ├── tst_editFiles │ │ ├── test.feature │ │ └── test.py │ ├── tst_loginLogout │ │ ├── test.feature │ │ └── test.py │ ├── tst_moveFilesFolders │ │ ├── test.feature │ │ └── test.py │ ├── tst_removeAccountConnection │ │ ├── test.feature │ │ └── test.py │ ├── tst_sharing │ │ ├── test.feature │ │ └── test.py │ ├── tst_spaces │ │ ├── test.feature │ │ └── test.py │ ├── tst_syncing │ │ ├── test.feature │ │ └── test.py │ └── tst_vfs │ │ ├── test.feature │ │ └── test.py ├── manual │ ├── favlink │ │ ├── favlink.pro │ │ ├── main.cpp │ │ └── owncloudlib.h │ └── windows close event │ │ ├── CMakeLists.txt │ │ ├── README.md │ │ └── main.cpp ├── modeltests │ ├── CMakeLists.txt │ ├── testactivitymodel.cpp │ └── testprotocolmodel.cpp ├── owncloud_add_test.cmake ├── test_journal.db ├── testblacklist.cpp ├── testchecksumvalidator.cpp ├── testchunkingng.cpp ├── testconcaturl.cpp ├── testconnectionvalidator │ ├── capabilities.json.in │ ├── status.php.json.in │ ├── testconnectionvalidator.cpp │ └── user.json ├── testcredentialmanager.cpp ├── testdatabaseerror.cpp ├── testdownload.cpp ├── testexcludedfiles.cpp ├── testfilesystem.cpp ├── testfolderman.cpp ├── testfolderwatcher.cpp ├── testinotifywatcher.cpp ├── testjhash.cpp ├── testjobqueue.cpp ├── testlocaldiscovery.cpp ├── testlockedfiles.cpp ├── testoauth.cpp ├── testowncloudpropagator.cpp ├── testownsql.cpp ├── testpermissions.cpp ├── testplan.txt ├── testremotediscovery.cpp ├── testsyncconflict.cpp ├── testsyncdelete.cpp ├── testsyncengine.cpp ├── testsyncfileitem.cpp ├── testsyncfilestatustracker.cpp ├── testsyncjournaldb.cpp ├── testsyncmove.cpp ├── testupdater.cpp ├── testuploadreset.cpp ├── testutility.cpp ├── testutils │ ├── CMakeLists.txt │ ├── syncenginetestutils.cpp │ ├── syncenginetestutils.h │ ├── test_helper.cpp │ ├── testutils.cpp │ ├── testutils.h │ └── testutilsloader.cpp └── testxmlparse.cpp └── translations ├── client_ar.ts ├── client_bg_BG.ts ├── client_cs.ts ├── client_de-informal.ts ├── client_de.ts ├── client_de_AT.ts ├── client_de_CH.ts ├── client_en.ts ├── client_en_GB.ts ├── client_es.ts ├── client_et.ts ├── client_it.ts ├── client_ja.ts ├── client_ko.ts ├── client_nl.ts ├── client_pt_BR.ts ├── client_ru.ts ├── client_ru_RU.ts ├── client_sq.ts ├── client_tr.ts └── client_ug.ts /.drone-secrets.env.in: -------------------------------------------------------------------------------- 1 | tx_token="" 2 | git_push_ssh_key="" 3 | -------------------------------------------------------------------------------- /.git-blame-ignore-revs: -------------------------------------------------------------------------------- 1 | c8d0f788e00bdae125a26d9159ce9efdd6325cd2 # Initial application of clang-format 2 | -------------------------------------------------------------------------------- /.github/workflows/.run-clang-tidy.ps1: -------------------------------------------------------------------------------- 1 | cd "${env:GITHUB_WORKSPACE}" 2 | 3 | # allow errors as some files can't be compiled on all platforms 4 | $oldErrorActio = $ErrorActionPreference 5 | $ErrorActionPreference="Continue" 6 | git ls-files *.cpp | ForEach-Object -Parallel {clang-tidy -p $env:BUILD_DIR/compile_commands.json $_ } -ThrottleLimit 5 | Tee-Object -Path $env:TMPDIR/clang-tidy.log 7 | $ErrorActionPreference = $oldErrorActio 8 | -------------------------------------------------------------------------------- /.github/workflows/craft_override.ini: -------------------------------------------------------------------------------- 1 | [GeneralSettings] 2 | # creating cache files on github makes no sense 3 | Packager/CreateCache = False 4 | 5 | [BlueprintSettings] 6 | # no longer preinstalled on the github images and only required to build dev-utils/breakpad-tools 7 | dev-utils/python2.ignored = True 8 | dev-utils/breakpad-tools.ignored = True 9 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/.gitmodules -------------------------------------------------------------------------------- /.tag: -------------------------------------------------------------------------------- 1 | 8a40749ac5448ee613fcd062f2f006a6ac2997b9 2 | -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- 1 | [main] 2 | host = https://www.transifex.com 3 | 4 | [o:owncloud-org:p:owncloud:r:client] 5 | source_file = translations/client_en.ts 6 | source_lang = en 7 | file_filter = translations/client_.ts 8 | type = TS 9 | minimum_perc = 75 10 | 11 | # de_DE holds the formal translation which we want as default 12 | lang_map = de_DE: de, de: de-informal, pt_PT: pt, cs_CZ: cs, et_EE: et, fi_FI: fi, ja_JP: ja, hu_HU: hu, sk_SK: client_sk, th_TH: th 13 | -------------------------------------------------------------------------------- /admin/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | # traverse into osx subdirectory to install and patch the create-pack script 2 | add_subdirectory(osx) 3 | -------------------------------------------------------------------------------- /admin/osx/DMGBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/admin/osx/DMGBackground.png -------------------------------------------------------------------------------- /admin/osx/DS_Store.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/admin/osx/DS_Store.in -------------------------------------------------------------------------------- /admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/admin/osx/deny_autoupdate_com.owncloud.desktopclient.plist -------------------------------------------------------------------------------- /admin/osx/installer-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/admin/osx/installer-background.png -------------------------------------------------------------------------------- /admin/osx/installer-background_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/admin/osx/installer-background_2x.png -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/4896.md: -------------------------------------------------------------------------------- 1 | Bugfix: Issues with long file path 2 | 3 | We fixed another issue with long Windows paths. 4 | 5 | 6 | https://github.com/owncloud/enterprise/issues/4896 7 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/8924.md: -------------------------------------------------------------------------------- 1 | Bugfix: Do not ask for credentials at start-up when the user logged out 2 | 3 | When a user would log out, and quit the client, then on the next start 4 | the client would immediately ask for credentials. This has been fixed by 5 | storing the fact that the user logged out before in the account 6 | settings. 7 | 8 | https://github.com/owncloud/client/issues/8924 9 | 10 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9000.md: -------------------------------------------------------------------------------- 1 | Enhancement: Reintroduce issue filtering 2 | 3 | We reintroduced a filtering option to the issue table. 4 | With the addition of a Filter button we also made the existing filter by account feature more accessible. 5 | 6 | https://github.com/owncloud/client/issues/9000 7 | https://github.com/owncloud/client/pull/9023 8 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9071.md: -------------------------------------------------------------------------------- 1 | Bugfix: A folder moved on the server was displayed as outdated 2 | 3 | We fixed a bug where a folder moved on the server was displayed as outdated. 4 | 5 | https://github.com/owncloud/client/issues/9071 6 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9099.md: -------------------------------------------------------------------------------- 1 | Enhancement: Allow to remove broken sync folders 2 | 3 | In case a folder is no longer available it was not possible to remove the folder. 4 | We now made the remove action available in that case. 5 | 6 | https://github.com/owncloud/client/pull/9099 7 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9149.md: -------------------------------------------------------------------------------- 1 | Bugfix: immediately propagate changes to the ignore list 2 | 3 | Previously, when changing the ignore list, those changes would not be 4 | propagated to existing sync folders. Only after restarting the client, 5 | would these changes be applied. 6 | 7 | https://github.com/owncloud/client/issues/8975 8 | https://github.com/owncloud/client/pull/9149 9 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9150.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix icon name in desktop file with ownBrander themes 2 | 3 | Fixes broken icon reference in desktop entries for some branded build themes. 4 | 5 | https://github.com/owncloud/client/issues/8992 6 | https://github.com/owncloud/client/pull/9150 7 | 8 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9170.md: -------------------------------------------------------------------------------- 1 | Bugfix: Crash when handling locked files 2 | 3 | We fixed a crash that could occur when trying to add a locked folder to the database. 4 | 5 | 6 | https://github.com/owncloud/client/issues/9170 7 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9196.md: -------------------------------------------------------------------------------- 1 | Bugfix: Always restart OAuth2 on error 2 | 3 | We now always restart the OAuth2 process once we got a result. 4 | This will ensure that a second try after an error occurred can succeed. 5 | 6 | https://github.com/owncloud/client/issues/9196 7 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9208.md: -------------------------------------------------------------------------------- 1 | Enhancement: Also ignore local repeating errors for a period of time 2 | 3 | If an error occurs on the server (a URL is not reachable) we try a couple of times, then we ignore that file for a period of time. 4 | We now do the same with errors that occur locally. 5 | 6 | https://github.com/owncloud/client/issues/9208 7 | https://github.com/owncloud/client/issues/9133 8 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9223.md: -------------------------------------------------------------------------------- 1 | Bugfix: Display correct error message for files containing `\:?*"<>|` 2 | 3 | While the error message was supposed to be: 4 | `File names containing the character '%1' are not supported on this file system.` 5 | 6 | We displayed: 7 | `The file name is a reserved name on this file system.` 8 | 9 | https://github.com/owncloud/client/pull/9223/ 10 | 11 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9241.md: -------------------------------------------------------------------------------- 1 | Bugfix: Do not sync when `unsyncedfolders` file cannot be read 2 | 3 | owncloudcmd now checks if the file specified by --unsyncedfolders exists 4 | and can be read, before starting the sync. If it does not exist, show an 5 | error message and quit immediately. 6 | 7 | https://github.com/owncloud/client/issues/9165 8 | https://github.com/owncloud/client/pull/9241 9 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9257.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix failing dehydration causing files to be moved to trash 2 | 3 | If files where dehydrated by the user the action could fail under certain conditions 4 | which caused a deletion of the file. 5 | 6 | https://github.com/owncloud/client/pull/9257 7 | https://github.com/owncloud/client-desktop-vfs-win/pull/9 8 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9266.md: -------------------------------------------------------------------------------- 1 | Bugfix: Do not show Activity tab if server app is disabled or uninstalled 2 | 3 | The Activity app API nowadays returns error responses in case the app is disabled or uninstalled. 4 | This new behavior is now supported in the client. 5 | 6 | https://github.com/owncloud/client/issues/9260 7 | https://github.com/owncloud/client/pull/9266 8 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9291.md: -------------------------------------------------------------------------------- 1 | Enhancement: Remove the availability menu from the ui 2 | 3 | The availability options should be handled on a folder base and in the file browser. 4 | 5 | 6 | https://github.com/owncloud/client/pull/9291 -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9293.md: -------------------------------------------------------------------------------- 1 | Bugfix: Handle file locks for delete jobs 2 | 3 | We no longer report an error when the client tries to delete a locked file 4 | but wait for the lock to be removed. 5 | 6 | This only works when a file is deleted not on folders. 7 | 8 | https://github.com/owncloud/client/issues/9293 9 | https://github.com/owncloud/client/pull/9295 10 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9341.md: -------------------------------------------------------------------------------- 1 | Bugfix: Run a full local discovery after we were paused or on a forced sync 2 | 3 | Previously we did an incremental search which might have skipped some local changes. 4 | 5 | https://github.com/owncloud/client/issues/9341 6 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/9342.md: -------------------------------------------------------------------------------- 1 | Bugfix: Infinite sync loop if folder is locked 2 | 3 | We fixed a bug that caused an infinite sync loop if an error occurred. 4 | 5 | https://github.com/owncloud/client/issues/9342 6 | https://github.com/owncloud/client-desktop-vfs-win/pull/14 7 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/client-desktop-vfs-win-12.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add the syncroot to the search indexed with Windows VFS 2 | 3 | Microsoft recommends adding the syncroot to search indexer to improve 4 | the performance with the file status icons. 5 | 6 | https://github.com/owncloud/client-desktop-vfs-win/pull/12 7 | -------------------------------------------------------------------------------- /changelog/2.10.0_2022-01-17/client-desktop-vfs-win-13.md: -------------------------------------------------------------------------------- 1 | Bugfix: We fixed a possible crash 2 | 3 | We fixed a possible crash that could happen during the 4 | initialisation of the vfs plugin. 5 | 6 | https://github.com/owncloud/client-desktop-vfs-win/pull/13 7 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9030.md: -------------------------------------------------------------------------------- 1 | Bugfix: Do not strip trailing whitespace from a file or folder name 2 | 3 | https://github.com/owncloud/client/issues/9030 4 | https://github.com/owncloud/client/pull/9452 5 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9105.md: -------------------------------------------------------------------------------- 1 | Bugfix: Remove outdated translations 2 | 3 | Due to a bug we were not removing the translations that fell below 4 | a required quality margin, we only stopped updating them. 5 | Resulting in even worse translations in some cases. 6 | 7 | https://github.com/owncloud/client/issues/9105 8 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9121.md: -------------------------------------------------------------------------------- 1 | Bugfix: Progress reporting for TUS uploads 2 | 3 | We fixed a bug with missing progress reporting in TUS uploads 4 | 5 | https://github.com/owncloud/client/issues/9121 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9147.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix crash if a database error occurs 2 | 3 | We no longer crash if a database error occurs on startup, 4 | instead the folder will enter an error sate similar to the case 5 | that the folder does not exist. 6 | 7 | https://github.com/owncloud/client/issues/9147 8 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9155.md: -------------------------------------------------------------------------------- 1 | Bugfix: --version showed incorrect information about VFS support 2 | 3 | --version used to always show "Off", even when a VFS plugin was available. 4 | This has been fixed now. 5 | 6 | https://github.com/owncloud/client/issues/9155 7 | https://github.com/owncloud/client/pull/9457 8 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9236.md: -------------------------------------------------------------------------------- 1 | Bugfix: Client warns about non-existing files 2 | 3 | We fixed a bug where the client warns about ignored files that where added to the DB in previous versions of the client 4 | and do no longer exist. 5 | 6 | https://github.com/owncloud/client/issues/9236 7 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9238.md: -------------------------------------------------------------------------------- 1 | Bugfix: mention source file in activity tab when renaming 2 | 3 | https://github.com/owncloud/client/issues/9238 4 | https://github.com/owncloud/client/pull/9453 5 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9245.md: -------------------------------------------------------------------------------- 1 | Enhancement: Retry token refresh multiple times before logout 2 | 3 | https://github.com/owncloud/client/issues/9245 4 | https://github.com/owncloud/client/pull/9380 5 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9304.md: -------------------------------------------------------------------------------- 1 | Enhancement: Don't log error when checking removed file for changes 2 | 3 | We removed some misleading error messages from the log. 4 | 5 | https://github.com/owncloud/client/issues/9304 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9367.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix crash on remove account 2 | 3 | We fixed a potential reference to a deleted item, when an account was removed. 4 | 5 | https://github.com/owncloud/client/issues/9367 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9375.md: -------------------------------------------------------------------------------- 1 | Bugfix: Raise ssl issue dialog above the wizard 2 | 3 | Under certain conditions it was possible that the ssl dialog was hidden behind the wizard. 4 | 5 | https://github.com/owncloud/client/pull/9375 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9381.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fallback to ownCloud sidebar icons on Mac if none provided in branding 2 | 3 | If a customer does not provide sidebar icons we use the ownCloud sidebar icons. 4 | 5 | 6 | https://github.com/owncloud/client/pull/9381 7 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9382.md: -------------------------------------------------------------------------------- 1 | Bugfix: Immediately retry upload if file changed during sync 2 | 3 | If a file changed during discovery and the actual upload for multiple retries in a row, changes of it were ignored for a period of time. 4 | 5 | https://github.com/owncloud/client/issues/9382 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9383.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't reset change time on upload 2 | 3 | We fixed a bug where we reset the change time of Windows placeholder files to the value in the database during uploads. 4 | This cold cause other applications to detect non-existing changes in that file. 5 | 6 | https://github.com/owncloud/client/issues/9383 7 | https://github.com/owncloud/client-desktop-vfs-win/pull/16 8 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9387.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix toggling launch-on-login for macOS 2 | 3 | This would fail when upgrading the application, and the upgraded version 4 | has one or more letters in the name changed from/to upper-case. 5 | 6 | https://github.com/owncloud/client/issues/9387 7 | https://github.com/owncloud/client/pull/9433 8 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9390.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix translated icon names in desktop file with ownBrander themes 2 | 3 | Fixes broken translated icon reference in desktop entries for some branded build themes. 4 | 5 | https://github.com/owncloud/client/pull/9390 6 | 7 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9417.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix possible crash 2 | 3 | We change the initialisation of a Windows icon to prevent a possible crash. 4 | 5 | https://github.com/owncloud/client/issues/9417 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9420.md: -------------------------------------------------------------------------------- 1 | Bugfix: add open local/remote folder options 2 | 3 | Add the "open local/remote folder" context menu items for non-sync-root 4 | items back into the accounts tab in the settings dialog. 5 | 6 | https://github.com/owncloud/client/issues/9405 7 | https://github.com/owncloud/client/pull/9420 8 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9425.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix Account Filter for Server Activity tab 2 | 3 | https://github.com/owncloud/client/pull/9481 4 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9437.md: -------------------------------------------------------------------------------- 1 | Bugfix: Ensure proper setup of network jobs on retries 2 | 3 | On retries network jobs where not properly setup which could 4 | lead to undefined behaviour. 5 | 6 | https://github.com/owncloud/client/pull/9437 7 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9489.md: -------------------------------------------------------------------------------- 1 | Bugfix: If required clear cookies in more scenarios 2 | 3 | BigIp F5 requires special cookie handling on our side. 4 | We only explicitly cleared the cookies when we hit an unexpected redirect, 5 | now we will clear them also when refreshing our OAuth token. 6 | 7 | https://github.com/owncloud/client/pull/9489 8 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9513.md: -------------------------------------------------------------------------------- 1 | Bugfix: improve filter pop-up menu and button 2 | 3 | - replaced "No filter" option text with "All", to avoid the "No filter is not enabled" situation 4 | - replace the "Filter" label on the button with "1 Filter"/"2 Filters" when a filter is active, so a user can immediately see that without having to open the filter pop-up 5 | 6 | https://github.com/owncloud/client/issues/9425 7 | https://github.com/owncloud/client/pull/9513 8 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9515.md: -------------------------------------------------------------------------------- 1 | Enhancement: Always flush log when logging to stdout 2 | 3 | We improved the behaviour of logging to a terminal. 4 | 5 | https://github.com/owncloud/client/pull/9515 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9523.md: -------------------------------------------------------------------------------- 1 | Enhancement: Added branding parameter to disallow duplicated folder sync pairs 2 | 3 | We added a branding parameter to disallow the addition of duplicated folder sync pairs in 4 | the add folder wizard. 5 | 6 | https://github.com/owncloud/client/issues/9523 7 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9525.md: -------------------------------------------------------------------------------- 1 | Enhancement: Retry update after 10 minutes 2 | 3 | When an update (check) fails, it is currently retried only when the regular timeout (10 hours 4 | by default) is triggered. With this change, we retry the update (check) after 10 minutes already. 5 | 6 | https://github.com/owncloud/client/issues/9522 7 | https://github.com/owncloud/client/pull/9525 8 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9533.md: -------------------------------------------------------------------------------- 1 | Bugfix: Possible crash when removing non-existing folder 2 | 3 | 4 | https://github.com/owncloud/client/issues/9533 5 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/9545.md: -------------------------------------------------------------------------------- 1 | Bugfix: Can't stop basic auth login 2 | 3 | We fixed a bug where the user was asked for their credentials again and again with no chance to abort. 4 | 5 | https://github.com/owncloud/client/issues/9545 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/client-desktop-vfs-win-18.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix potential download failure for renamed file with Windows VFS 2 | 3 | When a dehydrated file is renamed and immediately opened, the subsequent download might try to create a file with the original (un-renamed) name. 4 | 5 | https://github.com/owncloud/client-desktop-vfs-win/pull/18 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/client-desktop-vfs-win-21.md: -------------------------------------------------------------------------------- 1 | Bugfix: Possible crash when downloading a virtual file on Windows 2 | 3 | We fixed a bug that might have caused crashes when working with virtual files on Windows. 4 | 5 | https://github.com/owncloud/client-desktop-vfs-win/pull/21 6 | -------------------------------------------------------------------------------- /changelog/2.10.1_2022-04-05/enterprise-5052.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't publish upload if we can't finish the transaction in the client 2 | 3 | When a file gets locked during an upload we aborted after the upload finished on the server. 4 | Resulting in a divergence of the local and remote state which could lead to conflicts. 5 | 6 | https://github.com/owncloud/enterprise/issues/5052 7 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/5174.md: -------------------------------------------------------------------------------- 1 | Bugfix: Compare usernames case-insensitive 2 | 3 | We fixed a bug where the user name was compared with the name provided by the server in a case-sensitive way. 4 | 5 | https://github.com/owncloud/enterprise/issues/5174 6 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/9571.md: -------------------------------------------------------------------------------- 1 | Bugfix: Use UTF-8 for .owncloudsync.log 2 | 3 | We fixed a bug where Unicode file names were not correctly displayed in .owncloudsync.log. 4 | 5 | https://github.com/owncloud/client/pull/9571 6 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/9600.md: -------------------------------------------------------------------------------- 1 | Bugfix: Crash when interacting with a folder in an error state 2 | 3 | We fixed a crash when using the context menu on a folder that encountered an error and was not using virtual files. 4 | 5 | https://github.com/owncloud/client/issues/9600 6 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/9791.md: -------------------------------------------------------------------------------- 1 | Bugfix: Database was recreated after its removal 2 | 3 | We fixed a bug where the database was recreated during the removal of a sync folder connection. 4 | 5 | https://github.com/owncloud/client/issues/9791 6 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/9832.md: -------------------------------------------------------------------------------- 1 | Enhancement: Throttle the UI updates during sync 2 | 3 | We reduced the number of UI updates during the sync, 4 | especially with Windows vfs files this should improve the performance by a lot. 5 | 6 | https://github.com/owncloud/client/issues/9832 7 | https://github.com/owncloud/client/pull/9863 8 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/9836.md: -------------------------------------------------------------------------------- 1 | Enhancement: Run vfs downloads with a high priority 2 | 3 | This should reduce the probability for timeouts when downloading vfs files in the Windows explorer. 4 | 5 | https://github.com/owncloud/client/pull/9836 6 | https://github.com/owncloud/client/issues/9832 7 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/9864.md: -------------------------------------------------------------------------------- 1 | Bugfix: We fixed a potential crash 2 | 3 | https://github.com/owncloud/client/issues/9864 4 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/9956.md: -------------------------------------------------------------------------------- 1 | Enhancement: Don't abort sync if a user requests a file 2 | 3 | Previously we aborted any running sync if a user requested a file that was not yet available locally. 4 | This was done to ensure the user does not need to wait for the current sync to finish. 5 | However, in today's code both actions the download and the sync can run in parallel. 6 | 7 | https://github.com/owncloud/client/pull/9956 8 | https://github.com/owncloud/client/issues/9832 9 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/9966.md: -------------------------------------------------------------------------------- 1 | Bugfix: Windows VFS: Files in an existing folder are dehydrated 2 | 3 | We fixed a bug, when a user selects an existing folder as sync root we previously dehydrated all existing files. 4 | 5 | https://github.com/owncloud/client/pull/9966 6 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/9969.md: -------------------------------------------------------------------------------- 1 | Bugfix: Run next scheduled sync after a folder was removed 2 | 3 | We fixed a bug where we did not start another sync when a folder that was currently syncing was removed. 4 | 5 | https://github.com/owncloud/client/issues/9969 6 | -------------------------------------------------------------------------------- /changelog/2.11.0_2022-08-18/client-desktop-vfs-win-34.md: -------------------------------------------------------------------------------- 1 | Bugfix: Windows VFS: Keep file attributes and pin state 2 | 3 | When a user selected "Always keep on this device" on a cloud only file, we lost that information. 4 | "Always keep on this device" only worked on already present files. 5 | 6 | https://github.com/owncloud/client-desktop-vfs-win/pull/34 7 | -------------------------------------------------------------------------------- /changelog/2.11.1_2022-08-31/10058.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix configuration of selective sync from account settings 2 | 3 | We fixed a bug that prevented the directory tree in the account settings window from being expanded beyond the root directory level. 4 | The problem was introduced in 8d0dd36d2. 5 | 6 | https://github.com/owncloud/client/pull/10058 7 | https://github.com/owncloud/client/pull/10065 8 | -------------------------------------------------------------------------------- /changelog/2.6.2_2020-02-21/7755.md: -------------------------------------------------------------------------------- 1 | Change: Add branding option to disable experimental features 2 | 3 | https://github.com/owncloud/client/issues/7755 4 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/3922.md: -------------------------------------------------------------------------------- 1 | Change: Restart the client after an update 2 | 3 | We now start the client after an update, if the client was running before the update. 4 | 5 | https://github.com/owncloud/enterprise/issues/3922 6 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7018.md: -------------------------------------------------------------------------------- 1 | Bugfix: Client sometimes does not show up when started by a user 2 | 3 | We fixed a bug where a client sometimes does not show up when a user request a start. 4 | 5 | https://github.com/owncloud/client/issues/7018 6 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7043.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix several wrong colored icons in dark mode 2 | 3 | We fixed multiple issues where monochrome icons where not converted to match the 4 | current theme. 5 | 6 | https://github.com/owncloud/client/issues/7043 7 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7247.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fixed bug in public link with password required 2 | 3 | In the sharing dialog, "password required" capabilities lead to incorrect behaviour 4 | 5 | https://github.com/owncloud/client/issues/7247 6 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7313.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fixed editing public link expiration date 2 | 3 | In the sharing dialog, allow editing public link expiration date when it is enforced 4 | 5 | https://github.com/owncloud/client/issues/7313 6 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7336.md: -------------------------------------------------------------------------------- 1 | Bugfix: Expand file tree also when no folders are synced 2 | 3 | We have fixed the behaviour of the folder Widget, 4 | when an account was added and none of its folders was selected to be synced, the tree was not expanded. 5 | 6 | https://github.com/owncloud/client/issues/7336 7 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7700.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fixed bug saving the cookies 2 | 3 | Saving the cookies on Windows might fail if the containing folder does not exist 4 | 5 | 6 | https://github.com/owncloud/client/issues/7700 7 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7709.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fixed crash in the setup wizard 2 | 3 | Fixe crash if setup wizard is closed while the virtual file system dialog is open 4 | 5 | 6 | https://github.com/owncloud/client/issues/7709 7 | https://github.com/owncloud/client/issues/7711 8 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7710.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fixed bug in the Virtual File warning dialog 2 | 3 | Don't show virtual file system warning again when the radio button is triggered a second time. 4 | Declining the dialog had no effect as the radio button was already checked 5 | 6 | https://github.com/owncloud/client/issues/7710 7 | https://github.com/owncloud/client/issues/7712 8 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7722.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fixed a potential crash while discovering moves 2 | 3 | 4 | https://github.com/owncloud/client/issues/7722 5 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7741.md: -------------------------------------------------------------------------------- 1 | Bugfix: Add Folder Sync Connection sometimes does not warn 2 | 3 | Warn when adding a folder sync connection of a remote folder 4 | for which a subdir is already synchronized 5 | 6 | https://github.com/owncloud/client/issues/7741 7 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7744.md: -------------------------------------------------------------------------------- 1 | Bugfix: Resize the buttons in the settings view dynamically 2 | 3 | Since Qt 5.12 the button text gets elided automatically 4 | if the button text would exceed the button width. 5 | 6 | https://github.com/owncloud/client/issues/7744 7 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7759.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix status icon after move errors 2 | 3 | The file status icon was not showing an error when a move operation failed 4 | 5 | https://github.com/owncloud/client/issues/7759 6 | 7 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7760.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fixed a potential crash on cancellation of discovery jobs 2 | 3 | 4 | https://github.com/owncloud/client/pull/7760 5 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7761.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix a potential crash on Windows VFS 2 | 3 | We've fixed a potential crash where marking a file as 4 | "Always keep on this device" caused the client to crash. 5 | 6 | https://github.com/owncloud/client/issues/7761 7 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7762.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fixed OAuth2 login of user with `+` 2 | 3 | Make sure that the `+` in the user name is properly encoded in the URL 4 | opened by the browser when doing an OAuth2 authentication. 5 | 6 | https://github.com/owncloud/client/issues/7762 7 | 8 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7774.md: -------------------------------------------------------------------------------- 1 | Bugfix: On Windows the share dialog does not open as the top most window 2 | 3 | We now ensure that our dialogs are correctly raised. 4 | 5 | https://github.com/owncloud/client/issues/7774 6 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7799.md: -------------------------------------------------------------------------------- 1 | Bugfix: Client sometimes crashes when a placeholder file was moved 2 | 3 | We fixed an issue where moving a placeholder file would lead to a crash. 4 | 5 | https://github.com/owncloud/client/issues/7799 6 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7831.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't override cookies with old values 2 | 3 | We fixed a bug where a client sometimes overrode the content of the cookie jar 4 | with outdated or corrupted values 5 | 6 | https://github.com/owncloud/client/pull/7831 7 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7856.md: -------------------------------------------------------------------------------- 1 | Change: Wizard is hidden behind the browser 2 | 3 | We now raise the wizard after a successful authentication 4 | 5 | https://github.com/owncloud/client/issues/7856 6 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7874.md: -------------------------------------------------------------------------------- 1 | Bugfix: Closing prompt has the same effect as accepting 2 | 3 | We fixed the handling of the user's input. 4 | 5 | https://github.com/owncloud/client/issues/7874 6 | -------------------------------------------------------------------------------- /changelog/2.6.3_2020-06-10/7878.md: -------------------------------------------------------------------------------- 1 | Bugfix: Crash on migration of old settings 2 | 3 | We fixed a crash when user settings are migrated 4 | to a new client version. 5 | 6 | https://github.com/owncloud/client/issues/7878 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/3839.md: -------------------------------------------------------------------------------- 1 | Change: Don't hardcode a plugin location 2 | 3 | We no longer hardcode a plugin location only available on the build system. 4 | If a setup uses a non default plugin location, please consider setting 5 | the environment variable QT_PLUGIN_PATH. 6 | 7 | https://github.com/owncloud/enterprise/issues/3839 8 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7356.md: -------------------------------------------------------------------------------- 1 | Change: Detect the Windows 10 theme for the system tray 2 | 3 | We now display the system tray icon according to the current theme 4 | 5 | https://github.com/owncloud/client/issues/7356 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7724.md: -------------------------------------------------------------------------------- 1 | Change: When manually adding a folder sync connection, don't display 404 errors 2 | 3 | We no longer display 404 errors when exploring the folders. 4 | A user might not have access to the full file tree on the server. 5 | 6 | https://github.com/owncloud/client/issues/7724 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7748.md: -------------------------------------------------------------------------------- 1 | Change: Enabling native VFS on Windows create two shortcuts in the Explorer 2 | 3 | We now remove legacy shortcuts when we enable VFS 4 | 5 | https://github.com/owncloud/client/issues/7748 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7749.md: -------------------------------------------------------------------------------- 1 | Change: Redesign the About dialog 2 | 3 | We redesigned the way the About information is displayed and unified it 4 | with the "--version" switch. 5 | 6 | https://github.com/owncloud/client/issues/7749 7 | https://github.com/owncloud/enterprise/issues/3787 8 | https://github.com/owncloud/client/issues/7704 9 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7779.md: -------------------------------------------------------------------------------- 1 | Bugfix: Legacy config migration reverted files to online only 2 | 3 | We fixed a legacy config migration which reverted all files to online only on 4 | every start. 5 | 6 | https://github.com/owncloud/client/issues/7779 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7833.md: -------------------------------------------------------------------------------- 1 | Change: The password dialog is hidden behind a window 2 | 3 | We changed the password dialog to stay on top of the ownCloud window. 4 | 5 | https://github.com/owncloud/client/issues/7833 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7862.md: -------------------------------------------------------------------------------- 1 | Change: The client uploads chunks even though the server reports lack of support 2 | 3 | We now correctly handle the `bigfilechunking` capability 4 | 5 | https://github.com/owncloud/client/issues/7862 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7868.md: -------------------------------------------------------------------------------- 1 | Change: Mac does not display a dock entry 2 | 3 | We changed the behaviour of the client to display a dock entry when we have a window open. 4 | 5 | https://github.com/owncloud/client/issues/7868 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7873.md: -------------------------------------------------------------------------------- 1 | Change: Option to log HTTP requests and responses 2 | 3 | We now allow to log http requests and responses 4 | 5 | https://github.com/owncloud/client/issues/7873 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7877.md: -------------------------------------------------------------------------------- 1 | Bugfix: Some check boxes in the sharing dialog are disabled 2 | 3 | We fixed a bug where the servers default sharing permissions 4 | where used as limiting factor instead of a default selection. 5 | 6 | https://github.com/owncloud/client/issues/7877 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7881.md: -------------------------------------------------------------------------------- 1 | Change: Add button for `Log Settings` to advanced settings 2 | 3 | We added an easy way, besides pressing F12, to access the log settings. 4 | 5 | https://github.com/owncloud/client/issues/7881 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7920.md: -------------------------------------------------------------------------------- 1 | Change: The layout of several ui elements is broken 2 | 3 | We replace an old layout mechanism with a more advanced one. 4 | 5 | https://github.com/owncloud/client/issues/7920 6 | https://github.com/owncloud/client/issues/7941 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7922.md: -------------------------------------------------------------------------------- 1 | Change: The client hides the window during the authentication process 2 | 3 | We changed the confusing behaviour and now minimize ownCloud instead. 4 | This ensures that the window stays accessible. 5 | 6 | https://github.com/owncloud/client/pull/7922 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7925.md: -------------------------------------------------------------------------------- 1 | Change: The settings ui shows a prompt for a few seconds 2 | 3 | We now hide that prompt by default and only show it if needed. 4 | 5 | https://github.com/owncloud/client/pull/7925 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7962.md: -------------------------------------------------------------------------------- 1 | Change: Reorganize Settings 2 | 3 | We rename "General" to "Settings" and move the "Network" into "Settings" 4 | 5 | https://github.com/owncloud/client/pull/7962 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7976.md: -------------------------------------------------------------------------------- 1 | Bugfix: Selective sync dialog is displayed when virtual files are enabled 2 | 3 | We hide that dialog now so that it is no longer possible to remove files 4 | from synchronisation when virtual files are enabled. 5 | 6 | https://github.com/owncloud/client/issues/7976 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7989.md: -------------------------------------------------------------------------------- 1 | Change: Use the checksum type specified by the server by default 2 | 3 | The default type for computation of the checksum was sha1 independent 4 | of the type specified by the server. 5 | Under certain conditions that caused multiple computations of the checksum. 6 | 7 | https://github.com/owncloud/client/pull/7989 8 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/7999.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix support of adler32 checksums with Windows virtual files support 2 | 3 | The validation device reported a size of 0 and thus the computations of the 4 | checksums was aborted. 5 | 6 | https://github.com/owncloud/client/issues/7999 7 | https://github.com/owncloud/client/pull/8015 8 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8018.md: -------------------------------------------------------------------------------- 1 | Change: Move "Choose what to sync" to sync everything settings 2 | 3 | While selective sync is a feature only available when everything is synced, 4 | the option had its own radio button. 5 | We now moved the button to the other sync everything related settings. 6 | 7 | https://github.com/owncloud/client/pull/8018 8 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8019.md: -------------------------------------------------------------------------------- 1 | Change: Enable Windows Virtual files by default 2 | 3 | We now enable the Windows Virtual file support by default. 4 | 5 | https://github.com/owncloud/client/pull/8019 6 | https://github.com/owncloud/client/issues/8139 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8020.md: -------------------------------------------------------------------------------- 1 | Change: Move sync hidden files to advanced settings 2 | 3 | We moved the option to sync hidden files from the "Edit ignored Files" dialog 4 | into the advanced settings. 5 | 6 | https://github.com/owncloud/client/issues/8020 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8027.md: -------------------------------------------------------------------------------- 1 | Bugfix: Use the correct style for the folder wizard 2 | 3 | We now use the same style for the wizard on all platforms 4 | 5 | https://github.com/owncloud/client/pull/8027 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8038.md: -------------------------------------------------------------------------------- 1 | Change: Replace the old icons with a unified look 2 | 3 | We replaced the different styles and colors of the icons 4 | with a new unified look. 5 | 6 | https://github.com/owncloud/client/pull/8038 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8042.md: -------------------------------------------------------------------------------- 1 | Bugfix: Use the same HDPI for the crash reporter as for the client 2 | 3 | We fixed the behaviour of the crash reporter on HDPI screens. 4 | 5 | https://github.com/owncloud/client/issues/8042 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8050.md: -------------------------------------------------------------------------------- 1 | Change: Sharing dialog is now always on top of the settings dialog 2 | 3 | The sharing dialog is now a sub dialog, so it will be easier to continue sharing a folder. 4 | 5 | https://github.com/owncloud/client/pull/8050 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8051.md: -------------------------------------------------------------------------------- 1 | Bugfix: The back button on the advanced wizard page no longer gets enabled 2 | 3 | We fixed a bug where the back button in the advanced wizard page get re-enabled. 4 | 5 | https://github.com/owncloud/client/issues/8051 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8064.md: -------------------------------------------------------------------------------- 1 | Change: Remove the branding option `wizardSelectiveSyncDefaultNothing` 2 | 3 | The branding option was removed as believe that it did not provide a good user experience. 4 | We recommend `newBigFolderSizeLimit` together with `wizardHideFolderSizeLimitCheckbox` as a replacement. 5 | 6 | https://github.com/owncloud/client/pull/8064 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8066.md: -------------------------------------------------------------------------------- 1 | Bugfix: Ensure permissions for newly added files are available 2 | 3 | We fixed a bug where newly added files had no server permissions set. 4 | Under certain conditions that was leading to an undefined behaviour. 5 | 6 | https://github.com/owncloud/client/issues/8066 7 | https://github.com/owncloud/client/issues/7967 8 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8085.md: -------------------------------------------------------------------------------- 1 | Bugfix: Remove notifications when the account they belong to was removed 2 | 3 | We fixed a bug where notifications where still displayed after an account was removed. 4 | 5 | https://github.com/owncloud/client/issues/8085 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8104.md: -------------------------------------------------------------------------------- 1 | Change: Account display name `servername (username)` to `username@servername` 2 | 3 | We changed the way the accounts are displayed to improve the syntactical value. 4 | 5 | https://github.com/owncloud/client/issues/8104 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8127.md: -------------------------------------------------------------------------------- 1 | Change: Remove update channels from the ownCloud client 2 | 3 | To ensure a maximum of stability user should not replace their productive client with a preview build. 4 | For that exact reason we offer testpilotcloud clients, they can be installed in parallel and updated via the beta channel. 5 | 6 | If a user is more adventurous than the average a manual installation of a preview is always possible. 7 | 8 | https://github.com/owncloud/client/issues/8127 9 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8131.md: -------------------------------------------------------------------------------- 1 | Bugfix: Check whether the local folder supports the virtual file system 2 | 3 | The Windows virtual file system requires NTFS, we now ensure that the folder is 4 | using NTFS before we continue. 5 | 6 | https://github.com/owncloud/client/issues/8131 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8169.md: -------------------------------------------------------------------------------- 1 | Change: Display the users avatar in the activity list 2 | 3 | We now display the users avatar if available in the activity log table. 4 | 5 | https://github.com/owncloud/client/issues/8169 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8170.md: -------------------------------------------------------------------------------- 1 | Bugfix: "All Files removed" dialog no longer blocks the application 2 | 3 | We fixed a bug where a dialog locked the whole application 4 | 5 | https://github.com/owncloud/client/issues/8170 6 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/8187.md: -------------------------------------------------------------------------------- 1 | Bugfix: We fixed the permissions check for local folders on NTFS 2 | 3 | We fixed a bug where the check whether the local folder is writeable returned a wrong result. 4 | This could cause a crash with the virtual file system plugin. 5 | 6 | https://github.com/owncloud/client/issues/8187 7 | -------------------------------------------------------------------------------- /changelog/2.7.0_2020-11-13/product-19.md: -------------------------------------------------------------------------------- 1 | Change: Add support for the TUS resume-able upload protocol 2 | 3 | With the support of the TUS protocol we are now able to easily and reliably 4 | upload files to oCIS. 5 | 6 | 7 | https://github.com/owncloud/product/issues/19 8 | -------------------------------------------------------------------------------- /changelog/2.7.1_2020-11-18/8229.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix client forgetting VirtualFiles mode 2 | 3 | We fixed a migration issue where 2.5 based settings where the client was 4 | forgetting the VirtualFiles settings. 5 | 6 | https://github.com/owncloud/client/pull/8229 7 | -------------------------------------------------------------------------------- /changelog/2.7.1_2020-11-18/8232.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't follow redirects on .well-known/openid-configuration 2 | 3 | We fixed a bug where the client followed redirects 4 | for .well-known/openid-configuration. 5 | 6 | https://github.com/owncloud/client/pull/8232 7 | https://github.com/owncloud/openidconnect/issues/20 8 | -------------------------------------------------------------------------------- /changelog/2.7.2_2020-12-02/8244.md: -------------------------------------------------------------------------------- 1 | Bugfix: Correctly detect Windows 10 taskbar theme 2 | 3 | We fixed the detection of a dark system try theme on 4 | Windows. 5 | 6 | https://github.com/owncloud/client/issues/8244 7 | -------------------------------------------------------------------------------- /changelog/2.7.2_2020-12-02/8248.md: -------------------------------------------------------------------------------- 1 | Bugfix: Sync small plaintext files with Windows VFS 2 | 3 | We fixed a bug where small plaintext files where not synced 4 | due to a broken integrity check. 5 | 6 | https://github.com/owncloud/client/issues/8248 7 | -------------------------------------------------------------------------------- /changelog/2.7.2_2020-12-02/8258.md: -------------------------------------------------------------------------------- 1 | Bugfix: Update "Sync hidden files" button 2 | 3 | We fixed a bug that prevented the "Sync hidden files" from 4 | displaying the correct value. 5 | 6 | https://github.com/owncloud/client/issues/8258 7 | -------------------------------------------------------------------------------- /changelog/2.7.2_2020-12-02/8263.md: -------------------------------------------------------------------------------- 1 | Bugfix: Pause sync when displaying remove all dialog 2 | 3 | We now pause the syn process when the all files where removed dialog is 4 | displayed. This prevents multiple dialogs from being displayed. 5 | 6 | https://github.com/owncloud/client/issues/8263 7 | -------------------------------------------------------------------------------- /changelog/2.7.3_2020-12-11/8294.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix handling of errors with the Windows Cloud Filter API 2 | 3 | We fixed a bug where errors during the creation of placeholder files where 4 | not correctly handled. The missing files where than falsely detected as deleted 5 | and thus removed from the server. 6 | 7 | https://github.com/owncloud/client/issues/8294 8 | -------------------------------------------------------------------------------- /changelog/2.7.4_2020-12-21/4329.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix crash when a download is cancelled 2 | 3 | We fixed a crash, on Windows, when a user cancelled a download of 4 | a VirtualFile using the Windows explorer. 5 | 6 | https://github.com/owncloud/enterprise/issues/4329 7 | -------------------------------------------------------------------------------- /changelog/2.7.4_2020-12-21/7672.md: -------------------------------------------------------------------------------- 1 | Bugfix: Update Windows launch on start entry 2 | 3 | We fixed a bug where launch on start did not work after a re-install 4 | to a new location. 5 | 6 | https://github.com/owncloud/client/issues/7672 7 | -------------------------------------------------------------------------------- /changelog/2.7.4_2020-12-21/8289.md: -------------------------------------------------------------------------------- 1 | Bugfix: Log the final http request 2 | 3 | We fixed a bug where the http log did not include all headers of a request. 4 | 5 | https://github.com/owncloud/client/pull/8289 6 | -------------------------------------------------------------------------------- /changelog/2.7.4_2020-12-21/8313.md: -------------------------------------------------------------------------------- 1 | Bugfix: Properly display parent Window when displaying a dialog 2 | 3 | We fixed a bug where a dialog was shown before the main window was show. 4 | 5 | https://github.com/owncloud/client/issues/8313 6 | -------------------------------------------------------------------------------- /changelog/2.7.5_2021-01-28/4363.md: -------------------------------------------------------------------------------- 1 | Bugfix: Support dark theme with branded client and vanilla icons 2 | 3 | We fixed a bug where the dark vanilla icons where used with a branded client. 4 | 5 | https://github.com/owncloud/enterprise/issues/4363 6 | -------------------------------------------------------------------------------- /changelog/2.7.5_2021-01-28/8149.md: -------------------------------------------------------------------------------- 1 | Bugfix: Mac tray icon is scaled wrong 2 | 3 | We backported a change to Qt 5.12.10 which fixed the scaling of the system tray 4 | icon on Big Sur. 5 | 6 | https://github.com/owncloud/client/issues/8149 7 | -------------------------------------------------------------------------------- /changelog/2.7.5_2021-01-28/8314.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix potential crashes with the remove all dialog 2 | 3 | We fixed a bug a dialog window belonging to a removed account could still 4 | be visible. User action on that dialog would then cause a crash. 5 | 6 | https://github.com/owncloud/client/pull/8314 7 | -------------------------------------------------------------------------------- /changelog/2.7.5_2021-01-28/8323.md: -------------------------------------------------------------------------------- 1 | Bugfix: Detect file name clash with VirtualFiles enabled 2 | 3 | We fixed an issue where the file name clash detection was not run with 4 | VirtualFiles enabled. 5 | 6 | https://github.com/owncloud/client/issues/8323 7 | -------------------------------------------------------------------------------- /changelog/2.7.5_2021-01-28/8326.md: -------------------------------------------------------------------------------- 1 | Bugfix: Remove stray placeholders 2 | 3 | We fixed a bug where Windows Virtual Files where not handled as such and thus 4 | not removed. 5 | 6 | https://github.com/owncloud/client/issues/8326 7 | -------------------------------------------------------------------------------- /changelog/2.7.5_2021-01-28/8349.md: -------------------------------------------------------------------------------- 1 | Change: Third party upgrades in distributed binaries 2 | 3 | We updated Qt from 5.12.9 to 5.12.10. 4 | We updated OpenSSL from 1.1.1g to 1.1.1i. 5 | Linux dependencies: QtKeychain was updated from 0.10.0 to 0.12.0 6 | 7 | https://github.com/owncloud/client/issues/8349 8 | -------------------------------------------------------------------------------- /changelog/2.7.5_2021-01-28/8390.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix wrong option provided to OIDC 2 | 3 | We fixed a bug where we passed a wrong value to the OIDC display parameter 4 | 5 | https://github.com/owncloud/client/issues/8390 6 | -------------------------------------------------------------------------------- /changelog/2.7.6_2021-02-04/4387.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix missing sidebar icons on Mac with branded builds 2 | 3 | We fixed an issue where branded client where lacking the sidebar icons. 4 | 5 | https://github.com/owncloud/enterprise/issues/4387 6 | -------------------------------------------------------------------------------- /changelog/2.7.6_2021-02-04/8371.md: -------------------------------------------------------------------------------- 1 | Bugfix: Case-sensitive comparison of checksum algorithm 2 | 3 | We fixed a bug where the checksum detection was case-sensitive 4 | and used a different casing than the server. 5 | 6 | https://github.com/owncloud/client/pull/8371 7 | https://github.com/owncloud/client/pull/8376 8 | -------------------------------------------------------------------------------- /changelog/2.8.0_2021-05-06/4405.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix issues with long path 2 | 3 | We fixed an issue introduced in dd641fae997d71c8396b77def2fa25ad96fdf47f with 4 | some functions and files paths > 260 characters. 5 | 6 | https://github.com/owncloud/enterprise/issues/4405 7 | -------------------------------------------------------------------------------- /changelog/2.8.0_2021-05-06/7838.md: -------------------------------------------------------------------------------- 1 | Bugfix: Moves in folder sync connections where executed as a delete and upload 2 | 3 | We fixed a bug where moves in folder sync connections where executed 4 | as a delete and upload. 5 | 6 | https://github.com/owncloud/client/issues/7838 7 | https://github.com/owncloud/enterprise/issues/4428 8 | https://github.com/owncloud/client/pull/8453 9 | https://github.com/owncloud/client/pull/8456 10 | https://github.com/owncloud/client/pull/8459 11 | -------------------------------------------------------------------------------- /changelog/2.8.0_2021-05-06/8179.md: -------------------------------------------------------------------------------- 1 | Enhancement: Added branding option to enforce VFS 2 | 3 | We added a branding option that enforces the use of Virtual Files on Windows. 4 | 5 | https://github.com/owncloud/enterprise/issues/4144 6 | https://github.com/owncloud/client/pull/8179/ 7 | -------------------------------------------------------------------------------- /changelog/2.8.0_2021-05-06/8437.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add initial support for backups triggered by an external tool 2 | 3 | We added a socket api function which allows creation of backups. 4 | 5 | https://github.com/owncloud/client/pull/8437 6 | https://github.com/owncloud/client/pull/8535 7 | https://github.com/owncloud/client/pull/8536 8 | https://github.com/owncloud/client/pull/8539 9 | -------------------------------------------------------------------------------- /changelog/2.8.0_2021-05-06/8482.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix branding with space in the name 2 | 3 | We fix a build system issue with branding containing spaces. 4 | 5 | https://github.com/owncloud/client/pull/8482 6 | -------------------------------------------------------------------------------- /changelog/2.8.0_2021-05-06/8484.md: -------------------------------------------------------------------------------- 1 | Bugfix: We fixed an issue with the promptDeleteAllFiles setting 2 | 3 | When promptDeleteAllFiles=false is set the client will now correctly delete all files. 4 | 5 | https://github.com/owncloud/client/issues/8484 6 | -------------------------------------------------------------------------------- /changelog/2.8.0_2021-05-06/8539.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add an icon to the Windows system tray notification 2 | 3 | We now display a branded icon in the system tray notification. 4 | 5 | https://github.com/owncloud/client/pull/8539 6 | -------------------------------------------------------------------------------- /changelog/2.8.0_2021-05-06/8550.md: -------------------------------------------------------------------------------- 1 | Enhancement: Encode the log file as UTF-8 2 | 3 | We fixed an issue where the log file might not have been encoded as UTF-8 and thus 4 | scrambled file names. 5 | 6 | https://github.com/owncloud/client/pull/8550 7 | -------------------------------------------------------------------------------- /changelog/2.8.1_2021-05-21/8615.md: -------------------------------------------------------------------------------- 1 | Enhancement: Prevent user from setting up a VFS sync to the root of a drive 2 | 3 | We now display a warning when a user tries to sync to a drive like D:\ instead of a folder and prevent this. 4 | Previous versions of the client used to crash. 5 | 6 | https://github.com/owncloud/client/pull/8615 7 | -------------------------------------------------------------------------------- /changelog/2.8.1_2021-05-21/8633.md: -------------------------------------------------------------------------------- 1 | Bugfix: We fixed an issue with the assignment of tags 2 | 3 | We fixed the file id used for the assignment of the tag. 4 | 5 | https://github.com/owncloud/client/pull/8633/ 6 | -------------------------------------------------------------------------------- /changelog/2.8.2_2021-05-28/8272.md: -------------------------------------------------------------------------------- 1 | Bugfix: Correctly detect network drives 2 | 3 | We fixed a bug which allowed to use Virtual files on Windows network drives, which is not supported by Windows. 4 | 5 | https://github.com/owncloud/client/issues/8272 6 | -------------------------------------------------------------------------------- /changelog/2.8.2_2021-05-28/8664.md: -------------------------------------------------------------------------------- 1 | Bugfix: We fixed a potential crash in the socket api 2 | 3 | We fixed a crash in the Mac implementation of the socket api. 4 | 5 | https://github.com/owncloud/client/pull/8664 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/4542.md: -------------------------------------------------------------------------------- 1 | Enhancement: Prefer 127.0.0.1 as OAuth redirect URL 2 | 3 | When using OpenID Connect we now always use http://127.0.0.1 4 | as redirect URL instead of http://localhost, following the recommendations in RFC 8252 (https://tools.ietf.org/html/rfc8252). 5 | For OAuth2 we added a branding parameter which allows to specify http://127.0.0.1 instead 6 | of http://localhost. 7 | 8 | https://github.com/owncloud/enterprise/issues/4542 9 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/4597.md: -------------------------------------------------------------------------------- 1 | Bugfix: Settings migration from v2.4 2 | 3 | We fixed the migration of settings of version 2.4 to the current location. 4 | 5 | https://github.com/owncloud/enterprise/issues/4597 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/4627.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display an icon in the Windows explorer context menu 2 | 3 | We now display the ownCloud icon in the context menu. 4 | 5 | https://github.com/owncloud/client/issues/4627 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/4639.md: -------------------------------------------------------------------------------- 1 | Bugfix: VFS support for folders in the drive root 2 | 3 | We fixed a bug where it was not possible to use a folder in 4 | C:\ as sync folder. 5 | 6 | https://github.com/owncloud/enterprise/issues/4639 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/5644.md: -------------------------------------------------------------------------------- 1 | Enhancement: Show last sync date in tray menu 2 | 3 | Users can see what "Up to date" refers to explicitly now. 4 | 5 | https://github.com/owncloud/client/issues/5644 6 | https://github.com/owncloud/client/pull/8547 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/7549.md: -------------------------------------------------------------------------------- 1 | Bugfix: Keep share link names in sync with server 2 | 3 | When the name of a share link is changed, e.g., to an 4 | empty string, the server may not apply this, but assign 5 | a fallback value (e.g., the link ID). The client therefore 6 | needs to re-check the name after sending a change request. 7 | 8 | https://github.com/owncloud/client/issues/7549 9 | https://github.com/owncloud/client/pull/8546 10 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/7646.md: -------------------------------------------------------------------------------- 1 | Bugfix: SQLite wal file grows to several gigabyte 2 | 3 | We fixed a bug where the SQLite wal file grew until the client was quit. 4 | 5 | https://github.com/owncloud/client/issues/7646 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8076.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix missing permission for newly created folder 2 | 3 | We fixed a bug where a newly created folder had no permissions set. 4 | 5 | https://github.com/owncloud/client/pull/8076 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8130.md: -------------------------------------------------------------------------------- 1 | Enhancement: Make crash report IDs easy to copy 2 | 3 | Users can now click on crash report IDs to copy them to 4 | their personal clipboard. This way, they can easily 5 | reference them in bug reports. 6 | 7 | https://github.com/dschmidt/libcrashreporter-qt/pull/25 8 | https://github.com/owncloud/client/issues/8130 9 | https://github.com/owncloud/client/pull/8540 10 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8231.md: -------------------------------------------------------------------------------- 1 | Change: Don't ask the user to switch to http 2 | 3 | We no longer recommend to use a http connection if a https URL 4 | was not found. 5 | 6 | https://github.com/owncloud/client/issues/8231 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8253.md: -------------------------------------------------------------------------------- 1 | Change: Remove support for http redirects 2 | 3 | We no longer follow redirects, when a redirect is detected we will start 4 | a connection validation process that does follow redirects. 5 | This change improves the support of APM solutions which apply special 6 | redirects to provide cookie sessions to the client. 7 | 8 | https://github.com/owncloud/client/pull/8293 9 | https://github.com/owncloud/client/pull/8253 10 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8273.md: -------------------------------------------------------------------------------- 1 | Change: We no longer try to locate an ownCloud install at /owncloud 2 | 3 | We no longer try to locate an ownCloud install in /owncloud if we failed to 4 | connect to a server. 5 | 6 | https://github.com/owncloud/client/issues/8273 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8299.md: -------------------------------------------------------------------------------- 1 | Change: Ignore the desktop.ini file in every directory, not only in top dir 2 | 3 | The Windows explorer files called desktop.ini were ignored only in the top 4 | sync dir so far. They are now ignored in the sync in all directory levels 5 | of the file tree. 6 | 7 | https://github.com/owncloud/client/issues/8298 8 | https://github.com/owncloud/client/pull/8299 9 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8317.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't recommend non default sync option 2 | 3 | We fixed a bug where sync all was still recommended on Windows 4 | 5 | https://github.com/owncloud/client/issues/8317 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8350.md: -------------------------------------------------------------------------------- 1 | Change: Add support for dynamic client registration with OIDC 2 | 3 | We implemented support for dynamic client registration with an 4 | OpenID Connect provider. 5 | 6 | https://github.com/owncloud/client/pull/8350/ 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8366.md: -------------------------------------------------------------------------------- 1 | Bugfix: Limit min window size to 2/3 available 2 | 3 | When scaling was used the window could become bigger than the screen. 4 | The size is now limited to 2/3 of the screen. 5 | 6 | https://github.com/owncloud/client/issues/8366 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8367.md: -------------------------------------------------------------------------------- 1 | Bugfix: Set up default locale correctly 2 | 3 | Fixes the formatting in locale-dependent widgets, 4 | e.g., date pickers, like the one in the "share 5 | link" window. 6 | 7 | https://github.com/owncloud/client/issues/8367 8 | https://github.com/owncloud/client/pull/8541 9 | https://github.com/owncloud/client/pull/8617 10 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8374.md: -------------------------------------------------------------------------------- 1 | Change: Include full os version in the about-dialog 2 | 3 | We now include the os version in the about-dialog, this might help us to faster 4 | pin down os related issues. 5 | 6 | https://github.com/owncloud/client/pull/8374 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8398.md: -------------------------------------------------------------------------------- 1 | Change: We removed the support for async jobs using OC-JobStatus-Location 2 | 3 | We removed the support of async polling jobs after discovering potential issues. 4 | 5 | https://github.com/owncloud/client/pull/8398 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8464.md: -------------------------------------------------------------------------------- 1 | Enhancement: Provide a socket api call to get the client icon and 2 | add the icon to the dolphin right click menu 3 | 4 | We added support to get the ownCloud client icon of the current theme to 5 | the socket api. 6 | We show the client icon in the dolphin file browser context menu. 7 | 8 | https://github.com/owncloud/client/issues/8464 9 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8466.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add language picker to general settings 2 | 3 | Users can override the automatically chosen language by 4 | selecting a custom language in a dropdown in the general 5 | settings. 6 | Furthermore, a --language CLI parameter was added that 7 | serves the same purpose. 8 | 9 | https://github.com/owncloud/client/issues/8466 10 | https://github.com/owncloud/client/pull/8493 11 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8467.md: -------------------------------------------------------------------------------- 1 | Enhancement: Attach the last 20 log lines to a crash report 2 | 3 | We now save the last 20 lines of log to a temporary file. 4 | This file is then part of a crash report. 5 | 6 | https://github.com/owncloud/client/issues/8467 7 | https://github.com/owncloud/client/pull/8469 8 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8590.md: -------------------------------------------------------------------------------- 1 | Bugfix: Only show the settings if they are explicitly requested on start 2 | 3 | We now only display the settings when the user requested it on start 4 | and not every time the application is started a second time. 5 | 6 | https://github.com/owncloud/client/issues/8590 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8609.md: -------------------------------------------------------------------------------- 1 | Enhancement: Mention the local file name when a file name clash occurs 2 | 3 | We now display the name of the file we detected the clash with. 4 | 5 | https://github.com/owncloud/client/issues/8609 6 | https://github.com/owncloud/client/pull/8630 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8665.md: -------------------------------------------------------------------------------- 1 | Change: Add a branding option to skip the advanced setup page 2 | 3 | If the option is enabled we will create a sync with the default values. 4 | 5 | https://github.com/owncloud/client/issues/8665 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8672.md: -------------------------------------------------------------------------------- 1 | Bugfix: Ignore consecutive errors for a period of time 2 | 3 | We fixed a bug where certain errors caused a sync run every 30 seconds 4 | 5 | https://github.com/owncloud/client/issues/8672 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8729.md: -------------------------------------------------------------------------------- 1 | Bugfix: Properly print the sync events in .owncloudsync.log 2 | 3 | We fixed a bug in the .owncloudsync.log logger which caused enum values 4 | to be printed as a number rather than a string. 5 | 6 | https://github.com/owncloud/client/issues/8729 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8732.md: -------------------------------------------------------------------------------- 1 | Bugfix: Correctly handle file path comparison on Windows 2 | 3 | We fixed a bug in which a change in the casing og the sync root made the client 4 | ignore changes in it. 5 | 6 | https://github.com/owncloud/client/issues/8732 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8761.md: -------------------------------------------------------------------------------- 1 | Bugfix: Locked files are not correctly synced 2 | 3 | We fixed an issue where files locked by office etc., where not correctly synced, 4 | when Windows Virtual files are enabled. 5 | 6 | https://github.com/owncloud/client/issues/8761 7 | https://github.com/owncloud/client/issues/8765 8 | https://github.com/owncloud/client/issues/8766 9 | https://github.com/owncloud/client/pull/8763 10 | https://github.com/owncloud/client/pull/8768 11 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8787.md: -------------------------------------------------------------------------------- 1 | Enhancement: Improved handling of errors during local file updates 2 | 3 | If a local metadata update fails we now provide the proper error in the ui. 4 | In case that the error was caused by a locked file we now retry the operation. 5 | 6 | https://github.com/owncloud/client/pull/8787 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8804.md: -------------------------------------------------------------------------------- 1 | Bugfix: Prompt the user of the cmd client what to do if all files where removed 2 | 3 | We now prompt the user, previously the cmd client got stuck. 4 | 5 | https://github.com/owncloud/client/issues/8804 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8811.md: -------------------------------------------------------------------------------- 1 | Enhancement: Retry sync on `502 Bad Gateway` 2 | 3 | We now treat a `502 Bad Gateway` as a less severe error and directly initialise a retry. 4 | 5 | https://github.com/owncloud/client/issues/8811 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8812.md: -------------------------------------------------------------------------------- 1 | Bugfix: Relaunching the client on macOS will show the settings dialog 2 | 3 | Relaunching the ownCloud client when it is already running, would 4 | seemingly do nothing at all. To make this more consistent with other 5 | macOS applications, relaunching will now open the settings dialog. 6 | 7 | https://github.com/owncloud/client/issues/8377 8 | https://github.com/owncloud/client/pull/8812 9 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8836.md: -------------------------------------------------------------------------------- 1 | Bugfix: Always exclude .owncloud files 2 | 3 | Our Linux virtual files implementation is using the file name extension .owncloud 4 | those files where only ignored if the Linux VFS was enabled. 5 | Under some circumstances it could lead to undefined client states. 6 | We now always ignore those files as system reserved. 7 | 8 | https://github.com/owncloud/client/pull/8836 9 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8837.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't crash if a certain move is undone 2 | 3 | https://github.com/owncloud/client/issues/8837 4 | https://github.com/owncloud/client/pull/8863 5 | https://github.com/owncloud/client/pull/8958 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8849.md: -------------------------------------------------------------------------------- 1 | Bugfix: Prevent sync root sharing 2 | 3 | Due to legacy reasons it is possible to let two sync connections 4 | use the same directory. 5 | In combination with virtual files this was leading to data-loss, however. 6 | 7 | https://github.com/owncloud/client/issues/8849 8 | https://github.com/owncloud/client/issues/8512 9 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8864.md: -------------------------------------------------------------------------------- 1 | Bugfix: Removed support for client side certificates 2 | 3 | Client side certificates where never officially supported and where untested in many scenarios. 4 | 5 | https://github.com/owncloud/client/pull/8864 6 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8866.md: -------------------------------------------------------------------------------- 1 | Bugfix: The `Re-open Browser` now always does what it says 2 | 3 | Under certain conditions the previous authentication run might have failed and the button 4 | became unresponsive, we now start a new authentication in that case. 5 | 6 | https://github.com/owncloud/client/pull/8866 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8901.md: -------------------------------------------------------------------------------- 1 | Bugfix: Start OAuth/password prompt if password is wrong during start up 2 | 3 | If the OAuth token was invalid during start up we didn't start the OAuth process 4 | and the user needed to manually log out in order to log in again. 5 | 6 | https://github.com/owncloud/client/issues/8901 7 | -------------------------------------------------------------------------------- /changelog/2.9.0_2021-09-08/8940.md: -------------------------------------------------------------------------------- 1 | Bugfix: Handle timeouts occurring during OAuth 2 | 3 | We now handle timeouts occurring during OAuth. 4 | 5 | https://github.com/owncloud/client/pull/8940 6 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/8421.md: -------------------------------------------------------------------------------- 1 | Bugfix: Mac multiple dialogs block all input 2 | 3 | We back ported a fix to a Qt bug which causes multiple dialogs on Mac to block all input. 4 | 5 | 6 | https://github.com/owncloud/client/issues/8421 7 | https://bugreports.qt.io/browse/QTBUG-91059 8 | https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/feca22a30f8d3a2122fd9b2097351fcb2da28543 9 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/8806.md: -------------------------------------------------------------------------------- 1 | Bugfix: Enforce rtl layout with rtl languages 2 | 3 | We fixed a bug where setting the language to a right to left language on Mac 4 | did not change the layout of the application. 5 | 6 | https://github.com/owncloud/client/issues/8806 7 | https://github.com/owncloud/client/pull/8981 8 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/8920.md: -------------------------------------------------------------------------------- 1 | Bugfix: Broken URL in branded builds 2 | 3 | We fixed a string issue with branded builds resulting in invalid urls. 4 | 5 | https://github.com/owncloud/client/issues/8920 6 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/8994.md: -------------------------------------------------------------------------------- 1 | Bugfix: Handle use of directory of another Windows VFS sync client 2 | 3 | We now better handle setup issues during the initialisation of virtual files support. 4 | Especially the case that a user tries to use a directory managed by a competitor which until now caused a crash. 5 | 6 | https://github.com/owncloud/client/issues/8994 7 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/8996.md: -------------------------------------------------------------------------------- 1 | Bugfix: Building libcloudprovider support fails 2 | 3 | We fixed the libcloudprovider integration. 4 | 5 | https://github.com/owncloud/client/issues/8996 6 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9006.md: -------------------------------------------------------------------------------- 1 | Bugfix: Tables now display local time 2 | 3 | We fixed a bug where the sync tables where displaying utc time for some items. 4 | 5 | https://github.com/owncloud/client/issues/9006 6 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9010.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display the error type in the issue protocol to allow sorting 2 | 3 | We now display the error type in the not synced protocol and allow to sort by the 4 | error type. 5 | 6 | https://github.com/owncloud/client/pull/9010 7 | https://github.com/owncloud/client/issues/9000 8 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9012.md: -------------------------------------------------------------------------------- 1 | Bugfix: We fixed a crash when using the retry action on an issue 2 | 3 | Using the context menu action on a sync issue could cause a crash. 4 | 5 | https://github.com/owncloud/client/issues/9013 6 | https://github.com/owncloud/client/pull/9012 7 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9014.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix crash when closing the client 2 | 3 | We fixed a crash where we crash when we closed the client during a sync. 4 | 5 | https://github.com/owncloud/client/issues/9014 6 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9016.md: -------------------------------------------------------------------------------- 1 | Bugfix: Crash on missing or unreadable sync root 2 | 3 | We fixed an issue where the client crashed after a user deleted the sync root 4 | or lost access to the directory. 5 | 6 | https://github.com/owncloud/client/issues/9016 7 | https://github.com/owncloud/client/pull/9017 8 | https://github.com/owncloud/client/pull/9065 9 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9022.md: -------------------------------------------------------------------------------- 1 | Bugfix: Properly deployment of Qt translations Mac and Window 2 | 3 | We fixed a deployment bug which prevented the translation of 4 | some components to be loaded. 5 | 6 | https://github.com/owncloud/client/issues/9022 7 | https://invent.kde.org/packaging/craft/-/commit/77c114917826480f294d0432f147c9e9f7d19e21 8 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9026.md: -------------------------------------------------------------------------------- 1 | Bugfix: The file status of suffix placeholders was displayed incorrectly 2 | 3 | We incorrectly reported that suffix files where ignored. 4 | 5 | https://github.com/owncloud/client/issues/9026 6 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9057.md: -------------------------------------------------------------------------------- 1 | Bugfix: When a folder is removed we leave a database behind 2 | 3 | We fixed a bug where we left an empty `sync_journal.db` behind, when we removed a folder/account. 4 | As we use the presence of `sync_journal.db` to determine whether the folder is used by a sync client this 5 | prevented using an old folder in a new setup. 6 | 7 | https://github.com/owncloud/client/issues/9057 8 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9093.md: -------------------------------------------------------------------------------- 1 | Bugfix: Dehydrating placeholders failed if the file is read only 2 | 3 | We fixed a bug where dehydrating a read only file failed without any apparent reason. 4 | 5 | https://github.com/owncloud/client/issues/9093 6 | https://gitea.owncloud.services/client/client-plugin-vfs-win/pulls/33 7 | -------------------------------------------------------------------------------- /changelog/2.9.1_2021-10-13/9114.md: -------------------------------------------------------------------------------- 1 | Bugfix: Downgrades could trigger deletion of virtual files 2 | 3 | We now prevent the downgrade of Windows VFS folders. 4 | 5 | https://github.com/owncloud/client/issues/9114 6 | -------------------------------------------------------------------------------- /changelog/2.9.2_2021-11-24/8979.md: -------------------------------------------------------------------------------- 1 | Bugfix: Properly handle Windows log off 2 | 3 | We now ensure that we receive the window messages dispatched by the system. 4 | 5 | https://github.com/owncloud/client/issues/8979 6 | https://github.com/owncloud/client/pull/9142 7 | https://github.com/owncloud/client/pull/9220 8 | https://github.com/owncloud/client/pull/9227 9 | -------------------------------------------------------------------------------- /changelog/2.9.2_2021-11-24/9159.md: -------------------------------------------------------------------------------- 1 | Bugfix: Disable vfs option is ignored 2 | 3 | We fixed a branding issue where vfs was used even when the parameter was not enabled. 4 | 5 | https://github.com/owncloud/client/issues/9159 6 | https://github.com/owncloud/enterprise/issues/4820 7 | -------------------------------------------------------------------------------- /changelog/2.9.2_2021-11-24/9167.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add branding option to disable icons in the file explorer 2 | 3 | We implemented a branding parameter to disable the display of icons in the 4 | file explorer context menu, this only affects Windows and Linux. 5 | 6 | https://github.com/owncloud/client/issues/9167 7 | -------------------------------------------------------------------------------- /changelog/2.9.2_2021-11-24/9202.md: -------------------------------------------------------------------------------- 1 | Bugfix: The client no longer idles after a minor URL change 2 | 3 | When the client detects a change of the URL we ask the user to accept 4 | the change or if it was only representational change (demo.com vs demo.com/) we directly accept the change. 5 | Due to a bug we aborted the sync only after we updated the URL. 6 | This caused the client to idle for one minute. 7 | 8 | https://github.com/owncloud/client/pull/9202 9 | -------------------------------------------------------------------------------- /changelog/2.9.2_2021-11-24/9216.md: -------------------------------------------------------------------------------- 1 | Enhancement: Branding option to disable warning for multiple sync_journal.db's 2 | 3 | We added a branding option that disables the `Multiple accounts are sharing the folder` warning. 4 | In previous client versions a bug caused the creation of new sync journals, causing false positives in the detection. 5 | While this can be handled by the individual user, companies with multiple hundreds of users may opt to disable the warning. 6 | 7 | https://github.com/owncloud/client/pull/9216 8 | -------------------------------------------------------------------------------- /changelog/2.9.2_2021-11-24/9224.md: -------------------------------------------------------------------------------- 1 | Bugfix: Config migration on systems with a 2.4 and a 2.8 config 2 | 3 | We fixed a bug where the client migrated the old settings from 2.4 to 2.9 instead of the 2.8 settings. 4 | Only branded clients where affected by the issue. 5 | 6 | https://github.com/owncloud/client/issues/9224 7 | https://github.com/owncloud/client/pull/9226 8 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10007.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't unset implicit log flush 2 | 3 | Since https://github.com/owncloud/client/pull/9515 we flush the log if the output is stdout. 4 | We fixed a bug which disabled it again. 5 | 6 | https://github.com/owncloud/client/pull/9515 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10017.md: -------------------------------------------------------------------------------- 1 | Bugfix: We fixed a crash 2 | 3 | We fixed a crash that could occur after a folder reported a setup error 4 | 5 | https://github.com/owncloud/client/pull/10017 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10031.md: -------------------------------------------------------------------------------- 1 | Enhancement: Windows VFS download speed improvement 2 | 3 | We improved the performance of downloads performed on virtual files in the Windows Explorer. 4 | 5 | https://github.com/owncloud/client/issues/10031 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10101.md: -------------------------------------------------------------------------------- 1 | Bugfix: Sync status changes are now directly displayed 2 | 3 | 4 | https://github.com/owncloud/client/issues/10101 5 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10104.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add a `prefer: minimal` header to PROPFIND 2 | 3 | This will not return missing attribs in the reply in a 404 not found status propset. 4 | That reduces the amount of transferred data significant. 5 | 6 | https://github.com/owncloud/client/pull/10104 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10135.md: -------------------------------------------------------------------------------- 1 | Enhancement: Allow creation of sync roots with long paths 2 | 3 | Until now, we were only able to create a .sync_journal.db in a path with less than 260 characters. 4 | 5 | https://github.com/owncloud/client/pull/10135/ 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10136.md: -------------------------------------------------------------------------------- 1 | Enhancement: Windows add longPath awareness 2 | 3 | Requires Windows 10 newer than 1607 and the registry key to be enabled see: 4 | https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later 5 | 6 | https://github.com/owncloud/client/pull/10136 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10142.md: -------------------------------------------------------------------------------- 1 | Enhancement: Estimate duration of network requests in httplogger 2 | 3 | We now include an estimated duration in the httplogger. 4 | 5 | https://github.com/owncloud/client/pull/10142 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10184.md: -------------------------------------------------------------------------------- 1 | Change: Windows: Update the folder icon on every start 2 | 3 | The ownCloud installation path might have changed, causing the desktop.ini to point at the wrong path. 4 | We now update the icon location on every application start. 5 | 6 | https://github.com/owncloud/client/issues/10184 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10193.md: -------------------------------------------------------------------------------- 1 | Change: Don't guess remote folder in owncloudcmd 2 | 3 | The commandline client was modified to explicitly accept remote folder, the remote folder must no longer be encoded in the server URL. 4 | 5 | https://github.com/owncloud/client/issues/10193 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10206.md: -------------------------------------------------------------------------------- 1 | Change: When connected to oCIS, open the browser instead of the sharing dialog 2 | 3 | When connected to oCIS, we now open the browser and navigate to the file the user wanted to share instead of opening the legacy sharing dialog. 4 | 5 | https://github.com/owncloud/client/issues/10206 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10239.md: -------------------------------------------------------------------------------- 1 | Change: owncloudcmd oCIS support 2 | 3 | When using oCIS and spaces with the cmd client the additional parameter `--server` is required. 4 | `--server` specifies the URL to the server, while the positional parameter 'server_url' specifies the WebDAV URL. 5 | 6 | https://github.com/owncloud/client/pull/10239 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/10310.md: -------------------------------------------------------------------------------- 1 | Enhancement: Tweak logging format 2 | 3 | The logging format is now better parseable for 3rdparty apps 4 | that ease debugging. 5 | 6 | https://github.com/owncloud/client/pull/10310 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/49.md: -------------------------------------------------------------------------------- 1 | Bugfix: Windows VFS fixed some failing downloads 2 | 3 | We fixed an api issue where some downloads in the Explorer caused infinite download restarts. 4 | 5 | https://github.com/owncloud/client-desktop-vfs-win/pull/49 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/5382.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't trigger ignore list when files are locked on the server 2 | 3 | https://github.com/owncloud/enterprise/issues/5382 4 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/5382_2.md: -------------------------------------------------------------------------------- 1 | Bugfix: Properly resume upload with a partial local discovery 2 | 3 | https://github.com/owncloud/enterprise/issues/5382 4 | https://github.com/owncloud/client/pull/10200 5 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/7348.md: -------------------------------------------------------------------------------- 1 | Bugfix: Add request time and other missing data to .owncloudsync.log 2 | 3 | Some parameters were missing for some operations. This fix makes the 4 | log more complete and more useful as a result. 5 | 6 | https://github.com/owncloud/client/issues/7348 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/8234.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display `Show ownCloud` instead of `Settings` in systray 2 | 3 | We changed the menu entry to align its name with is function. 4 | 5 | https://github.com/owncloud/client/issues/8234 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/8595.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't display a context-menu on the root folder 2 | 3 | 4 | https://github.com/owncloud/client/issues/8595 5 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/8923.md: -------------------------------------------------------------------------------- 1 | Enhancement: Built-in AppImage self-updater 2 | 3 | In release 2.10, we introduced a preview on our future AppImage packaging for Linux distributions. 4 | Now, these AppImages can self-update using a built-in `libappimageupdate` based updater and 5 | ownCloud's update infrastructure. 6 | 7 | https://github.com/owncloud/client/issues/8923 8 | https://github.com/owncloud/client/pull/9376 9 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/8938.md: -------------------------------------------------------------------------------- 1 | Change: Make share-dialog preview be more resilient 2 | 3 | We no longer enforce png thumbnails. 4 | We no longer replace the file icon if the thumbnail is invalid. 5 | 6 | https://github.com/owncloud/client/issues/8938 7 | https://github.com/owncloud/client/pull/8939 8 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/8998.md: -------------------------------------------------------------------------------- 1 | Enhancement: Don't query private links if disabled on the server 2 | 3 | https://github.com/owncloud/client/issues/8998 4 | https://github.com/owncloud/client/pull/9840 5 | https://github.com/owncloud/client/pull/9964 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9048.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix copy URL location for private links 2 | 3 | We fixed a bug where a placeholder was copied to the clipboard instead of the URL. 4 | 5 | https://github.com/owncloud/client/issues/9048 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9082.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add CMakeOption WITH_AUTO_UPDATER 2 | 3 | WITH_AUTO_UPDATER allows to build the client without the auto updater. 4 | 5 | https://github.com/owncloud/client/issues/9082 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9472.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix status of files uploaded with TUS 2 | 3 | Setting the upload status of files uploaded with TUS failed as we 4 | were still using the file. 5 | 6 | https://github.com/owncloud/client/pull/9472 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9495.md: -------------------------------------------------------------------------------- 1 | Change: We no longer persist cookies 2 | 3 | We no longer persist cookies over multiple client sessions. 4 | 5 | https://github.com/owncloud/client/issues/9495 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9538.md: -------------------------------------------------------------------------------- 1 | Enhancement: Remove use of legacy DAV endpoint 2 | 3 | We no longer guess the DAV endpoint depending on the chunking-ng feature. 4 | 5 | https://github.com/owncloud/client/pull/9538 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9574.md: -------------------------------------------------------------------------------- 1 | Bugfix: The condition for the read only files menu was inverted 2 | 3 | We fixed a bug where we displayed solutions to fix issues with 4 | read only files for readable files and vise versa. 5 | 6 | https://github.com/owncloud/client/issues/9574 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9575.md: -------------------------------------------------------------------------------- 1 | Enhancement: Support for oCIS Spaces 2 | 3 | We added support to sync oCIS Spaces. 4 | 5 | https://github.com/owncloud/client/pull/9154 6 | https://github.com/owncloud/client/pull/9575/ 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9578.md: -------------------------------------------------------------------------------- 1 | Change: We removed support for ownCloud servers < 10.0 2 | 3 | https://github.com/owncloud/client/issues/9578 4 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9585.md: -------------------------------------------------------------------------------- 1 | Change: Drop socket upload job 2 | 3 | https://github.com/owncloud/client/issues/9585 4 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9598.md: -------------------------------------------------------------------------------- 1 | Enhancement: Set Windows VFS placeholders readonly if needed 2 | 3 | We now properly set the read only flag on Windows virtual files. 4 | 5 | https://github.com/owncloud/client/issues/9598 6 | https://github.com/owncloud/client-desktop-vfs-win/issues/24 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9618.md: -------------------------------------------------------------------------------- 1 | Change: Remove support for Windows 7 sidebar links 2 | 3 | We removed the support for Windows < 10 sidebar links. 4 | 5 | https://github.com/owncloud/client/pull/9618 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9655.md: -------------------------------------------------------------------------------- 1 | Change: Rewrote TLS error handling 2 | 3 | We rewrote the way we handle TLS errors. 4 | 5 | https://github.com/owncloud/client/issues/9655 6 | https://github.com/owncloud/client/pull/9643 7 | https://github.com/owncloud/client/pull/9667 8 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9675.md: -------------------------------------------------------------------------------- 1 | Change: We removed the TLS certificate button from the account page 2 | 3 | https://github.com/owncloud/client/pull/9675 4 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9681.md: -------------------------------------------------------------------------------- 1 | Bugfix: Deadlock in folder context menu in a folder selection dialog 2 | 3 | We fixed a deadlock when a user requested a context menu in a folder selection dialog on Windows. 4 | 5 | https://github.com/owncloud/client/issues/9681 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9724.md: -------------------------------------------------------------------------------- 1 | Change: Add "open in web editor" feature 2 | 3 | We now provide the option to open files in an online office suite from the local file browser context menu, provided the server offers integration with one of the supported services. 4 | 5 | https://github.com/owncloud/client/issues/9724 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9725.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix never ending sync 2 | 3 | Under certain conditions an upload could enter a state were it would never finish. 4 | The client would wait for that upload so only a restart of the client or a manual abort of the sync could resolve the issue. 5 | 6 | https://github.com/owncloud/client/issues/9725 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9752.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix adding bookmarks on Gtk+ 3 based desktops 2 | 3 | We used to add those bookmarks in a Gtk+ 2 compatible way only. 4 | Now, bookmarks are added to the file belonging to Gtk+ 3, dropping support for end-of-life Gtk+ 2. 5 | The bookmarks are now shown again for all Gtk+ 3 compatible file browsers, including Thunar, Nautilus, Nemo, Caja, etc. 6 | 7 | https://github.com/owncloud/client/pull/9752 8 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9772.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display a correct error when the wrong user was authenticated 2 | 3 | When the wrong user was authenticated using OAuth we used to display a misleading message. 4 | We now also style the html response the client provides to the file browser. 5 | 6 | https://github.com/owncloud/client/issues/9772 7 | https://github.com/owncloud/client/pull/9813 8 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9790.md: -------------------------------------------------------------------------------- 1 | Change: Don't display error state when server is unreachable 2 | 3 | We no longer display a network error if the server is currently unavailable. 4 | 5 | https://github.com/owncloud/client/issues/9790 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9798.md: -------------------------------------------------------------------------------- 1 | Bugfix: Stop the activity spinner when the request failed 2 | 3 | If the server did not provide the activity endpoint we always displayed a progress spinner. 4 | 5 | https://github.com/owncloud/client/issues/9798 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9910.md: -------------------------------------------------------------------------------- 1 | Enhancement: We improved the performance for local filesystem actions 2 | 3 | https://github.com/owncloud/client/pull/9910 4 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9919.md: -------------------------------------------------------------------------------- 1 | Enhancement: Reduce CPU load during discovery 2 | 3 | https://github.com/owncloud/client/pull/9919 4 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9923.md: -------------------------------------------------------------------------------- 1 | Enhancement: Remove app name from connection error message 2 | 3 | We removed the app name from some connection messages. 4 | `No connection to ownCloud at http://..` was misleading as the server could have any other branding. 5 | 6 | https://github.com/owncloud/client/issues/9923 7 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9924.md: -------------------------------------------------------------------------------- 1 | Bugfix: Changes during upload of a file could still trigger the ignore list 2 | 3 | We fixed another issue where changes during an upload could cause the file to be ignored for an increasing amount of time. 4 | 5 | https://github.com/owncloud/client/issues/9924 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9930.md: -------------------------------------------------------------------------------- 1 | Enhancement: Allow HTTP/1.1 pipelining 2 | 3 | Under certain conditions, this change can result in a better network utilization. 4 | 5 | https://github.com/owncloud/client/pull/9930/ 6 | -------------------------------------------------------------------------------- /changelog/3.0.0_2022-11-30/9995.md: -------------------------------------------------------------------------------- 1 | Enhancement: Improve look and feel of many dialogs on macOS 2 | 3 | https://github.com/owncloud/client/issues/9995 4 | -------------------------------------------------------------------------------- /changelog/3.1.0_2023-01-25/10294.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add a `Reconnect` option to the account menu, when disconnected 2 | 3 | We added a `Reconnect` button to the account menu, this allows to trigger a manual reconnect try. 4 | Note: The client would try to reconnect by itself at some point. 5 | 6 | https://github.com/owncloud/client/issues/10294 7 | -------------------------------------------------------------------------------- /changelog/3.1.0_2023-01-25/10329.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix the display of the version string for released builds 2 | 3 | We removed a trailing `-` in the version string of released clients. 4 | 5 | https://github.com/owncloud/client/pull/10329 6 | -------------------------------------------------------------------------------- /changelog/3.1.0_2023-01-25/10338.md: -------------------------------------------------------------------------------- 1 | Bugfix: Only clear cookies if enabled in theme, clear cookies before OAuth2 2 | 3 | We fixed a bug that enabled the explicit cookie clearing required for F5 BIG-IP setups unconditionally. 4 | We fixed a bug where the cookie clearing was not performed during OAuth2. 5 | 6 | https://github.com/owncloud/client/pull/10338 7 | -------------------------------------------------------------------------------- /changelog/3.1.0_2023-01-25/10340.md: -------------------------------------------------------------------------------- 1 | Bugfix: Display `Add a Space` instead of `Add Folder Sync Connection` with oCIS 2 | 3 | We fixed a bug where the wrong text was displayed on the "add" button. 4 | 5 | https://github.com/owncloud/client/pull/10340 6 | -------------------------------------------------------------------------------- /changelog/3.1.0_2023-01-25/10346.md: -------------------------------------------------------------------------------- 1 | Bugfix: Mac: Don't inherit the environment of the installer after an update 2 | 3 | https://github.com/owncloud/client/issues/10346 4 | -------------------------------------------------------------------------------- /changelog/3.1.0_2023-01-25/10373.md: -------------------------------------------------------------------------------- 1 | Bugfix: Correctly detect timeouts during token refresh 2 | 3 | https://github.com/owncloud/client/pull/10373 4 | -------------------------------------------------------------------------------- /changelog/3.1.0_2023-01-25/10387.md: -------------------------------------------------------------------------------- 1 | Bugfix: Open in web if debug logs are turned off 2 | 3 | Due to a bug opening the browser only worked if logging was enabled. 4 | 5 | https://github.com/owncloud/client/pull/10387 6 | -------------------------------------------------------------------------------- /changelog/3.1.0_2023-01-25/10390.md: -------------------------------------------------------------------------------- 1 | Enhancement: (Re)introduce "sync hidden files" parameter in owncloudcmd 2 | 3 | There used to be an option to enable the synchronization of hidden files using the -h parameter which collided with the --help option and subsequently was removed. 4 | A new --sync-hidden-files parameter was introduced to fill in the missing feature. 5 | 6 | https://github.com/owncloud/client/issues/10390 7 | -------------------------------------------------------------------------------- /changelog/3.1.0_2023-01-25/10398.md: -------------------------------------------------------------------------------- 1 | Bugfix: We fixed building the client on non linux unix systems 2 | 3 | https://github.com/owncloud/client/issues/10398 4 | -------------------------------------------------------------------------------- /changelog/3.2.0_2023-02-15/10441.md: -------------------------------------------------------------------------------- 1 | Bugfix: Enable next button upon user input on WebFinger setup wizard page 2 | 3 | After a change to how the next button is controlled by user input on the page, 4 | we forgot to make this change on the WebFinger page, too. 5 | 6 | https://github.com/owncloud/client/issues/10441 7 | -------------------------------------------------------------------------------- /changelog/3.2.0_2023-02-15/10456.md: -------------------------------------------------------------------------------- 1 | Bugfix: Only hide non VFS settings when enforced and on Windows 2 | 3 | https://github.com/owncloud/client/issues/10456 4 | -------------------------------------------------------------------------------- /changelog/3.2.0_2023-02-15/10468.md: -------------------------------------------------------------------------------- 1 | Bugfix: Use selective sync settings from FolderWizard dialog 2 | 3 | Due to a bug the user selection was not persisted. 4 | 5 | https://github.com/owncloud/client/issues/10468 6 | -------------------------------------------------------------------------------- /changelog/3.2.0_2023-02-15/10472.md: -------------------------------------------------------------------------------- 1 | Bugfix: showVirtualFilesOption no longer influences the use of VFS 2 | 3 | https://github.com/owncloud/client/issues/10472 4 | -------------------------------------------------------------------------------- /changelog/3.2.0_2023-02-15/10481.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix generation of Windows sidebar entry when VFS is disabled 2 | 3 | https://github.com/owncloud/client/pull/10481 4 | -------------------------------------------------------------------------------- /changelog/3.2.0_2023-02-15/10500.md: -------------------------------------------------------------------------------- 1 | Bugfix: Empty credentials for signed out accounts 2 | 3 | We fixed a bug where we saved empty credentials for logged out accounts. 4 | Under certain conditions we now tried access the server without any authentication. 5 | 6 | https://github.com/owncloud/client/issues/10500 7 | -------------------------------------------------------------------------------- /changelog/3.2.1_2023-03-07/10552.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix crash in Linux AppImage updater 2 | 3 | In between the releases 3.0.0 and 3.1.0, a dependency was updated, causing an ABI 4 | incompatibility with another library. We resolved this by rebuilding both libraries. 5 | 6 | https://github.com/owncloud/client/issues/10552 7 | -------------------------------------------------------------------------------- /changelog/3.2.1_2023-03-07/10564.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix encoding issue with basic authentication 2 | 3 | In 3.0 we introduced an encoding issue for basic authentication. 4 | 5 | https://github.com/owncloud/client/issues/10564 6 | -------------------------------------------------------------------------------- /changelog/3.2.1_2023-03-07/enterprise-5612.md: -------------------------------------------------------------------------------- 1 | Bugfix: Handle hide VirtualFiles options as disable VirtualFiles 2 | 3 | Due to legacy reasons the branding flag and its function differ. 4 | 5 | https://github.com/owncloud/enterprise/issues/5612 6 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10231.md: -------------------------------------------------------------------------------- 1 | Enhancement: Replace term (un)pause with a more suitable one 2 | 3 | We used the terms pause and unpause synchronization where the synchronization was actually 4 | terminated and restarted. 5 | 6 | Now, we use the terms stop and start synchronization, which better communicate the actual 7 | behavior. 8 | 9 | https://github.com/owncloud/client/issues/10231 10 | https://github.com/owncloud/client/issues/10529 11 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10254.md: -------------------------------------------------------------------------------- 1 | Bugfix: Select keep files as default action in all files removed dialog 2 | 3 | https://github.com/owncloud/client/issues/10254 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10352.md: -------------------------------------------------------------------------------- 1 | Enhancement: Check for long paths when these are not enabled on Windows 2 | 3 | https://github.com/owncloud/client/issues/10264 4 | https://github.com/owncloud/client/pull/10352 5 | https://github.com/owncloud/client/issues/10677 6 | https://github.com/owncloud/client/pull/10679 7 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10361.md: -------------------------------------------------------------------------------- 1 | Enhancement: Implement a possibility to Desktop.ini icon updates on Windows 2 | 3 | We implemented an option which allows to disable the automatic update of the folder icon for 4 | sync folders on Windows. 5 | 6 | https://github.com/owncloud/client/issues/10361 7 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10406.md: -------------------------------------------------------------------------------- 1 | Enhancement: Disable DPI scaling factor rounding on Windows 2 | 3 | Qt5 By default rounds up the selected scale for values > .5 4 | We now use the actual scale factor. 5 | 6 | https://github.com/owncloud/client/issues/10406 7 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10408.md: -------------------------------------------------------------------------------- 1 | Bugfix: Undefined client state after fetching credentials failed 2 | 3 | We fixed a bug where the client got stuck in a "No connection configured" state if an 4 | error occurred during the retrieval of the credentials from the system's keychain. 5 | The client then required a manual log out and log in. 6 | 7 | https://github.com/owncloud/client/issues/10408 8 | https://github.com/owncloud/client/pull/10505 9 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10427.md: -------------------------------------------------------------------------------- 1 | Bugfix: Escape navigation elements from user name 2 | 3 | We use the user name as folder name, if a user name contains path navigation elements we now escape them. 4 | 5 | https://github.com/owncloud/client/issues/10427 6 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10453.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display quota for Spaces 2 | 3 | Quota is now displayed for all folders. 4 | 5 | https://github.com/owncloud/client/issues/10453 6 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10458.md: -------------------------------------------------------------------------------- 1 | Bugfix: Under certain conditions the folder watcher could drop events 2 | 3 | https://github.com/owncloud/client/pull/10458 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10494.md: -------------------------------------------------------------------------------- 1 | Bugfix: Properly handle OAuth invalidation 2 | 3 | https://github.com/owncloud/client/issues/10494 4 | https://github.com/owncloud/client/issues/10495 5 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10518.md: -------------------------------------------------------------------------------- 1 | Enhancement: Branding: Allow the addition of buttons to open a URL 2 | 3 | We added a branding option that allows to add buttons to the toolbar. 4 | Those buttons will then open a hardcoded web page. 5 | 6 | https://github.com/owncloud/client/issues/10518 7 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10537.md: -------------------------------------------------------------------------------- 1 | Enhancement: Build the client without the auto updater by default 2 | 3 | https://github.com/owncloud/client/issues/10537 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10557.md: -------------------------------------------------------------------------------- 1 | Enhancement: Improve presentation of connection state 2 | 3 | Don't display `No connection configured` when disconnected but `Disconnected from:`. 4 | Introduce new state, `Connecting to`. 5 | 6 | https://github.com/owncloud/client/issues/10557 7 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10569.md: -------------------------------------------------------------------------------- 1 | Bugfix: Clear conflict errors after they were resolved 2 | 3 | https://github.com/owncloud/client/issues/10569 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10572.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display open in web in file browser context menu, on sync roots 2 | 3 | https://github.com/owncloud/client/issues/10572 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10577.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display space subtitle if available 2 | 3 | If a subtitle is set on a spaced we now display it instead of the local path. 4 | 5 | https://github.com/owncloud/client/issues/10577 6 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10590.md: -------------------------------------------------------------------------------- 1 | Enhancement: Open sharing options in Web 2 | 3 | When selecting "Share..." in the file browser context menu, we now 4 | not only display that file in the web view but also directly show the sharing options. 5 | 6 | https://github.com/owncloud/client/pull/10590 7 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10602.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display the space name provided by the server 2 | 3 | If a space is renamed on the server, this change is now displayed in the client. 4 | 5 | https://github.com/owncloud/client/pull/10602 6 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10607.md: -------------------------------------------------------------------------------- 1 | Bugfix: Set the expected download content length in the job properly 2 | 3 | https://github.com/owncloud/client/pull/10607 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10621.md: -------------------------------------------------------------------------------- 1 | Bugfix: UI freeze when multiple modal dialogs displayed on macOS 2 | 3 | Due to incorrect handling of the dialogs, the UI could freeze. 4 | 5 | https://github.com/owncloud/client/issues/10621 6 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10634.md: -------------------------------------------------------------------------------- 1 | Enhancement: Always point to the latest documentation 2 | 3 | We used a URL for the documentation that contained the client version. 4 | While this ensured a used would get the documentation matching to their client, this only worked with the last two released clients. 5 | So users of a pre-release or of a very old client where served a 404. 6 | 7 | https://github.com/owncloud/client/issues/10634 8 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10637.md: -------------------------------------------------------------------------------- 1 | Enhancement: More user-friendly error handling in the cmd client 2 | 3 | https://github.com/owncloud/client/pull/10637 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10648.md: -------------------------------------------------------------------------------- 1 | Bugfix: Ensure the account state is properly persisted 2 | 3 | We didn't properly persist the login/logout state. 4 | 5 | https://github.com/owncloud/client/issues/10648 6 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10654.md: -------------------------------------------------------------------------------- 1 | Enhancement: Don't invalidate OAuth refresh token on ConnectionRefusedError 2 | 3 | https://github.com/owncloud/client/issues/10654 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/10666.md: -------------------------------------------------------------------------------- 1 | Bugfix: Reconnect got stuck if the server supports app providers 2 | 3 | https://github.com/owncloud/client/issues/10666 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/8953.md: -------------------------------------------------------------------------------- 1 | Bugfix: Display sync date in system tray context menu when files where ignored 2 | 3 | https://github.com/owncloud/client/issues/8953 4 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/9270.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix computation of sync status when multiple folders are synced 2 | 3 | https://github.com/owncloud/client/issues/9270 4 | https://github.com/owncloud/client/pull/10536 5 | https://github.com/owncloud/client/pull/10642 6 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/9311.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't abort local folder deletions on unrelated errors 2 | 3 | We fixed a bug where folder deletions where not performed if any sync error 4 | occurred anywhere in the sync tree. 5 | 6 | https://github.com/owncloud/client/issues/9311 7 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/9700.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display `This space is either disabled or deleted` for gone spaces 2 | 3 | We now provide a less technical error when a space was disabled or deleted. 4 | 5 | https://github.com/owncloud/client/issues/9700 6 | -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/9829.md: -------------------------------------------------------------------------------- 1 | Enhancement: Sync virtual files that are locked by office etc 2 | 3 | We now upload locked files again when Windows virtual files are used. 4 | This was disabled in 2.9.0 as it caused the file metadata and the locked files to get out of sync. 5 | The new solution implements explicit handling of outdated placeholders. 6 | 7 | https://github.com/owncloud/client/issues/9829 -------------------------------------------------------------------------------- /changelog/4.0.0_2023-05-11/9945.md: -------------------------------------------------------------------------------- 1 | Change: Implement server guided migration to spaces 2 | 3 | We added a feature that allows limited automatic migration of existing syncs to oCIS spaces. 4 | 5 | https://github.com/owncloud/client/issues/9945 6 | https://github.com/owncloud/ocis/issues/3574 7 | -------------------------------------------------------------------------------- /changelog/4.1.0_2023-06-15/10842.md: -------------------------------------------------------------------------------- 1 | Bugfix: owncloudcmd: Ensure plugin path is initialized on Linux 2 | 3 | https://github.com/owncloud/client/issues/10842 4 | -------------------------------------------------------------------------------- /changelog/4.1.0_2023-06-15/10856.md: -------------------------------------------------------------------------------- 1 | Bugfix: Use correct username with basic auth and LDAP 2 | 3 | With basic auth the name from the login credentials might not align with the name on the server. 4 | We corrected the assumption and no longer change the username. 5 | 6 | https://github.com/owncloud/client/issues/10856 7 | -------------------------------------------------------------------------------- /changelog/4.1.0_2023-06-15/10860.md: -------------------------------------------------------------------------------- 1 | Bugfix: Show systray status when a sync error occurred 2 | 3 | The systray menu for the ownCloud icon has an entry that shows the sync 4 | status. However, when a sync error occurred, the entry would have no 5 | text in it. This has now been fixed. 6 | 7 | https://github.com/owncloud/client/issues/10834 8 | 9 | -------------------------------------------------------------------------------- /changelog/4.1.0_2023-06-15/10888.md: -------------------------------------------------------------------------------- 1 | Enhancement: Allow users to call commandline client from AppImage 2 | 3 | When the AppImage is called with the new commandline parameter --cmd, it will 4 | internally dispatch the call to the contained owncloudcmd binary. Otherwise, 5 | the call will be forwarded to the regular owncloud GUI binary as before. 6 | 7 | https://github.com/owncloud/client/issues/10888 8 | -------------------------------------------------------------------------------- /changelog/4.1.0_2023-06-15/enterprise-5743.md: -------------------------------------------------------------------------------- 1 | Bugfix: Follow same site redirects in the Wizard 2 | 3 | We fixed a bug where the client did not follow same site redirects during the setup. 4 | If the used URL https://test.com/owncloud redirected to https://test.com the new URL was not correctly used for the newly created account. 5 | 6 | https://github.com/owncloud/enterprise/issues/5743 7 | -------------------------------------------------------------------------------- /changelog/4.2.0_2023-08-07/10946.md: -------------------------------------------------------------------------------- 1 | Bugfix: Wrong davUser in cmd client 2 | 3 | We fixed a bug where the wrong dav user was used in the URL, when the username from the credentials differed from the username used on the server. 4 | 5 | https://github.com/owncloud/client/issues/10946 6 | -------------------------------------------------------------------------------- /changelog/4.2.0_2023-08-07/10950.md: -------------------------------------------------------------------------------- 1 | Bugfix: Missing mtime in oCIS uploads 2 | 3 | When uploading a file to oCIS the server ignores the X-OC-Mtime header 4 | and expects the mtime to be part of the Upload-Metadata header. 5 | We now provide both. 6 | 7 | https://github.com/owncloud/client/issues/10950 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10197.md: -------------------------------------------------------------------------------- 1 | Enhancement: Make "Show files versions..." context menu action available 2 | 3 | https://github.com/owncloud/client/issues/10197 4 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10223.md: -------------------------------------------------------------------------------- 1 | Bugfix: VFS Placeholders can now be replaced with folders 2 | 3 | If a local VFS placeholder is replaced with a folder on the server, the client previously failed to populate the change. 4 | 5 | https://github.com/owncloud/client/issues/10223 6 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10313.md: -------------------------------------------------------------------------------- 1 | Enhancement: Log http request when it is sent 2 | 3 | We now log the http request when it is sent, not when it is created. 4 | This will enable us to print more headers set by the platform and measure the request time more accurately. 5 | 6 | https://github.com/owncloud/client/issues/10313 7 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10351.md: -------------------------------------------------------------------------------- 1 | Bugfix: Authentication dialog no longer appears again and again 2 | 3 | https://github.com/owncloud/client/issues/10351 4 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10619.md: -------------------------------------------------------------------------------- 1 | Enhancement: send a language header in all http requests 2 | 3 | All http requests to the server will now contain the language for the 4 | client. This can be used by the server to localize responses like error 5 | messages. 6 | 7 | https://github.com/owncloud/client/issues/10619 8 | https://github.com/owncloud/client/pull/11020 9 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10680.md: -------------------------------------------------------------------------------- 1 | Enhancement: Help user fix problems on the last setup wizard page 2 | 3 | When there are problems within the advanced configuration on the last setup 4 | wizard page, we no longer just show an error message but also "un-hide" those 5 | settings to give the user a chance of fixing the problem. 6 | 7 | https://github.com/owncloud/client/issues/10680 8 | https://github.com/owncloud/client/pull/11029 9 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10751.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display a progress spinner during the initial setup 2 | 3 | We now display a progress spinner after the setup wizard, until 4 | the client is done setting the account up. 5 | 6 | https://github.com/owncloud/client/issues/10751 7 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10788.md: -------------------------------------------------------------------------------- 1 | Change: Remove support for sidebar entries for non-vfs setups on Windows 2 | 3 | For vfs setups, this is handled by Windows itself. 4 | 5 | https://github.com/owncloud/client/issues/10788 6 | https://github.com/owncloud/client/pull/10910 7 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10825.md: -------------------------------------------------------------------------------- 1 | Enhancement: Reduce how often file changes are handled 2 | 3 | We no longer handle file changes every 1s but gather them for 10s and handle them then. 4 | 5 | This should reduce the amount of unnecessary checksum computations and attempted syncs. 6 | 7 | https://github.com/owncloud/client/pull/10825 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10866.md: -------------------------------------------------------------------------------- 1 | Change: Remove support for client side system proxy credentials 2 | 3 | We removed the support to query and store credentials for the system proxy. 4 | 5 | https://github.com/owncloud/client/pull/10866 6 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10905.md: -------------------------------------------------------------------------------- 1 | Bugfix: Possible deadlock during log setup 2 | 3 | If an error occurred during the setup of the log file, it was possible that the client got deadlocked. 4 | 5 | https://github.com/owncloud/client/pull/10905 6 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10919.md: -------------------------------------------------------------------------------- 1 | Bugfix: Do not create default sync root when loading accounts 2 | 3 | Creating the default sync root is only needed at initial setup. If a 4 | user chooses to point all folders for Spaces outside that default sync 5 | root, and deletes the default sync root folder, it will now no longer be 6 | created. 7 | 8 | https://github.com/owncloud/client/issues/10919 9 | https://github.com/owncloud/client/pull/11128 10 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10928.md: -------------------------------------------------------------------------------- 1 | Enhancement: Persist filter settings for Not Synced tab 2 | 3 | We now store the filter settings in the Not Synced tab. So after a 4 | restart of the client, the filter will still be the same as the last 5 | time. 6 | 7 | https://github.com/owncloud/client/pull/10928 8 | https://github.com/owncloud/client/issues/10884 9 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10939.md: -------------------------------------------------------------------------------- 1 | Change: Modernize systray menu 2 | 3 | We had a closer look on the system tray and cleaned it up. 4 | 5 | https://github.com/owncloud/client/issues/10939 6 | https://github.com/owncloud/client/pull/10949 7 | https://github.com/owncloud/client/pull/10999 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10976.md: -------------------------------------------------------------------------------- 1 | Enhancement: `--cmd` argument added to the GUI client 2 | 3 | In 4.1 we added a `--cmd` argument to the AppImage to allow users to use the commandline client contained in the AppImage more easily. 4 | 5 | The `--cmd` argument is now supported on all platforms to support consistency. 6 | 7 | https://github.com/owncloud/client/issues/10976 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10978.md: -------------------------------------------------------------------------------- 1 | Bugfix: Update capabilities and other info after connect 2 | 3 | We fixed a bug where server infos might have only been updated several minutes 4 | after the client connected to the server. 5 | 6 | https://github.com/owncloud/client/issues/10978 7 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/10990.md: -------------------------------------------------------------------------------- 1 | Bugfix: Account activity and crash after an account was removed 2 | 3 | We fixed a bug where an account performed actions after it was removed. 4 | 5 | https://github.com/owncloud/client/issues/10990 6 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11016.md: -------------------------------------------------------------------------------- 1 | Bugfix: Crash during application shutdown 2 | 3 | We fixed a where the main instance was accessed after it was destroyed. 4 | 5 | https://github.com/owncloud/client/issues/11016 6 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11047.md: -------------------------------------------------------------------------------- 1 | Bugfix: Hide hidden folders again in the selective sync view 2 | 3 | https://github.com/owncloud/client/issues/11047 4 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11081.md: -------------------------------------------------------------------------------- 1 | Change: We removed the pre 2.9 credentials migration 2 | 3 | Migrating credentials from a 2.8 or older client is no longer possible. 4 | 5 | https://github.com/owncloud/client/pull/11081 6 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11150.md: -------------------------------------------------------------------------------- 1 | Change: Extract Nautilus 2 | 3 | While the crash reporter still requires a graphical user interface to work, this 4 | change nevertheless simplifies reporting crashes from the commandline client 5 | a lot. 6 | 7 | https://github.com/owncloud/client/issues/8991 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11157.md: -------------------------------------------------------------------------------- 1 | Change: Remove libcloudproviders integration 2 | 3 | Since its implementation in 2019 our support our for it was 'limited'. 4 | Additionally, as far as we can tell it was not picked up by any major Linux distribution. 5 | 6 | https://github.com/owncloud/client/issues/11148 7 | https://github.com/owncloud/client/pull/11157 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11162.md: -------------------------------------------------------------------------------- 1 | Bugfix: Hydration state of file after a directory was replaced with a file 2 | 3 | If a synced directory was replaced with a file on the server, we downloaded it instead of 4 | replacing the folder with a VirtualFile placeholder. 5 | 6 | https://github.com/owncloud/client/pull/11162 7 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11168.md: -------------------------------------------------------------------------------- 1 | Bugfix: Only synchronize after the server settings where refreshed 2 | 3 | We fixed an issue where the sync was started on outdated server settings. 4 | 5 | https://github.com/owncloud/client/issues/11168 6 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11190.md: -------------------------------------------------------------------------------- 1 | Bugfix: Consistently use the same icon for folders 2 | 3 | In 4.0 we introduced a new icon for sync connections. 4 | In some places however we continued to use the system provided icon for folders, 5 | this resulted in an inconsistent application look. 6 | 7 | https://github.com/owncloud/client/pull/11190 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11192.md: -------------------------------------------------------------------------------- 1 | Bugfix: Branding of folder status overlay 2 | 3 | We fixed a bug where branded overlay icons for the display of the sync status where not used. 4 | 5 | https://github.com/owncloud/client/pull/11192 6 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11232.md: -------------------------------------------------------------------------------- 1 | Bugfix: Creation of folder on the server 2 | 3 | We fixed an issue in the FolderSyncWizard when the user provided a path with multiple slashes (//folder). 4 | 5 | https://github.com/owncloud/client/issues/11232 6 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11233.md: -------------------------------------------------------------------------------- 1 | Bugfix: Selective sync when not the remote root is synced 2 | 3 | https://github.com/owncloud/client/issues/11233 4 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/11242.md: -------------------------------------------------------------------------------- 1 | Change: Disable context menu item to get a public link for a space 2 | 3 | The context menu item "Create and copy public link to clipboard" didn't 4 | work correctly when used with Spaces: users were always redirected to 5 | the web frontend. This menu item is now disabled, waiting for a 6 | server-side changes. 7 | 8 | https://github.com/owncloud/client/issues/11242 9 | https://github.com/owncloud/client/pull/11079 10 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/261.md: -------------------------------------------------------------------------------- 1 | Enhancement: Store proxy password securely 2 | 3 | https://github.com/owncloud/client/issues/261 4 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/8216.md: -------------------------------------------------------------------------------- 1 | Enhancement: Windows VFS: Prevent rename to ignored file name 2 | 3 | We now prevent renaming of virtual files to ignored file names. 4 | This basically resulted in deletion on the server and a local placeholder that pointed to a non-existing file. 5 | 6 | https://github.com/owncloud/client/issues/8216 7 | https://github.com/owncloud/client-desktop-vfs-win/pull/63 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/8360.md: -------------------------------------------------------------------------------- 1 | Enhancement: Change how all files deleted is handled 2 | 3 | When the client detects that all files are deleted on either side of the sync, 4 | the client now aborts the sync and asks for a user decision. 5 | Afterwords a new sync is started. 6 | 7 | Previously we blocked the current sync until the user responded which could lead to unwanted side effects. 8 | 9 | https://github.com/owncloud/client/issues/8360 10 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/8432.md: -------------------------------------------------------------------------------- 1 | Enhancement: Port from QtSingleApplication to KDSingleApplication 2 | 3 | Instead of relying on an old copy of QtSingleApplication we use https://github.com/KDAB/KDSingleApplication 4 | 5 | https://github.com/owncloud/client/issues/8432 6 | https://github.com/owncloud/client/pull/10754 7 | https://github.com/owncloud/client/pull/10758 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/8991.md: -------------------------------------------------------------------------------- 1 | Enhancement: Enable crash reporter in commandline client 2 | 3 | While the crash reporter still requires a graphical user interface to work, this 4 | change nevertheless simplifies reporting crashes from the commandline client 5 | a lot. 6 | 7 | https://github.com/owncloud/client/issues/8991 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/client-desktop-vfs-win-19.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix check if a file is a placeholder 2 | 3 | Previously, files with zero bytes in size were considered placeholders. 4 | This is not correct, and has been fixed by using the correct API to 5 | check for placeholders. 6 | 7 | https://github.com/owncloud/client/issues/11107 8 | -------------------------------------------------------------------------------- /changelog/5.0.0_2023-10-05/enterprise-5682.md: -------------------------------------------------------------------------------- 1 | Bugfix: Avoid duplicate notifications when selective sync is enabled 2 | 3 | We no longer show multiple messages about files which were excluded from the sync because they were excluded by the users. 4 | 5 | https://github.com/owncloud/enterprise/issues/5682 6 | -------------------------------------------------------------------------------- /changelog/5.1.0_2023-11-02/11226.md: -------------------------------------------------------------------------------- 1 | Bugfix: Crash when accepting a notification 2 | 3 | We fixed a potential crash when clicking on a notification. 4 | 5 | https://github.com/owncloud/client/issues/11226 6 | -------------------------------------------------------------------------------- /changelog/5.1.0_2023-11-02/11288.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix crash on start-up when starting shell integration 2 | 3 | A possible crash has been fixed that could occur during start-up, when 4 | the shell integration started doing requests before the client itself 5 | completed starting up. 6 | 7 | https://github.com/owncloud/client/issues/11280 8 | https://github.com/owncloud/client/pull/11288 9 | -------------------------------------------------------------------------------- /changelog/5.1.0_2023-11-02/11308.md: -------------------------------------------------------------------------------- 1 | Bugfix: Properly schedule the sync after an account was added 2 | 3 | We fixed a bug where a folder was scheduled to be synced before the account reported it was ready. 4 | This resulted in the sync having no effect and the folder was then only synced once we polled the etag. 5 | 6 | https://github.com/owncloud/client/issues/11308 7 | -------------------------------------------------------------------------------- /changelog/5.1.0_2023-11-02/11313.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't start credentials save jobs during shutdown 2 | 3 | Due to a bug we "re-saved" the credentials during application shutdown. 4 | As the application was quitting while the jobs where running we might have encountered corrupted credentials or crashes. 5 | 6 | https://github.com/owncloud/client/pull/11313 7 | -------------------------------------------------------------------------------- /changelog/5.1.1_2023-11-09/11331.md: -------------------------------------------------------------------------------- 1 | Bugfix: Prevent permanent deletion of files when disabling VFS 2 | 3 | When a user disabled the virtual files feature on Windows, all currently dehydrated files were deleted accidentally. 4 | On the server those files where still available in the trash bin. 5 | This regression was introduced in the previous release 5.0.0. 6 | 7 | https://github.com/owncloud/client/issues/11331 8 | -------------------------------------------------------------------------------- /changelog/5.2.0_2023-11-27/11296.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix URL resolution for app provider 2 | 3 | We fixed a bug in the URL resolution for the app provider. 4 | If owncloud is installed to a non-root directory we computed a wrong URL for the app provider urls. 5 | This could trigger a connection validation in the client, which intern triggered a request to the app provider. 6 | Resulting in an endless loop rendering the client unusable. 7 | 8 | https://github.com/owncloud/client/issues/11296 9 | -------------------------------------------------------------------------------- /changelog/5.2.0_2023-11-27/11379.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix crash on unhandled status code on rename check 2 | 3 | We fixed a bug that caused the application to crash instead of just aborting the current sync. 4 | 5 | https://github.com/owncloud/client/issues/11379 6 | -------------------------------------------------------------------------------- /changelog/5.2.1_2024-01-04/11274.md: -------------------------------------------------------------------------------- 1 | Bugfix: Client stuck in reconnecting 2 | 3 | We fixed a bug where the client got stuck while reconnecting to the server. 4 | 5 | https://github.com/owncloud/client/issues/11274 6 | -------------------------------------------------------------------------------- /changelog/5.2.1_2024-01-04/11413.md: -------------------------------------------------------------------------------- 1 | Enhancement: Improved reliability for persisting settings 2 | 3 | We improved the reliability of saving accounts. 4 | This might fix an issue where sync connections were lost at random. 5 | 6 | https://github.com/owncloud/client/pull/11413 7 | https://github.com/owncloud/client/issues/11411 8 | -------------------------------------------------------------------------------- /changelog/5.3.0_2024-06-06/11276.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add support to provide a list of ports for the OAuth process 2 | 3 | We added a branding option that enables us to specify a list of ports that are used for the local server during the OAuth process. 4 | 5 | https://github.com/owncloud/client/issues/11276 6 | -------------------------------------------------------------------------------- /changelog/5.3.0_2024-06-06/11460.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix early-use crash in the folder watcher on Linux 2 | 3 | In a few error scenarios, the folder watcher on Linux shows a dialog 4 | with an error message. A crash has been fixed where this occurred before 5 | the GUI was fully initialised. 6 | 7 | https://github.com/owncloud/client/issues/11460 8 | https://github.com/owncloud/client/pull/11475 9 | -------------------------------------------------------------------------------- /changelog/5.3.0_2024-06-06/11467.md: -------------------------------------------------------------------------------- 1 | Bugfix: Client stuck in `reconnecting` 2 | 3 | Properly handle errors during the update of the server settings. 4 | Due to an unhandled result, the client could get stuck in a `reconnecting` state. 5 | 6 | https://github.com/owncloud/client/pull/11467 7 | -------------------------------------------------------------------------------- /changelog/5.3.0_2024-06-06/11552.md: -------------------------------------------------------------------------------- 1 | Bugfix: Ensure folders are scheduled only once 2 | 3 | We fixed a bug where a folder could be scheduled multiple times. 4 | 5 | https://github.com/owncloud/client/issues/11552 6 | -------------------------------------------------------------------------------- /changelog/5.3.0_2024-06-06/11646.md: -------------------------------------------------------------------------------- 1 | Enhancement: Support `Active Directory Federation Service` as identity provider 2 | 3 | We changed the OAuth workflow to support `Active Directory Federation Service` 4 | 5 | https://github.com/owncloud/client/issues/11646 6 | -------------------------------------------------------------------------------- /changelog/5.3.0_2024-06-06/enterprise-6390.md: -------------------------------------------------------------------------------- 1 | Change: Revert local folder name back to pre 3.0 behavior 2 | 3 | Due to user requests, we reverted the folder name from 4 | ``` 5 | ownCloud - Albert@owncloud.com 6 | ownCloud - Katherine@owncloud.org 7 | ownCloud - Marie@owncloud.com 8 | ``` 9 | 10 | back to 11 | 12 | ``` 13 | ownCloud 14 | ownCloud (1) 15 | ownCloud (2) 16 | ``` 17 | 18 | https://github.com/owncloud/enterprise/issues/6390 19 | -------------------------------------------------------------------------------- /changelog/5.3.1_2024-06-11/11691.md: -------------------------------------------------------------------------------- 1 | Bugfix: Ensure the Windows shell extension is linked statically 2 | 3 | We fixed a regression where https://cmake.org/cmake/help/latest/policy/CMP0091.html caused our shell extension no longer to be linked statically. 4 | 5 | https://github.com/owncloud/client/issues/11691 6 | -------------------------------------------------------------------------------- /changelog/5.3.2_2025-01-20/12005.md: -------------------------------------------------------------------------------- 1 | Bugfix: OAuth: Prevent logout when refreshing token 2 | 3 | Prevent the user being logged out when the network disappears during OAuth token refresh. 4 | 5 | https://github.com/owncloud/client/issues/11980 6 | https://github.com/owncloud/client/pull/11984 7 | https://github.com/owncloud/client/pull/12005 8 | -------------------------------------------------------------------------------- /changelog/5.3.2_2025-01-20/installer-5.3.2.md: -------------------------------------------------------------------------------- 1 | Security: Fixing high security vulnerability in Windows Installer 2 | 3 | CVE and security advisory will follow. 4 | 5 | https://github.com/owncloud/client/issues/12010 -------------------------------------------------------------------------------- /changelog/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/changelog/CHANGELOG.md -------------------------------------------------------------------------------- /changelog/unreleased/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/changelog/unreleased/.gitkeep -------------------------------------------------------------------------------- /changelog/unreleased/10980.md: -------------------------------------------------------------------------------- 1 | Enhancement: Ask user to restart application when update is available on Windows 2 | 3 | Instead of a tray message, we now display a modal dialog on Windows to inform 4 | the user about a downloaded update. Also, we now can prompt the user to 5 | restart the application and apply the update immediately, adding a bit of user 6 | comfort. 7 | 8 | https://github.com/owncloud/client/pull/11442 9 | -------------------------------------------------------------------------------- /changelog/unreleased/11204.md: -------------------------------------------------------------------------------- 1 | Enhancement: Prevent same default sync folder for multiple accounts with Spaces 2 | 3 | This is done by tagging the sync folder by an extended attribute 4 | (Linux/macOS) or an alternative data stream (Windows). 5 | 6 | https://github.com/owncloud/client/issues/11204 7 | https://github.com/owncloud/client/pull/11364 8 | -------------------------------------------------------------------------------- /changelog/unreleased/11245.md: -------------------------------------------------------------------------------- 1 | Change: Remove unused command line option --language 2 | 3 | This option was used before the UI language could be chosen in the 4 | settings. The option --list-languages is also removed, as it no longer 5 | serves a purpose. 6 | 7 | https://github.com/owncloud/client/issues/11245 8 | https://github.com/owncloud/client/pull/11270 9 | -------------------------------------------------------------------------------- /changelog/unreleased/11275.md: -------------------------------------------------------------------------------- 1 | Change: Windows: always use fusion style 2 | 3 | We already used the fusion style on Windows for years if the system used dpi scaling. 4 | Since Qt6.5 the fusion style also support the dark theme on Windows. 5 | Those two reasons convinced us that always using the fusion style on Windows will result 6 | in the best experience for the users. 7 | 8 | https://github.com/owncloud/client/issues/11275 9 | -------------------------------------------------------------------------------- /changelog/unreleased/11300.md: -------------------------------------------------------------------------------- 1 | Change: Make messages translatable that occur early in start-up 2 | 3 | These messages include the command-line messages (both errors and the 4 | help text). To do this, the deprecated `--confdir` option has been 5 | removed. This option was only used on windows before roaming profiles 6 | were supported. 7 | 8 | https://github.com/owncloud/client/issues/11142 9 | https://github.com/owncloud/client/issues/11246 10 | https://github.com/owncloud/client/pull/11300 11 | -------------------------------------------------------------------------------- /changelog/unreleased/11304.md: -------------------------------------------------------------------------------- 1 | Enhancement: Use less modal dialogs 2 | 3 | As the rather high number of modal dialogs we used caused different issues on different platforms, 4 | we decided to use them less often and try other concepts. 5 | 6 | https://github.com/owncloud/client/issues/11304 7 | https://github.com/owncloud/client/issues/11032 8 | https://github.com/owncloud/client/issues/11208 9 | -------------------------------------------------------------------------------- /changelog/unreleased/11320.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add option to move files to trash instead of deleting 2 | 3 | An option has been added that when files on the server are deleted, 4 | the client will move them to the system trash bin instead of deleting 5 | those files. 6 | 7 | https://github.com/owncloud/client/issues/9001 8 | https://github.com/owncloud/client/pull/11320 9 | -------------------------------------------------------------------------------- /changelog/unreleased/11325.md: -------------------------------------------------------------------------------- 1 | Change: Deprecate suffix VFS 2 | 3 | We decided to deprecate the suffix VFS implementations and thus prepare its removal in 7.0. 4 | 5 | https://github.com/owncloud/client/issues/11325 6 | -------------------------------------------------------------------------------- /changelog/unreleased/11347.md: -------------------------------------------------------------------------------- 1 | Enhancement: Include recent changes in scheduled syncs 2 | 3 | When starting a new sync we now also include the recent change events in the discovery. 4 | 5 | https://github.com/owncloud/client/pull/11347 6 | -------------------------------------------------------------------------------- /changelog/unreleased/11396.md: -------------------------------------------------------------------------------- 1 | Bugfix: Schedule syncs after an abort 2 | 3 | We fixed a bug where the client stopped scheduling syncs after a sync was aborted. 4 | 5 | https://github.com/owncloud/client/pull/11396 6 | -------------------------------------------------------------------------------- /changelog/unreleased/11424.md: -------------------------------------------------------------------------------- 1 | Enhancement: Improve handling of a server blocking an unsupported client 2 | 3 | We improved the handling of HTTP 403 status codes. 4 | 5 | https://github.com/owncloud/client/issues/11424 6 | -------------------------------------------------------------------------------- /changelog/unreleased/11450.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix description of manage public links action 2 | 3 | https://github.com/owncloud/client/issues/11450 4 | -------------------------------------------------------------------------------- /changelog/unreleased/11460.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix early-use crash in the folder watcher on Linux 2 | 3 | In a few error scenarios, the folder watcher on Linux shows a dialog 4 | with an error message. A crash has been fixed where this occurred before 5 | the GUI was fully initialised. 6 | 7 | https://github.com/owncloud/client/issues/11460 8 | https://github.com/owncloud/client/pull/11475 9 | -------------------------------------------------------------------------------- /changelog/unreleased/11472.md: -------------------------------------------------------------------------------- 1 | Bugfix: Properly encode scope and prompt items in OAuth URL 2 | 3 | Fixed a bug where the scope and prompt items of an OAuth query would not 4 | be encoded, resulting in an invalid request. 5 | 6 | https://github.com/owncloud/client/issues/11472 7 | https://github.com/owncloud/client/pull/11479 8 | -------------------------------------------------------------------------------- /changelog/unreleased/11478.md: -------------------------------------------------------------------------------- 1 | Bugfix: Client stuck in reconnecting state after application start 2 | 3 | We fixed a bug where the client was starting OAuth authentication but 4 | did not prompt the user properly to renew authentication. 5 | This resulted in the client apparently getting stuck in the "reconnecting" state. 6 | 7 | https://github.com/owncloud/client/pull/11478 8 | -------------------------------------------------------------------------------- /changelog/unreleased/11491.md: -------------------------------------------------------------------------------- 1 | Enhancement: New Folder status 2 | 3 | We rewrote the Folder status page. 4 | 5 | https://github.com/owncloud/client/pull/11491 6 | https://github.com/owncloud/client/issues/11527 7 | -------------------------------------------------------------------------------- /changelog/unreleased/11497.md: -------------------------------------------------------------------------------- 1 | Bugfix: strip user information from new-connection URL 2 | 3 | Credentials in the URL are not supported for some time. This fix strips 4 | them from the URL before storage and using it to authenticate the client 5 | to the server. 6 | 7 | https://github.com/owncloud/client/issues/11497 8 | https://github.com/owncloud/client/pull/11509 9 | -------------------------------------------------------------------------------- /changelog/unreleased/11517.md: -------------------------------------------------------------------------------- 1 | Change: Removed support for limiting sync of big new folder & external storage 2 | 3 | We removed an option which allowed to block new folders bigger than a set limit, from being synchronized automatically, when selective synchronization is used. 4 | Additionally, we removed the option that allowed to block automatic synchronization of external storage. 5 | 6 | https://github.com/owncloud/client/pull/11517 7 | -------------------------------------------------------------------------------- /changelog/unreleased/11531.md: -------------------------------------------------------------------------------- 1 | Change: Set the 'No' button as default action in the Unknown Certificate dialog 2 | 3 | When an unknown certificate is used by the server, the safe action is to 4 | reject this certificate. So the default action for this dialog should be 5 | not to accept this unknown certificate. 6 | 7 | https://github.com/owncloud/client/issues/11531 8 | -------------------------------------------------------------------------------- /changelog/unreleased/11533.md: -------------------------------------------------------------------------------- 1 | Enhancement: Pause sync when behind a captive portal 2 | 3 | When the operating system detects a captive portal, stop all outgoing 4 | network requests. These requests will fail with an SSL certificate 5 | mismatch error. When the captive portal is "gone", synchronisation will 6 | be restarted. 7 | 8 | https://github.com/owncloud/client/issues/11533 9 | https://github.com/owncloud/client/pull/11567 10 | -------------------------------------------------------------------------------- /changelog/unreleased/11569.md: -------------------------------------------------------------------------------- 1 | Change: Remove `Remove all files` dialog 2 | 3 | We no longer ask the user whether all files should be removed but just sync. 4 | 5 | https://github.com/owncloud/client/issues/11569 6 | https://github.com/owncloud/client/issues/7304 7 | -------------------------------------------------------------------------------- /changelog/unreleased/11581.md: -------------------------------------------------------------------------------- 1 | Bugfix: Support logging redirect 2 | 3 | We now log when all urls when a request was redirected. 4 | 5 | https://github.com/owncloud/client/pull/11581 6 | -------------------------------------------------------------------------------- /changelog/unreleased/11595.md: -------------------------------------------------------------------------------- 1 | Change: Rewrite of the spaces browser 2 | 3 | https://github.com/owncloud/client/pull/11595 4 | -------------------------------------------------------------------------------- /changelog/unreleased/11621.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't store null certificates in the account 2 | 3 | https://github.com/owncloud/client/issues/11621 4 | -------------------------------------------------------------------------------- /changelog/unreleased/11664.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix crash for folders that could not be initialized 2 | 3 | We fixed a bug where interacting with a folder in the file browser could lead to a crash if the folder was not properly initialized. 4 | 5 | https://github.com/owncloud/client/pull/11664 6 | -------------------------------------------------------------------------------- /changelog/unreleased/11729.md: -------------------------------------------------------------------------------- 1 | Enhancement: Support for prompt_values_supported in openid-configuration 2 | 3 | We implemented support for idP's to specify the supported prompt values. 4 | 5 | https://github.com/owncloud/client/pull/11729 6 | https://github.com/owncloud/client/pull/12163 7 | -------------------------------------------------------------------------------- /changelog/unreleased/11742.md: -------------------------------------------------------------------------------- 1 | Change: New update channel for ownCloud infinite scale 2 | 3 | The release series 6 is a long term release. 4 | As version 7 will drop the support for ownCloud 10, users will either have to select the ownCloud infinite scale update channel in the about-dialog or manually install a newer release. 5 | This change only affects the unbranded version. 6 | 7 | https://github.com/owncloud/client/issues/11742 8 | -------------------------------------------------------------------------------- /changelog/unreleased/11743.md: -------------------------------------------------------------------------------- 1 | Change: Remove support for branded shell extensions on Linux 2 | 3 | From now on user will have to install dolphin-owncloud nautilus-owncloud 4 | instead of a branded version. 5 | 6 | https://github.com/owncloud/client/issues/11743 7 | -------------------------------------------------------------------------------- /changelog/unreleased/11752.md: -------------------------------------------------------------------------------- 1 | Change: Only allow to add un-synced spaces 2 | 3 | We now prevent users from syncing the same space multiple times. 4 | 5 | 6 | https://github.com/owncloud/client/issues/11752 7 | https://github.com/owncloud/client/pull/11759 8 | -------------------------------------------------------------------------------- /changelog/unreleased/11760.md: -------------------------------------------------------------------------------- 1 | Enhancement: Display how many spaces are un-synced 2 | 3 | https://github.com/owncloud/client/pull/11760 4 | -------------------------------------------------------------------------------- /changelog/unreleased/11774.md: -------------------------------------------------------------------------------- 1 | Enhancement: New branding option: automatically sync new spaces 2 | 3 | A branding option was added to add new sync connections for newly 4 | discovered spaces. 5 | 6 | https://github.com/owncloud/client/issues/11751 7 | https://github.com/owncloud/client/pull/11774 8 | -------------------------------------------------------------------------------- /changelog/unreleased/11839.md: -------------------------------------------------------------------------------- 1 | Bugfix: Don't log misleading error if dynamic registration failed 2 | 3 | https://github.com/owncloud/client/pull/11839 4 | -------------------------------------------------------------------------------- /changelog/unreleased/11856.md: -------------------------------------------------------------------------------- 1 | Change: Rewrite of the login widget in QML 2 | 3 | https://github.com/owncloud/client/pull/11856 4 | -------------------------------------------------------------------------------- /changelog/unreleased/12044.md: -------------------------------------------------------------------------------- 1 | Change: Only support APFS on macOS 2 | 3 | Apple File System in contrary to HFS+ is Unicode normalization preserving. 4 | To support this properly the upcoming version 6 of desktop client will support 5 | NFC and NFD encoding on all client platforms based on the individual characteristics. 6 | 7 | https://github.com/owncloud/client/pull/12044 8 | -------------------------------------------------------------------------------- /changelog/unreleased/12045.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix crash after resource job fails 2 | 3 | When a network error occurs while fetching a resource (e.g. a space 4 | image), no icon is available, and a crash would occur. This is fixed by 5 | returning an empty icon. 6 | 7 | https://github.com/owncloud/client/pull/12045 8 | -------------------------------------------------------------------------------- /changelog/unreleased/4808.md: -------------------------------------------------------------------------------- 1 | Enhancement: Add option to pause synchronization on metered connections 2 | 3 | On platforms that support metered-connection detection, an option is now 4 | available to pause folder synchronization when the network connection 5 | switches to metered-connection. When synchronization is paused, force-syncing can 6 | still be done. 7 | 8 | https://github.com/owncloud/client/issues/4808 9 | https://github.com/owncloud/client/pull/11305 10 | -------------------------------------------------------------------------------- /changelog/unreleased/enterprise-6390.md: -------------------------------------------------------------------------------- 1 | Change: Revert local folder name back to pre 3.0 behavior 2 | 3 | Due to user requests, we reverted the folder name from 4 | ``` 5 | ownCloud - Albert@owncloud.com 6 | ownCloud - Katherine@owncloud.org 7 | ownCloud - Marie@owncloud.com 8 | ``` 9 | 10 | back to 11 | 12 | ``` 13 | ownCloud 14 | ownCloud (1) 15 | ownCloud (2) 16 | ``` 17 | 18 | https://github.com/owncloud/enterprise/issues/6390 19 | -------------------------------------------------------------------------------- /changelog/unreleased/enterprise-6761.md: -------------------------------------------------------------------------------- 1 | Bugfix: Fix location loading on Mac 2 | 3 | https://github.com/owncloud/enterprise/issues/6761 4 | -------------------------------------------------------------------------------- /owncloudcmd.desktop.in: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Categories=Utility;X-SuSE-SyncUtility; 3 | Type=Application 4 | Terminal=true 5 | Exec=@APPLICATION_EXECUTABLE@cmd 6 | Name=@APPLICATION_NAME@ commandline sync client 7 | Comment=@APPLICATION_NAME@ commandline synchronization client 8 | GenericName=Folder Sync Commandline 9 | Icon=@APPLICATION_ICON_NAME@ 10 | Keywords=@APPLICATION_NAME@;syncing;file;sharing; 11 | X-AppImage-Integrate=false 12 | NoDisplay=true 13 | -------------------------------------------------------------------------------- /shell_integration/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | if (APPLE) 2 | add_subdirectory(MacOSX) 3 | endif() 4 | 5 | if(MSVC) 6 | add_subdirectory(windows) 7 | endif() 8 | -------------------------------------------------------------------------------- /shell_integration/MacOSX/OwnCloud.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /shell_integration/MacOSX/OwnCloudFinderSync/OwnCloudFinderSync.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /shell_integration/MacOSX/OwnCloudFinderSync/desktopclient/main.m: -------------------------------------------------------------------------------- 1 | // 2 | // main.m 3 | // desktopclient 4 | // 5 | // Created by Jocelyn Turcotte on 01/06/15. 6 | // 7 | // 8 | 9 | // This is fake application bundle with the same bundle ID as the real desktop client. 10 | // Xcode needs a wrapping application to allow the extension to be debugged. 11 | 12 | #import 13 | 14 | int main(int argc, const char * argv[]) { 15 | return NSApplicationMain(argc, argv); 16 | } 17 | -------------------------------------------------------------------------------- /shell_integration/icons/icns/error.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/icns/error.icns -------------------------------------------------------------------------------- /shell_integration/icons/icns/error_swm.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/icns/error_swm.icns -------------------------------------------------------------------------------- /shell_integration/icons/icns/ok.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/icns/ok.icns -------------------------------------------------------------------------------- /shell_integration/icons/icns/ok_swm.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/icns/ok_swm.icns -------------------------------------------------------------------------------- /shell_integration/icons/icns/sync.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/icns/sync.icns -------------------------------------------------------------------------------- /shell_integration/icons/icns/sync_swm.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/icns/sync_swm.icns -------------------------------------------------------------------------------- /shell_integration/icons/icns/warning.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/icns/warning.icns -------------------------------------------------------------------------------- /shell_integration/icons/icns/warning_swm.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/icns/warning_swm.icns -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/error.iconset/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/error.iconset/icon_128x128.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/error.iconset/icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/error.iconset/icon_128x128@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/error.iconset/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/error.iconset/icon_16x16.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/error.iconset/icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/error.iconset/icon_16x16@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/error.iconset/icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/error.iconset/icon_256x256.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/error.iconset/icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/error.iconset/icon_256x256@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/error.iconset/icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/error.iconset/icon_32x32.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/error.iconset/icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/error.iconset/icon_32x32@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok.iconset/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok.iconset/icon_128x128.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok.iconset/icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok.iconset/icon_128x128@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok.iconset/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok.iconset/icon_16x16.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok.iconset/icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok.iconset/icon_16x16@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok.iconset/icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok.iconset/icon_256x256.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok.iconset/icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok.iconset/icon_256x256@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok.iconset/icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok.iconset/icon_32x32.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok.iconset/icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok.iconset/icon_32x32@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok_swm.iconset/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok_swm.iconset/icon_128x128.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok_swm.iconset/icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok_swm.iconset/icon_128x128@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok_swm.iconset/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok_swm.iconset/icon_16x16.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok_swm.iconset/icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok_swm.iconset/icon_16x16@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok_swm.iconset/icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok_swm.iconset/icon_256x256.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok_swm.iconset/icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok_swm.iconset/icon_256x256@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok_swm.iconset/icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok_swm.iconset/icon_32x32.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/ok_swm.iconset/icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/ok_swm.iconset/icon_32x32@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/sync.iconset/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/sync.iconset/icon_128x128.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/sync.iconset/icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/sync.iconset/icon_128x128@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/sync.iconset/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/sync.iconset/icon_16x16.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/sync.iconset/icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/sync.iconset/icon_16x16@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/sync.iconset/icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/sync.iconset/icon_256x256.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/sync.iconset/icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/sync.iconset/icon_256x256@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/sync.iconset/icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/sync.iconset/icon_32x32.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/sync.iconset/icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/sync.iconset/icon_32x32@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/warning.iconset/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/warning.iconset/icon_128x128.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/warning.iconset/icon_128x128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/warning.iconset/icon_128x128@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/warning.iconset/icon_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/warning.iconset/icon_16x16.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/warning.iconset/icon_16x16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/warning.iconset/icon_16x16@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/warning.iconset/icon_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/warning.iconset/icon_256x256.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/warning.iconset/icon_256x256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/warning.iconset/icon_256x256@2x.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/warning.iconset/icon_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/warning.iconset/icon_32x32.png -------------------------------------------------------------------------------- /shell_integration/icons/nopadding/warning.iconset/icon_32x32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/icons/nopadding/warning.iconset/icon_32x32@2x.png -------------------------------------------------------------------------------- /shell_integration/windows/OCContextMenu/OCContextMenu.def: -------------------------------------------------------------------------------- 1 | LIBRARY 2 | EXPORTS 3 | DllGetClassObject PRIVATE 4 | DllCanUnloadNow PRIVATE 5 | DllRegisterServer PRIVATE 6 | DllUnregisterServer PRIVATE -------------------------------------------------------------------------------- /shell_integration/windows/OCOverlays/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_library(OCOverlays MODULE 2 | DllMain.cpp 3 | OCOverlay.cpp 4 | OCOverlayFactory.cpp 5 | OCOverlayRegistrationHandler.cpp 6 | OCOverlay.rc 7 | OCOverlays.def 8 | ) 9 | 10 | target_link_libraries(OCOverlays 11 | OCUtil) 12 | 13 | add_windows_version_info(OCOverlays) 14 | 15 | install(TARGETS OCOverlays 16 | RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} 17 | LIBRARY DESTINATION ${CMAKE_INSTALL_BINDIR} 18 | ) 19 | -------------------------------------------------------------------------------- /shell_integration/windows/OCOverlays/OCOverlay.rc: -------------------------------------------------------------------------------- 1 | // Icon with lowest ID value placed first to ensure application icon 2 | // remains consistent on all systems. 3 | IDI_STATE_ERROR ICON "ico\\Error.ico" 4 | IDI_STATE_OK ICON "ico\\OK.ico" 5 | IDI_STATE_OK_SWM ICON "ico\\OK_Shared.ico" 6 | IDI_STATE_SYNC ICON "ico\\Sync.ico" 7 | IDI_STATE_WARNING ICON "ico\\Warning.ico" 8 | -------------------------------------------------------------------------------- /shell_integration/windows/OCOverlays/OCOverlays.def: -------------------------------------------------------------------------------- 1 | LIBRARY 2 | EXPORTS 3 | DllGetClassObject PRIVATE 4 | DllCanUnloadNow PRIVATE 5 | DllRegisterServer PRIVATE 6 | DllUnregisterServer PRIVATE -------------------------------------------------------------------------------- /shell_integration/windows/OCOverlays/ico/Error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/windows/OCOverlays/ico/Error.ico -------------------------------------------------------------------------------- /shell_integration/windows/OCOverlays/ico/OK.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/windows/OCOverlays/ico/OK.ico -------------------------------------------------------------------------------- /shell_integration/windows/OCOverlays/ico/OK_Shared.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/windows/OCOverlays/ico/OK_Shared.ico -------------------------------------------------------------------------------- /shell_integration/windows/OCOverlays/ico/Sync.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/windows/OCOverlays/ico/Sync.ico -------------------------------------------------------------------------------- /shell_integration/windows/OCOverlays/ico/Warning.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/shell_integration/windows/OCOverlays/ico/Warning.ico -------------------------------------------------------------------------------- /shell_integration/windows/OCUtil/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_library(OCUtil STATIC 2 | CommunicationSocket.cpp 3 | RemotePathChecker.cpp 4 | StringUtil.cpp 5 | ) 6 | 7 | target_include_directories(OCUtil 8 | PUBLIC 9 | "${CMAKE_CURRENT_SOURCE_DIR}" 10 | ) 11 | -------------------------------------------------------------------------------- /src/3rdparty/QProgressIndicator/README.md: -------------------------------------------------------------------------------- 1 | ## Description 2 | 3 | The QProgressIndicator class lets an application display a progress indicator to show that a lengthy task is under way. 4 | Will work at any size. 5 | 6 | 7 | 8 | 9 | ## Dependency 10 | Qt 4.4.x. 11 | 12 | ## License 13 | 14 | MIT 15 | -------------------------------------------------------------------------------- /src/common/README: -------------------------------------------------------------------------------- 1 | This folder contains code covered by the CLA being licensed as LGPL. 2 | This allows it to be linked together with the rest of the LGPL code in csync. 3 | -------------------------------------------------------------------------------- /src/common/vfspluginmetadata.json.in: -------------------------------------------------------------------------------- 1 | { 2 | "type": "vfs", 3 | "version": "@MIRALL_VERSION@" 4 | } 5 | -------------------------------------------------------------------------------- /src/crashreporter/resources.qrc.in: -------------------------------------------------------------------------------- 1 | 2 | 3 | @CRASHREPORTER_ICON_PATH@ 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/csync/AUTHORS: -------------------------------------------------------------------------------- 1 | Andreas Schneider 2 | Klaas Freitag 3 | Olivier Goffart 4 | -------------------------------------------------------------------------------- /src/csync/ConfigureChecks.cmake: -------------------------------------------------------------------------------- 1 | include(CheckFunctionExists) 2 | include(CheckLibraryExists) 3 | 4 | set(SYSCONFDIR ${CMAKE_INSTALL_SYSCONFDIR}) 5 | 6 | # FUNCTIONS 7 | if (NOT LINUX) 8 | # librt 9 | check_library_exists(rt nanosleep "" HAVE_LIBRT) 10 | endif (NOT LINUX) 11 | 12 | check_function_exists(utimes HAVE_UTIMES) 13 | check_function_exists(lstat HAVE_LSTAT) 14 | -------------------------------------------------------------------------------- /src/csync/config_csync.h.cmake: -------------------------------------------------------------------------------- 1 | #include "ocsynclib.h" 2 | #cmakedefine SYSCONFDIR "${SYSCONFDIR}" 3 | 4 | #cmakedefine HAVE_UTIMES 1 5 | #cmakedefine HAVE_LSTAT 1 6 | -------------------------------------------------------------------------------- /src/gui/networkadapters/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | target_sources(owncloudGui PRIVATE 2 | resolveurladapter.cpp 3 | webfingerlookupadapter.cpp 4 | discoverwebfingerserviceadapter.cpp 5 | determineauthtypeadapter.cpp 6 | fetchcapabilitiesadapter.cpp 7 | ) 8 | 9 | -------------------------------------------------------------------------------- /src/gui/newaccountwizard/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | target_sources(owncloudGui PRIVATE 2 | newaccountwizardcontroller.cpp 3 | newaccountwizardcontroller.h 4 | newaccountmodel.cpp 5 | newaccountmodel.h 6 | urlpagecontroller.cpp 7 | urlpagecontroller.h 8 | oauthpagecontroller.cpp 9 | oauthpagecontroller.h 10 | wizardpagevalidator.h 11 | ) 12 | 13 | -------------------------------------------------------------------------------- /src/gui/newwizard/setupwizardcontroller_p.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include 4 | 5 | namespace OCC::Wizard::SetupWizardControllerPrivate { 6 | 7 | Q_NAMESPACE 8 | 9 | enum class ChangeReason { 10 | Default, 11 | EvaluationFailed, 12 | }; 13 | Q_ENUM_NS(ChangeReason); 14 | } 15 | -------------------------------------------------------------------------------- /src/gui/owncloud.xml.in: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @APPLICATION_NAME@ virtual files 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/gui/socketapi/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | target_sources(owncloudGui PRIVATE 2 | ${CMAKE_CURRENT_SOURCE_DIR}/socketapi.cpp 3 | ) 4 | 5 | if( APPLE ) 6 | target_sources(owncloudGui PRIVATE socketapisocket_mac.mm) 7 | endif() 8 | -------------------------------------------------------------------------------- /src/gui/spaces/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | target_sources(owncloudGui 2 | PRIVATE 3 | spacesmodel.cpp 4 | spacesbrowser.cpp 5 | spacesbrowser.ui 6 | spaceimageprovider.cpp 7 | ) 8 | -------------------------------------------------------------------------------- /src/libsync/graphapi/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | target_sources(libsync PRIVATE 2 | jobs/drives.cpp 3 | space.cpp 4 | spacesmanager.cpp) 5 | 6 | target_include_directories(libsync PUBLIC $) 7 | -------------------------------------------------------------------------------- /src/plugins/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_subdirectory(vfs) 2 | -------------------------------------------------------------------------------- /src/plugins/vfs/off/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_vfs_plugin(NAME off SRC vfs_off.cpp) -------------------------------------------------------------------------------- /src/resources/font-awesome/ellipsis-h-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/resources/font-awesome/folder-solid-small.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/resources/font-awesome/folder-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/resources/font-awesome/plus-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/resources/font-awesome/step-forward-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/resources/font-awesome/trash-solid.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/resources/loadresources.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "owncloudresources.h" 4 | 5 | namespace OCC { 6 | class OWNCLOUDRESOURCES_EXPORT ResourcesLoader 7 | { 8 | public: 9 | ResourcesLoader(); 10 | ~ResourcesLoader(); 11 | }; 12 | } -------------------------------------------------------------------------------- /src/resources/theme/colored/1024-owncloud-icon-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/1024-owncloud-icon-sidebar.png -------------------------------------------------------------------------------- /src/resources/theme/colored/1024-owncloud-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/1024-owncloud-icon.png -------------------------------------------------------------------------------- /src/resources/theme/colored/128-owncloud-icon-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/128-owncloud-icon-sidebar.png -------------------------------------------------------------------------------- /src/resources/theme/colored/128-owncloud-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/128-owncloud-icon.png -------------------------------------------------------------------------------- /src/resources/theme/colored/16-owncloud-icon-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/16-owncloud-icon-sidebar.png -------------------------------------------------------------------------------- /src/resources/theme/colored/16-owncloud-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/16-owncloud-icon.png -------------------------------------------------------------------------------- /src/resources/theme/colored/24-owncloud-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/24-owncloud-icon.png -------------------------------------------------------------------------------- /src/resources/theme/colored/256-owncloud-icon-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/256-owncloud-icon-sidebar.png -------------------------------------------------------------------------------- /src/resources/theme/colored/256-owncloud-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/256-owncloud-icon.png -------------------------------------------------------------------------------- /src/resources/theme/colored/32-owncloud-icon-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/32-owncloud-icon-sidebar.png -------------------------------------------------------------------------------- /src/resources/theme/colored/32-owncloud-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/32-owncloud-icon.png -------------------------------------------------------------------------------- /src/resources/theme/colored/48-owncloud-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/48-owncloud-icon.png -------------------------------------------------------------------------------- /src/resources/theme/colored/512-owncloud-icon-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/512-owncloud-icon-sidebar.png -------------------------------------------------------------------------------- /src/resources/theme/colored/64-owncloud-icon-sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/64-owncloud-icon-sidebar.png -------------------------------------------------------------------------------- /src/resources/theme/colored/64-owncloud-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/src/resources/theme/colored/64-owncloud-icon.png -------------------------------------------------------------------------------- /test/gui/config.sample.ini: -------------------------------------------------------------------------------- 1 | [DEFAULT] 2 | BACKEND_HOST= 3 | SECURE_BACKEND_HOST= 4 | CLIENT_ROOT_SYNC_PATH= 5 | MAX_SYNC_TIMEOUT= 6 | MIN_SYNC_TIMEOUT= 7 | LOWEST_SYNC_TIMEOUT= 8 | CLIENT_LOG_FILE= 9 | TEMP_FOLDER_PATH= 10 | CLIENT_CONFIG_DIR= 11 | GUI_TEST_REPORT_DIR= 12 | OCIS=false 13 | RECORD_VIDEO_ON_FAILURE=false -------------------------------------------------------------------------------- /test/gui/config/.gherlintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "rules": { 3 | "indentation": ["error", 4], 4 | "no_repetitive_step_keyword": "error", 5 | "require_step": "error", 6 | "no_trailing_whitespace": "error", 7 | "require_scenario": "error", 8 | "no_then_as_first_step": "error", 9 | "only_given_step_in_background": "error", 10 | "newline_before_scenario": ["error", 2, true], 11 | "lowercase_title": "off", 12 | "no_but_in_given_when": "error" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /test/gui/drone/server.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | AUT/owncloud = "/drone/src/build/bin" 3 | AUTPMTimeout = "15000" 4 | -------------------------------------------------------------------------------- /test/gui/envs.txt: -------------------------------------------------------------------------------- 1 | XDG_CONFIG_HOME=/tmp/owncloudtest/.config 2 | -------------------------------------------------------------------------------- /test/gui/requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.32.*; python_version >= "3.10" 2 | PyGObject==3.42.*; sys_platform != 'win32' and python_version >= "3.10" 3 | psutil==5.9.*; python_version >= "3.10" 4 | black==24.3.*; python_version >= "3.10" 5 | pylint==3.2.*; python_version >= "3.10" 6 | pywin32==305; sys_platform == 'win32' and python_version >= "3.10" 7 | pytest-playwright==0.7.0; python_version >= "3.10" 8 | -------------------------------------------------------------------------------- /test/gui/shared/files-for-upload/simple.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/test/gui/shared/files-for-upload/simple.pdf -------------------------------------------------------------------------------- /test/gui/shared/files-for-upload/test_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/test/gui/shared/files-for-upload/test_video.mp4 -------------------------------------------------------------------------------- /test/gui/shared/files-for-upload/testavatar.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/test/gui/shared/files-for-upload/testavatar.jpeg -------------------------------------------------------------------------------- /test/gui/shared/files-for-upload/testavatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/test/gui/shared/files-for-upload/testavatar.jpg -------------------------------------------------------------------------------- /test/gui/shared/files-for-upload/testavatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/test/gui/shared/files-for-upload/testavatar.png -------------------------------------------------------------------------------- /test/gui/shared/files-for-upload/testimage.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/test/gui/shared/files-for-upload/testimage.mp3 -------------------------------------------------------------------------------- /test/gui/shared/scripts/helpers/api/utils.py: -------------------------------------------------------------------------------- 1 | from posixpath import join 2 | 3 | 4 | def url_join(*args): 5 | paths = [] 6 | for path in list(args): 7 | paths.append(path.strip("/")) 8 | return join("", *paths) 9 | -------------------------------------------------------------------------------- /test/gui/suite.conf: -------------------------------------------------------------------------------- 1 | AUT=owncloud --showsettings 2 | ENVVARS=envs.txt 3 | HOOK_SUB_PROCESSES=false 4 | IMPLICITAUTSTART=false 5 | LANGUAGE=Python 6 | OBJECTMAPSTYLE=script 7 | VERSION=3 8 | WRAPPERS=Qt 9 | -------------------------------------------------------------------------------- /test/gui/tst_activity/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_addAccount/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_checkAlltabs/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_deletFilesFolders/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_editFiles/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_loginLogout/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_moveFilesFolders/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_removeAccountConnection/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_sharing/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_spaces/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_syncing/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/gui/tst_vfs/test.py: -------------------------------------------------------------------------------- 1 | source(findFile('scripts', 'python/bdd.py')) 2 | 3 | setupHooks('../shared/scripts/bdd_hooks.py') 4 | collectStepDefinitions('./steps', '../shared/steps') 5 | 6 | 7 | def main(): 8 | runFeatureFile('test.feature') 9 | -------------------------------------------------------------------------------- /test/manual/favlink/favlink.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/test/manual/favlink/favlink.pro -------------------------------------------------------------------------------- /test/manual/favlink/owncloudlib.h: -------------------------------------------------------------------------------- 1 | #define OWNCLOUDSYNC_EXPORT 2 | -------------------------------------------------------------------------------- /test/manual/windows close event/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.5) 2 | set(CMAKE_CXX_STANDARD 17) 3 | 4 | project(close_window LANGUAGES CXX) 5 | 6 | set(CMAKE_INCLUDE_CURRENT_DIR ON) 7 | 8 | set(CMAKE_CXX_STANDARD_REQUIRED ON) 9 | 10 | 11 | add_executable(close_window main.cpp) 12 | 13 | target_compile_definitions(close_window PRIVATE UNICODE _UNICODE) 14 | 15 | -------------------------------------------------------------------------------- /test/modeltests/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | owncloud_add_test(ActivityModel) 2 | owncloud_add_test(ProtocolModel) 3 | -------------------------------------------------------------------------------- /test/test_journal.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owncloud/client/8a40749ac5448ee613fcd062f2f006a6ac2997b9/test/test_journal.db -------------------------------------------------------------------------------- /test/testconnectionvalidator/status.php.json.in: -------------------------------------------------------------------------------- 1 | { 2 | "installed": true, 3 | "maintenance": @{maintenance}, 4 | "needsDbUpgrade": false, 5 | "version": "10.11.0.0", 6 | "versionstring": "10.11.0", 7 | "edition": "Community", 8 | "productname": "Infinite Scale", 9 | "product": "Infinite Scale", 10 | "productversion": "4.0.5" 11 | } 12 | -------------------------------------------------------------------------------- /test/testconnectionvalidator/user.json: -------------------------------------------------------------------------------- 1 | { 2 | "ocs": { 3 | "meta": { 4 | "status": "ok", 5 | "statuscode": 200, 6 | "message": "OK", 7 | "totalitems": "", 8 | "itemsperpage": "" 9 | }, 10 | "data": { 11 | "id": "test", 12 | "display-name": "test", 13 | "email": "test@test.com", 14 | "language": "en" 15 | } 16 | } 17 | } 18 | --------------------------------------------------------------------------------