129 Révisions (674a7bed66b545c8815c13335d6055336607af40)

Auteur SHA1 Message Date
  Jonathan Cobb 674a7bed66 allow override of getSessionTimeout(thing) il y a 4 ans
  Jonathan Cobb b0e7afe184 add ResourceHttpException.toString il y a 4 ans
  Kristijan Mitrovic 6e127e3eef Add findAll method with order (#9) il y a 4 ans
  Jonathan Cobb ac89c6341f implement redis pexpire, use for confirmLock il y a 4 ans
  Jonathan Cobb 8190b432ec add redis expire command, use when confirming lock il y a 4 ans
  Jonathan Cobb 773a75f6cc avoid deleting self when deleting dependencies il y a 4 ans
  Jonathan Cobb 1310753e0e allow deleting dependencies with exclusions il y a 4 ans
  Jonathan Cobb dd6666e1f7 upgrade jedis, add support for touch command il y a 4 ans
  Jonathan Cobb 9aa42648fc add RedisService.del_matching il y a 4 ans
  Jonathan Cobb d450510d6f add more set functions, add rename il y a 4 ans
  Jonathan Cobb 17d93ddf2d do not send all locales in json when default locale selected il y a 4 ans
  Jonathan Cobb 9f74067d58 do not use defaultedmap, just check for null il y a 4 ans
  Jonathan Cobb c4f61d7bb6 add locale-specific support il y a 4 ans
  Jonathan Cobb c8c831c10c add SupportInfo to RestServerConfiguration il y a 4 ans
  Jonathan Cobb fe002ec8a0 remove @Accessors(chain=true), breaks yaml parsing il y a 4 ans
  Jonathan Cobb 17722c1eeb add SupportInfo il y a 4 ans
  Kristijan Mitrovic 2a086ae6d7 Fix flyway baseline setup (#6) il y a 4 ans
  Jonathan Cobb 5e9baa01f6 use lazy static for flyway table name il y a 4 ans
  Kristijan Mitrovic 5bc15822bc Add method for dumping single table's data (#5) il y a 4 ans
  Jonathan Cobb 8799914210 fix baseline version, allow subclass to override il y a 4 ans
  Jonathan Cobb 4ff5174fe6 use constant for flyway table name il y a 4 ans
  Jonathan Cobb 6bf15dc140 print proper name of flyway table il y a 4 ans
  Jonathan Cobb 0c698babbb return 401 instead of 403 for unauthenticated requests il y a 4 ans
  Jonathan Cobb 1b2c4adef4 add unauthorized util methods il y a 4 ans
  Jonathan Cobb f12336af96 add debug logging for locks, only log ifDebugEnabled il y a 4 ans
  Jonathan Cobb b4e6a58077 add debug logging for locks, only log ifDebugEnabled il y a 4 ans
  Kristijan Mitrovic bf07e6a192 Add bulk-update method for multiple fields il y a 4 ans
  Jonathan Cobb 23e6ab7399 add set_plaintext, remove ActivationCodeService il y a 4 ans
  Jonathan Cobb f7108ec232 fix flush, no need to prefix ALL_KEYS, keys method will do that il y a 4 ans
  Jonathan Cobb a84bb24c32 fix flush call, use del_withPrefix il y a 4 ans
  Jonathan Cobb 0262f77401 we don't know content length when encoding to base64 from raw il y a 4 ans
  Jonathan Cobb 7f0abf92c9 send dataurl when using b64 il y a 4 ans
  Jonathan Cobb 5491bd987d add support for base64 encoding il y a 4 ans
  Jonathan Cobb 27e2ba819f add more streaming/sendable resources il y a 4 ans
  Jonathan Cobb 813d84a9fb ensure we only send one content-type and content-length header il y a 4 ans
  Jonathan Cobb 8c65984201 fix bug deleting without prefix il y a 4 ans
  Jonathan Cobb ecd9c015c9 check streaming output to see if its size can be known il y a 4 ans
  Jonathan Cobb 013ad2df57 add logging, utility methods il y a 4 ans
  Jonathan Cobb b2dd53d599 check allowUnlimitedUse when user is empty/null. add trace logging il y a 4 ans
  Jonathan Cobb a28e873e19 log uri when rate limit exceeded il y a 4 ans
  Jonathan Cobb 19655fd0ae do not write stream if null il y a 4 ans
  Jonathan Cobb 01bb440c87 allow rate limit to decide unlimited use based on full request context il y a 4 ans
  Jonathan Cobb bcbdc451f6 force tx commit for bulk operations il y a 4 ans
  Jonathan Cobb e27a1f0285 fix NPE bug il y a 4 ans
  Jonathan Cobb 0f8abf0974 add bulkUpdate, allow bulkDelete to accept a null value il y a 4 ans
  Jonathan Cobb 01ebe8b2ed minor cleanup il y a 4 ans
  Jonathan Cobb 00e779f2fe add del_withPrefix il y a 4 ans
  Jonathan Cobb d52d35fff1 add debug logging il y a 4 ans
  Jonathan Cobb 3d61df204d fix bug in lpop il y a 4 ans
  Jonathan Cobb 6a3824eee7 use HttpSchemes constants il y a 4 ans