Commit Graph

  • 6205e9dd55
    Merge pull request #504 from provokateurin/fix/option_persistence Nikolas Rimikis 2023-08-03 08:49:51 +0200
  • b2e14b78b1
    test(nextcloud): Remove WebDAV tests covered by litmus tests #513 jld3103 2023-07-30 20:58:54 +0200
  • 808fc999f3
    test(nextcloud): Replicate litmus tests jld3103 2023-07-30 20:54:22 +0200
  • 52c32f422a
    fix(neon): fix late initialization of SelectOption.values #504 Nikolas Rimikis 2023-07-19 12:24:58 +0200
  • 91faa0ab7c
    style(neon): export LabelBuilder from sort_box and settings Nikolas Rimikis 2023-07-19 12:24:55 +0200
  • 0c6c44d1fb
    Merge pull request #520 from provokateurin/refactor/webdav-methods Kate 2023-08-02 07:58:50 +0200
  • 698168013f
    refactor(neon_files): Adjust to updated WebDAV methods #520 jld3103 2023-07-31 13:15:05 +0200
  • 4eadf43be2
    refactor(nextcloud): Allow any 2xx status code in WebDAV jld3103 2023-08-01 22:56:30 +0200
  • 69ba5e61ef
    refactor(nextcloud): Follow WebDAV redirects automatically jld3103 2023-08-01 22:51:37 +0200
  • 552a0ca0b9
    refactor(nextcloud): Remove safe option for mkcol jld3103 2023-08-01 22:48:34 +0200
  • 1fb9224c9d
    feat(nextcloud): Implement WebDAV proppatch remove jld3103 2023-07-31 13:34:14 +0200
  • f6d785bcd6
    refactor(nextcloud): Rename WebDAV prop without values jld3103 2023-07-31 13:26:21 +0200
  • 098b4123e6
    refactor(nextcloud): Reorder WebDAV methods jld3103 2023-08-01 09:52:42 +0200
  • 6acd512cef
    refactor(nextcloud): Rename WebDAV methods to their HTTP methods and add documentation jld3103 2023-07-31 13:14:34 +0200
  • 2b919be213
    Merge pull request #509 from provokateurin/fix/hide-useless-push-notifications-popups Kate 2023-08-01 22:53:44 +0200
  • df35c6ee80
    refactor(neon): Cleanup global popups #509 jld3103 2023-08-01 22:25:27 +0200
  • 25f5ff78f5
    refactor(nextcloud): Rename WebDAV path variables jld3103 2023-07-31 13:05:48 +0200
  • ff713f75d1
    Merge pull request #521 from provokateurin/tool/vscode-config Nikolas Rimikis 2023-08-01 17:26:43 +0200
  • ef3009f286
    Merge pull request #516 from provokateurin/fix/dynamite-response-body-speed Kate 2023-08-01 17:19:04 +0200
  • 821f563e47
    feat(tool): add vscode launch config #521 Nikolas Rimikis 2023-08-01 17:16:00 +0200
  • 45c8117104
    Merge pull request #519 from provokateurin/fix/dynamite-duplicate-types Kate 2023-08-01 09:38:07 +0200
  • b55bcdfa5c
    refactor(dynamite): Cleanup adding resolved types #519 jld3103 2023-08-01 09:25:50 +0200
  • 9a0eea56ae
    perf(dynamite_runtime): Increase response body reading speed #516 Nikolas Rimikis 2023-08-01 00:11:03 +0200
  • e13dc0a947
    fix(dynamite): Skip comparing nullable in type results jld3103 2023-07-31 11:39:19 +0200
  • 23290b7243
    Merge pull request #508 from provokateurin/fix/quick-actions Kate 2023-07-31 11:10:52 +0200
  • df2bd48854
    fix(neon): Prevent race condition setting active app #508 jld3103 2023-07-29 23:10:35 +0200
  • 68dd01c4a0
    refactor(neon): Await active account jld3103 2023-07-29 22:55:58 +0200
  • 7c55196246
    Merge pull request #517 from provokateurin/refactor/app-ids Kate 2023-07-31 08:57:34 +0200
  • f8abb76674
    refactor(neon,neon_files,neon_news,neon_notes,neon_notifications): Use shared constants for app ids #517 jld3103 2023-07-30 22:48:48 +0200
  • f6f3597c63
    Merge pull request #515 from provokateurin/refactor/webdav-endpoint-username Kate 2023-07-31 08:01:32 +0200
  • bd81ad986e
    Merge pull request #518 from provokateurin/fix/theme-import Kate 2023-07-31 07:59:33 +0200
  • 3a67dbafad
    Merge pull request #514 from provokateurin/fix/webdav-download Kate 2023-07-31 07:58:25 +0200
  • 1df5101fe9
    Merge pull request #501 from provokateurin/fix/dynamite_parameter_serializer Nikolas Rimikis 2023-07-30 23:39:56 +0200
  • 1ffb7e8dd6
    fix(neon): Theme import #518 jld3103 2023-07-30 22:52:43 +0200
  • a37e583598
    refactor(nextcloud): Use WebDAV endpoint that does not require the username #515 jld3103 2023-07-30 15:44:23 +0200
  • c8c8cdec72
    fix(nextcloud): Downloading file via WebDAV to memory #514 jld3103 2023-07-30 15:13:09 +0200
  • f4d07c3c1e
    chore(nextcloud): regenerate #501 Nikolas Rimikis 2023-07-30 17:25:32 +0200
  • 7a71e010b6
    refactor(dynamite): unify resolvedTypes and resolvedTypeCombinations Nikolas Rimikis 2023-07-30 17:24:07 +0200
  • a44de53940
    fix(dynamite_runtime): ignore build artifacts Nikolas Rimikis 2023-07-30 17:05:13 +0200
  • bee1440cd2
    refactor(dynamite): generate serializer ourself Nikolas Rimikis 2023-07-30 17:02:48 +0200
  • c8fca47094
    Merge pull request #511 from provokateurin/cleanup/docs Kate 2023-07-30 14:36:15 +0200
  • 46417ddd82
    feat(docs): Add CoC to docs ToC #511 jld3103 2023-07-30 14:01:31 +0200
  • 741a09a90f
    refactor(docs): Move contributing docs to the top level jld3103 2023-07-30 14:00:50 +0200
  • efc8f59c10
    fix(neon): Hide useless push notifications popups jld3103 2023-07-29 23:27:59 +0200
  • 3d9b4b5c28
    refactor(neon): Use image instead of bitmap library to encode bitmaps #507 jld3103 2023-07-29 22:30:12 +0200
  • a64ea6edaa
    Merge pull request #506 from provokateurin/cleanup/commitlint-fixups Kate 2023-07-29 22:19:15 +0200
  • 9e16987639
    chore(tool): Remove fixup commits workaround #506 jld3103 2023-07-29 21:47:39 +0200
  • 50d607e278
    Merge pull request #505 from provokateurin/feature/code-of-conduct Kate 2023-07-29 09:09:08 +0200
  • f6bf82f9ad
    Merge pull request #498 from provokateurin/cleanup/NotesCategorySelect Nikolas Rimikis 2023-07-29 08:29:42 +0200
  • f1e62dd195
    Merge pull request #499 from provokateurin/cleanup/mutability Nikolas Rimikis 2023-07-29 08:29:28 +0200
  • c680d6bc31
    feat: Add code of conduct #505 jld3103 2023-07-29 08:26:51 +0200
  • e0319e1c75
    Merge pull request #503 from provokateurin/dependabot/pub/commitlint_cli-0.6.1 Kate 2023-07-29 06:45:17 +0200
  • 228ee3e5e1
    chore(deps): bump commitlint_cli from 0.5.0 to 0.6.1 #503 dependabot[bot] 2023-07-18 14:29:55 +0000
  • 9a07ac711e
    chore(deps): bump commitlint_cli from 0.5.0 to 0.6.0 #502 dependabot[bot] 2023-07-18 04:41:38 +0000
  • 6db0cb3179
    fix(dynamite): add serializers of parameter types Nikolas Rimikis 2023-07-17 21:47:14 +0200
  • c6fcd80bb5
    chore(deps): bump commitlint #500 Nikolas Rimikis 2023-07-17 19:28:18 +0200
  • b52806371f
    refactor(neon): make stuff immutable #499 Nikolas Rimikis 2023-07-16 20:30:59 +0200
  • fcfe062943
    style(neon_notes): cleanup NotesCategorySelect #498 Nikolas Rimikis 2023-07-15 12:26:56 +0200
  • 594ecb2c0b
    Merge pull request #490 from provokateurin/feature/contributing-docs Kate 2023-07-16 12:18:52 +0200
  • ba681dca67
    feat(docs): Add contributing docs #490 jld3103 2023-07-16 07:44:58 +0200
  • db5c8c721c
    Merge pull request #491 from provokateurin/cleanup/tests Kate 2023-07-16 09:03:49 +0200
  • 47f95213f6
    feat(nextcloud): Retry failed tests #491 jld3103 2023-07-16 08:29:02 +0200
  • 3b11c70187
    refactor(nextcloud): Remove test wrapping jld3103 2023-07-16 08:22:40 +0200
  • fe7ad7899d
    Merge pull request #486 from provokateurin/fix/web-server Kate 2023-07-16 08:36:44 +0200
  • 1aa6b304c0
    feat(nextcloud): Allow using apache as web server for tests #486 jld3103 2023-07-15 19:26:39 +0200
  • 7025574902
    feat(tool): Use apache as web server again jld3103 2023-07-15 19:26:18 +0200
  • eb53e62929
    Merge pull request #487 from provokateurin/update/commitlint_cli Kate 2023-07-15 20:25:45 +0200
  • 09d3d05a3b
    chore(tool): Update commitlint_cli #487 jld3103 2023-07-15 19:30:14 +0200
  • fd811ff04b
    Merge pull request #485 from provokateurin/feature/unified-search-api Kate 2023-07-15 17:27:31 +0200
  • e1bc0d5895
    Merge pull request #480 from provokateurin/feature/option_listenable Nikolas Rimikis 2023-07-15 17:27:07 +0200
  • 607cb6de7a
    feat(nextcloud): Implement unified search #485 jld3103 2023-06-17 19:36:52 +0200
  • f3af2dcadf
    Merge pull request #481 from hyiso/fix/pr_commits Kate 2023-07-15 13:28:26 +0200
  • 90888d1ff4
    test(neon): RelativeTime #482 Nikolas Rimikis 2023-07-15 12:24:09 +0200
  • a7558139ef
    style(neon): make RelativeTime stateful Nikolas Rimikis 2023-07-15 12:24:09 +0200
  • 9aff5c392a
    fix: Github Action PR from fork #481 hyiso 2023-07-15 18:12:44 +0800
  • 783123ca05
    test(neon): test Option #480 Nikolas Rimikis 2023-07-13 14:31:03 +0200
  • 7fafa16a74
    style(neon): make PushNotificationsBloc more readable Nikolas Rimikis 2023-07-09 10:49:11 +0200
  • 0022bc1d7a
    feat(neon): make Option listenable Nikolas Rimikis 2023-07-08 09:41:44 +0200
  • 0e11fd5190
    Merge pull request #472 from provokateurin/fix/go_router Nikolas Rimikis 2023-07-15 11:28:23 +0200
  • c627a152b4
    Merge pull request #479 from provokateurin/refactor/neon_platform Nikolas Rimikis 2023-07-15 11:28:11 +0200
  • ab4be98989
    chore(app): update pubspec.lock #472 Nikolas Rimikis 2023-07-15 11:13:47 +0200
  • 5d7580be8a
    chore(neon): bump go_router and go_router_builder Nikolas Rimikis 2023-07-15 11:12:58 +0200
  • 5c838efc82
    chore(neon_notes): bump go_router and go_router_builder Nikolas Rimikis 2023-07-15 10:54:31 +0200
  • 9d1a99117c
    chore(neon_files): bump go_router and go_router_builder Nikolas Rimikis 2023-07-15 10:54:02 +0200
  • e2bd1aeb05
    chore(neon_news): bump go_router and go_router_builder Nikolas Rimikis 2023-07-15 10:53:38 +0200
  • 2ad5b81ca4
    chore(neon_notifications): bump go_router and go_router_builder Nikolas Rimikis 2023-07-15 10:52:44 +0200
  • 7dfcaf2021
    refactor(neon): make NeonPlatform an interface #479 #478 Nikolas Rimikis 2023-07-15 10:44:08 +0200
  • 6cae0d2357
    Merge pull request #477 from provokateurin/fix/commitlint-empty-scope Kate 2023-07-15 10:42:39 +0200
  • e3e411b4bc
    fix(tool): Reduce empty scope to warning #477 jld3103 2023-07-15 10:39:49 +0200
  • 6fd68a6114
    fix(neon): Qrcode login routing Nikolas Rimikis 2023-07-14 11:40:35 +0200
  • 88d07c1164
    Merge pull request #468 from provokateurin/feature/conventional-commits Kate 2023-07-15 10:13:45 +0200
  • 0b98204e4a
    feat(tool): Add husky for git hooks #468 jld3103 2023-07-14 08:41:26 +0200
  • 18ac3fa53c
    feat(ci): Lint conventional commits jld3103 2023-07-14 08:47:41 +0200
  • ba90b60f94
    feat(tool): Add commitlint for conventional commits jld3103 2023-07-14 08:41:00 +0200
  • 1090368e12
    Merge pull request #475 from provokateurin/fix/wakelock Kate 2023-07-15 09:06:29 +0200
  • 50fc205070
    neon,neon_news,neon_notes: Wakelock is supported on every platform #475 jld3103 2023-07-15 08:39:44 +0200
  • 7ca345de69
    neon_news,neon_notes: Do not await wakelock operations jld3103 2023-07-15 08:37:09 +0200
  • e63c6fc2d2
    neon_news,neon_notes: Use wakelock_plus jld3103 2023-07-15 08:29:54 +0200
  • 5bbff309eb
    Merge pull request #474 from provokateurin/fix/publish-workflow-concurrency Kate 2023-07-15 08:38:42 +0200
  • 5c12c056c7
    ci: Fix publish workflow concurrency #474 jld3103 2023-07-15 08:23:51 +0200