Nikolas Rimikis
198393d439
perf(nextcloud): read file as Uint8List
...
according to comment by a dart dev: https://stackoverflow.com/questions/73478943/flutter-dart-read-portions-of-file-as-bytes-rather-than-listint#comment129764806_73478943
it will allways return Uint8List
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
ed6502697a
perf(nextcloud): use stream based body decoding
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
52e6ef96f5
refactor(nextcloud): use avoid creating unnecessary streams
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
d072c91ff1
style(nextcloud): cleaup header map handling
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
jld3103
4784a08807
fix(nextcloud): Fix updating note favorite
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
9d243580cb
style(nextcloud): cleanup unnecessary cast
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
962102407d
refactor(dynamite,neon,nextcloud): use dart 3.1 utf8.encode as Uint8List
...
While the entire utf8 converter has been switched to Uint8List the type annotation still remains List<int> for this release.
Adding the downcast as this behavior is what we need.
A future dart release should also change the type annotations triggering a linter rule.
see: https://github.com/dart-lang/sdk/issues/52801
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
jld3103
faab2e712f
fix(tool,nextcloud): Fix capabilities
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
a545b8003f
fix(nextcloud): Fix WebDAV progress
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
ea947bd652
fix(nextcloud): Regenerate
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
e2ba362baf
chore(dynamite,neon,neon_files,neon_news,nextcloud): Fix linter complaints
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
e2541d378b
chore: Update to flutter 3.13
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
70d7cefa9d
fix(dynamite,nextcloud): unnecessary_breaks
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
Nikolas Rimikis
a1f2d72483
chore(app,dynamite,dynamite_runtime,file_icons,neon,neon_files,neon_news,neon_notes,neon_notifications,neon_lints,nextcloud,sort_box): use custom neon_lints package
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
jld3103
37822d0dcd
test(neon,nextcloud): Fix flaky tests
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
f3267abe00
feat(nextcloud): Use enum for WebDAV depth
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
8bba85fb93
chore: Update URLs
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
fd4f9bd707
fix(nextcloud): Ignore more coverage
1 year ago
jld3103
60eaed93b1
test(nextcloud): Upload created and last modified dates
1 year ago
jld3103
06bea32427
feat(nextcloud): Add get/put files operations to WebDAV
1 year ago
jld3103
d6a9604b53
fix(nextcloud): Fix exported clients
1 year ago
jld3103
b4b7347ab0
feat(tool,nextcloud): Add files_sharing
1 year ago
jld3103
32eab1d979
refactor(nextcloud): Adjust to generated specs
1 year ago
jld3103
e0bd715d2d
feat(tool): Generate specs from source code
1 year ago
jld3103
cb1f82fc6e
fix(nextcloud): Drop unused username
1 year ago
jld3103
678ed004a3
fix(nextcloud,neon_files): Do not require client for toWebDavFiles
1 year ago
jld3103
b2e14b78b1
test(nextcloud): Remove WebDAV tests covered by litmus tests
1 year ago
jld3103
808fc999f3
test(nextcloud): Replicate litmus tests
1 year ago
jld3103
4eadf43be2
refactor(nextcloud): Allow any 2xx status code in WebDAV
1 year ago
jld3103
69ba5e61ef
refactor(nextcloud): Follow WebDAV redirects automatically
1 year ago
jld3103
552a0ca0b9
refactor(nextcloud): Remove safe option for mkcol
1 year ago
jld3103
1fb9224c9d
feat(nextcloud): Implement WebDAV proppatch remove
1 year ago
jld3103
f6d785bcd6
refactor(nextcloud): Rename WebDAV prop without values
1 year ago
jld3103
098b4123e6
refactor(nextcloud): Reorder WebDAV methods
1 year ago
jld3103
6acd512cef
refactor(nextcloud): Rename WebDAV methods to their HTTP methods and add documentation
1 year ago
jld3103
25f5ff78f5
refactor(nextcloud): Rename WebDAV path variables
1 year ago
jld3103
a37e583598
refactor(nextcloud): Use WebDAV endpoint that does not require the username
1 year ago
jld3103
c8c8cdec72
fix(nextcloud): Downloading file via WebDAV to memory
1 year ago
Nikolas Rimikis
f4d07c3c1e
chore(nextcloud): regenerate
1 year ago
jld3103
47f95213f6
feat(nextcloud): Retry failed tests
1 year ago
jld3103
3b11c70187
refactor(nextcloud): Remove test wrapping
1 year ago
jld3103
1aa6b304c0
feat(nextcloud): Allow using apache as web server for tests
1 year ago
jld3103
607cb6de7a
feat(nextcloud): Implement unified search
1 year ago
jld3103
ab29da302d
nextcloud: Use local RSS server for news tests
1 year ago
jld3103
ba309aa965
tool,nextcloud: Use host network
1 year ago
jld3103
e589595be7
nextcloud: Refactor version checks
1 year ago
jld3103
6cf94cb6a6
tool,specs,nextcloud: Split generated code per spec
1 year ago
jld3103
d5c726e164
nextcloud: Regenerate
1 year ago
jld3103
07e1ce1da4
nextcloud: Stop relying on hashing files
1 year ago
jld3103
9b4411004a
nextcloud: Stop printing docker build logs
1 year ago