- Load the contact from the URL for the pages Contact, News and Chat
- Fix a URL rewrite reset issue
- Put some new links in the UI
- Load the Roster spinner differently to prevent AngularJS issues
- Add a new get() method in WidgetBase
- Rewrite the Hello widget template
- New widget NotFound to display the 404 errors
- New Chat bubbles generation (now in Javascript)
- Performance improvement regarding the Emoji management (use a singleton wrapper)
- Hide the "Today" on dates that are generated today
- New bubbles design for the chatrooms
- Fix several UI issues en behaviour issues
- Fix the embed and preview system during the post creation process
- Fix some translations and links
- Fix some header mobile issues
- Add new informations in the Rooms list
- Fix the chatbox alignement
- Fix the 'active' class distribution between the chatrooms and the chats
- Set some PEP nodes to access_model = presence + fix Init
- Clean some old code
- Fix the avatars display in the rooms
- Show the presences on the home and chat add
- Add a specific CSS when some active list are focused (using tabindex)
- Align properly the spinner in the roster
- Fix some missing avatar
- Append the new messages and dont refresh everything
- Put the composing/paused infos elsewhere
- Clean the sessions after 60min of inactivity in the daemon Core
- Add a getTop method in ContactDAO to get the most active contacts of the week
- Fix some Postn SQL requests (security issue)
- New home page with the Hello widget loaded in it
- Clean some codes in Chats
- Display properly the pod informations on the login page
- Clean some JS in the Login widget
- Based on the server Caps, disabled some links if the XMPP server of the user don't support theses features
- Add a .disabled CSS selector
- Add the last published message in the open chat list + date
- Click on the session list icon to choose the session on the Login widget
- Little CSS fix in style.css + CSS3 translation (to use material acceleration)
- Add a new i18n handler and a key, value system stored in .ini files
- Move lot of crapy code into tpl files
- Clean and refactor some parts of the code