Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] Drive aliases #7430

Merged
merged 157 commits into from
Sep 29, 2022
Merged

[full-ci] Drive aliases #7430

merged 157 commits into from
Sep 29, 2022

Commits on Sep 28, 2022

  1. WIP drive aliases in routes

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    d2a5c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711877f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70fd60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    546ad0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7152a19 View commit details
    Browse the repository at this point in the history
  6. fix: move home redirect into dedicated component

    By moving the home redirect into a dedicated component we can now assure
    in the Generic view that we have a resolved space (i.e. props.space !== null).
    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3bf2ea3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8ce26b View commit details
    Browse the repository at this point in the history
  8. refactor: delete Project view

    Deleting the Project view since it's now fully served via the Generic
    view.
    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    42087a7 View commit details
    Browse the repository at this point in the history
  9. WIP: generic trash

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    94f2087 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    62e5e9b View commit details
    Browse the repository at this point in the history
  11. perf: cache resolved space

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    09bb075 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2774566 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63d98d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f09db65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    206be3c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b2df0b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    333da4f View commit details
    Browse the repository at this point in the history
  18. fix: pass down space prop

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    da86ac4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6cdda82 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3257478 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4bce084 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    717bb8a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    eb415ba View commit details
    Browse the repository at this point in the history
  24. WIP: public links as space

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    8c587e6 View commit details
    Browse the repository at this point in the history
  25. Introduce SpaceResources

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2f89a4b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    97cef0f View commit details
    Browse the repository at this point in the history
  27. wip: implement listFiles in web-client

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e33798c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fb8aa02 View commit details
    Browse the repository at this point in the history
  29. wip: Fix PublicFiles.vue a little to make debugging easier... not wor…

    …th fixing it completely as it's going to go anyway
    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    80f9748 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    11cfa60 View commit details
    Browse the repository at this point in the history
  31. Fix type narrowing

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3ad5755 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0d8e334 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    855f275 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8200a18 View commit details
    Browse the repository at this point in the history
  35. delete: unused helper

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9ee19f4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3cd021c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9532880 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    042ae4c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    350b100 View commit details
    Browse the repository at this point in the history
  40. add createFolder.ts

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    041e078 View commit details
    Browse the repository at this point in the history
  41. remove superfluuous var

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    292db06 View commit details
    Browse the repository at this point in the history
  42. fix lint

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b230bab View commit details
    Browse the repository at this point in the history
  43. web-client: implement putFileContents

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    0a12b06 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    23b6b47 View commit details
    Browse the repository at this point in the history
  45. Add loose types for OwncloudSdk

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    03d2f5e View commit details
    Browse the repository at this point in the history
  46. Implement getFileContents in web-client

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    251c99f View commit details
    Browse the repository at this point in the history
  47. Move getFileUrl to web-client

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ecd0a68 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    4f6f3b7 View commit details
    Browse the repository at this point in the history
  49. web-app-preview: fix url retrieval

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9e197b1 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    e1f3987 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    0789ad4 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5e9cc2b View commit details
    Browse the repository at this point in the history
  53. Port web-app-draw-io permission check to use proper resources instead…

    … of raw dav responses
    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    cf4a35c View commit details
    Browse the repository at this point in the history
  54. useAppFileHandling: rename getFileResource to getFileInfo

    ... and get rid of the old helper returning a raw web dav response. It's not used anymore.
    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4cab87b View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5b444b6 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    26fd5b7 View commit details
    Browse the repository at this point in the history
  57. Remove isPublicLinkContext and publicLinkPassword from AppFileHandlin…

    …gOptions as they are now encapsulated in the space
    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1fb630a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e903bb3 View commit details
    Browse the repository at this point in the history
  59. Add missing types

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ad2818d View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    eae730d View commit details
    Browse the repository at this point in the history
  61. Simplify

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5546f26 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    802b95d View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    3427703 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    98aeea0 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    cf121b5 View commit details
    Browse the repository at this point in the history
  66. wip: use web-client in sidebar

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    efef83f View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    9f52640 View commit details
    Browse the repository at this point in the history
  68. fix: rename in public links

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7078477 View commit details
    Browse the repository at this point in the history
  69. WIP: change public links URLs

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    59a85d6 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    390f21f View commit details
    Browse the repository at this point in the history
  71. fix: remove dead code

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fa5a7e6 View commit details
    Browse the repository at this point in the history
  72. WIP: fix upload handling

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    412d477 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    2a31ac5 View commit details
    Browse the repository at this point in the history
  74. WIP normalize urls/paths

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4ba12d0 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    1ce2b79 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    2681f90 View commit details
    Browse the repository at this point in the history
  77. Fix sidebar in public link view

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ad8cd59 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    b5ba189 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    abaa60e View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    28613ab View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    f44ba87 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    87bd65a View commit details
    Browse the repository at this point in the history
  83. Fix batch download on public pages

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    a235f92 View commit details
    Browse the repository at this point in the history
  84. Unify path / url handling

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7d35dbb View commit details
    Browse the repository at this point in the history
  85. Fix sidebar for reshares

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    75ffd3f View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    699d998 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    3f0f0ee View commit details
    Browse the repository at this point in the history
  88. Fix link to personal space in trashbin

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7a4349d View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    5db5f63 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    63ff109 View commit details
    Browse the repository at this point in the history
  91. Fix UploadInfo.vue

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7bba594 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    86dccb1 View commit details
    Browse the repository at this point in the history
  93. Add url-join test

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9d8f3b5 View commit details
    Browse the repository at this point in the history
  94. fix lint

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    0fc5c7d View commit details
    Browse the repository at this point in the history
  95. Fix inline renaming of shares

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    65b9a94 View commit details
    Browse the repository at this point in the history
  96. Fix webDavUrl in public spaces

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    a5df59c View commit details
    Browse the repository at this point in the history
  97. Remove sidebar and toggle for trashbin

    lookacat authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    a67eb9f View commit details
    Browse the repository at this point in the history
  98. fix formatting

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    16ef41e View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    674aa16 View commit details
    Browse the repository at this point in the history
  100. Fix copy/move in speace root

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    0f3c086 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    f655d7f View commit details
    Browse the repository at this point in the history
  102. fix: uploads in oc10

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    51e4852 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    ae7e1ca View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    e233688 View commit details
    Browse the repository at this point in the history
  105. wip: modify unit tests

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fb8a80b View commit details
    Browse the repository at this point in the history
  106. Fix delete in public links

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    c200696 View commit details
    Browse the repository at this point in the history
  107. Add missing deleteFile.ts

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fbb1d66 View commit details
    Browse the repository at this point in the history
  108. Fix rename.spec.ts

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1b23e4a View commit details
    Browse the repository at this point in the history
  109. Fix showDetails unit test

    dschmidt authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    6698414 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    97c2007 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    3198c53 View commit details
    Browse the repository at this point in the history
  112. fix: copyMove tests

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    612743b View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    6060533 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    04ed1f2 View commit details
    Browse the repository at this point in the history
  115. test: comment out view tests, not useful in that state

    We'll come up with new view unit tests in a separate PR.
    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    28b1bc2 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    974ce95 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    4b957d3 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    15e3929 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    db4eeb6 View commit details
    Browse the repository at this point in the history
  120. Disable unit tests for List.spec.js

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b3435ea View commit details
    Browse the repository at this point in the history
  121. test: fix upload info

    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    9052e73 View commit details
    Browse the repository at this point in the history
  122. Fix unit tests for Preview.spec.js

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    89e9422 View commit details
    Browse the repository at this point in the history
  123. Fix rename.spec.js, setImage.spec.js

    lookacat authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    13171bd View commit details
    Browse the repository at this point in the history
  124. Fix unit tests for FileShares.spec.js

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3855e98 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    a925083 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    e8282b4 View commit details
    Browse the repository at this point in the history
  127. Fix unit tests for SideBar.spec.js

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    d5f1fa6 View commit details
    Browse the repository at this point in the history
  128. Fix setImage.spec.js

    lookacat authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    bb2c51a View commit details
    Browse the repository at this point in the history
  129. Include todo for test

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3366b23 View commit details
    Browse the repository at this point in the history
  130. Fix setReadme.spec.js

    lookacat authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    32d22e8 View commit details
    Browse the repository at this point in the history
  131. Fix unit tests for sdk.spec.ts

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    0f95b2b View commit details
    Browse the repository at this point in the history
  132. Fix unit tests for avatarUrl.spec.ts

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    6430ce4 View commit details
    Browse the repository at this point in the history
  133. Fix navigate.spec.js

    lookacat authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7b0c7a9 View commit details
    Browse the repository at this point in the history
  134. Fix linting

    lookacat authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    db89e9c View commit details
    Browse the repository at this point in the history
  135. Fix unit test warnings

    JammingBen authored and kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5c11157 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    abaa8b5 View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    a8d988c View commit details
    Browse the repository at this point in the history
  138. Fix space description edit

    JammingBen committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    0cea8ae View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    beb7012 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    09e90e1 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    21c03a6 View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    74c6037 View commit details
    Browse the repository at this point in the history
  143. Revert "Remove sidebar and toggle for trashbin"

    This reverts commit a67eb9f.
    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f9584f9 View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    7b7254b View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    558b89b View commit details
    Browse the repository at this point in the history
  146. Fix draw-io e2e tests

    JammingBen committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    308e14f View commit details
    Browse the repository at this point in the history
  147. fix: forward deprecated all files route with item to personal space

    The item path was not respected by the new DriveRedirect component.
    Changed that, mostly so that acceptance tests can directly route to a
    specific folder without providing the drive alias.
    Additionally, the DriveRedirect component has been stripped from
    irrelevant use cases.
    kulmann committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    08baba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Fix space e2e tests

    JammingBen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    170e155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a2ea22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4452ca2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9ddfc3 View commit details
    Browse the repository at this point in the history
  5. fix: enable favorites folder loader unconditionally

    The capability should only control whether or not the nav item and the
    context actions for toggling favorites should be visible. Loading does
    not need to be restricted.
    kulmann committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4b80c34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    560877a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4cba7e View commit details
    Browse the repository at this point in the history
  8. docs: changelog items

    kulmann committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7db7699 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d9f3fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5aaebc View commit details
    Browse the repository at this point in the history