1. 01 Mar, 2021 1 commit
  2. 27 Feb, 2021 1 commit
  3. 22 Feb, 2021 1 commit
  4. 01 Feb, 2021 3 commits
  5. 27 Jan, 2021 1 commit
  6. 26 Jan, 2021 1 commit
  7. 20 Jan, 2021 7 commits
  8. 13 Jan, 2021 1 commit
  9. 12 Jan, 2021 1 commit
  10. 05 Jan, 2021 1 commit
  11. 16 Dec, 2020 1 commit
  12. 04 Dec, 2020 1 commit
  13. 01 Dec, 2020 6 commits
  14. 30 Nov, 2020 1 commit
  15. 22 Nov, 2020 1 commit
    • Jeffrey I. Schiller's avatar
      Add Gallery Readonly Flag · b77b2a5d
      Jeffrey I. Schiller authored
      When set we do not display the “Send to Gallery” Button, only the “Login
      to Gallery” button. The Gallery itself enforces read only status, so if
      the button is enabled but the gallery is in read only (for this
      instance) then the user will receive an error when they attempt to send
      a project to the gallery. But it is better if we can just avoid the
      issue by not providing the button in the first place.
      
      Another implementation here could be to have the server side actually
      check in with the gallery itself to determine read-only status, but for
      now we provide it as a config flag so we do not have to work out the
      details of how and when the server would communicate with the Gallery as
      well as how to handle errors and time-outs etc.
      
      Change-Id: Ib6ca63ab2ca63636d7451762f782050dbffd9b3c
      b77b2a5d
  16. 17 Nov, 2020 1 commit
    • Jeffrey I. Schiller's avatar
      De-bounce the Publish to Gallery button · da2e2cbb
      Jeffrey I. Schiller authored
      Some people were double-clicking this button which results in two copies
      of the project being sent to the Gallery simultaneously. This results in
      two entries for the project appearing in the Gallery. Then when the
      author next goes to update it, the Gallery finds two copies and fails.
      
      We will be adding a uniqueness constraint to the Gallery database which
      will prevent this. However this will result in one of the two
      transactions failing. Depending on the exact timing of things this can
      still result in the end-user receiving an error.
      
      This change “de-bounces” the Publish button so while one button push is
      still being processed, a second is ignored silently.
      
      Change-Id: Idd7506773b5e2a27500250d82a1350602b634a77
      da2e2cbb
  17. 05 Nov, 2020 2 commits
    • Jeffrey I. Schiller's avatar
      The New Gallery · 72e0a501
      Jeffrey I. Schiller authored
      This commit adds the interface support for the new gallery.
      
      The new gallery is a separate system run on its own
      infrastructure (which today consists of a horizontally scale-able
      collection of Linux virtual servers).
      
      It is configured via three system properties (out of
      appengine-web.xml). They are:
      
      gallery.enabled –  Set this to “true” to enable the Gallery
      gallery.id –       This is a string which is used to identify this
                         instance of App Inventor to the gallery. It is
                         also used to identify the shared keys needed
                         to authenticate tokens sent to the Gallery
      gallery.location – The location (URL) of the gallery itself.
      
      Change-Id: I30745a65c976cadd288650f779a9bf546097567a
      72e0a501
    • Jeffrey I. Schiller's avatar
      Remove old Gallery · bafdb08e
      Jeffrey I. Schiller authored
      This change removes the original “integrated” Gallery.
      
      Change-Id: I782834a6c86a379c5f47de7a5da1d24547bcd829
      bafdb08e
  18. 21 Oct, 2020 4 commits
  19. 05 Oct, 2020 1 commit
  20. 21 Sep, 2020 2 commits
  21. 10 Sep, 2020 2 commits