- 02 Jul, 2020 2 commits
-
-
Kevin Ottens authored
Signed-off-by:
Kevin Ottens <kevin.ottens@nextcloud.com>
-
Kevin Ottens authored
Signed-off-by:
Kevin Ottens <kevin.ottens@nextcloud.com>
-
- 11 Mar, 2020 1 commit
-
-
Michael Schuster authored
- Add checkbox and button to UI - Add new parameter autoUpdateCheck to ConfigFile Signed-off-by:
Michael Schuster <michael@schuster.ms> (cherry picked from commit c043a4e55c7b6dc97b8c8f1e7daa96db2200f4de) Signed-off-by:
Michael Schuster <michael@schuster.ms>
-
- 22 Feb, 2020 1 commit
-
-
Michael Schuster authored
Used to throttle down desktop release rollout in order to keep the update servers alive at peak times. See: https://github.com/nextcloud/client_updater_server/pull/36 Targeted issues: #1795, #1800 Signed-off-by:
Michael Schuster <michael@schuster.ms>
-
- 13 Nov, 2018 1 commit
-
-
J-P Nurmi authored
-
- 07 Jun, 2018 1 commit
-
-
Olivier Goffart authored
-
- 06 Jun, 2018 1 commit
-
-
Christian Kamm authored
-
- 16 May, 2018 2 commits
-
-
Olivier Goffart authored
(PR #6265) - Remove the UI completely - Move the #ifdef inside the FileSystem::moveToTrash function, so it is easier to implement on other platforms - Q_OS_UNIX includes mac, so we need to disable it. (not using Q_OS_LINUX because of other BSD that uses XDG spec as well - Translate the error messages - Add a couple of doc comments
-
Oleg Solovyov authored
Squashed from https://github.com/owncloud/client/pull/6265 Linux only, Hidden option, disabled by default
-
- 26 Feb, 2018 1 commit
-
-
Camila San authored
Signed-off-by:
Camila San <hello@camila.codes>
-
- 23 Feb, 2018 1 commit
-
-
Camila San authored
Sync activities notifications are never shown unless there is an error. Server activities and notifications are off by default. Signed-off-by:
Camila San <hello@camila.codes>
-
- 20 Feb, 2018 3 commits
-
-
Camila San authored
Signed-off-by:
Camila San <hello@camila.codes>
-
Camila San authored
Signed-off-by:
Camila San <hello@camila.codes>
-
Camila San authored
Uses option to toggle display of external sites list in the main menu. Signed-off-by:
Camila San <hello@camila.codes>
-
- 16 Feb, 2018 1 commit
-
-
Camila San authored
- Changes the configuration name in ConfigFile and GeneralSettings accordingly with the new text. - Makes sure the user sees error and conflict messages even if the setting is disabled. Signed-off-by:
Camila San <hello@camila.codes>
-
- 15 Feb, 2018 1 commit
-
-
Camila San authored
Signed-off-by:
Camila San <hello@camila.codes>
-
- 09 Dec, 2017 1 commit
-
-
Olivier Goffart authored
Replaces by "QString()"
-
- 08 Dec, 2017 1 commit
-
-
Olivier Goffart authored
Also use appName instead of appNameGui in order to compute the path Issue: #2245 The reason is to respect the XDG spec on Unix (#1601) and might help on windows roaming profiles (#684)
-
- 07 Dec, 2017 1 commit
-
-
Christian Kamm authored
Make ExcludedFiles something that is instantiated outside of the CSYNC context and then given to it as a hook. ExcludedFiles still lives in csync_exclude and the internal workings haven't been touched.
-
- 24 Oct, 2017 2 commits
-
-
Jocelyn Turcotte authored
Issue #5295
-
Christian Kamm authored
We mostly trust the file watchers meaning that we don't re-scan the local tree if we have done that recently and no file watcher events have arrived. If the file watchers invalidate a subtree, we rescan only that subtree. Since we're not entirely sure the file watchers are reliable, we still do full local discoveries regularly (1h by default). There is a config file setting as well as an environment variable to control the interval.
-
- 06 Oct, 2017 1 commit
-
-
Jocelyn Turcotte authored
Now that csync builds as C++, this will avoid having to implement functionalities needed by csync mandatorily in csync itself. This library is built as part of libocsync and symbols exported through it. This requires a relicense of Utility as LGPL. All classes moved into this library from src/libsync will need to be relicensed as well.
-
- 06 Sep, 2017 1 commit
-
-
Jocelyn Turcotte authored
Now that csync builds as C++, this will avoid having to implement functionalities needed by csync mandatorily in csync itself. This library is built as part of libocsync and symbols exported through it. This requires a relicense of Utility as LGPL. All classes moved into this library from src/libsync will need to be relicensed as well.
-
- 17 May, 2017 1 commit
-
-
Christian Kamm authored
-
- 28 Mar, 2017 1 commit
-
-
Christian Kamm authored
* make target duration a client option instead of a capability * simplify algorithm for determining chunk size significantly * preserve chunk size for the whole propagation, not just per upload * move options to SyncOptions to avoid depending on ConfigFile in the propagator * move chunk-size adjustment to after a chunk finishes, not when a new chunk starts
-
- 27 Mar, 2017 1 commit
-
-
Piotr M authored
-
- 27 Jan, 2017 1 commit
-
-
Olivier Goffart authored
Added two checkboxes in the Account Wizard in the advanced page to change the first options. Also added a checkbox in the general settings to ask for confirmation for external storages. Theme options allow to hide the checkboxes in the wizard. As described in issue #5340
-
- 21 Apr, 2016 1 commit
-
-
Olivier Goffart authored
Added in previous commit from pull request #4663 As discussed, we do not need this option so no need to introduce a new dependency on the config file in the sync engine
-
- 15 Apr, 2016 1 commit
-
-
Christian Kamm authored
* Add checksums/supportedTypes and checksums/preferredUploadType capabilities. The default is that no checksum types are supported. * Remove the transmissionChecksum config option. Servers must now use the capabilities to indicate that they are fine with the client sending checksums. Note: This intentionally breaks brandings that overrode Theme::transmissionChecksum. The override must be removed and the server's capabilities must be adjusted to include the new values.
-
- 19 Mar, 2016 1 commit
-
-
Klaas Freitag authored
Pulls a timer that polls for new notifications regularly. Add Config file method for the interval value.
-
- 25 Jan, 2016 1 commit
-
-
James Botting authored
-
- 15 Jan, 2016 1 commit
-
-
Olivier Goffart authored
Added a new "chunkSize" entry in the General group of the owncloud.cfg which can be set to the size, in bytes, of the chunks. This allow user with hude bandwidth to select more optimal chunk size Issue #4354
-
- 05 Oct, 2015 1 commit
-
-
Phil Davis authored
-
- 28 Jul, 2015 1 commit
-
-
Olivier Goffart authored
-
- 27 Jul, 2015 1 commit
-
-
Olivier Goffart authored
issue #3148
-
- 22 Jul, 2015 1 commit
-
-
Klaas Freitag authored
QTimer wants that in setInterval()
-
- 20 Jul, 2015 1 commit
-
-
Klaas Freitag authored
-
- 07 Jul, 2015 1 commit
-
-
Olivier Goffart authored
-
- 30 Jun, 2015 2 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
- rename target "doc-dev" - group into modules - move to doc/dev
-