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
path: root/src
AgeCommit message (Collapse)Author
2021-06-16Fix crash on rediredct during setupHannah von Reth
Fixes: #8738
2021-06-16Small optimisationHannah von Reth
2021-06-16Fix data locationHannah von Reth
2021-06-16Don't use deprecated DataLocation (#8743)Hannah von Reth
Fixes: #8722
2021-06-16Remove possible qt containers detach (#8727)Aleksey Lysenko
* Replaced obsolete foreach-loops with for-loops * Added a copy of queries into SqlDatabase::close * Used const reference to avoid unneeded copying * Fixed Qt containers possible detach within for-loop * Removed unneeded copies before for-loops
2021-06-15Replaced QFileInfo(file).exists() with a static QFileInfo::exists(file)Oleksii Lysenko
2021-06-15Reuse message pattern from guiHannah von Reth
2021-06-15Remove dead codeHannah von Reth
2021-06-15Refactor the cmd clientHannah von Reth
Remove the use of a event loop before the main loop is even started
2021-06-15Change the resize behaviour of the header viewHannah von Reth
2021-06-15Use QDebug stream operators for .owncloudsync.logHannah von Reth
Fixes: #8729
2021-06-15Fix exclude filtering in selective sync dialogHannah von Reth
Fixes: #8648
2021-06-14Ensure that a mandatory verification is started when a timed validation...Hannah von Reth
is already running
2021-06-14Ensure we don't format log messages in anything but utf8Hannah von Reth
2021-06-14Replace custom argument parsing with QCommandLineParser (#8632)Fabian Müller
* Replace custom argument parsing with QCommandLineParser * Remove obsolete --logwindow option * Translate all strings in commandline arguments parsing * Use QCommandLineParser to display help and version information This commit further eliminates the now-obsolete showHint function. QCommandLineParser does not show a hint to use --help, so we should no longer do this either in order to provide a unified UX. * Parse arguments passed to method as parameter * Ensure correct order of format string arguments
2021-06-11Ensure utf-8 encoding of the crash logHannah von Reth
2021-06-10Merge remote-tracking branch 'origin/2.8'Hannah von Reth
2021-06-10Validate OAuth authorization URLsFabian Müller
2021-06-10Replaced while-loop with for-loopOleksii Lysenko
2021-06-10Removed obsolete Q_FOREACH macroOleksii Lysenko
2021-06-10Removed unnecessary temporary containers during iteration over QMap valuesOleksii Lysenko
2021-06-10Fix translation location for branded clientsHannah von Reth
2021-06-09Remove pointless md filesHannah von Reth
2021-06-07Use qEnvironmentVariableIsEmpty instead of qgetenv().isEmpty()Oleksii Lysenko
2021-06-07Removed unused variableOleksii Lysenko
2021-06-07Destroy UploadDevice instance in case it has not been opened in ReadOnly modeOleksii Lysenko
2021-06-07Fix use of deleted functionGonzalo Tornaría
Compilation fails due to implicit cast to QChar Compilation on void linux (qt 5.15.3+20210429) fails with csync_exclude.cpp:489:34: error: use of deleted function 'QCharRef& QCharRef::operator=(char)'
2021-06-02Cleanup the data location handlingHannah von Reth
2021-06-01Exit with error when --language is used wronglyFabian Müller
2021-06-01Fail if requested language is not availableFabian Müller
2021-06-01Improve --language hintFabian Müller
2021-06-01Implement --list-languages CLI parameterFabian Müller
2021-05-28Merge remote-tracking branch 'origin/2.8'Hannah von Reth
2021-05-28Fix a mac crash the socket apiHannah von Reth
On mac SocketApiSocket::writeData can emit disconnected() This caused a modification of the map containing the sockets during the iteration and thus a crash.
2021-05-27Normalise signatureHannah von Reth
2021-05-26Fix...Hannah von Reth
2021-05-26Add rtl support to copy to clipboardHannah von Reth
2021-05-26Fix url compare on redirectsHannah von Reth
Fixes: #8645
2021-05-26Ensure we only get one url update dialog.Hannah von Reth
Fixes: #8645
2021-05-26Sort account listHannah von Reth
2021-05-26Allow to filter tables by accountHannah von Reth
2021-05-26Move new models to a sub dirHannah von Reth
2021-05-26Ensure cookies are cleared right before the server checkHannah von Reth
2021-05-26Improve job loggingHannah von Reth
2021-05-26support V2/GET_CLIENT_ICON in socketapi, add icon to dolphin right click ↵Gabriele Mohr
menu (#8638) * support V2/GET_CLIENT_ICON in socketapi, add icon to dolphin right click menu * apply review improvements * further improvements * logging added, improvements * improve OwncloudDolphinPluginHelper::slotReadyRead * use line.mid(), add const * changlog for #8464
2021-05-21Merge remote-tracking branch 'origin/2.8'Hannah von Reth
2021-05-20Fix network drive detectionHannah von Reth
We can't rely on the file system detection because Windows is reporting the underlying file system. Fixes: #8272
2021-05-20Overwrite locale only when a language is enforcedFabian Müller
2021-05-18Replace THEME_INCLUDE by a stringHannah von Reth
This fixes an issue where the preprocessor replaced parts of the define...
2021-05-18Add context menu to activity listHannah von Reth