Browse Source

- First import

pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
96ddb63914
  1. 0
      .bzrignore
  2. 0
      .dir-locals.el
  3. 0
      .htaccess
  4. 0
      CHANGELOG.md
  5. 0
      COPYING
  6. 0
      INSTALL.md
  7. 0
      VERSION
  8. 0
      app/assets/documents/Doxyfile
  9. 0
      app/assets/documents/Makefile
  10. 0
      app/assets/documents/colors.txt
  11. 0
      app/assets/documents/fdl.texi
  12. 0
      app/assets/documents/movim.png
  13. 0
      app/assets/documents/movim.texi
  14. 0
      app/assets/documents/texi.css
  15. 0
      app/assets/documents/texi2htmlrc
  16. 0
      app/assets/js/images/marker-icon.png
  17. 0
      app/assets/js/images/marker-shadow.png
  18. 0
      app/assets/js/leaflet.css
  19. 0
      app/assets/js/leaflet.js
  20. 0
      app/assets/js/movim_base.js
  21. 0
      app/assets/js/movim_hash.js
  22. 0
      app/assets/js/movim_lazy.js
  23. 0
      app/assets/js/movim_rpc.js
  24. 0
      app/assets/js/movim_tpl.js
  25. 0
      app/assets/js/movim_utils.js
  26. 0
      app/assets/js/movim_websocket.js
  27. 0
      app/controllers/AboutController.php
  28. 0
      app/controllers/AccountController.php
  29. 0
      app/controllers/AccountnextController.php
  30. 0
      app/controllers/AdminController.php
  31. 0
      app/controllers/AdminloginController.php
  32. 0
      app/controllers/BlogController.php
  33. 0
      app/controllers/ConfController.php
  34. 0
      app/controllers/DisconnectController.php
  35. 0
      app/controllers/DiscoverController.php
  36. 0
      app/controllers/ExploreController.php
  37. 0
      app/controllers/FeedController.php
  38. 0
      app/controllers/FriendController.php
  39. 0
      app/controllers/HelpController.php
  40. 0
      app/controllers/InfosController.php
  41. 0
      app/controllers/LoginController.php
  42. 0
      app/controllers/MainController.php
  43. 0
      app/controllers/MediaController.php
  44. 0
      app/controllers/NewsController.php
  45. 0
      app/controllers/NodeController.php
  46. 0
      app/controllers/NodeconfigController.php
  47. 0
      app/controllers/NotfoundController.php
  48. 0
      app/controllers/PodsController.php
  49. 0
      app/controllers/ProfileController.php
  50. 0
      app/controllers/ServerController.php
  51. 0
      app/controllers/VisioController.php
  52. 0
      app/helpers/DateHelper.php
  53. 0
      app/helpers/StringHelper.php
  54. 0
      app/helpers/TimezoneHelper.php
  55. 0
      app/helpers/TimezoneList.php
  56. 0
      app/models/cache/Cache.php
  57. 0
      app/models/cache/CacheDAO.php
  58. 0
      app/models/caps/Caps.php
  59. 0
      app/models/caps/CapsDAO.php
  60. 0
      app/models/conference/Conference.php
  61. 0
      app/models/conference/ConferenceDAO.php
  62. 0
      app/models/config/Config.php
  63. 0
      app/models/config/ConfigDAO.php
  64. 0
      app/models/contact/Contact.php
  65. 0
      app/models/contact/ContactDAO.php
  66. 0
      app/models/item/Item.php
  67. 0
      app/models/item/ItemDAO.php
  68. 0
      app/models/message/Message.php
  69. 0
      app/models/message/MessageDAO.php
  70. 0
      app/models/postn/Postn.php
  71. 0
      app/models/postn/PostnDAO.php
  72. 0
      app/models/presence/Presence.php
  73. 0
      app/models/presence/PresenceDAO.php
  74. 0
      app/models/privacy/Privacy.php
  75. 0
      app/models/privacy/PrivacyDAO.php
  76. 0
      app/models/rosterlink/RosterLink.php
  77. 0
      app/models/rosterlink/RosterLinkDAO.php
  78. 0
      app/models/session/Session.php
  79. 0
      app/models/session/SessionDAO.php
  80. 0
      app/models/sessionx/Sessionx.php
  81. 0
      app/models/sessionx/SessionxDAO.php
  82. 0
      app/models/subscription/Subscription.php
  83. 0
      app/models/subscription/SubscriptionDAO.php
  84. 0
      app/views/about.tpl
  85. 0
      app/views/account.tpl
  86. 0
      app/views/accountnext.tpl
  87. 0
      app/views/admin.tpl
  88. 0
      app/views/adminlogin.tpl
  89. 0
      app/views/blog.tpl
  90. 0
      app/views/conf.tpl
  91. 0
      app/views/disconnect.tpl
  92. 0
      app/views/discover.tpl
  93. 0
      app/views/explore.tpl
  94. 0
      app/views/feed.tpl
  95. 0
      app/views/friend.tpl
  96. 0
      app/views/help.tpl
  97. 0
      app/views/infos.tpl
  98. 0
      app/views/loading.tpl
  99. 0
      app/views/login.tpl
  100. 0
      app/views/main.tpl

