Commit graph

325 commits

Author SHA1 Message Date
abraunegg 0f012b9f82 Update usage.md
* Update spacing
2024-04-15 06:01:54 +10:00
abraunegg 405761e0a9 Update usage.md
Add specific example around using 'sync_list' and only including a child of a parent in the 'sync_dir'
2024-04-15 05:49:40 +10:00
abraunegg a28fe92119 Update usage.md
* Update how to enable logging
2024-04-01 06:07:48 +11:00
abraunegg a6f79e90dc Add Coding Style Guidelines
* Add Coding Style Guidelines
2024-03-30 10:45:44 +11:00
abraunegg 55b0945311 Update usage.md
* Add note about path length limitation
2024-03-29 05:56:20 +11:00
abraunegg 516fe290f7 Add ONEDRIVE_SYNC_SHARED_FILES
* Add ONEDRIVE_SYNC_SHARED_FILES to Docker and Podman to control "--sync-shared-files" option as per #2680
2024-03-27 05:54:12 +11:00
abraunegg 2f832026d8 Update usage.md
* readability
2024-03-26 05:54:25 +11:00
abraunegg f2e113adf4 Update usage.md
* typo
2024-03-26 05:53:44 +11:00
abraunegg 8f407375b8 Update usage.md
* Improve restriction language for clarity
2024-03-26 05:52:36 +11:00
abraunegg 35ebdc87d4 Update regular expression for invalid patterns
* Update regular expression for invalid patterns for efficiency
* Update table title
2024-03-25 09:33:01 +11:00
abraunegg 3c44f7d2d9 Update usage.md
* Add UTF-16 alternatives for working around Microsoft OneDrive naming restrictions
2024-03-25 07:03:51 +11:00
abraunegg 8d23cdf495
Update docs to use markdown alerts (#2676)
* Update docs to use markdown alerts
2024-03-24 19:33:14 +11:00
abraunegg a6e2f778c9 Update sharepoint-libraries.md
* Change command reference
2024-03-19 05:51:07 +11:00
abraunegg 195d285bba Update usage.md
* Update links and details based on application functionality
2024-03-16 08:49:06 +11:00
abraunegg 6513200d97 Update application-config-options.md
* --display-running-config listed twice
2024-03-16 08:40:49 +11:00
abraunegg 5fe35e5ad8 Update application-config-options.md
* Align document to application functionality
2024-03-16 08:37:48 +11:00
abraunegg 0efe298b81 Update client use of libcurl docs
* Update client use of libcurl docs
2024-03-14 05:43:57 +11:00
abraunegg 86b4cd3452 Restore i386 build using Debian 12
* Restore i386 build using Debian 12
* Tested on i386 and x86_64
* ARM64 and ARMHF not yet tested / validated
2024-03-12 19:16:17 +11:00
abraunegg 15350841ba Remove Debian i386 Docker build
* Drop Debian i386 Docker build as ldc 1.30.0 on 'stable' under i386|i686 will not compile the code whereas ldc 1.30.0 on 'stable' on amd86 will compile without any issue. This is a compiler bug / issue on i386 only. ARM64 and ARMv7 using ldc 1.30.0 also shows zero problems thus far.
2024-03-10 12:52:13 +11:00
abraunegg 75c3d0d939
Implement Feature Request #1300 - Support the syncing of individual business shared files (#2646)
* Implement Feature Request #1300 - Support the syncing of individual business shared files
2024-03-09 07:15:11 +11:00
abraunegg 47bce636e4 Update client-architecture.md
* Add missing diagram
2024-02-21 07:30:08 +11:00
abraunegg 0404ee2e37
Add architecture documentation to 'alpha-5' (#2639)
* Add Client Architecture Documentation
2024-02-21 06:41:22 +11:00
abraunegg fd5f5e06b9 Update install.md
* Add missing X's
2024-02-19 06:12:14 +11:00
abraunegg 6134a6f84f Update install.md
* Add CentOS details
2024-02-19 05:24:34 +11:00
abraunegg 1961c0cb67 Update docker.md
* Update documentation regarding where to install Docker from
2024-02-12 06:41:36 +11:00
abraunegg ec9c7f073c update security doc
* update security doc
2024-02-04 05:50:46 +11:00
abraunegg 73e53961be Update application-security.md
* Update
2024-02-03 10:16:04 +11:00
abraunegg 07a3bc737f Update application-security.md
* Update link
2024-02-03 10:11:42 +11:00
abraunegg 8976f16ce6 Add PUML
* Add PUML
2024-02-03 10:10:35 +11:00
abraunegg 7a584cd01c Update application-config-options.md
* Add 'force_http_2' depreciation note
2024-01-20 06:29:21 +11:00
abraunegg 814d364c13 Update libcurl socket reuse handling
* Clarify CURLOPT_CONNECTTIMEOUT in documentation
* Clarify CURLOPT_TIMEOUT in documentation
* Add 'threads' as a config file option to control the number of threads used, default of 8, max of 16
* Change CURLOPT_CONNECTTIMEOUT value to v2.4.x value default of 10 seconds
* Configure libcurl to reuse connections
2024-01-20 06:15:33 +11:00
abraunegg 23f2e2f835 Implement Docker capability to disable validations
* Implement Docker options to utilise --disable-download-validation and --disable-upload-validation
2024-01-14 07:39:51 +11:00
abraunegg 859cd5d267 Update application-config-options.md
* Update docs
2024-01-10 19:13:28 +11:00
abraunegg 89b467e2e8 Re-add documents
* Re-add documents
2024-01-09 09:24:29 +11:00
abraunegg 58598f8076 Delete documents again as POSIX rename failure
* Delete documents again as POSIX rename failure
2024-01-09 09:23:48 +11:00
abraunegg 48a803aa46 Initial commit of onedrive-v2.5.0-alpha-5
* Initial commit of onedrive-v2.5.0-alpha-5
2024-01-09 09:13:17 +11:00
abraunegg 1a88d33be3 Backport v2.5.x documentation changes
* Backport v2.5.x documentation changes for Docker and Podman
2023-11-16 09:15:30 +11:00
abraunegg 6282ec9e3b Update ubuntu-package-install.md
* Update doc to align to v2.5.x version
2023-11-10 04:50:50 +11:00
abraunegg 4a60654e3f
Update USAGE.md
* Fix documentation regarding skip_file example
2023-09-25 08:04:29 +10:00
abraunegg a74ff589f8
Update USAGE.md (#2488)
* Add classify_as_big_delete
2023-09-14 07:06:56 +10:00
abraunegg 651aa16844
Update application-security.md
* Fix spelling error
2023-09-11 10:16:50 +10:00
abraunegg 85f99cb899
Update Security Documents (#2484)
* Update Security Documents
2023-09-11 07:26:14 +10:00
abraunegg d712dd6093
Update USAGE.md
* Add note about minimum value for ''monitor_interval'
2023-08-31 09:55:54 +10:00
Flynn Duniho fc5cbaf2e9
Fix typo in USAGE.md (#2466)
* Fix typo in USAGE.md
2023-08-07 12:44:40 +10:00
abraunegg 50d80d333e
Add Debian 12 to documentation (#2459)
* Add Debian 12 to documentation
2023-07-27 05:32:20 +10:00
Gonçalo Martins 99271a45de
Add --no-remote-delete flag to docker entrypoint (#2453)
* Add --no-remote-delete flag to docker entrypoint

---------

Co-authored-by: Gonçalo Martins <g.martins@revolut.com>
Co-authored-by: abraunegg <alex.braunegg@gmail.com>
2023-07-24 10:41:06 +10:00
abraunegg 94ccb7a6d0 Update webhook example configuration documentation
* Update webhook example configuration based on #2447
2023-07-11 18:09:45 +02:00
abraunegg f5edb8b394
Update Docker files June 2023 (#2438)
* Update Docker Files June 2023 and Documentation
2023-06-21 12:59:46 +10:00
abraunegg 628a85dc93
Add Ubuntu 23.04 Instructions (#2437)
* Add Ubuntu 23.04 Instructions
2023-06-21 10:54:07 +10:00
abraunegg dfd1d1aa4a
Implement #2414 to allow HTTP session timeout(s) tuning via config (#2425)
* Implement #2414 to allow HTTP session timeout(s) tuning via config (taken from v2.5.x)
2023-06-20 09:28:17 +10:00