Commit Graph

12 Commits

Author SHA1 Message Date
feiniks
96ec6a4178
Polish several error messages (#2792)
Co-authored-by: yangheran <heran.yang@seafile.com>
2024-07-03 16:51:53 +08:00
feiniks
8c2fe93154
Check path is case conflict when checkout files (#2748)
* Check path is case conflict when checkout files

* Check parent dir on windows

* Check path case conflict

* Add conflict path to check case conflict

* Add no_case_conflict_hash to check local dir

* Add case conflict error

* Don't check cache entry when rename dir

---------

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-05-09 15:09:35 +08:00
feiniks
3c77d6eac0
Modify error log info (#2755)
Co-authored-by: yangheran <heran.yang@seafile.com>
2024-03-29 18:05:29 +08:00
feiniks
98b5288e9b
Add block missing sync error (#2694)
* Add block missing sync error

* Print response body when block is missing

---------

Co-authored-by: heran yang <heran.yang@seafile.com>
2023-07-21 15:06:44 +08:00
feiniks
ed64098bf2
Add a file-level error when failed to checkout file (#2692)
* Add a file-level error when failed to checkout file

* Add sync error SYNC_ERROR_ID_CHECKOUT_FILE

---------

Co-authored-by: heran yang <heran.yang@seafile.com>
2023-07-20 17:41:15 +08:00
feiniks
39073989ee
Add sync error too many files (#2683)
Co-authored-by: heran yang <heran.yang@seafile.com>
2023-06-27 11:54:36 +08:00
feiniks
187800c185
Add confirmation when deleting more than 500 files (#2612)
* Add confirmation when deleting more than 500 files

* Delete repo and reclone it

* Don't need to cancel task

Co-authored-by: heran yang <heran.yang@seafile.com>
2022-10-21 14:10:31 +08:00
Xiangyue Cai
c95bc45a98
handle repo too large error (#2447) 2021-04-29 14:08:46 +08:00
feiniks
30fe948291
Add sync error when upload a invalid path on linux or mac (#2410)
* Add sync error when upload a invalid path on linux or mac

* Only check the base name of path
2020-12-29 12:00:08 +08:00
Jonathan Xu
5220184d9d Add error notification when move a folder to recycle-bin. 2019-08-27 16:36:12 +08:00
Jonathan Xu
434303cba5 Fix bugs in error notification refactor. 2019-08-21 14:54:09 +08:00
Jonathan Xu
c73fe3f949 Refactor sync error recording and notification. 2019-08-20 16:51:11 +08:00