27 Nov, 2015

1 commit

  • Instead of stopping the service, running migrations etc (those take
    time), and then starting again, let's only restart the service after the
    uprada has already happened. Now that we are using unicorn, which
    supports restarting with dropping connections, with this we should have
    0 downtime upgrades.
    
    Also removed some unecessary buts deom debian/noosfero.prerm:
    
    - remove restarting of memcached, which is broken behavior as it could
      affect other services using memcached. Just set a namespace for our
      cache keys, and all caches will be automatically invalidated when the
      application is restarted after an upgrade with a new version number
    
    - remove removal of cache/*, since script/production already does that.
    
    NOTE: since this behavior change depends on changes to the prerm
    script, this won't take effect until the next upgrade _after_ the
    upgrade to first version including this change.
    Antonio Terceiro
     

16 Nov, 2015

1 commit


09 Nov, 2015

1 commit


06 Nov, 2015

1 commit


05 Nov, 2015

1 commit


04 Nov, 2015

1 commit


03 Nov, 2015

3 commits


30 Oct, 2015

1 commit


29 Oct, 2015

2 commits


09 Oct, 2015

1 commit


11 Sep, 2015

3 commits


09 Sep, 2015

1 commit


04 Sep, 2015

1 commit


07 Aug, 2015

1 commit


28 Jul, 2015

1 commit


27 Jul, 2015

1 commit


13 Jul, 2015

2 commits


06 Jul, 2015

1 commit


28 May, 2015

2 commits

  • * removing one level of includes in apache conf
    * be verbose about apache config update
    * chat_message should not be created without "from" or "to"
    * the database table indexes is "from_id / to_id" not "from / to"
    Joenio Costa
     
  • * try to reconnect if connection fails
    * fix ordering
    * reconnect if connection is lost but user status is not offline
    * remove some anchors
    * keep track of buddies order on the client
    * tweak notification to work on chromium
    * respect async request order
    * focus on window when notification clicked
    * deal with window visibility
    * add chat-buttons
    * fix recent_conversations
    * fix sorting and join room on opening
    * remove obsolete code
    * adjusting indentation (sorry but I needed too...)
    * fix load_conversation
    * return identifier as key on avatars action
    * fix typo
    * add timeout to notification
    * deal properly with offline messages
    * fix notification sound
    * clear unread after loading conversation on background
    * ignore message from room
    * add unread messages counter on chat-label
    * as for notification permission as soon as the chat connects
    * add profile_info_action to open chat
    * using jid to save message instead of identifier
    * add profile_info_action to open chat
    * as for notification permission as soon as the chat connects
    * add unread messages counter on chat-label
    
    Squashed and Signed-off-by: Joenio Costa <joenio@colivre.coop.br>
    Rodrigo Souto
     

22 May, 2015

1 commit

  • Now noosfero will generate a debian package to install the chat. The
    generated package is named 'noosfero-chat'.
    
    Signed-off-by: Joenio Costa <joenio@colivre.coop.br>
    Rodrigo Souto
     

08 May, 2015

2 commits


04 May, 2015

2 commits


21 Apr, 2015

1 commit


04 Apr, 2015

1 commit


09 Mar, 2015

2 commits


05 Mar, 2015

3 commits


26 Feb, 2015

1 commit


24 Feb, 2015

1 commit