1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 23 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix query string parsing bug
brettatoms
as Brett
More... about 10 years ago
add filter parameter to index routes
brettatoms
as Brett
More... about 10 years ago
don't try to automatically decode models
brettatoms
as Brett
More... about 10 years ago
add PATCH to cors headers
brettatoms
as Brett
More... about 10 years ago
start work on better relationship handling and embedding in routes
brettatoms
as Brett
More... about 10 years ago
cleanup family model and family.synonyms in particular
brettatoms
as Brett
More... about 10 years ago
add bottle plugin for better query string parsing
brettatoms
as Brett
More... about 10 years ago
return search results by groups
brettatoms
as Brett
More... about 10 years ago
fixes for creating new users, login and creating organizations
brettatoms
as Brett
More... about 10 years ago
don't leak private data from exceptions
brettatoms
as Brett
More... about 10 years ago
udpate search route and test
brettatoms
as Brett
More... about 10 years ago
auth requires email
brettatoms
as Brett
More... about 10 years ago
major api changes - no longer user model refs in the model json, now we just return the id - all model object now based on Model or SystemModel - all models now inherit their json() method from Model or SystemModel - we now login and logout via /login and logout - only /login accepts the user password, all other routes use the access_token return in the user object on /login
brettatoms
as Brett
More... about 10 years ago
new auth schema with /login and /logout
brettatoms
as Brett
More... about 10 years ago
New bauble.model.Model baseclass to all non system level models. Replaces db.Base
brettatoms
as Brett
More... about 10 years ago
better user.password handling
brettatoms
as Brett
More... over 10 years ago
for to update a name change
brettatoms
as Brett
More... over 10 years ago
fix cors headers
brettatoms
as Brett
More... over 10 years ago
temporarily disable contact test
brettatoms
as Brett
More... over 10 years ago
don't create organizations in travis
brettatoms
as Brett
More... over 10 years ago
remove old db.connect usage
brettatoms
as Brett
More... over 10 years ago
start server in background
brettatoms
as Brett
More... over 10 years ago
make uwsgi.ini consistent
brettatoms
as Brett
More... over 10 years ago
fix starting the server for travis
brettatoms
as Brett
More... over 10 years ago
travis build work
brettatoms
as Brett
More... over 10 years ago
update uwsgi version
brettatoms
as Brett
More... over 10 years ago
routes and tests for almost everything
brettatoms
as Brett
More... over 10 years ago
lots or reorganization
brettatoms
as Brett
More... over 10 years ago
better environ handling in bake file
brettatoms
as Brett
More... over 10 years ago
update genus related routes and tests
brettatoms
as Brett
More... over 10 years ago