]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commit - webapp/handlers_planet.py
Huge update for fireinfo, introducting talk and nopaste
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Feb 2015 23:43:11 +0000 (00:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Feb 2015 23:43:11 +0000 (00:43 +0100)
commit6686219571445296e0bf099c07fb418e48da0148
treebf96790d12e353e3ae72c85fd625dfdcfea358ee
parent0dc3cde8dc0efdb8c301a3ea431cf16c621a7185
Huge update for fireinfo, introducting talk and nopaste
101 files changed:
static/config.json
static/css/bootstrap.min.css
static/fonts/glyphicons-halflings-regular.eot
static/fonts/glyphicons-halflings-regular.svg
static/fonts/glyphicons-halflings-regular.ttf
static/fonts/glyphicons-halflings-regular.woff
static/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
static/images/tux/ipfire_tux_20x20.png [new file with mode: 0644]
static/js/bootstrap.min.js
static/js/jquery.js
templates/admin-base.html [deleted file]
templates/admin-downloads-base.html [deleted file]
templates/admin-downloads-mirrors.html
templates/admin-downloads.html
templates/admin-index.html
templates/admin-login.html [deleted file]
templates/admin-planet-compose.html
templates/admin-planet.html
templates/auth/login.html [new file with mode: 0644]
templates/base.html
templates/fireinfo/driver.html [new file with mode: 0644]
templates/fireinfo/index.html
templates/fireinfo/model-detail.html
templates/fireinfo/modules/table-devices-and-groups.html [new file with mode: 0644]
templates/fireinfo/modules/table-devices.html [new file with mode: 0644]
templates/fireinfo/modules/table-geo.html [new file with mode: 0644]
templates/fireinfo/profile-detail.html
templates/fireinfo/stats-admin.html
templates/fireinfo/stats-cpu-flags.html [deleted file]
templates/fireinfo/stats-cpus-detail.html [new file with mode: 0644]
templates/fireinfo/stats-cpus.html
templates/fireinfo/stats-geo.html
templates/fireinfo/stats-languages.html [new file with mode: 0644]
templates/fireinfo/stats-memory.html
templates/fireinfo/stats-network.html
templates/fireinfo/stats-oses.html
templates/fireinfo/stats-virtual.html
templates/fireinfo/stats.html
templates/fireinfo/vendor-detail.html
templates/fireinfo/vendors.html [new file with mode: 0644]
templates/i-use/fonts/Ubuntu-B.ttf [new file with mode: 0644]
templates/i-use/fonts/Ubuntu-BI.ttf [new file with mode: 0644]
templates/i-use/fonts/Ubuntu-C.ttf [new file with mode: 0644]
templates/i-use/fonts/Ubuntu-L.ttf [new file with mode: 0644]
templates/i-use/fonts/Ubuntu-LI.ttf [new file with mode: 0644]
templates/i-use/fonts/Ubuntu-M.ttf [new file with mode: 0644]
templates/i-use/fonts/Ubuntu-MI.ttf [new file with mode: 0644]
templates/i-use/fonts/Ubuntu-R.ttf [new file with mode: 0644]
templates/i-use/fonts/Ubuntu-RI.ttf [new file with mode: 0644]
templates/i-use/fonts/UbuntuMono-B.ttf [new file with mode: 0644]
templates/i-use/fonts/UbuntuMono-BI.ttf [new file with mode: 0644]
templates/i-use/fonts/UbuntuMono-R.ttf [new file with mode: 0644]
templates/i-use/fonts/UbuntuMono-RI.ttf [new file with mode: 0644]
templates/modules/menu.html
templates/modules/planet-entry.html
templates/modules/progress-bar.html [new file with mode: 0644]
templates/modules/stasy-table-devices.html [deleted file]
templates/modules/stasy-table-geo.html [deleted file]
templates/modules/stasy-table.html
templates/nopaste/create.html [new file with mode: 0644]
templates/nopaste/view.html [new file with mode: 0644]
templates/planet/posting.html
templates/planet/user.html
templates/talk/conference-invite.html [new file with mode: 0644]
templates/talk/conferences.html [new file with mode: 0644]
templates/talk/diagnosis.html [new file with mode: 0644]
templates/talk/index.html [new file with mode: 0644]
templates/talk/initiate-call.html [new file with mode: 0644]
templates/talk/modules/call-log.html [new file with mode: 0644]
templates/talk/modules/ongoing-calls.html [new file with mode: 0644]
templates/talk/phonebook-contact.html [new file with mode: 0644]
templates/talk/phonebook.html [new file with mode: 0644]
templates/talk/trunks.html [new file with mode: 0644]
tools/backend [new symlink]
tools/migrate-fireinfo.py [new file with mode: 0644]
translations/de/LC_MESSAGES/webapp.po
translations/webapp.pot
webapp/__init__.py
webapp/backend/accounts.py
webapp/backend/base.py
webapp/backend/countries.py
webapp/backend/database.py
webapp/backend/fireinfo.py [new file with mode: 0644]
webapp/backend/iuse.py
webapp/backend/mirrors.py
webapp/backend/misc.py
webapp/backend/nopaste.py [new file with mode: 0644]
webapp/backend/planet.py
webapp/backend/stasy.py [deleted file]
webapp/backend/talk.py [new file with mode: 0644]
webapp/backend/util.py [new file with mode: 0644]
webapp/handlers.py
webapp/handlers_admin.py
webapp/handlers_base.py
webapp/handlers_fireinfo.py [new file with mode: 0644]
webapp/handlers_iuse.py
webapp/handlers_nopaste.py
webapp/handlers_planet.py
webapp/handlers_stasy.py [deleted file]
webapp/handlers_talk.py [new file with mode: 0644]
webapp/ui_modules.py