client
client copied to clipboard
Spelling
This PR corrects misspellings identified by the check-spelling action.
The misspellings have been reported at https://github.com/jsoref/owncloud-client/commit/d234b5cb6721d9f59e44b52a964f43cae0d47937#commitcomment-56639815
The action reports that the changes in this PR would make it happy: https://github.com/jsoref/owncloud-client/commit/dc7338c826600fe31a05ddd0d6cb548b3f8815cc
Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.
Woa sounds great and I'd love a spell checker action. I will need some time to check those. Note: Some of the files where auto generated to fixing the spelling in the changelog.md for example doesn't make much sense. I also saw some unrelated code style changes?
Fwiw, this is what I used to ignore files: https://github.com/jsoref/owncloud-client/blob/spell-check/.github/actions/spelling/excludes.txt
Files that were ignored weren't checked for typos, and as long as I didn't make any mistakes, ignored files weren't changed either (beyond the linter changes which are really an entirely unrelated kettle of fish).
I specifically ignored ^changelog/[^/]*_ for this repository (but not some of the others), this may have been the wrong choice. It isn't terribly hard for me to unignore items, either. The spell checker uses fairly naive heuristics to suggest exclusions, and I generalize based on my experience w/ things, but I'm human and the spell-checker was written by me, so both stages can make mistakes.
If you can identify other files you don't want changed, it's trivial for me to add them to excludes and to drop their changes from this PR (or its relatives for the other owncloud repositories).
If there's an upstream for typos, feel free to identify them, I have an imaginary queue of things to check, and will happily add items to the queue, although I make no promises about when i'll get to items in it 😺.
Results for GUI-tests https://drone.owncloud.com/owncloud/client/11261/5/1 :boom: The GUI tests failed. GUI Logs: (https://cache.owncloud.com/public/owncloud/client/11261/guiReportUpload/index.html) Server Logs: (https://cache.owncloud.com/public/owncloud/client/11261/guiReportUpload/serverlog.log)
Results for GUI-tests https://drone.owncloud.com/owncloud/client/11728/6/1
:boom: The GUI tests failed.
GUI Logs: https://cache.owncloud.com/public/owncloud/client/11728/guiReportUpload/index.html
Server Logs: https://cache.owncloud.com/public/owncloud/client/11728/guiReportUpload/serverlog.log
Screenshots:
- Adding_account_with_self_signed_certificate_for_the_first_time.png
- Adding_account_with_wrong_credentials.png
- Adding_multiple_accounts.png
- Adding_normal_Account.png
- Both_original_and_copied_folders_can_be_synced.png
- Connect_account_with_manual_sync_folder_option.png
- Delete_a_file.png
- Delete_a_folder.png
- Disable_VFS.png
- File_with_long_name_(>228_characters)_is_blacklisted.png
- File_with_long_name_can_be_synced.png
- File_with_spaces_in_the_name_can_sync.png
- Filenames_that_are_rejected_by_the_server_are_reported.png
- Invalid_system_names_are_synced_in_linux.png
- Many_subfolders_can_be_synced.png
- Modify_orignal_content_of_a_file_with_special_character.png
- Progress_indicator_should_not_be_visible_after_unselecting_the_password_protection_checkbox_while_sharing_through_public_link.png
- Sync_all_is_selected_by_default.png
- Sync_only_one_folder_from_the_server.png
- Syncing_a_file_from_the_server_and_creating_a_conflict.png
- Syncing_a_file_to_the_server.png
- Syncing_a_folder_to_the_server.png
- Syncing_all_files_and_folders_from_the_server.png
- Syncing_file_of_1_GB_size.png
- Syncing_folders_each_having_500_files.png
- VFS_is_disabled_by_default.png
- Verify_one_empty_folder_with_a_length_longer_than_the_allowed_limit_will_not_be_synced.png
- Verify_pre_existing_folders_in_local_(Desktop_client)_are_copied_over_to_the_server.png
- Verify_that_you_can_create_a_subfolder_with_long_name.png
- change_collaborator_permissions_of_a_file_&_folder.png
- collaborators_are_listed_in_chronological_order.png
- logging_out.png
- remove_an_account_connection.png
- remove_the_only_account_connection.png
- search_for_users_with_minimum_autocomplete_characters.png
- share_a_file_with_many_users.png
- share_file_and_folder_to_a_group.png
- sharee_creates_a_file_and_a_folder_inside_a_shared_folder.png
- sharee_deletes_a_file_and_folder_shared_by_sharer.png
- sharee_edits_content_of_files_shared_by_sharer.png
- sharee_edits_shared_files_and_again_try_to_edit_after_write_permission_is_revoked.png
- sharee_renames_the_shared_file_and_folder.png
- sharee_tries_to_create_a_file_and_a_folder_inside_a_shared_folder_without_write_permission.png
- sharee_tries_to_delete_shared_file_and_folder_without_permissions.png
- sharee_tries_to_edit_content_of_files_shared_without_write_permission.png
- sharing_a_folder_by_public_link_with_"Uploader"_role_and_check_if_file_can_be_downloaded.png
- sharing_file_and_folder_with_user_who_has_some_other_shares.png
- sharing_of_a_file_by_public_link_and_deleting_the_link.png
- sharing_of_a_file_by_public_link_with_password_and_changing_the_password.png
- simple_sharing_of_a_file_by_public_link_with_default_expiration_date.png
- simple_sharing_of_file_and_folder_by_public_link_with_password.png
- simple_sharing_of_file_and_folder_by_public_link_without_password.png
- simple_sharing_of_folder_by_public_link_with_different_roles.png
- simple_sharing_with_user.png
- sort_folders_list_by_name_and_size.png
- unshare_a_reshared_file.png
- unshare_a_shared_file_and_folder.png
- various_types_of_files_can_be_synced_from_client_to_server.png
- various_types_of_files_can_be_synced_from_server_to_client.png
outdated ...
Happy to update it if someone would look at it... it doesn't take me much time
I guess I need to figure out how to update tests...