- Sep 03, 2015
-
-
Renzo Frigato authored
use datetime.datetime.utcnow() to create timestamps
-
- Sep 02, 2015
-
-
Gunnar Schaefer authored
-
Gunnar Schaefer authored
-
Gunnar Schaefer authored
closes #27
-
Nathaniel Kofalt authored
ENH: Refactor module
-
Eric Larson authored
-
Eric Larson authored
-
Eric Larson authored
-
Eric Larson authored
-
Eric Larson authored
-
Eric Larson authored
-
Eric Larson authored
-
Eric Larson authored
-
Darcy Murphy authored
Expanded upon the Group's regex patterns.
-
- Sep 01, 2015
-
-
Darcy Murphy authored
-
- Aug 29, 2015
-
-
Darcy Murphy authored
Both _id and name now require a letter or number at the start and end, and enforce the minimum and maximum length.
-
- Aug 26, 2015
-
-
Nathaniel Kofalt authored
Fix arbitrary path access
-
Nathaniel Kofalt authored
-
Gunnar Schaefer authored
-
Gunnar Schaefer authored
Optional NewRelic support
-
Joe Schneider authored
-
Joe Schneider authored
-
Joe Schneider authored
-
- Aug 22, 2015
-
-
Gunnar Schaefer authored
-
- Aug 21, 2015
-
-
Nathaniel Kofalt authored
-
Nathaniel Kofalt authored
Zipfiles, mark 2
-
Eric Larson authored
-
Gunnar Schaefer authored
-
Gunnar Schaefer authored
-
Gunnar Schaefer authored
-
Gunnar Schaefer authored
-
Gunnar Schaefer authored
-
Nathaniel Kofalt authored
Proper group and user schema
-
- Aug 20, 2015
-
-
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()}})
-
- Aug 19, 2015
-
-
Gunnar Schaefer authored
-
- Aug 18, 2015
-
-
Nathaniel Kofalt authored
Tune up jobs API
-
Gunnar Schaefer authored
-
Gunnar Schaefer authored
-
- Aug 15, 2015
-
-
Gunnar Schaefer authored
-
- Aug 14, 2015
-
-
Nathaniel Kofalt authored
-