1. 11 Nov, 2017 1 commit
  2. 10 Nov, 2017 1 commit
  3. 03 Nov, 2017 1 commit
  4. 01 Nov, 2017 1 commit
  5. 23 Oct, 2017 1 commit
  6. 21 Oct, 2017 1 commit
  7. 20 Oct, 2017 1 commit
    • Tyler Erickson's avatar
      Update jupyterlab to 0.28 · 50b0831c
      Tyler Erickson authored
      Update jupyterlab from 0.27.* to 0.28.*. This allows the current
      version of ipywidgets (7.0.2) to be installed.
      50b0831c
  8. 14 Oct, 2017 1 commit
  9. 06 Oct, 2017 2 commits
  10. 29 Sep, 2017 1 commit
  11. 27 Sep, 2017 1 commit
  12. 10 Sep, 2017 2 commits
  13. 09 Sep, 2017 5 commits
  14. 08 Sep, 2017 4 commits
  15. 07 Sep, 2017 1 commit
  16. 06 Sep, 2017 1 commit
  17. 05 Sep, 2017 5 commits
  18. 04 Sep, 2017 1 commit
  19. 03 Sep, 2017 1 commit
  20. 29 Aug, 2017 3 commits
  21. 27 Aug, 2017 1 commit
  22. 26 Aug, 2017 4 commits
    • Min RK's avatar
      remove user-facing start-singleuser.sh docs · b69f43e0
      Min RK authored
      it’s handled internally
      b69f43e0
    • Min RK's avatar
      leftover mentions of `user-writable` group · 80359f31
      Min RK authored
      use `users` instead
      80359f31
    • Min RK's avatar
      set setuid/setgid bits in fix-permissions · 2df9c49a
      Min RK authored
      ensures files have the right owner:group
      
      unfortunately, not enough to get group-writable permissions (need acl or umask for that),
      so we still need to run it after each install
      2df9c49a
    • Min RK's avatar
      use groups for managing write-access to files · c6c1ce4c
      Min RK authored
      - any files the user should be able to write should have group `user-permissions` with `g+rwX`
      - remove `chown` from start.sh because it is no longer needed
      - add `fix-permissions` script for setting the user-writable permissions on a path
      - user-permissions group as GID 10000 (is there a reason for it to have a different value?)
      - containers can set group with `--group-add user-writable` if they want to run with a different uid/gid
        (without -u root -e NB_UID -e NB_GID, which make this unnecessary)
      c6c1ce4c