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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-14Ensure to flush log when using stdoutHannah von Reth
Especially relevant for the cmd app.
2022-03-14Fix filter menusErik Verbruggen
- replaced "No filter" option text with "All", to avoid the "No filter is not enabled" situation - 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
2022-03-11Fix account filtering in Server Activity tabErik Verbruggen
The `Models::addFilterMenuItems` method is used in 2 cases, once in the `ActivityWidget`, and once in the `ProtocolWidget`. Both have their own item model, so both need their own role passed in for filtering on. The bug was that `ProtocolItemModel::ProtocolItemRole::Account` was used forall cases, even when a `ActivityListModel::ActivityRole::Account` should have been passed in. Fixes: https://github.com/owncloud/client/issues/9425
2022-03-11Add missing changelog entryFabian Müller
2022-03-11Include locale in language dropdownFabian Müller
2022-03-10Don't load folder if we encounter a db errorHannah von Reth
Fixes: #9147
2022-03-09Remove db entry for no longer existing ignored filesHannah von Reth
Fixes: #9236
2022-03-09Lock a file during the completion of its uploadHannah von Reth
2022-03-08CheckServerJob: clear cookies under more circumstancesHannah von Reth
2022-03-04Add changelog for vfs fixHannah von Reth
2022-03-01Fix shared pointer deletion before the slot was invokedHannah von Reth
Fixes: #9367
2022-02-28Set up VFS integration before parsing optionsFabian Müller
2022-02-25Fix changelog locationHannah von Reth
2022-02-23Map de -> de-informalHannah von Reth
Issue: #9460
2022-02-21Remove translations before we update them (#9456)Hannah von Reth
Fixes: #9105
2022-02-18SocketAPI: Do not strip trailing whitespace from pathsErik Verbruggen
When stripped, the wrong file name is queried in the DB, and the status badges shown in Finder will not be there. Fixes: https://github.com/owncloud/client/issues/9030
2022-02-17Bugfix: mention source file in activity tab when renamingErik Verbruggen
Fixed: https://github.com/owncloud/client/issues/9238
2022-02-11Fix connects on repliesHannah von Reth
2022-02-11Ensure we connect to an existing objectHannah von Reth
12-13 13:35:17:462 [ warning default ]: QObject::connect(QNetworkReply, OCC::UploadDevice): invalid null parameter 12-13 13:35:17:462 [ warning default ]: QObject::connect(QNetworkReply, OCC::PropagateUploadFileTUS): invalid null parameter Fixes: #9121
2022-02-11macOS: Fix path comparison in launch-on-startup codeErik Verbruggen
When checking if the client is auto-started, the list of all login-items is retrieved, and each item is compared to the path of the .app bundle. This comparison needs to be done ignoring the case, as most macOS file systems are case-insensitive. https://github.com/owncloud/client/issues/9387
2022-02-10Add changelog entry for issue #9420Erik Verbruggen
2022-02-04Move the creation of the icon to the main thread to prevent crashHannah von Reth
We also ensure that qApp is completely set up when we create the icon.
2022-01-27Add changelog entry for win-vfsErik Verbruggen
2022-01-27Add changelog entryFabian Müller
2022-01-26Introduce new error category that is not handled by the ignore listHannah von Reth
Fixes: #9382
2022-01-25Add change log for #9383Hannah von Reth
Fixes: #9383
2022-01-25Ignore network/http errors and retry to refresh the token multiple timesHannah von Reth
Fixes: #9245
2022-01-25Fallback to owncloud sidebar icons if those are missing in the brandingHannah von Reth
2022-01-19Ensure to raise the ssl dialogHannah von Reth
2022-01-18Remove error when checking removed file for changesHannah von Reth
Fixes: #9304
2022-01-17Version bumpHannah von Reth
2022-01-17Add missing change log entryHannah von Reth
2022-01-12Ensure to performe a local discovery on force or after a paused syncHannah von Reth
Fixes: #9341
2022-01-12Don't set origin file of moves to in syncHannah von Reth
2021-12-17Add changelog entry for win-vfsHannah von Reth
(cherry picked from commit 2b83f0b82392cdbc803d2cb81a50eda382f89fee)
2021-12-17Remove Availability menu from the uiHannah von Reth
2021-12-17Only check whether a file is locked before we start the uploadHannah von Reth
Fixes: #9194
2021-12-16Handle file locks with deletesHannah von Reth
Fixes: #9293
2021-12-15Fix wrong status displayed for files moved on the serverHannah von Reth
Completed was emitted before the database entry was created in PropagateDirectory::slotSubJobsFinished.
2021-12-15Restart oauth on errorHannah von Reth
Fixes: #9196
2021-12-13Handle local errors with the ignore listHannah von Reth
Fixes: #9208, #9133
2021-12-09Only check for locked files before we start the uploadHannah von Reth
Fixes: #9194
2021-12-09Move dehydration into updateMetadataHannah von Reth
2021-12-08Fix hiding of activity tab in case app is disabled or not installedFabian Müller
2021-12-01Fix an isuse with the Windows path limitHannah von Reth
2021-11-26Bugfix: Do not sync when unsyncedfolders file cannot be readErik Verbruggen
owncloudcmd now checks if the file specified by --unsyncedfolders exists and can be read, before starting the sync. If it does not exist, show an error message and quit immediately. https://github.com/owncloud/client/issues/9165
2021-11-24Release 2.9.2Hannah von Reth
2021-11-23Display correct error message for files containign `\:?*"<>|`Hannah von Reth
2021-11-22Add missing changelog for 9224Hannah von Reth
2021-11-22Windows: Block system shutdown until we are properly shutdownHannah von Reth