Kate
|
c558290f0f
|
Merge pull request #291 from provokateurin/feature/qr-code-login
Add QR-Code login
|
1 year ago |
Nikolas Rimikis
|
6660547976
|
Merge pull request #466 from Leptopoda/feature/go_router
Feature/go router
|
1 year ago |
Nikolas Rimikis
|
7e1c083e68
|
neon: make LoginQrcode and Account a Credentials
|
1 year ago |
Nikolas Rimikis
|
5be0f1c54c
|
neon: change login routing
|
1 year ago |
Nikolas Rimikis
|
df63dd6f8a
|
neon: mark AppRouter as internal
|
1 year ago |
Nikolas Rimikis
|
e1b61c6977
|
neon: cleanup AppsBloc initialApp
|
1 year ago |
Nikolas Rimikis
|
7d906d871a
|
neon: cleanup StreamListenable
|
1 year ago |
Nikolas Rimikis
|
6e2e82c8bf
|
neon: make route required for AppImplementation
|
1 year ago |
Nikolas Rimikis
|
e1637c11e3
|
neon_files: add app route
|
1 year ago |
Nikolas Rimikis
|
382c34e864
|
neon_news: add app route
|
1 year ago |
Nikolas Rimikis
|
a0fd473ddd
|
neon_notes: add app route
|
1 year ago |
Nikolas Rimikis
|
916e9f762d
|
neon_notifications: add app route
|
1 year ago |
Nikolas Rimikis
|
d2893ff239
|
neon: enable apps to specify go_routes
|
1 year ago |
Kate
|
1fda209e98
|
Merge pull request #463 from provokateurin/fix/correctly-await-responses
dynamite: Correctly await responses where necessary
|
1 year ago |
jld3103
|
51ead3b85d
|
neon,app: Handle qrcode login from other apps
|
1 year ago |
jld3103
|
ffb8623ddc
|
neon: Add qrcode login
|
1 year ago |
Kate
|
b079d5bb2a
|
Merge pull request #462 from provokateurin/fix/headers-deserialization
dynamite: Fix headers deserialization
|
1 year ago |
Kate
|
1dd1a55f3a
|
Merge pull request #464 from provokateurin/feature/support-application-octet-stream
dynamite: Support application/octet-stream content type
|
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 |
Nikolas Rimikis
|
cfdadf5248
|
Merge pull request #461 from Leptopoda/feature/theme_branding
Feature/theme branding
|
1 year ago |
Nikolas Rimikis
|
b995818a0d
|
neon, neon_files, neon_notes: use NcColors
|
1 year ago |
Nikolas Rimikis
|
adfd198be7
|
neon: better utilize theme
|
1 year ago |
Nikolas Rimikis
|
fcd14bab60
|
neon, app: migrate branding into the theme
|
1 year ago |
Nikolas Rimikis
|
c6e5cbfc4d
|
Merge pull request #459 from Leptopoda/feature/dialog_constraints
neon: rework DialogTheme
|
1 year ago |
Nikolas Rimikis
|
bae11143b0
|
neon: rework DialogTheme
|
1 year ago |
Kate
|
a2f030e302
|
Merge pull request #457 from provokateurin/feature/poll-notifications
neon_notifications: Poll notifications
|
1 year ago |
Kate
|
d764a71efa
|
Merge pull request #458 from provokateurin/feature/local-rss-server
Feature/local rss server
|
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
|
1c99e3f3a7
|
neon_notifications: Poll notifications
|
1 year ago |
Kate
|
099d6b88fe
|
Merge pull request #452 from provokateurin/refactor/login-flow
Refactor/login flow
|
1 year ago |
jld3103
|
2e91007767
|
neon: Cache user agent
|
1 year ago |
jld3103
|
ac12e98df9
|
neon: Use theme extension for tablet layout
|
1 year ago |
jld3103
|
4d6c65efef
|
neon: Refactor login flow
|
1 year ago |
jld3103
|
e589595be7
|
nextcloud: Refactor version checks
|
1 year ago |
Kate
|
2b777dbb86
|
Merge pull request #451 from provokateurin/fix/optional-security
dynamite: Fix optional security
|
1 year ago |
jld3103
|
2a05a1b7f6
|
dynamite: Fix optional security
|
1 year ago |
Nikolas Rimikis
|
71aabc3b78
|
Merge pull request #449 from Leptopoda/feature/theme
neon: allow apps to define custom themes
|
1 year ago |
Nikolas Rimikis
|
1bca03c4d5
|
neon: allow apps to define custom themes
|
1 year ago |
Kate
|
bff22dca6e
|
Merge pull request #436 from provokateurin/refactor/libraries
Refactor/libraries
|
1 year ago |
jld3103
|
8a7470cdaa
|
neon: Mark things we never want to export as internal
|
1 year ago |
jld3103
|
6bea8f47f4
|
neon_news,neon_notes: Remove some usages of AccountsBloc
|
1 year ago |
jld3103
|
1e452f2374
|
neon: Move sort_box to it's own library and export the package
|
1 year ago |
jld3103
|
0110a2ffb4
|
neon: Move models and interfaces to models
|
1 year ago |
jld3103
|
fad76be56b
|
settings,neon: Move settings into neon
|
1 year ago |
jld3103
|
2e5a04ac75
|
neon: Move bloc and result to it's own library
|
1 year ago |
jld3103
|
32311c5d08
|
neon: Split everything into separate libraries
|
1 year ago |
Kate
|
c9067324f7
|
Merge pull request #439 from provokateurin/refactor/split-specs
Refactor/split specs
|
1 year ago |