summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2020-06-13Revoke tokens in a transactionmo khan
2020-06-13Use scim-kit visitormo khan
2019-11-05Upgrade to rails 6.0.1mo khan
2019-08-17force_ssl in productionmo khan
2019-06-15start to implement the search controllermo
2019-06-15check if filter is blankmo
2019-06-15remove low risk RCEmo
2019-06-15install rubocop railsmo
2019-06-15add mapping for missing scim attributesmo
2019-06-15extract query for methodmo
2019-06-15support not op on all operatorsmo
2019-06-15fix linter errorsmo
2019-06-15remove parse class methodmo
2019-06-15support not (expression)mo
2019-06-15freeze constantmo
2019-06-15extract constant list of visitorsmo
2019-06-15correct linter errorsmo
2019-06-15extract visit methodsmo
2019-06-15collapse class methods to instance methodsmo
2019-06-15begin to convert class method to instance methodsmo
2019-06-15remove parameter from invocationmo
2019-06-15remove mapper parametermo
2019-06-15change subject under test to Scim::Searchmo
2019-06-02escape sql wildcardsmo
2019-06-01rename classes and methodsmo
2019-06-01connect layers to the new filter APImo
2019-05-31adapt the tree hash with a node objectmo
2019-05-30add support for pr (presence) operatormo
2019-05-30start to convert value based on column typemo
2019-05-30favour symbols over stringsmo
2019-05-30inline attrmo
2019-05-30allow injection of target classmo
2019-05-30extract methods to parse items from nodemo
2019-05-30extract method to parse the value from the nodemo
2019-05-30extract visit methodmo
2019-05-30fix linter errorsmo
2019-05-30fix linter errorsmo
2019-05-30convert pending tests to running testsmo
2019-05-30upgrade to webpacker 4mo
2019-05-30handle a simple AND querymo
2019-05-29start to add support to ANDmo
2019-05-28naive less than equals and greather than equalsmo
2019-05-28naive less thanmo
2019-05-28naive greater thanmo
2019-05-28handle starts with and ends with operatormo
2019-05-28handle contains operatormo
2019-05-28support a basic or querymo
2019-05-28use modified parse treemo
2019-05-14parse a very simple scim query filtermo
2019-05-09separate scim specific page params from general pagination stuff.mo