aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-04-21Tabs finally working!Guillaume Horel
2012-04-20Tentative implementation of the tabsGuillaume Horel
almost there!
2012-04-20Fix the roster filtersGuillaume Horel
2012-04-20More style changes.Zaran
* titlebar has now a sligh 3D effect * restyling of the roster (the big "vision") * contacts now have an icon on their left depending on their status * adding font-awesome to the project (can be used transparently with bootstrap icons system)
2012-04-20filter the offline contactsGuillaume Horel
2012-04-18Small restructuring and cleanupGuillaume Horel
- the $rootScope object contains an is_connected() method and a username value, which all the other controllers have access to. - added a get_contacts() method so that we don't need to write a custom filter. - now sort by status as well
2012-04-18Finish the search filter featureZaran
A custom filter was needed because we are iterating over keys and values
2012-04-18Fix the presence bugZaran
the callback needs to return true so that it can be reused this must be done at the right place.
2012-04-15CSS improvements, first steps on angularZaran
* 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-14some cleanupsGuillaume Horel
2012-04-14update to angular rc5Guillaume Horel
2012-04-07load the presenceGuillaume Horel
2012-04-06Basic style for the roster.Zaran
Remove JavascriptMVC code in the angular branch
2012-04-06fixed the input form and code cleanupsGuillaume Horel
2012-04-06remove stray dataGuillaume Horel
2012-04-06Finally fixed the angular code!Guillaume Horel
2012-04-03last versionGuillaume Horel
2012-04-02still not sending the stanzaGuillaume Horel
2012-04-02more fixes, initialize the connection nowGuillaume Horel
2012-04-02regorg filesGuillaume Horel
2012-04-02fix indentGuillaume Horel
2012-04-02new angular branchGuillaume Horel
2012-03-31fixed the template loading issuewebclient-rewriteGuillaume Horel
2012-03-29Basic roster loading with JavascriptMVCThibaut Horel
2012-02-07Updating submodules.Zaran
2012-02-07Beginning 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-30Create javascriptmvc application. Remove files which are now tracked in the ↵Zaran
submodules.
2012-01-30Adding all dependencies as submodulesZaran
2012-01-30Some cleaning in gitignore.Zaran
2012-01-28Hide the register dialog when submitting the keysGuillaume Horel
2012-01-28Allow to connect by pressing enterGuillaume Horel
2012-01-21Finally fixed the issue with the disappearing pidGuillaume Horel
Now the startup script works great
2012-01-19Almost there...Guillaume Horel
2012-01-19Load the plugins properlyGuillaume Horel
2012-01-18Updated sjcl and strop to the latest releaseGuillaume Horel
Now the bug fixing starts!
2012-01-18Some random fixesGuillaume Horel
2012-01-18Added setup.py and big reorg of the source treeGuillaume Horel
this should fix tickets #10 and #11
2012-01-18Preliminary init scriptGuillaume Horel
2012-01-16Merge branch 'master' of alias.fr.nf:aliasGuillaume Horel
2012-01-16Fixes to support sleekxmpp 1.0Guillaume Horel
2011-09-21Add trac update hook.Zaran
Called from the post-receive hook
2011-09-21Improve 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-21Fix a bug in post-recieveZaran
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-20Add trac template.Zaran
2011-09-20Add post-receive scriptZaran
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-20Tiny cosmetic changeZaran
2011-09-20Update sjclZaran
2011-06-22Added script to generate objectGuillaume Horel
Proof of concept almost ready!
2011-06-13Some significant and much needed design changes enforced by Enguerrand.Zaran
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.