Jaussoin Timothée
18c36cf587
- Clean the Visio widget to fit with the new WebSocket system
- Rewrite the Presence CSS and fix minur issues
- Use the browser cookies to set the daemon SID
- Clean the WebSocket Javascript handler
- Clean old and commented sourcecode
11 years ago
Jaussoin Timothée
b1883f42c5
- Clean a lot of old Javascript sourcecode
- Refactor the Javascript event handler
- The RPC parameters are passed directly to the JS (was an array before)
- Declare the Websocket connection URL correctly to use it on a remote client
- Fix a old issue during the user page refresh
- Fix the CSS of the Presence widget
- Fix some css in the Tabs widget
- Remove useless code in the Roster
- Clean some commented sourcecode
- Fix some CSS on the mobile version
- Chang the CSS of the notifications
11 years ago
Jaussoin Timothée
e2e763830a
- Rewrite the UI to make it more natural
- Clean a lot of sourcecode
- Move the status from Profile to Presence + new Presence widget in the to right corner
11 years ago
Jaussoin Timothée
50f4f11d2e
- Clean a lot of old sourcecode
- 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)
11 years ago
Jaussoin Timothée
7c487bcf48
- Continue Websocket daemon implementation
- Remove the poller from the views
- Remove the setTimeout() Javascript functions
11 years ago
Jaussoin Timothée
96ddb63914
- First import
11 years ago
Jaussoin Timothée
944f8a38d3
- First raw import of the daemon in Movim
- Adapt RPC to be called with the linker
- Create the MovimWebsocket javascript class to handle the websocket connection
11 years ago
Jaussoin Timothée
6a4f949bc7
- Update the translations
- Fix a little padding in ContactCard
- Fix a non ASCII character
- Remove old method in RPC
11 years ago
Jaussoin Timothée
eca194f13f
- Add a new widget which display a nice looking version of the XEP
- Add an another US flag
- Fix the post CSS
11 years ago
Jaussoin Timothée
3a8ebbc44f
- Complete the XepNamespace array
11 years ago
Jaussoin Timothée
7ccbb68335
- Move the NsToXEP array
- Add a new request to CapsDAO
- Hide the submit form if the server doesn't support post publication
11 years ago
Jaussoin Timothée
f2dca34270
- Declare properly the poller var
- Fix age in contact model
- Fix Item size
- New behaviour in polling system
11 years ago
Jaussoin Timothée
51dc3e6ac5
- Enable progressive JPEG
11 years ago
Jaussoin Timothée
c039221a2f
- Add the font-awesome package
- Fix several minor issues
- Clean the sourcecode
- THIS IS 0.8 !!!
12 years ago
Jaussoin Timothée
073d9c85dc
- Fix the URLs when the url rewrite is enabled
12 years ago
Jaussoin Timothée
8ff69d8407
- Add a disconnect view to prevent Fatal error
- Create the 'root' URL and use it everywhere !
- Fix some handlers
- Fix some CSS
12 years ago
Jaussoin Timothée
6500640358
- Add a proper redirection on disconnection
- Respect the BOSH rid default value (random)
- Fix and clean some typos
12 years ago
Jaussoin Timothée
edb6dce71b
- Change the size of the bosh column in the Config model
12 years ago
Jaussoin Timothée
5b913d80f2
- Change the CSS of label and legend items
- Clean country and city display in Pods
- Update the country list
- Add BOSH public form the API list in the Admin
12 years ago
Jaussoin Timothée
cdb44eab79
- Add a changelog file
12 years ago
Jaussoin Timothée
fef5249c59
- Fix Exception handling
12 years ago
Jaussoin Timothée
d4dc0f81d2
- Split and rewrite the whole administration
- Move the administration in the database
- Move the DB configuration in a ini file
- Clean some stuffs
12 years ago
Jaussoin Timothée
74f0b06bc4
- Add a first version of the API support
12 years ago
Jaussoin Timothée
2b4487f012
- Rewrite the Infos api and move it to a widget
- Add a Pods page to start playing with the Movim API
12 years ago
Jaussoin Timothée
76d355cc3a
- Fix the translations
- Fix a couple of little issues
- Fix the Vcard4 refresh
- Fix the default locale
12 years ago
Jaussoin Timothée
3ac3998d2f
- Fix 2 little issues
12 years ago
Jaussoin Timothée
010514abea
- Fix some locales
12 years ago
Jaussoin Timothée
3571f7e8f0
- Fix a bunch of new translations
12 years ago
Jaussoin Timothée
5e8eea1c9c
- Huge refactoring of the sourcecode
- 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
12 years ago
Jaussoin Timothée
b1b8ad64c8
- Refactor some little stuffs
12 years ago
Jaussoin Timothée
805fa4e95f
- Start implementing the Lazy lib for lazy page loading
12 years ago
Jaussoin Timothée
235be64bfc
- Update the locales
- Add a container around the widgets
12 years ago
Jaussoin Timothée
1f9f98cb1f
- Fixing the sessionx start time with a new column in the database
- Use the set timezone to compute the correct dates
12 years ago
Jaussoin Timothée
aecb2610ad
- Clean commented lines
12 years ago
Jaussoin Timothée
1bdb2b850e
- Rewrite the Route class and fix a fatal error
- Add a default (english) language in Admin
12 years ago
Jaussoin Timothée
295fac8760
- Re-add the log config item
12 years ago
Jaussoin Timothée
09efdb81f7
- Optimize SessionX and prevent useless call in User and WidgetBase
12 years ago
Jaussoin Timothée
0c792f11b4
- Update the footer date to 2014
- Fix Moxl refactor integration
12 years ago
Jaussoin Timothée
b71f71de44
- Fix issues with partials templates
12 years ago
Jaussoin Timothée
9948199357
- Use the packaged RainTpl version
12 years ago
Jaussoin Timothée
19c86cf9b0
- Fix a couple of log issues
- Clean some redundant code
12 years ago
Jaussoin Timothée
899aa4f84d
- Remove the system/Logs/ folder
12 years ago
Jaussoin Timothée
1e42f088f5
- Clean some stuffs in the Admin widget
- Use Monolog in movim_log
12 years ago
Jaussoin Timothée
81da103e76
- Clean a few lines
12 years ago
Jaussoin Timothée
6f7bdd9edf
- Fix a fatal error in i18n
12 years ago
Jaussoin Timothée
fcfae54a3a
- Start using Composer
- Call Modl properly in the sourcecode using the Composer autoloader
- Comment the Movim Logger
- Add Monolog as a dependency
12 years ago
Jaussoin Timothée
112ad34a5c
- Rewrite the picture thumbnail generation for the Media widget
- Clean old functions
- Fix Media viewer
12 years ago
Jaussoin Timothée
50c10be1ef
- Rename a few method in camelCase
12 years ago
Jaussoin Timothée
4fe717e270
- Add fixSelfClosing
12 years ago
Jaussoin Timothée
9cc2828ead
- Twitter integration for the @at and #hashtag
12 years ago