Commit Graph

2245 Commits

Author SHA1 Message Date
Sam Schott
020ce656a6 [errors] fine grained errors for conflicts 2020-04-11 14:49:21 +02:00
Sam Schott
27ca6b244b [sync] cleaned up debug message 2020-04-11 11:28:30 +02:00
Sam Schott
7370bac7f1 bumped to dev2 2020-04-10 23:38:04 +02:00
Sam Schott
0453ccadc5 updated changelog 2020-04-10 23:07:07 +02:00
Sam Schott
33bc669dee [sync] always upload folders before files ...
... to prevent artificial conflicts due to race conditions
when a file inside a folder is created in between the
conflict check and subsequent upload of the folder
2020-04-10 22:17:05 +02:00
Sam Schott
cec095290c [sync] improve filtering of applied changes 2020-04-10 21:39:55 +02:00
Sam Schott
39da16cab4 [errors] added NotLinkedError to FATAL_ERRORS 2020-04-10 20:54:37 +02:00
Sam Schott
ab7ccbdbc4 [oauth] fall back to plain text storage ...
... if user does not grant access to system keyring
2020-04-10 20:54:37 +02:00
Sam Schott
54d73b5c1e [autostart] fixed combining strings 2020-04-10 20:54:37 +02:00
Sam Schott
bebcc72382 [daemon] removed logging 2020-04-10 20:54:37 +02:00
Sam Schott
4826c23b34 [cli] tweaked feedback during startup 2020-04-10 20:54:37 +02:00
Sam Schott
5354b84e65 moved remove_configuration to housekeeping 2020-04-09 22:21:28 +02:00
Sam Schott
9f5b2b9956 properly format code block 2020-04-09 22:01:23 +02:00
Sam Schott
3c87337eea cosmetics 2020-04-09 22:01:11 +02:00
Sam Schott
a779d4af82 moved keyring code to oauth 2020-04-09 21:35:52 +02:00
Sam Schott
b8014a4e7e updated changelog 2020-04-09 18:16:06 +02:00
Sam Schott
f447c70b66 [sync] fix error handling for too long folder names 2020-04-09 18:12:55 +02:00
Sam Schott
e82edc9bee removed unneeded import 2020-04-09 17:50:25 +02:00
Sam Schott
47de62a83c updated docs 2020-04-09 17:47:49 +02:00
Sam Schott
b444b3f798 renamed DropboxDeletedError -> NoDropboxDirError 2020-04-09 17:43:41 +02:00
Sam Schott
d1ed59cb2c removed backend and oauth from external API list 2020-04-09 17:43:26 +02:00
Sam Schott
12cf89dfa3 [backend] removed unneeded functions 2020-04-09 17:43:05 +02:00
Sam Schott
7faec843af updated doc string 2020-04-09 17:33:47 +02:00
Sam Schott
be04664f80 [cli] adapt to new API 2020-04-09 17:21:52 +02:00
Sam Schott
cb49b69a0f [daemon] adapt to new API 2020-04-09 17:19:43 +02:00
Sam Schott
7ecf315f97 fixup 2020-04-09 17:19:30 +02:00
Sam Schott
716f80b65b [main] removed all CLI dialogs from API 2020-04-09 17:19:22 +02:00
Sam Schott
25b59f9db8 [main] separate require_dir decorator 2020-04-09 17:17:37 +02:00
Sam Schott
40484d4b43 [oauth] catch all connection errors 2020-04-09 17:15:50 +02:00
Sam Schott
13dd79a609 require gui v1.0.0.dev1 2020-04-09 17:15:28 +02:00
Sam Schott
1634a37e1e [package] removed NSRequiresAquaSystemAppearance flag 2020-04-08 23:28:33 +02:00
Sam Schott
79f9ef9b92 updated changelog 2020-04-08 23:24:45 +02:00
Sam Schott
484545913a [autostart] fixed wrong autostart plist on macOS 2020-04-08 23:24:45 +02:00
Sam Schott
662f8193e4 moved auth from client to main 2020-04-08 23:24:45 +02:00
Sam Schott
f572a8af64 removed config from public api listing 2020-04-07 23:55:42 +01:00
Sam Schott
8408fcc1d6 cosmetics 2020-04-07 23:55:31 +01:00
Sam Schott
18263167d6 [package] fixed bundle number in pyinstaller spec 2020-04-07 20:07:07 +01:00
Sam Schott
229536127b [doc] added note about stable APIs 2020-04-07 17:28:18 +01:00
Sam Schott
86177ad046 [oauth] use PKCE if available 2020-04-06 23:28:39 +01:00
Sam Schott
0b29893e5a updated minimum version requirements 2020-04-06 21:42:14 +01:00
Sam Schott
4a5e738b83 removed unneeded import 2020-04-06 14:35:28 +01:00
Sam Schott
55c22a0fe2 simplified exception handling 2020-04-06 14:32:16 +01:00
Sam Schott
6492d7ebad updated changelog 2020-04-06 12:30:43 +01:00
Sam Schott
41419906c6 bumped watchdog requirement to >= 10.0.0 ...
... for consistent error handling
2020-04-06 12:26:32 +01:00
Sam Schott
ffe3a96099 fixed typo 2020-04-06 12:26:06 +01:00
Sam Schott
265b825477 fixed handling of inotify errors 2020-04-06 12:25:58 +01:00
Sam Schott
c9c454beeb added fswatch_to_maestral_error conversion 2020-04-06 12:25:38 +01:00
Sam Schott
a9d8dc80f2 added roadmap 2020-04-05 20:45:58 +01:00
Sam Schott
017b1b6602 updated changelog 2020-04-05 20:44:59 +01:00
Sam Schott
c563d04f41 don't use timeout when acquiring lock 2020-04-05 18:54:22 +01:00