1. 06 Dec, 2024 1 commit
  2. 29 Nov, 2024 7 commits
  3. 26 Nov, 2024 5 commits
  4. 25 Nov, 2024 4 commits
  5. 21 Nov, 2024 9 commits
  6. 20 Nov, 2024 3 commits
  7. 19 Nov, 2024 8 commits
  8. 18 Nov, 2024 3 commits
    • Alfredo Di Napoli's avatar
      Implement /publish endpoint · 0e5860a2
      Alfredo Di Napoli authored
      0e5860a2
    • Alfredo Di Napoli's avatar
      Extract publish_node in its own function · 3d494648
      Alfredo Di Napoli authored
      This function extracts the Node.Update logic for `publish_node` into a
      separate function, so that we can use it in a `POST` request, i.e. a new
      endpoint for publishing nodes.
      3d494648
    • Alfredo Di Napoli's avatar
      BREAKING: rename unpublish to unshare · 17909a7e
      Alfredo Di Napoli authored
      Previously there was no symmetry in the name of the share endpoint,
      which is meant to be used to generate a publicly-accessible URL to view
      a node, and the previously-called "unpulish" endpoint.
      
      The problem is that now the "unpublish" name would clash with the dual
      of publishing a node. To avoid the problem, this commit renames the old
      "unpublish" endpoint to be "unshare", so that now it's clear that is the
      inverse operation of "share".
      17909a7e