Jaussoin Timothée
231dd7a33b
- Fix the Blog and Feed (fatat error and access)
- Fix the Account delete and clean the account posts when its deleted
- Forbid two simultaneous sessions on the same JID (for the moment)
- Change the stringToColor() function
- Fix a issue in MessageDAO (chatroom)
11 years ago
Jaussoin Timothée
379ef78bc5
- Clean old lines in the controllers
- 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
11 years ago
Jaussoin Timothée
94e1a2a9ec
- Fix the pods page
11 years ago
Jaussoin Timothée
be42cdf5b7
- Start Material implementation for the admin panel
- Fix the UI for the account creation views
11 years ago
Jaussoin Timothée
3923912ee4
- Complete the Chat features (composing + paused)
- Add color chooser in the Controllers
- Fix the forms CSS
- Fix the Avatar widget
- Fix XMPPtoForm (move the labels)
- Fix the colors CSS
11 years ago
Jaussoin Timothée
564c294278
- Continue Material implementation
11 years ago
Jaussoin Timothée
72a004cade
- Start material implementation
11 years ago
Jaussoin Timothée
adea23d894
- First import
11 years ago
Jaussoin Timothée
8cb9ca3806
- Redirect if the public profile is disabled
11 years ago
Jaussoin Timothée
c6d922c1c4
- Fix several issues on the login page
- Clean the login form
- Fix some CSS issues
- Move the submit action in the Javascript
- Redirect properly on tha min page
11 years ago
Jaussoin Timothée
6996dca35e
- 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
0ffbc3e4c1
- Fax fix for the login reload issue
12 years ago
Jaussoin Timothée
e951f4515a
- Add a proper redirection on disconnection
- Respect the BOSH rid default value (random)
- Fix and clean some typos
12 years ago
Jaussoin Timothée
6fb3ab4e72
- Fix some little issues
12 years ago
Jaussoin Timothée
a5b8ebd7f2
- 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
03168c3515
- Add a first version of the API support
12 years ago
Jaussoin Timothée
a094405968
- 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
f9358d7091
- 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
b6154b588a
- 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
c9378026bd
- Update the translation scripts (fix a weird t() detection error)
- Update all the files
12 years ago
Jaussoin Timothée
74cd63e102
- Split the navigation CSS from the main CSS
- Fix the responsive design navigation on mobile
- Clean some CSS
- Move the buttons on the second toolbar when we switch to mobile
12 years ago
Jaussoin Timothée
ff5b99d820
- Fix weird session issue in tha Admin panel
12 years ago
Jaussoin Timothée
3e4509b76c
- Rewrite de administration login system to a simple PHP session one
12 years ago
Jaussoin Timothée
77d33b2857
- Totally rewrite the Account subscription system
- Externalize the server-vcards.xml
12 years ago
Jaussoin Timothée
e386f904d2
- Start remimplementing the popup widget for the future visio-conference window
12 years ago
Jaussoin Timothée
fe0a80dcdc
- Fix the syndication
12 years ago
Jaussoin Timothée
2630c2d578
- Finish to rewrite the main controller of Movim (2010 code)
- Clean a lot of old code
- Move the views and controllers in app/
- Clean the themes/ folder
- New 404 page handler
12 years ago
Jaussoin Timothée
1038491727
- Refactor the global dispatcher to pake it more clean
12 years ago
Jaussoin Timothée
766c99ae0f
- Split ContactInfo in two -> create ContactAction
- Update dynamically the tune info
- Show the album cover (LastFm API)
12 years ago
Jaussoin Timothée
b2933eee96
- Add a "Discover" page for the public profiles
- Little CSS fixes
- Little Route fixes
12 years ago
Jaussoin Timothée
945ef264c9
- Fix the 404 page
- Clean some old code
12 years ago
www-data
5ae595bcae
change all root directory constant with one DOCUMENT_ROOT (named like apache), remove one warning on url dispatch, adding a class autoloader
12 years ago
phenix
1d087814b8
remove some tabulations
12 years ago
Jaussoin Timothée
852b31d769
- Change some smileys
- Update icons
- Display 'Encrypted message' when OTR message received
- Re-enable composing/paused
12 years ago
Jaussoin Timothée
10925f3d27
- Hide errors on the main page
12 years ago
Jaussoin Timothée
1b46f02edc
- Add RainTPL librairy
- Fix some Route issues
- Add a template system in WidgetBase
- CSS fix
13 years ago
Jaussoin Timothée
03cf0d15b9
- Few issues fixed
13 years ago
Jaussoin Timothée
917d4408b7
- Gixe a feedback to the refresh button
- Don't display any PHP errors on the main page (only display Logger errors)
13 years ago
Jaussoin Timothée
089cb93bf4
- Fix the RPC filter
13 years ago
Jaussoin Timothée
6d4c9158bb
- Fix default avatar display function
- Fix movim_form_to_json
- Use this new JS function with the Vcard
- Fix Vcard handling
- CSS fix
- Fix missing picture
- Fix 404 error widget handling
13 years ago
Jaussoin Timothée
8dd13d302a
- Fix few bugs in the URL rewrite (error handling + chatpop)
- Fix Wall update
- CSS fix
- Flat design on the admin panel
- Fix colors on error box
13 years ago
Jaussoin Timothée
aa1c2970ee
- Handle correctly empty request in the URL
13 years ago
Jaussoin Timothée
a154c0fd06
- Clean Widget API
- CSS fix
- Fix a bug in the Event handling
13 years ago
Jaussoin Timothée
980c138f18
- Continue the refactoring
- New flat design CSS + start of the mobile version
- Clean some olf CSS
13 years ago