0
.bzrignore

0
.dir-locals.el

0
.htaccess

0
CHANGELOG.md

0
COPYING

0
INSTALL.md

0
VERSION

0
app/assets/documents/Doxyfile

0
app/assets/documents/Makefile

0
app/assets/documents/colors.txt

0
app/assets/documents/fdl.texi

0
app/assets/documents/movim.png

Before

Width: 650  |  Height: 650  |  Size: 51 KiB

After

Width: 650  |  Height: 650  |  Size: 51 KiB

0
app/assets/documents/movim.texi

0
app/assets/documents/texi.css

0
app/assets/documents/texi2htmlrc

0
app/assets/js/images/marker-icon.png

Before

Width: 25  |  Height: 41  |  Size: 1.7 KiB

After

Width: 25  |  Height: 41  |  Size: 1.7 KiB

0
app/assets/js/images/marker-shadow.png

Before

Width: 35  |  Height: 16  |  Size: 535 B

After

Width: 35  |  Height: 16  |  Size: 535 B

0
app/assets/js/leaflet.css

0
app/assets/js/leaflet.js

0
app/assets/js/movim_base.js

0
app/assets/js/movim_hash.js

0
app/assets/js/movim_lazy.js

0
app/assets/js/movim_rpc.js

0
app/assets/js/movim_tpl.js

0
app/assets/js/movim_utils.js

0
app/assets/js/movim_websocket.js

0
app/controllers/AboutController.php

0
app/controllers/AccountController.php

0
app/controllers/AccountnextController.php

0
app/controllers/AdminController.php

0
app/controllers/AdminloginController.php

0
app/controllers/BlogController.php

0
app/controllers/ConfController.php

0
app/controllers/DisconnectController.php

0
app/controllers/DiscoverController.php

0
app/controllers/ExploreController.php

0
app/controllers/FeedController.php

0
app/controllers/FriendController.php

0
app/controllers/HelpController.php

0
app/controllers/InfosController.php

0
app/controllers/LoginController.php

0
app/controllers/MainController.php

0
app/controllers/MediaController.php

0
app/controllers/NewsController.php

0
app/controllers/NodeController.php

0
app/controllers/NodeconfigController.php

0
app/controllers/NotfoundController.php

0
app/controllers/PodsController.php

0
app/controllers/ProfileController.php

0
app/controllers/ServerController.php

0
app/controllers/VisioController.php

0
app/helpers/DateHelper.php

0
app/helpers/StringHelper.php

0
app/helpers/TimezoneHelper.php

0
app/helpers/TimezoneList.php

0
app/models/cache/Cache.php

0
app/models/cache/CacheDAO.php

0
app/models/caps/Caps.php

0
app/models/caps/CapsDAO.php

0
app/models/conference/Conference.php

0
app/models/conference/ConferenceDAO.php

0
app/models/config/Config.php

0
app/models/config/ConfigDAO.php

0
app/models/contact/Contact.php

0
app/models/contact/ContactDAO.php

0
app/models/item/Item.php

0
app/models/item/ItemDAO.php

0
app/models/message/Message.php

0
app/models/message/MessageDAO.php

0
app/models/postn/Postn.php

0
app/models/postn/PostnDAO.php

0
app/models/presence/Presence.php

0
app/models/presence/PresenceDAO.php

0
app/models/privacy/Privacy.php

0
app/models/privacy/PrivacyDAO.php

0
app/models/rosterlink/RosterLink.php

0
app/models/rosterlink/RosterLinkDAO.php

0
app/models/session/Session.php

0
app/models/session/SessionDAO.php

0
app/models/sessionx/Sessionx.php

0
app/models/sessionx/SessionxDAO.php

0
app/models/subscription/Subscription.php

0
app/models/subscription/SubscriptionDAO.php

0
app/views/about.tpl

0
app/views/account.tpl

0
app/views/accountnext.tpl

0
app/views/admin.tpl

0
app/views/adminlogin.tpl

0
app/views/blog.tpl

0
app/views/conf.tpl

0
app/views/disconnect.tpl

0
app/views/discover.tpl

0
app/views/explore.tpl

0
app/views/feed.tpl

0
app/views/friend.tpl

0
app/views/help.tpl

0
app/views/infos.tpl

0
app/views/loading.tpl

0
app/views/login.tpl

0
app/views/main.tpl

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save