jld3103
a1ed0647fd
refactor: Cleanup ignore_for_file's
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
c3c2ba4bdb
fix(nextcloud): Fix autocomplete
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
fe7331c7ec
refactor(nextcloud): Use extensions for clients and generate exports and app IDs
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
14ea48d7e9
test(nextcloud): Test news feed delete and folder rename and delete
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
jld3103
63cd10ac49
test(nextcloud): Test client login flow V2
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
1 year ago
Nikolas Rimikis
dd185cdd06
feat(dynamite,dynamite_runtime): generate DynamiteRawResponses for all endpoints
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
Nikolas Rimikis
a4c0b26325
style(dynamite,dynamite_runtime,nextcloud): unify responses and exceptions
...
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 year ago
jld3103
9f10d789bd
test(nextcloud): Add dashboard tests
...
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
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
jld3103
e8631bfad5
feat(nextcloud): Use generated OpenAPI notifications spec
...
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
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
jld3103
597bfc5dec
feat(tool,nextcloud): Generate more APIs
...
Signed-off-by: jld3103 <jld3103yt@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
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
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
32eab1d979
refactor(nextcloud): Adjust to generated specs
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
1fb9224c9d
feat(nextcloud): Implement WebDAV proppatch remove
1 year ago
jld3103
f6d785bcd6
refactor(nextcloud): Rename WebDAV prop without values
1 year ago
jld3103
6acd512cef
refactor(nextcloud): Rename WebDAV methods to their HTTP methods and add documentation
1 year ago
jld3103
a37e583598
refactor(nextcloud): Use WebDAV endpoint that does not require the username
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
jld3103
aec44f5302
nextcloud: Use separate test suites to leverage concurrency
1 year ago
jld3103
5869487729
nextcloud: Remove delay for pinging server in tests
1 year ago
jld3103
a77b6e4b5c
tool,nextcloud: Use php instead of apache2 as webserver
1 year ago
jld3103
2e9a769dfb
nextcloud: Fix flaky WebDAV test
1 year ago
jld3103
af3a5085bc
Update nextcloud server and notifications to 27.0.0
1 year ago
jld3103
6b8dc24bd4
nextcloud: Add some more core tests
1 year ago