Skip to content
  1. Dec 20, 2017
  2. Nov 28, 2017
  3. Nov 18, 2017
  4. Nov 17, 2017
  5. Nov 03, 2017
  6. Oct 30, 2017
    • Karsten Loesing's avatar
      Increase test timeout from 100 to 200ms. · efa4cd87
      Karsten Loesing authored
      The testCountryDeDe typically requires around 80 to 100ms to complete,
      which makes our test timeout of 100ms somewhat optimistic. The reason
      is that it's the first test method that is run in this test class, and
      it takes some time to initialize the test environment. This is just a
      hotfix, but it's also not really a serious problem, so maybe it'll
      just do.
      efa4cd87
    • Karsten Loesing's avatar
      Support quoted qualified search terms. · 75981fe7
      Karsten Loesing authored
      With this patch, the "search" parameter does not only accept unquoted
      qualified search terms like `search=contact:John Doe` where "John"
      would be looked up in the contact line and "Doe" in the nickname or
      base64-encoded fingerprint. It also accepts quoted qualified search
      terms like `search=contact:"John Doe"` where "John Doe" would be
      looked up in the contact line. It further accepts escaped double
      quotes (\") within quoted qualified search terms.
      
      Implements #21366.
      75981fe7
  7. Oct 26, 2017
  8. Oct 17, 2017
  9. Oct 09, 2017
  10. Sep 19, 2017
  11. Sep 16, 2017
  12. Sep 15, 2017
  13. Aug 31, 2017
  14. Aug 30, 2017