- Add the subscribe/unsubscribe feature (+ bookmark sync)
- Add the pubsub configuration feature
- Add the node refresh feature
- Add a .spinner CSS class to display a spinner in the UI
- Clean the titles of the Movim pages
- Fix Some SQL requests
- Fiw some warnings
- Fix a CSS label issue
- 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
- Session is now a full singleton without any links to the database
- Remove the container feature in Session
- Simplify the login by moving some stuffs to the Presence widget and launch the events once the session is started
- Fix a javascript issue in movim_append and movim_prepend
- Clean useless code in Ack (Disco and Caps requests handler)
- Add a new function to disconnect properly the session in MovimWebsocket
- Comment InitAccount for the moment (behaviour issues)
- added angular-filter "plugin"...not sure it will stay
- added ng-app in html tag of page.tpl
- replaced classical roster by angular version in main.tpl
- deactivated events listening in classical roster
- Complete Notifs widget with pending contact invitation
- CSS of Notifs widget
- Add realname attribute in RosterLink
- Add an empty value in country choice in Vcard widget
- Move the logout button
- Fix some little bugs in ContactInfo and ContactSummary (empty contact...)
- Enable Notifs widget (subscribe, subscribed, add roster)
- Add error handler in Feed post submission
- Add trim() in ContactSummary to prevent indesirable spaces
- Fix : query also user posts in the Feed widget
- Load Moxl XMPP library
- Start cleaning all the code relative to Jaxl
- Update login widget to manage On The Fly connexion
- Update Roster and Chat to make them working with Moxl
- Update Datajar to the dev branch (JOIN + new query)
- Update Session and Cache to fil with Datajar
- Update Main Controller to fit with the new Session system
- Clean User code to fit with the new session system