| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-18 | Finish the search filter feature | Zaran | |
| A custom filter was needed because we are iterating over keys and values | |||
| 2012-04-18 | Fix the presence bug | Zaran | |
| the callback needs to return true so that it can be reused this must be done at the right place. | |||
| 2012-04-15 | CSS improvements, first steps on angular | Zaran | |
| * disable the connect form when connected * add a disconnect button when connected * add a research field to filter the contact list (not working) Thinks I want to understand: * how to share a variable between several scopes * could StropheSrv be an attribute of the connect scope ? if yes, we can call it directly and avoid wrapping it (this is the third level of wrapping around libStrophe...) | |||
| 2012-04-14 | some cleanups | Guillaume Horel | |
| 2012-04-14 | update to angular rc5 | Guillaume Horel | |
| 2012-04-07 | load the presence | Guillaume Horel | |
| 2012-04-06 | Basic style for the roster. | Zaran | |
| Remove JavascriptMVC code in the angular branch | |||
| 2012-04-06 | fixed the input form and code cleanups | Guillaume Horel | |
| 2012-04-06 | remove stray data | Guillaume Horel | |
| 2012-04-06 | Finally fixed the angular code! | Guillaume Horel | |
| 2012-04-03 | last version | Guillaume Horel | |
| 2012-04-02 | still not sending the stanza | Guillaume Horel | |
| 2012-04-02 | more fixes, initialize the connection now | Guillaume Horel | |
| 2012-04-02 | regorg files | Guillaume Horel | |
| 2012-04-02 | fix indent | Guillaume Horel | |
| 2012-04-02 | new angular branch | Guillaume Horel | |
| 2012-03-31 | fixed the template loading issuewebclient-rewrite | Guillaume Horel | |
| 2012-03-29 | Basic roster loading with JavascriptMVC | Thibaut Horel | |
| 2012-02-07 | Updating submodules. | Zaran | |
| 2012-02-07 | Beginning of the rewriting. Starting with the Roster. | Zaran | |
| Using a controller for the Roster, a Model for each contact and a Model.List. | |||
| 2012-01-30 | Create javascriptmvc application. Remove files which are now tracked in the ↵ | Zaran | |
| submodules. | |||
| 2012-01-30 | Adding all dependencies as submodules | Zaran | |
| 2012-01-30 | Some cleaning in gitignore. | Zaran | |
| 2012-01-28 | Hide the register dialog when submitting the keys | Guillaume Horel | |
| 2012-01-28 | Allow to connect by pressing enter | Guillaume Horel | |
| 2012-01-21 | Finally fixed the issue with the disappearing pid | Guillaume Horel | |
| Now the startup script works great | |||
| 2012-01-19 | Almost there... | Guillaume Horel | |
| 2012-01-19 | Load the plugins properly | Guillaume Horel | |
| 2012-01-18 | Updated sjcl and strop to the latest release | Guillaume Horel | |
| Now the bug fixing starts! | |||
| 2012-01-18 | Some random fixes | Guillaume Horel | |
| 2012-01-18 | Added setup.py and big reorg of the source tree | Guillaume Horel | |
| this should fix tickets #10 and #11 | |||
| 2012-01-18 | Preliminary init script | Guillaume Horel | |
| 2012-01-16 | Merge branch 'master' of alias.fr.nf:alias | Guillaume Horel | |
| 2012-01-16 | Fixes to support sleekxmpp 1.0 | Guillaume Horel | |
| 2011-09-21 | Add trac update hook. | Zaran | |
| Called from the post-receive hook | |||
| 2011-09-21 | Improve irc notification to support multiple commits. | Zaran | |
| post-recieve hooks print all the commit lines to standard output which is piped to git-post-commit.py. git-post-commit.py now reads on standard input, one line at a time and prints in the channel. | |||
| 2011-09-21 | Fix a bug in post-recieve | Zaran | |
| Values are passed to the hook's standard input and not to the commandline arguments. The Git doc is unclear on this subject. | |||
| 2011-09-20 | Add trac template. | Zaran | |
| 2011-09-20 | Add post-receive script | Zaran | |
| Depends on irclib (included). The misc directory should be used for files related to project maintenance or for configurations files (e.g. ejabberd.conf) | |||
| 2011-09-20 | Tiny cosmetic change | Zaran | |
| 2011-09-20 | Update sjcl | Zaran | |
| 2011-06-22 | Added script to generate object | Guillaume Horel | |
| Proof of concept almost ready! | |||
| 2011-06-13 | Some significant and much needed design changes enforced by Enguerrand. | Zaran | |
| 2011-06-01 | Fixes to handle alias queries on the server side | Guillaume Horel | |
| should work with code fixed by zaran, just need to build an user directory with the right objects. | |||
| 2011-05-31 | Add a function to request an object to the object component | Zaran | |
| (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-20 | Merge branch 'master' of alias.fr.nf:alias | Guillaume Horel | |
| 2011-05-20 | Rewrote the objects storage engine | Guillaume Horel | |
| objects are stored under each user's directory to make zaran happy. | |||
| 2011-05-20 | Store the extended private key during registration to save later | Zaran | |
| computation time. | |||
| 2011-05-19 | Client-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-19 | Remove the salt field from the registration form. | Zaran | |
| The privkey is handled by the sjcl as a JSON structure containing the ciphertext, the salt, etc. so we don't need a separate field for the salt. | |||
