aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/lib/alias.js
AgeCommit message (Collapse)Author
2012-01-28Hide the register dialog when submitting the keysGuillaume Horel
2012-01-28Allow to connect by pressing enterGuillaume Horel
2011-06-22Added script to generate objectGuillaume Horel
Proof of concept almost ready!
2011-06-01Fixes to handle alias queries on the server sideGuillaume Horel
should work with code fixed by zaran, just need to build an user directory with the right objects.
2011-05-31Add a function to request an object to the object componentZaran
(this wasn't tested cause we need some changes server side) Get the root object of a contact when clicking on it in the roster. Make the 'start chat' link in the tooltips actually work.
2011-05-20Store the extended private key during registration to save laterZaran
computation time.
2011-05-19Client-side user registration.Zaran
Send a registration request on connect: * if the user is already registered, set the rsa key from the information sent by the server component. * if not, display the registration form. The forms contains a link to generate a new rsa public/private key (and encrypt the private with the user's password).
2011-05-18Add basic code for displaying received forms from xmpp.Zaran
2011-05-16Fix for the non-working code commited by zaranGuillaume Horel
F#
2011-05-14On connection get the user alias information and decrypt his private keyZaran
2011-05-13Simple dialog plugin.Zaran
Test dialog when clicking register link.
2011-05-12* Split the js code and css code into several files for easier codingZaran
(they will be minified and concatenated in deployment anyway) * Add a light tooltip jquery plugin. Simple tooltip test on roster contacts * Some css changes (WIP) * Some documentation cleanup in js
2011-04-23Remove some stray comments from the botched merge.Guillaume Horel
2011-04-23Add option to run server in the background.Guillaume Horel
2011-04-20Add a js configuration file to avoid work conflicts.Zaran
Copy the config.js.sample to config.js and set the bosh server and server component in there. Don't commit the file config.js. Note: the file config.js will have to be merged with alias.js in production
2011-04-20Remove the jQuery-ui dependency.Zaran
* add a simple jQuery tab plugin * add tabs styling in the CSS * some code factorisation * code formatting in the js and the css
2011-04-14File cleanup in webclientZaran