Commit graph

1049 commits

Author SHA1 Message Date
abraunegg b7781419ce
Update ubuntu-package-install.md
Same core dump issue exists for Ubuntu 21.04 when using Ubuntu packages ... even though a newer LDC version is being used, libllvm11 remains the same which is causing the issue. Building from source, using the LDC package, no core dump occurs - thus, this is 100% a packaging process issue.
2021-10-02 17:34:51 +10:00
abraunegg 350fae1fa7
Update ubuntu-package-install.md 2021-09-28 05:14:57 +10:00
abraunegg a73c911a74
Update ubuntu-package-install.md
* Update known issues portion of document
2021-08-22 10:56:49 +10:00
abraunegg 23e5af814f
Update INSTALL.md
* Update documentation
2021-08-20 09:08:45 +10:00
abraunegg 107c187602
Update INSTALL.md
* Update document with some clarifications based off #1604
2021-08-19 11:30:09 +10:00
Weiwu Zhang 30e66c0ed0
Replace embedded image references in documentation with unicode characters (#1603)
Replace embedded image references with unicode characters, otherwise the images are clickable and mislead users into clicking, thinking that they can download the corresponding package
2021-08-18 14:20:50 +10:00
abraunegg 7857a5057f
Update INSTALL.md
* Explicitly add details re process to upgrade client
2021-07-31 10:26:11 +10:00
anntnzrb 7120aee869
Added service instructions for runit init system (#1589)
* Added service instructions for runit init system
2021-07-28 09:29:05 +10:00
abraunegg 2b32c3a497
Add new document for Debian and Ubuntu package installs via OpenSuSE Build Service (#1588)
* Add new document to detail package installation on Debian and Ubuntu platforms via OpenSuSE Build Service
* Depreciate recommending Ubuntu PPA due to dependency on Debian packages
2021-07-26 14:41:54 +10:00
abraunegg 606ee52ad2
Fix edge case with OneDrive Personal Shared Folders (#1586)
* In a `--resync --upload-only --single-directory 'dir'` scenario, and where the root 'dir' for --single-directory is a 'shared folder' we will not have the 'tie' DB entry created because of using --upload-only because we do not download the folder structure from OneDrive. As a result, query of the folder will fail and file uploads will fail.

Simulate the 'tie' DB record only when --resync --upload-only --single-directory 'dir' is being used, and if that folder is 'remote' and if we are using a 'personal' account.

The 'impact' of this however is, because of `--resync --upload-only` being used, local files are not in the local DB cache anymore, thus are treated as *new* files, thus, will be attempted to be re-uploaded.
2021-07-22 08:17:02 +10:00
abraunegg 8a20275dd2
Fix getPathDetailsByDriveId query when using --dry-run and a nested path with --single-directory (#1583)
* Fix getPathDetailsByDriveId query when using --dry-run and a nested path with --single-directory
* Fix fake response generation to use generated values for all account types to avoid DB lookup failures when using --dry-run for Personal account types
2021-07-20 13:27:35 +10:00
abraunegg 87393e639b
Update DMD version to 2.097.0 for Docker container builds (#1584)
* Update DMD version to 2.097.0 for Docker container builds
2021-07-20 05:23:18 +10:00
abraunegg 398e790a5a
Update INSTALL.md
* Update Void Linux package URL
2021-07-19 09:19:24 +10:00
Roger Erens f99f284791
Fix a typo (#1580)
The removed sentence seems to be more appropriate for the '--dry-run' section. But that section already says the same in slightly different words.
Nota bene your -> you're in the removed sentence.
2021-07-17 07:30:24 +10:00
abraunegg 3a1899cbd2
Release 2.4.14 Dev Prep (#1581)
* Release 2.4.14 Dev Prep
2021-07-17 07:28:32 +10:00
abraunegg b08690f1ac
Release files for 2.4.13 (#1569)
* Release files for 2.4.13
2021-07-14 05:34:45 +10:00
nrandon 72905b951f
Fix Alpine Docker lock to 3.13 (#1568)
This issue relates to a build issue on the official docker build
system where Alpine Linux 3.14 will not currently build so fix
the Alpine version to 3.13.

Make sure build and runtime image used in building the docker
container are the same Alpine version to remove runtime issues.
2021-07-14 05:13:00 +10:00
abraunegg 6d92bc8210
Fix that Business Shared Folders with parentheses are ignored (#1560)
* Fix issue where matching a OneDrive Business Shared Folder that contains '()' is not matched correctly
2021-07-13 18:31:48 +10:00
abraunegg 4b56a6103e
Fix Docker Alpine build failing due to filesystem permissions issue (#1564)
* Fix Docker Alpine build failing due to filesystem permissions issue
2021-07-12 08:06:11 +10:00
abraunegg 1fbe1d34a7
Fix application crash due to a conversion overflow when calculating file offset for session uploads (#1558)
* Fix an unhandled application crash when calculating the required offset for a file fragment size when resuming a session upload
2021-07-12 05:59:32 +10:00
abraunegg 34f7a379f6
Fix Docker build process to source GOSU keys from updated GPG key location (#1562)
* Fix Docker build process to source GOSU keys from updated GPG key location
2021-07-11 13:21:36 +10:00
c-maia 7171b83f5b
Fix error message when deleting a large number of files (#1559)
"delete" word appears twice in the error message. This commit removes the extra "delete".
2021-07-11 07:37:57 +10:00
abraunegg 54a6575709
Fix application crash due to invalid UTF-8 sequence in the pathname for the application configuration (#1551)
* Catch a Invalid UTF-8 handling error when attempting to initialise the application. This is caused by the 'path' to the application configuration (typically ~/.config/onedrive) contains a bad UTF-8 character thus cannot be read / initialised
2021-07-07 06:26:52 +10:00
abraunegg fc5d7f9327
Fix application crash and incorrect handling of --single-directory when syncing a OneDrive Business Shared Folder due to using 'Add Shortcut to My Files' (#1542)
* When syncing OneDrive Business Shared Folders and using --single-directory, select correct driveId and itemId for the remote directory that needs to be synced
* Normally, the 'remoteItem' field will contain 'fileSystemInfo' however, if the user uses the 'Add Shortcut ..' option in OneDrive WebUI to create a 'link', this object, whilst remote, does not have 'fileSystemInfo' in the expected place, this leading to a application crash
2021-07-06 18:11:53 +10:00
abraunegg e236c7cf12
Handle OneDrive API Bad Request response when querying if file exists (#1535)
* Add exception handling for when the API returns a 400 error when attempting to query a path on OneDrive. If the path generates a 'bad request' response, this needs to be correctly handled.
2021-07-01 06:18:48 +10:00
abraunegg 65d289d2cd
Update known-issues.md
* Update 'Application 'stops' running without any visible reason' item with additional issues and some further debugging which can be done
2021-06-29 17:58:05 +10:00
abraunegg 13b37094f7
Update INSTALL.md
* Fix typo
2021-06-18 07:15:32 +10:00
abraunegg 6201938750
Update lock.yml
Run lock once a day, 19 mins after midnight, rather than every hour to avoid service abuse
2021-06-15 07:03:30 +10:00
Yannis Milo 1d4a206683
Update Docker.md (#1514)
"-it" must be added to the command line in order to be able to paste the link to the response uri. Without adding "-it' in the command line parameters, docker just exists.
2021-06-11 04:14:57 +10:00
abraunegg 761cf3eb87
Support DMD 2.097.0 as compiler (#1505)
* Support DMD 2.097.0 as compiler and resolve deprecation messages
2021-06-07 08:26:36 +10:00
abraunegg 16fdd928b6
Update INSTALL.md
* Fix typo
2021-05-29 06:29:12 +10:00
abraunegg 1a5732a6b5
Update INSTALL.md (#1492)
* Remove CentOS 6, RHEL 6
2021-05-28 11:16:31 +10:00
abraunegg 6a9715dc14
Update INSTALL.md (#1491)
* Add Void Linux
2021-05-28 10:23:33 +10:00
abraunegg f246dbc6b1
Update INSTALL.md (#1490)
* Remove Ubuntu 16.x details
* Add package details for Raspbian & Ubuntu Universe
* Use Debian for Ubuntu PPA details
2021-05-28 09:27:41 +10:00
abraunegg 3b6e38ad9d
Update INSTALL.md
* Update install document
2021-05-28 07:02:19 +10:00
abraunegg 994b528dce
Release 2.4.13 Dev Prep (#1489)
* Release 2.4.13 Dev Prep
2021-05-28 06:56:56 +10:00
abraunegg 6213f48778
Release files for 2.4.12 (#1488)
* Release files for 2.4.12
2021-05-28 06:48:30 +10:00
abraunegg e701ab009d
Update lock.yml 2021-05-28 05:59:40 +10:00
abraunegg bd56abc004
Update lock.yml 2021-05-27 09:16:20 +10:00
abraunegg 8b88a9a9d0
Update Lock Bot Actions (#1485)
* Update Lock Bot Actions
2021-05-27 07:20:10 +10:00
abraunegg c8dfba2ae7
Create d.yml 2021-05-27 07:05:58 +10:00
abraunegg 7143b27296
Delete .github/ISSUE_TEMPLATE/workflows directory 2021-05-27 07:05:30 +10:00
abraunegg ca053213ec
Update lock.yml 2021-05-27 06:57:48 +10:00
abraunegg 80d433d982
Update Lock Bot to GitHub Actions (#1484)
* Update Lock Bot to GitHub Actions
2021-05-27 06:55:07 +10:00
abraunegg 1e864f201d
Update INSTALL.md (#1480)
* Use repology.org version badges
2021-05-26 10:26:22 +10:00
abraunegg cdf5d5eac6
Update INSTALL.md (#1474)
* Add package version badges if available via https://shields.io/ API
2021-05-26 06:59:26 +10:00
abraunegg b0771f79e1
Fix application crash when SharePoint displayName is being withheld when using --get-O365-drive-id (#1445)
* Handle bad ShaprePoint data when the API does not return the expected data points when using those references to display what SharePoint sites are available when using --get-O365-drive-id
2021-05-10 08:04:14 +10:00
abraunegg c9ca00466a
Add file check when adding item to database if using --upload-only --remove-source-files (#1437)
* Add a file check when using --upload-only --remove-source-files so that parental paths are added to the database, to allow child objects to be uploaded in this scenario
2021-05-06 06:00:55 +10:00
abraunegg b7eedbd8cd
Fix that options --upload-only & --remove-source-files are ignored on an upload session restore (#1399)
* Fix that options --upload-only & --remove-source-files are ignored on an upload session restore
2021-04-12 06:16:23 +10:00
abraunegg 068f8a6917
Update INSTALL.md
* Update OpenSuSE dependencies for OpenSuSE Leap 15.0, OpenSuSE Leap 15.1 and OpenSuSE Leap 15.2 after validating instructions on those platforms
2021-04-09 10:41:29 +10:00