20 Jun, 2015

1 commit


17 Jun, 2015

1 commit


15 Jun, 2015

1 commit


28 May, 2015

1 commit

  • * 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
     

19 May, 2015

2 commits


12 May, 2015

1 commit


23 Apr, 2015

1 commit


10 Apr, 2015

1 commit


19 Mar, 2015

1 commit


16 Mar, 2015

1 commit


22 Feb, 2015

1 commit


13 Feb, 2015

1 commit


11 Feb, 2015

1 commit


06 Feb, 2015

2 commits


05 Feb, 2015

2 commits


03 Feb, 2015

2 commits


30 Jan, 2015

1 commit


28 Jan, 2015

1 commit


27 Jan, 2015

1 commit


21 Jan, 2015

1 commit


17 Jan, 2015

1 commit


16 Jan, 2015

1 commit


13 Jan, 2015

1 commit


09 Jan, 2015

1 commit


08 Jan, 2015

1 commit


19 Dec, 2014

1 commit


04 Dec, 2014

1 commit


20 Nov, 2014

2 commits


05 Nov, 2014

5 commits


13 Oct, 2014

1 commit


10 Oct, 2014

1 commit

  • - Remove absolute URL's from stylesheets and javascripts
    - Handle prefix in LinkListBlock
    - add Noosfero.root method as a central data source
    
    The application server needs to be started with the
    RAILS_RELATIVE_URL_ROOT environment variable set to the desired prefix.
    
    In development, this can be tested with
    
      # assuming /social prefix
      $ RAILS_RELATIVE_URL_ROOT=/social thin --prefix /social start
    
    For production, see INSTALL.md
    Antonio Terceiro