add some admin privileges to make bootstrapping possible
[arvados.git] / app / controllers /
2013-01-28 Tom Cleggrename Metadatum to Link, head to head_uuid, tail to...
2013-01-25 Tom Cleggfix db query
2013-01-25 Tom Cleggfix OrvosModel#index permissions
2013-01-25 Tom Cleggmove created_by to owner
2013-01-25 Ward VandewegeMake josh_id propagate return_to as a GET parameter...
2013-01-25 Ward VandewegeFix comment.
2013-01-25 Tom Cleggfix error response
2013-01-24 Tom Cleggadd permission checks
2013-01-24 Tom Cleggset created_by/at and modified_by/at attributes when...
2013-01-24 Tom Cleggfix missing user variable
2013-01-24 Tom Cleggconnect user authentication to API client authorization
2013-01-23 Tom Cleggadd User model features and uuid index
2013-01-23 Ward VandewegeAuthenticate against auth.clinicalfuture.com
2013-01-22 Tom Cleggadd Log resource
2013-01-22 Tom Cleggstub authentication check
2013-01-20 Tom Cleggsupport where:{attr:[a,b,c]} query, check :eager param...
2013-01-18 Tom Cleggskip abstract classes in schema controller
2013-01-18 Tom Cleggimplement general params[:where] and eager loading...
2013-01-18 Tom Cleggrename metadata attributes to head/tail
2013-01-17 Tom Cleggprovide metadata head_kind, head_uuid in api response
2013-01-16 Tom Cleggfix error handling
2013-01-16 Tom Cleggremove extraneous Metadata#create
2013-01-16 Tom Cleggadd Project resource
2013-01-16 Tom Cleggadd Specimen resource
2013-01-15 Tom Cleggadd /orvos/v1/schema
2013-01-15 Tom Cleggadd /collections html view, dry up CollectionsController
2013-01-14 Tom Cleggadd pipeline_invocations html view
2013-01-13 Tom Cleggeliminate extra layer {type: ...} in API responses
2013-01-13 Tom Clegguse acts_as_api
2013-01-11 Tom Cleggfix param name in node#ping
2013-01-11 Tom Cleggadd /nodes status page
2013-01-11 Tom Cleggtweak stack trace log
2013-01-11 Tom Cleggresume logging errors
2013-01-11 Tom Cleggremove debug message
2013-01-11 Tom Cleggimprove error handling
2013-01-11 Tom Cleggreturn errors as json, improve handling of nested params
2013-01-11 Tom Cleggimplement generic resource#update
2013-01-10 Tom Cleggupdate dnsmasq database when node gets hostname
2013-01-09 Tom Cleggadd pipelineInvocation resource. refs #1357
2013-01-09 Tom Cleggadd pipeline resource. refs #1357
2013-01-09 Tom Cleggadd "find metadata by target kind + uuid" refs #1236...
2013-01-08 Tom Cleggadd nodes#create and nodes#ping
2013-01-07 Tom Clegguncamelcase params
2013-01-05 Tom Cleggmore initial metadata implementation
2013-01-05 Tom Cleggadd metadata resource
2013-01-05 Tom Cleggun-serialize data passed by google api client
2013-01-04 Ward VandewegeInitial commit