Mercurial > libervia-web
annotate .hgignore @ 914:0c0551967bdf
server, browser: partial Libervia fix
Libervia was broken following the refactorings. This commit partially fixes it : Libervia is starting, avatar, blog and message are working again, but not everything is restablished yet.
following things have been fixed/changed:
- new dependency: shortuuid
- D-Bus bridge is working again
- fixed naming in several bridge methods
- register method changed to register_signal
- fixed Chat widget, which was not working anymore since the refactoring
- avatar now use avatarGet. Cache dir is accessible using a session specific uuid, to avoid cache leak (i.e. accessing cache of other profiles)
- server: new uuid attribute in session data
Browser code is not fully working yet, notably OTR and contact list are not fully fixed.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 26 Feb 2017 18:32:47 +0100 |
parents | a5019e62c3e9 |
children | a44f77559279 |
rev | line source |
---|---|
0 | 1 syntax: glob |
2 *.pyc | |
3 *.pyv | |
4 *.swp | |
5 *.swo | |
6 *.js | |
7 tags | |
8 twistd.log | |
9 twistd.pid | |
10 sat.egg-info | |
11 *.un~ | |
12 dist | |
13 MANIFEST | |
14 *.sh | |
5
c8d3821efc36
added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
15 build/ |
c8d3821efc36
added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
16 Session.vim |
180 | 17 ctags_links/ |
589
a5019e62c3e9
browser side: big refactoring to base Libervia on QuickFrontend, first draft:
Goffi <goffi@goffi.org>
parents:
180
diff
changeset
|
18 html/ |