Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-10-18Update tests.Camila
2022-10-04Update tests to follow 'Reply' change of primary action.Camila
2022-10-04Fix 'Reply' action primary property.Camila
2022-09-10Make sure Folder is deleted from the list and the SyncJournalDB is closed for...alex-z
2022-09-10Check folder invalidity reson when deciding to enable or disable the 'Finish'...alex-z
2022-09-05fix build of windows virtual files automated testsMatthieu Gallien
2022-08-10Make UserStatusSelector a dismissible page pushed onto the tray windowClaudio Cambra
2022-08-08ensure SyncEngine use an initialized instance of SyncOptionsMatthieu Gallien
2022-07-29Implement COM Dll for CfApi shell extensins. Implement Thumbnail Provider.alex-z
2022-07-12Properly adapt the userstatusselectormodel, eliminate hacks, make code more d...Claudio Cambra
2022-06-24Make client language gender-neutral and more clearClaudio Cambra
2022-06-10Fail build when Windows tests fail. Use GH Actions to build and run Windows t...alex-z
2022-05-16if an exclude file is deleted, skip it and remove it from internal listMatthieu Gallien
2022-05-16Allow manual renaming of files and folders with spaces. Allow uploading inval...alex-z
2022-05-16Fix notifications not being shown when they should beClaudio Cambra
2022-05-12Do not replace strings in action links coming from the notification api.Camila
2022-05-02allow lock/unlock of files from files explorer integrationMatthieu Gallien
2022-05-02add automated tests for LockFileJob to validate proper behaviorMatthieu Gallien
2022-05-02fetch and store in sync database information abot lock state of filesMatthieu Gallien
2022-05-02detect capabilities for lock/unlock of filesMatthieu Gallien
2022-04-06Update ActivityListModel tests.Camila
2022-04-06avoid deleting renamed file with spaces in nameMatthieu Gallien
2022-03-28Fix dark mode stuff relating to unified search, fix macOS auto dark/light the...Claudio Cambra
2022-03-18ensure discovery phase will not try to upload files with invalid mtimeMatthieu Gallien
2022-03-18add new tests dedicated for recovery scenario of wrong mtime on serverMatthieu Gallien
2022-03-18prevent updating files when that would result in invalid mtimeMatthieu Gallien
2022-03-18remove all usage of QDateTime::toTime_t() to avoid overflowMatthieu Gallien
2022-03-17Add TalkReply class and tests.Camila
2022-03-17Add thumbnails for files in the activity viewClaudio Cambra
2022-03-16File activity dialog now works for all file actions activities (e.g. deleted ...Claudio Cambra
2022-03-09Do not remove files from a Group folder and its nested folders whe it is rena...bugfix/group-folder-files-erased-when-rename-or-delete-folderalex-z
2022-02-25Fix review comments.alex-z
2022-02-25Unit tests for new files restore logic when the parent folder is removed on t...alex-z
2022-02-23Rollback local move when server move has failed.alex-z
2022-02-11ensure that bulk upload network job errors are handledMatthieu Gallien
2022-02-08simplify sync folder in some automated local discovery testsMatthieu Gallien
2022-02-08clean transition when files with spaces exist alreadyMatthieu Gallien
2022-02-08ensure we emit a rename command for renamed filesMatthieu Gallien
2022-02-04Adjust icons for activity entries in main dialog. Refactor the dialog by spli...alex-z
2022-02-01Add testing for ActivityListModelClaudio Cambra
2022-01-11Refactor DeleteJob and DeleteApiJob to use SimpleFileJob.alex-z
2022-01-11Checksum validation PropagateDownload unit tests.alex-z
2022-01-11Checksum validator unit tests.alex-z
2022-01-11Ask server to recalculate checksum on validatin failure.alex-z
2022-01-11check modified time sent by upload jobs in automated testsMatthieu Gallien
2021-12-07test files that should be renamed in sub-directoryMatthieu Gallien
2021-11-26let auto tests of batch upload return proper file pathsMatthieu Gallien
2021-11-24implement bulk uploadMatthieu Gallien
2021-11-24read capabilities for bulk upload from serverMatthieu Gallien
2021-11-05Make argument singular to fix i18n issuerakekniven