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/docs
AgeCommit message (Collapse)Author
2020-06-25Update installing.adoc (#7915)HanaGemela
2020-06-22Building the desktop client with KDE updatedozata
KDE Craft steps updated
2020-03-30Add the missing content to the PDF configuration file (#7821)Matthew Setter
This commit adds the remainder of the client documentation to the PDF configuration file, which were previously missing. I found this while investigating #7653.
2020-03-26document how to disable chunking (#7653)Jürgen Weigert
* document how to disable chunking * Update docs/modules/ROOT/pages/advanced_usage/environment_variables.adoc Co-authored-by: Martin <martin.mattel@diemattels.at> Co-authored-by: Michael Stingl <214010+michaelstingl@users.noreply.github.com>
2020-02-25Merge remote-tracking branch 'origin/2.6'Olivier Goffart
Conflicts: CHANGELOG.md VERSION.cmake src/gui/MacOSXBundleInfo.plist src/gui/folderstatusmodel.h src/gui/settingsdialog.cpp
2020-02-12Update supported platforms (#7733)HanaGemela
* Update installing.adoc Co-authored-by: Michael Stingl <214010+michaelstingl@users.noreply.github.com>
2020-02-12add missing fontsRobert Kaussow
2020-02-12fix notoserif fontRobert Kaussow
2019-12-04Application: Allow to quit running instances by commandlineHannah von Reth
2019-11-25Fix a set of broken links in the 2.6 documentationMatthew Setter
This fixes #7598.
2019-11-19minor correction to nomenclatureMatthew Setter
2019-11-18Application: add an option to start with the settings visibleOlivier Goffart
Relates to #7018
2019-11-13Add link to documentation of the Windows INI file formatMatthew Setter
This isn't strictly necessary, more of a small cleanup while I'm there and see it.
2019-11-13Link to config option for disabling display of crash reporterMatthew Setter
While the config and GUI option for showing and hiding the crash reporter are already documented, this change links from the GUI option to the config option, to help ensure that the user knows about it, just in case they need to debug on-startup crashes. It also fixes #318.
2019-11-13Update location to config file on macOSMatthew Setter
This change also makes the list easier and quicker to read by reformatting the list as a table.
2019-10-31Merge remote-tracking branch 'origin/2.6'Olivier Goffart
2019-10-30Merge branch 'master' into ownbrander-to-the-endOlivier Goffart
2019-10-30Update building.adocJürgen Weigert
example commands updated to mention branch 2.6 instead 2.5, and mention qt 5.12.4 instead of qt 5.10.1
2019-10-30Update building.adocJürgen Weigert
2019-10-30Update building.adocJürgen Weigert
Updated to current version numbers, added an example to call a freshly built client.
2019-10-14Fix several broken linksMatthew Setter
Some of the links were incorrectly migrated from the previous Sphinx-Doc implementation.
2019-10-10Update docs JavaScript dependenciesMatthew Setter
This change should correct the repo's current security alerts https://github.com/owncloud/client/network/alerts.
2019-10-09Bump ecstatic from 3.3.0 to 3.3.2 in /docsdependabot[bot]
Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 3.3.0 to 3.3.2. - [Release notes](https://github.com/jfhbrook/node-ecstatic/releases) - [Changelog](https://github.com/jfhbrook/node-ecstatic/blob/3.3.2/CHANGELOG.md) - [Commits](https://github.com/jfhbrook/node-ecstatic/compare/3.3.0...3.3.2) Signed-off-by: dependabot[bot] <support@github.com>
2019-10-09Bump handlebars from 4.0.12 to 4.1.2 in /docsdependabot[bot]
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com>
2019-10-09Bump js-yaml from 3.12.1 to 3.13.1 in /docsdependabot[bot]
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.1...3.13.1) Signed-off-by: dependabot[bot] <support@github.com>
2019-09-18Merge remote-tracking branch 'origin/2.6'Christian Kamm
2019-09-05Fix incorrect attribute definitions in the docsMatthew Setter
In a code sample, two variables were being incorrectly interpreted as AsciiDoc variables, and throwing build warnings.
2019-08-15Merge remote-tracking branch 'origin/2.6'Christian Kamm
2019-08-13Update building.adocJürgen Weigert
2019-08-13Doc: Add some missing config file optionsChristian Kamm
For owncloud/docs#1365
2019-08-13Remove maxLogLines config optionChristian Kamm
It's no longer used. For owncloud/docs#1365
2019-07-24Merge branch '2.6'Christian Kamm
2019-07-12Doc: List most environment variablesChristian Kamm
2019-07-09Merge remote-tracking branch 'origin/2.6'Christian Kamm
2019-07-09Doc: Remove dead filesChristian Kamm
They had been moved to - advanced_usage/configuration_file.adoc - advanced_usage/environment_variables.adoc
2019-07-03Update envvars.adocJürgen Weigert
Chunk size is actually dynamic, as seen in ./src/libsync/syncoptions.cpp lines 30...38 initial value seen in syncoptions.h ...
2019-05-16Merge remote-tracking branch 'origin/2.6'Christian Kamm
2019-05-16Update troubleshooting.adocMartin
2019-05-16Remove some line breaksMatthew Setter
While these are definitely required and useful in some circumstances, artificially breaking paragraphs onto separate lines, to me, reduces rather than increases readability.
2019-05-16Add TOC Table of Contents, some text fixes and improvementsmmattel
2019-05-15Fix ROOT component version in master branchMatthew Setter
2019-05-08[2.6] Change docs version to right valueThomas Boerger
2019-04-09LogWindow: Remove output, add "go to log folder" button #6475Christian Kamm
2019-03-28Fix broken image and admonition in the FAQ pageMatthew Setter
This relates to https://github.com/owncloud/docs/issues/618.
2019-03-28Fix issues in the architecture pageMatthew Setter
These issues were identified by @lazawan in https://github.com/owncloud/docs/issues/618.
2019-03-27added removing the clientDmitry Mayorov
added a reference to the document describing removing the remnants of the windows client
2019-03-20Docs: Move lonely image to new asset locationChristian Kamm
2019-03-20Docs: Remove leftover rst filesChristian Kamm
2019-03-20Merge pull request #7097 from ↵Michael Stingl
owncloud/603-remove-merge-conflict-markers-in-troubleshooting-guide [#603] - Remove merge conflict markers in the troubleshooting appendix
2019-03-19Doc: Add faq entry for changing server url #6579Christian Kamm