122 Commits (1c4d29aef889254e046e781378e35012853d32a6)
 

Author SHA1 Message Date
  Jonathan Cobb 1c4d29aef8 add totpToken to ChangePasswordRequest 4 years ago
  Jonathan Cobb 661578b96b fix required field detection 4 years ago
  Jonathan Cobb 789e873b65 improve required field detection 4 years ago
  Jonathan Cobb b4a94932a6 skip validation for read-only fields 4 years ago
  Jonathan Cobb 5db336b365 add ECField.required attribute, enforce in validator 4 years ago
  Jonathan Cobb 0c7796f86e static imports ftw. remove a stray <br> 4 years ago
  Jonathan Cobb 6a3824eee7 use HttpSchemes constants 4 years ago
  Jonathan Cobb 78b8da1665 disable encrypted search by default 4 years ago
  Jonathan Cobb 0200670256 rename Order constants 4 years ago
  Jonathan Cobb 2e866157c4 add Order constants 4 years ago
  Jonathan Cobb 5e19f3969b add hasBound 4 years ago
  Jonathan Cobb 415f75098d add sanity check before exec'ing sql 4 years ago
  Jonathan Cobb 44a97a43ef add support for sort functions 4 years ago
  Jonathan Cobb 021f0bf38c support for multiple sort orders 4 years ago
  Jonathan Cobb 98f5b03798 use proper joins 4 years ago
  Jonathan Cobb 516376d059 parameterize return type 4 years ago
  Jonathan Cobb f28baed0ef only search by encrypted if a filter was given and one of the filterable fields is encrypted 4 years ago
  Jonathan Cobb 87577f1371 no default sort field 4 years ago
  Jonathan Cobb 460ac38244 add debug logging for sql statement 4 years ago
  Jonathan Cobb 149cf3dc60 can't cache bounds, unless we also cache params to add 4 years ago
  Jonathan Cobb 440da40bbd use current session for bulkDelete 4 years ago
  Jonathan Cobb f046a2b426 add bulkDelete 4 years ago
  Jonathan Cobb 9d5475378a use DAO deletion for dependencies 4 years ago
  Jonathan Cobb efe8787983 add support for cascading deletes on dependent entities 4 years ago
  Jonathan Cobb 7f38c38dbc print stack when reporting error 4 years ago
  Jonathan Cobb a00cf9c832 add support for like_any operator 4 years ago
  Jonathan Cobb 7a4865ea34 add 'required' flag to EntityFieldConfig 4 years ago
  Jonathan Cobb 6e882f2455 move constructor to top 4 years ago
  Jonathan Cobb c8ab68a8d6 add tableName utility method. whitespace nits 4 years ago
  Jonathan Cobb 0e0c1f3834 add ability to set jersey properties from config. add forceRedirect utility methods 4 years ago
  Jonathan Cobb 4d81443257 allow reference to be null 4 years ago
  Jonathan Cobb 10e833a28d more meta 4 years ago
  Jonathan Cobb 99a536b408 more string default detection 4 years ago
  Jonathan Cobb 7c53947a09 use constants for uuid/ctime/mtime. improve default search field type bounds. 4 years ago
  Jonathan Cobb 61696f4daa use uuid binding for searching fk fields 4 years ago
  Jonathan Cobb 60db678ffa process constraints in parent classes. shorten constraint/index identifiers if necessary 4 years ago
  Jonathan Cobb 19f9c0d74c log, don't throw exceptions from HashedPassword.isCorrectPassword 4 years ago
  Jonathan Cobb 60acd20840 better reporting of exceptions with message 4 years ago
  Jonathan Cobb 8219cbc631 refactor error catcher 4 years ago
  Jonathan Cobb c19bda6fb3 better logging and var handling 4 years ago
  Jonathan Cobb b33512aee3 always log number of selector/worker threads 4 years ago
  Jonathan Cobb c9c0ae2823 make selector/worker thread counts configurable 4 years ago
  Jonathan Cobb aeafb1ccbd use simple name for thread name 4 years ago
  Jonathan Cobb dc43c3c657 fix bug in errbit listener 4 years ago
  Jonathan Cobb 577bcd1f18 clarify 4 years ago
  Jonathan Cobb c819233fe5 limit toString for ErrorApiConfiguration to only show url and env 4 years ago
  Jonathan Cobb c207a531ff do not start error sender if not configured 4 years ago
  Jonathan Cobb 311cb465e8 fix errbit initialization error 4 years ago
  Jonathan Cobb 95260bc7e8 run error reporting API in a background thread 4 years ago
  Jonathan Cobb b171791b38 make hasName a default method 4 years ago