Skip to content
Snippets Groups Projects
  1. Sep 02, 2015
  2. Sep 01, 2015
  3. Aug 29, 2015
  4. Aug 26, 2015
  5. Aug 22, 2015
  6. Aug 21, 2015
  7. Aug 20, 2015
    • Gunnar Schaefer's avatar
      add created & mod timestamps to users & groups · 6e7aed23
      Gunnar Schaefer authored
      Fresh installs should work out of the box.
      Migration instructions for existing installs:
      db.users.update_many({}, {'$set': {'created': datetime.datetime.utcfromtimestamp(0), 'modified': datetime.datetime.utcnow()}})
      db.groups.update_many({}, {'$set': {'created': datetime.datetime.utcfromtimestamp(0), 'modified': datetime.datetime.utcnow()}})
      6e7aed23
  8. Aug 19, 2015
  9. Aug 18, 2015
  10. Aug 15, 2015
  11. Aug 14, 2015
  12. Aug 13, 2015
  13. Aug 12, 2015
Loading