176 Commits (ca7791c4e6a7b1026bad81e478171e81c132fcce)

Author SHA1 Message Date
renovate[bot] 8ea9e249f3
chore(deps): update dependency test to ^1.24.6 1 year ago
renovate[bot] 322a7b29ea
fix(deps): update dependency build to ^2.4.1 1 year ago
renovate[bot] 086a4389a5
chore(deps): update dependency build_runner to ^2.4.6 1 year ago
Nikolas Rimikis 3d545a555a
perf(dynamite_runtime): avoid unnecessary Uint8List.toList 1 year ago
Nikolas Rimikis ed6502697a
perf(nextcloud): use stream based body decoding 1 year ago
Nikolas Rimikis 962102407d
refactor(dynamite,neon,nextcloud): use dart 3.1 utf8.encode as Uint8List 1 year ago
jld3103 c9ad9648eb
feat(dynamite): Support application/javascript response 1 year ago
jld3103 768f8edaf9
fix(dynamite): Fix conflicting variables 1 year ago
jld3103 e2ba362baf
chore(dynamite,neon,neon_files,neon_news,nextcloud): Fix linter complaints 1 year ago
jld3103 e2541d378b
chore: Update to flutter 3.13 1 year ago
Nikolas Rimikis 19b3b9260c
fix(dynamite,neon_files,neon_news,neon_lints): fix lints 1 year ago
Nikolas Rimikis 70d7cefa9d
fix(dynamite,nextcloud): unnecessary_breaks 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 1 year ago
jld3103 94c85d7a0c
chore: Switch to AGPL-3.0 1 year ago
jld3103 e32b3a8f45
fix(dynamite): Ignore more coverage 1 year ago
jld3103 bef9b4ae07
fix(dynamite): Fix query parameter arrays 1 year ago
jld3103 b55bcdfa5c
refactor(dynamite): Cleanup adding resolved types 1 year ago
Nikolas Rimikis 9a0eea56ae
perf(dynamite_runtime): Increase response body reading speed 1 year ago
jld3103 e13dc0a947
fix(dynamite): Skip comparing nullable in type results 1 year ago
Nikolas Rimikis 7a71e010b6
refactor(dynamite): unify resolvedTypes and resolvedTypeCombinations 1 year ago
Nikolas Rimikis a44de53940
fix(dynamite_runtime): ignore build artifacts 1 year ago
Nikolas Rimikis bee1440cd2
refactor(dynamite): generate serializer ourself 1 year ago
Nikolas Rimikis 6db0cb3179
fix(dynamite): add serializers of parameter types 1 year ago
jld3103 f7d3cb6cd0
dynamite: Support application/octet-stream content type 1 year ago
jld3103 7d5aa1a0ec
dynamite: Correctly await responses where necessary 1 year ago
jld3103 cee52ce976
dynamite: Fix headers deserialization 1 year ago
jld3103 2a05a1b7f6
dynamite: Fix optional security 1 year ago
jld3103 ced0d2bfbe
dynamite_runtime: Enable skipped tests 1 year ago
jld3103 72f66bee6d
dynamite: Prefix serializers 1 year ago
jld3103 e4d2352b02
dynamite: Add constructor to create client from another client 1 year ago
jld3103 67a5d61568
app,dynamite_runtime,neon,neon_files,neon_news: Cleanup unused ignores 1 year ago
jld3103 1dac4e6b82
dynamite,dynamite_runtime: Correctly search for authentication 1 year ago
jld3103 3ceb9c18aa
dynamite,dynamite_runtime: Move authentication to dynamite_runtime 1 year ago
Nikolas Rimikis a541436dd4
dynamite, dynamite_runtime, nextcloud: improve data fetching performance 1 year ago
Nikolas Rimikis a08f62415e
dynamite_runtime: more efficient decoding of responses 1 year ago
Nikolas Rimikis e856d557ea
dynamite, dynamite_runtime, nextcloud: move http client to dynamite_runtime 1 year ago
jld3103 7a99c00eb4
tool,ci: Use custom CI 1 year ago
jld3103 ecdb219a04
dynamite: Add missing coverage ignores 1 year ago
Nikolas Rimikis b7b7fef3c3
dynamite: make registered state a Set to avoid duplicates 1 year ago
Nikolas Rimikis cff12fd6cc
dynamite: make TypeResult immutable and add equality operator 1 year ago
Nikolas Rimikis ccfc475388
dynamite: move TypeResult into it's own lib 1 year ago
Nikolas Rimikis 5af08398a1
dynamite, neon: fix plain object deserialization 2 years ago
Nikolas Rimikis 7a9eea8d43
dynamite, nextcloud: make fromJson a factory instead of a static method 2 years ago
Nikolas Rimikis a6d8f98cd3
dynamite: generate builderFactories for all returntypes 2 years ago
Nikolas Rimikis 8d1f4143bd
dynamite: unify serialization and encoding 2 years ago
Nikolas Rimikis e6314be5c0
dynamite: use dart types as parameters 2 years ago
Nikolas Rimikis 72b280df4c
dynamite: fix header serialization 2 years ago
Nikolas Rimikis b7a350e6a7
dynamite: support nullability in TypeResult 2 years ago
Nikolas Rimikis 095e613bcc
dynamite: add builder factories for custom combinations 2 years ago
Nikolas Rimikis faac42984a
dynamite: add contentString serialization 2 years ago