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
2021-06-08Fix deadlock introduced in 8fcc9adcc41f2b46a74b9c0d806d2f4721081f8aHannah von Reth
Microsoft doc: Do not call GdiplusStartup or GdiplusShutdown in DllMain or in any function that is called by DllMain
2021-06-02Cleanup the data location handlingHannah von Reth
2021-05-28Small cleanupHannah von Reth
2021-05-28Add a context menu icon to the Windows shell extensionHannah von Reth
2021-05-28Add a copy of https://github.com/nlohmann/jsonHannah 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-04-30Increase socket read timeout for Dolphin as wellFabian Müller
2021-04-30Add separator in Dolphin submenuFabian Müller
2021-04-30Improve submenu creationFabian Müller
Removes the need for parsing a list of 3-tuples into menu items later on, and allows adding non-"menu item" items like, e.g., separators.
2021-04-30Increase socket read timeoutFabian Müller
2021-04-30Eliminate redundant checksFabian Müller
2021-03-11Fix target name for branded buildsHannah von Reth
2021-01-05Fix int uint warningHannah von Reth
2020-11-03Remove junk filesHannah von Reth
2020-11-03Remove unused legacy sidebar iconsHannah von Reth
2020-05-20Merge remote-tracking branch 'origin/2.6'Hannah von Reth
2020-05-20Remove dead codeHannah von Reth
2020-03-132.7 has less automatic includes on WindowsHannah von Reth
2020-03-13Merge branch '2.6'Hannah von Reth
2020-03-13Cleanup Windows shell extensionsHannah von Reth
2020-03-13Update yearHannah von Reth
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
And also replace all remaining Q_DECL_OVERRIDE to just override
2020-01-14[CMAKE] Fix shell extension pathHannah von Reth
2020-01-09[CMAKE] Resolve some issues discovered during reviewHannah von Reth
2020-01-09[CMAKE] Do not create a deployable mac bundle during buildHannah von Reth
This simplifies the cmake scripts and reduces build times
2019-10-07Revert "Windows: Use better name for SocketAPI socket #6983"Markus Goetz
This reverts commit ed1e534d24f871a0ab6ea02e4c88eefe3126bf59. Doesn't make sense to spend effort on this, we keep it as it is.
2019-08-19Remove outdated visual studio projects, we now use cmakeHannah von Reth
2019-03-21Windows: Fix compile in shell_integration (3)Christian Kamm
2019-03-21Windows: Fix compile in shell_integration (2)Markus Goetz
2019-03-21Windows: Fix compile in shell_integrationMarkus Goetz
2019-03-20Windows: Use better name for SocketAPI socket #6983Markus Goetz
2019-03-04Merge remote-tracking branch 'origin/2.5'Christian Kamm
2019-02-28Windows: Fix context menu handling only own verbs #7004Christian Kamm
Previously it'd handle all verbs as if they were our own.
2019-02-05Disable base entitlementsDominik Schmidt
2018-12-08Fix KDEInstallDirs deprecation warnings (#6922)Dominik Schmidt
* Fix KDEInstallDirs deprecation warnings * Workaround deprecated variable used in kcoreaddons_add_plugin
2018-11-26winvfs: initial workChristian Kamm
Done by ckamm and dschmidt
2018-10-29Avoid warning because /MT overrides /MD flagDominik Schmidt
2018-10-29Make OCUtil helper lib static and link it statically against crtDominik Schmidt
2018-09-21Windows Shell Integration: Don't limit the size of the bufferOlivier Goffart
Otherwise we can't have operation that has many many filename As reported in #6780
2018-08-16nautilus: Fix GET_MENU_ITEMS with utf8 filenames #6643Christian Kamm
2018-07-16Nautilus: Guard against None state #6643Christian Kamm
It seems None gets assigned to 'state' in some paths.
2018-06-19nautilus shell integration: Fix when there are several branded client installedOlivier Goffart
It appears that several extension can be loaded at the same time, but their classname for the extension need to be different, otherwise only the last loaded one would be active. Issue #6524
2018-06-18Windows shellext: Update copyrights and company nameChristian Kamm
2018-06-18windows shell extension: add OCUtil/resource.hOlivier Goffart
It's a copy from OCContextMenu/resources.h
2018-06-18Windows shellext: Add rc for OCUtil #6554Christian Kamm
To set the dll's metadata.
2018-05-29Windows Shell extention: Fix clicking on the menu entriesOlivier Goffart
Issue #6553
2018-04-25Nautilus: Fix Python3 and remove many debugOlivier Goffart
Use b'\n' in the call to rfind, as the _remainder is bytes, not a string. Remove most of the debug message which happens during normal operation. They are mostly spamming the nautilus console, and can also cause bug as they may throw exception in case of wrong encoding. Relates to issue: #6406
2018-04-25Nautilus shell integration: Print python version on startup #6406Christian Kamm
2018-04-12macOS: Implement new dynamic Finder menu items #6328Markus Goetz
2018-03-28Nautilus integration: Not a ColumnProviderChristian Kamm
The nautilus plugin doesn't actually define get_columns(), so pretending to be a ColumnProvider lead to a critical warning on startup.