jld3103
|
d6a9604b53
|
fix(nextcloud): Fix exported clients
|
1 year ago |
Nikolas Rimikis
|
c3450730b5
|
fix(neon): option serialization and reset
|
1 year ago |
Kate
|
e78054cb6c
|
Merge pull request #465 from provokateurin/feature/openapi-automatic
Feature/openapi automatic
|
1 year ago |
jld3103
|
b4b7347ab0
|
feat(tool,nextcloud): Add files_sharing
|
1 year ago |
jld3103
|
e222ac5593
|
refactor(neon,neon_files): Adjust to generated specs
|
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 |
Kate
|
7771495b2e
|
Merge pull request #526 from provokateurin/fix/client-username
Fix/client username
|
1 year ago |
Kate
|
42c74fb02c
|
Merge pull request #528 from provokateurin/fix/notes-empty-categories
fix(neon_notes): Fix creating note with empty categories
|
1 year ago |
jld3103
|
9d9e6dfc57
|
fix(neon_notes): Fix creating note with empty categories
|
1 year ago |
jld3103
|
86374c5efb
|
refactor(neon): Adjust
|
1 year ago |
jld3103
|
11f75cfc19
|
refactor(neon,app): Drop unused loginName
|
1 year ago |
jld3103
|
cb1f82fc6e
|
fix(nextcloud): Drop unused username
|
1 year ago |
jld3103
|
e804291004
|
refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Pass account instead of client
|
1 year ago |
Kate
|
1c9a9f3ae0
|
Merge pull request #525 from provokateurin/fix/to-webdav-files-client
fix(nextcloud,neon_files): Do not require client for toWebDavFiles
|
1 year ago |
Nikolas Rimikis
|
706a0badac
|
Merge pull request #524 from Leptopoda/fix/news_option_persistence
fix(neon_news): NewsAppSpecificOptions.articleViewTypeOption persistence
|
1 year ago |
jld3103
|
678ed004a3
|
fix(nextcloud,neon_files): Do not require client for toWebDavFiles
|
1 year ago |
Kate
|
185f749bd3
|
Merge pull request #489 from provokateurin/cleanup/login
Cleanup/login
|
1 year ago |
jld3103
|
4fdc5cec54
|
chore(docs): Remove disclaimer about login user flow diagram
|
1 year ago |
jld3103
|
ce2d95ee3e
|
fix(neon): Cleanup login pages layouts
|
1 year ago |
jld3103
|
f808bc488f
|
fix(neon): Fix login works with Nextcloud
|
1 year ago |
Nikolas Rimikis
|
6cde7748a3
|
fix(neon_news): NewsAppSpecificOptions.articleViewTypeOption persistence
Force loading wasn't an option as the generic is not a String
|
1 year ago |
Kate
|
4b541faf6d
|
Merge pull request #523 from provokateurin/chore/update-files-icon
chore(neon_files): Update icon
|
1 year ago |
jld3103
|
cab0599ee4
|
chore(neon_files): Update icon
|
1 year ago |
Kate
|
c33a194cfc
|
Merge pull request #522 from provokateurin/fix/dynamite-query-parameter-arrays
fix(dynamite): Fix query parameter arrays
|
1 year ago |
jld3103
|
bef9b4ae07
|
fix(dynamite): Fix query parameter arrays
|
1 year ago |
Kate
|
2e5bc1252f
|
Merge pull request #507 from provokateurin/refactor/encode-bitmaps-using-image
refactor(neon): Use image instead of bitmap library to encode bitmaps
|
1 year ago |
Kate
|
19a62fbc27
|
Merge pull request #513 from provokateurin/feature/litmus-tests
Feature/litmus tests
|
1 year ago |
Nikolas Rimikis
|
6205e9dd55
|
Merge pull request #504 from provokateurin/fix/option_persistence
Fix/option persistence
|
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 |
Nikolas Rimikis
|
52c32f422a
|
fix(neon): fix late initialization of SelectOption.values
|
1 year ago |
Nikolas Rimikis
|
91faa0ab7c
|
style(neon): export LabelBuilder from sort_box and settings
|
1 year ago |
Kate
|
0c6c44d1fb
|
Merge pull request #520 from provokateurin/refactor/webdav-methods
Refactor/webdav methods
|
1 year ago |
jld3103
|
698168013f
|
refactor(neon_files): Adjust to updated WebDAV methods
|
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 |
Kate
|
2b919be213
|
Merge pull request #509 from provokateurin/fix/hide-useless-push-notifications-popups
fix(neon): Hide useless push notifications popups
|
1 year ago |
jld3103
|
df35c6ee80
|
refactor(neon): Cleanup global popups
|
1 year ago |
jld3103
|
25f5ff78f5
|
refactor(nextcloud): Rename WebDAV path variables
|
1 year ago |
Nikolas Rimikis
|
ff713f75d1
|
Merge pull request #521 from provokateurin/tool/vscode-config
feat(tool): add vscode launch config
|
1 year ago |
Kate
|
ef3009f286
|
Merge pull request #516 from provokateurin/fix/dynamite-response-body-speed
perf(dynamite_runtime): Increase response body reading speed
|
1 year ago |
Nikolas Rimikis
|
821f563e47
|
feat(tool): add vscode launch config
|
1 year ago |
Kate
|
45c8117104
|
Merge pull request #519 from provokateurin/fix/dynamite-duplicate-types
fix(dynamite): Skip comparing nullable in type results
|
1 year ago |
jld3103
|
b55bcdfa5c
|
refactor(dynamite): Cleanup adding resolved types
|
1 year ago |