1. 01 Nov, 2016 1 commit
  2. 28 Oct, 2016 1 commit
  3. 23 Oct, 2016 1 commit
  4. 21 Oct, 2016 1 commit
  5. 20 Oct, 2016 1 commit
  6. 18 Oct, 2016 1 commit
    • Gugli's avatar
      OF-1206: PrivacyLists on first run (#656) · 0d3b3a38
      Gugli authored
      * PrivacyLists on first run
      There are 2 instances of PrivacyListProvider (one in PrivacyListManager and the other in IQPrivacyHandler)
      
      The issue was : both instances have separate privacyListCount variables, which are filled during PrivacyListProvider constructor (== server startup).
      Thus, if at server startup the privacyListCount is 0, and one of the instances adds a PrivacyList, the other will never be informed and discard all changes and reads.
      
      Fix : turn PrivacyListProvider into a singleton.
      
      * PrivacyLists on first run
      There are 2 instances of PrivacyListProvider (one in PrivacyListManager and the other in IQPrivacyHandler)
      
      The issue was : both instances have separate privacyListCount variables, which are filled during PrivacyListProvider constructor (== server startup).
      Thus, if at server startup the privacyListCount is 0, and one of the instances adds a PrivacyList, the other will never be informed and discard all changes and reads.
      
      Fix : turn PrivacyListProvider into a singleton.
      0d3b3a38
  7. 11 Oct, 2016 2 commits
  8. 07 Oct, 2016 2 commits
  9. 03 Oct, 2016 13 commits
  10. 30 Sep, 2016 2 commits
  11. 28 Sep, 2016 1 commit
  12. 27 Sep, 2016 3 commits
  13. 26 Sep, 2016 3 commits
  14. 06 Sep, 2016 1 commit
  15. 25 Aug, 2016 1 commit
  16. 22 Aug, 2016 1 commit
  17. 17 Aug, 2016 3 commits
  18. 16 Aug, 2016 2 commits