renovate[bot]
7fa59399bd
fix(deps): update built_value to ^8.6.3
1 year ago
jld3103
2ad5ae5872
fix(nextcloud): Fix WebDAV progress callback typo
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
renovate[bot]
f6c0dd7945
chore(deps): update nextcloud docker tag to v27.1.0
1 year ago
Nikolas Rimikis
d6c75b4219
refactor: enable analyzer option strict-inference
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
jld3103
68b1eef8fc
fix(nextcloud): Fix core and provisioning_api specs
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
renovate[bot]
304ab489a9
chore(deps): update dependency dart to >=3.1.2 <4.0.0
1 year ago
jld3103
e45f65bce8
fix(dynamite,neon_files,neon_news,neon_notes,neon_notifications,nextcloud): Correct dependencies
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
01328f2118
chore(nextcloud): Remove unused additionalProperties from notes
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
5056f43f1d
feat(app,dynamite,neon,neon_files,neon_news,neon_notes,neon_notifications,neon_lints,nextcloud): enable strict-raw-types
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
renovate[bot]
ed1d79b984
chore(deps): update dependency dart to >=3.1.1 <4.0.0
1 year ago
jld3103
e8631bfad5
feat(nextcloud): Use generated OpenAPI notifications spec
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
ef2bcaf5ac
refactor(nextcloud): Regenerate
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
71581c6f3a
feat(tool,nextcloud): Generate specs with all status codes
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
a91723672a
refactor(nextcloud): Update comments API
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
41b7d95a75
chore(nextcloud): Update to remove typo
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
483b0e975a
feat(neon,nextcloud): adapt to inheritance
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
Nikolas Rimikis
01e6b0abc9
feat(nextcloud): rebuild
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
Nikolas Rimikis
30c59a7fc7
chore(nextcloud): rebuild
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
Nikolas Rimikis
d55a7b74fb
fix(nextcloud): add timeout to test setup
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
Nikolas Rimikis
77bb7dbd48
refactor(app,dynamite,dynamite_runtime,neon,nextcloud): use Uri to represent the serverUrl
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
Nikolas Rimikis
dac919fb66
refactor(dynamite,neon_files,nextcloud): make webdav client use Uri objects for paths
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
Nikolas Rimikis
c4d38589a7
feat(neon_files): enable hiding files starting with a '.'
...
Signed-off-by: Nikolas Rimikis <rimikis.nikolas@gmail.com>
1 year ago
renovate[bot]
4790fd5800
fix(deps): update dependency crypton to ^2.2.0
1 year ago
renovate[bot]
87f3ba84cf
fix(deps): update dependency built_value to ^8.6.2
1 year ago
renovate[bot]
600632f4ff
chore(deps): update dependency built_value_generator to ^8.6.2
1 year ago
renovate[bot]
85c2c59346
chore(deps): update dependency xml_serializable to ^2.3.0
1 year ago
renovate[bot]
6f7ae9dca2
chore(deps): update dependency json_serializable to ^6.7.1
1 year ago
renovate[bot]
4e49def2bc
fix(deps): update dependency universal_io to ^2.2.2
1 year ago
renovate[bot]
37095e64a2
fix(deps): update dependency intl to ^0.18.1
1 year ago
renovate[bot]
8ea9e249f3
chore(deps): update dependency test to ^1.24.6
1 year ago
renovate[bot]
7df4e10723
chore(deps): update dependency process_run to ^0.13.1
1 year ago
renovate[bot]
086a4389a5
chore(deps): update dependency build_runner to ^2.4.6
1 year ago
jld3103
685ac6efb2
feat(nextcloud): Support progress on webdav put stream
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
597bfc5dec
feat(tool,nextcloud): Generate more APIs
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
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