summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2011-11-01Many improvements to pbx-calls.lua:Iordan Iordanov
1) Now trimming whitespace from all input before checking validity (of extensions, users, providers). 2) Now building valid outdoing providers and valid users array while rendering page since we're going through all providers and users anyway to display the page (saves cycles). 3) Now not displaying internal naming scheme of providers to users, but what they expect (us#erin%fo@host.org). Before we used to show us_erin_fo@host_org, and it was ugly and needed explanations. 4) Got rid of some no-longer-needed functions due to improvements mentioned in (2). 5)
2011-10-311) Rewrote the function which formats output at specified indices to work ↵Iordan Iordanov
with an variable number of indices. 2) Reformatted the help text a bit.
2011-10-311) Made pbx-asterisk executable.Iordan Iordanov
2) Removed a few unused templates. 3) Removed old firewall rule-creation routine from pbx-asterisk. 4) Updated text on main page.
2011-10-30applications/luci-upnp: fix default value of log_output option (#333)Jo-Philipp Wich
2011-10-28This is the initial release of luci-pbx as submitted to the mailing list.Iordan Iordanov
2011-10-24applications/openvpn: Fix column ordering, depends need to be in the last ↵Manuel Munz
column (but still don't work)
2011-10-23applications: Remove ffwizard, is replaced by meshwizardManuel Munz
2011-10-18applications/luci-splash: Fix double 'and' typo (325)Manuel Munz
2011-10-18applications/luci-splash: Finish translation work and move translation ↵Manuel Munz
strings to own file
2011-10-17applications/luci-olsr, po: fix typo in OLSR texts (#323)Jo-Philipp Wich
2011-10-16applications/luci-p910nd: Better tcp port selection (#321)Manuel Munz
2011-10-15applications/wshaper: Fix uci-defaultsManuel Munz
2011-10-15applications/wshaper: Rename uci-defaults/luci-wshaper to wshaperManuel Munz
2011-10-15applications: Add luci-wshaper (#53)Manuel Munz
2011-10-14applications/openvpn: Fix translation of headers on advanced page and ↵Manuel Munz
update/cleanup translations
2011-10-06applications/luci-openvpn: Add translations for advanced page, regenerate ↵Manuel Munz
po/pot files, thanks Pierre Gaufillet (#219)
2011-10-02applications/luci-multiwan: add status indicators, patch by Etienne ↵Jo-Philipp Wich
Champetier <etienne.champetier@free.fr> (#260)
2011-09-26applications/luci-upnp: rework status javascript to use XHR.poll()Jo-Philipp Wich
2011-09-26applications/luci-ahcp: rework status javascript to use XHR.poll()Jo-Philipp Wich
2011-09-26applications/luci-ushare: allow multiple content directoriesJo-Philipp Wich
2011-09-25applications/luci-upnp: javascript fixesJo-Philipp Wich
2011-09-25applications/luci-ahcp: javascript fixJo-Philipp Wich
2011-09-22modules/admin-full, modules/freifunk, modules/niu, libs/web, ↵Jo-Philipp Wich
applications/luci-upnp: tune input class attributes
2011-09-22applications/luci-vnstat: filter inactive interfaces in preferencesJo-Philipp Wich
2011-09-08applications/openvpn: Change type for management_log_cache (#276)Manuel Munz
2011-09-08Fix i18n problems with freifunk module and meshwizardManuel Munz
2011-08-22applications/luci-statistics: cope with rules having no target in iptables ↵Jo-Philipp Wich
plugin config
2011-08-13applications/luci-statistics: fix translation issues in controllerJo-Philipp Wich
2011-08-12applications, modules: remove i18n handling from controller modules as it ↵Jo-Philipp Wich
moved to the themes now
2011-07-30applications/luci-firewall: fix turning off nat reflectionJo-Philipp Wich
2011-07-30applications/luci-diag-devinfo: add index() stubs to controller files (#281)Jo-Philipp Wich
2011-07-21applications/luci-wol: cope with host entries that have multiple MACs assignedJo-Philipp Wich
2011-07-11applications/luci-firewall: properly handle zone removalJo-Philipp Wich
2011-07-01applications/luci-splash: semd a WISPr response, allows iPhone to detect ↵Jo-Philipp Wich
Captive Portal while normal browsers are redirected
2011-07-01applications/luci-splash: fix two other redundant lock wait callsJo-Philipp Wich
2011-07-01applications/luci-splash: fix possible race conditionJo-Philipp Wich
2011-06-29contrib/meshwizard: Delete /tmp/luci-indexcache to make sure the app shows ↵Manuel Munz
in menu after install
2011-06-25applicaitons/luci-qos: make classification rules sortable (#259)Jo-Philipp Wich
2011-06-24contrib/meshwizard: set ucitrack entry properlyManuel Munz
2011-06-23Add new meshwizard (WIP)Manuel Munz
2011-06-17applications/luci-firewall: use neg_network_ip4addr datatype for masq_{src,dest}Jo-Philipp Wich
2011-06-17(no commit message)Matthias Uferer
2011-06-17applications/luci-firewall: relax masq_{src,dest} validation to allow for ↵Jo-Philipp Wich
interface names
2011-06-16applications/luci-splash: use an HTML redirect on initial splash, fixes ↵Jo-Philipp Wich
iPhone captive portal detection
2011-06-10applications: add luci-ahcp, support for the AHCP server packageJo-Philipp Wich
2011-06-03applicatiopns/openvpn: Add descriptions for openvpn options, thanks JoeManuel Munz
2011-06-03applications/openvpn: Add script_security and topology options (#251)Manuel Munz
2011-05-17applications/luci-olsr: Better datatype verification for ipv6 prefix.Manuel Munz
2011-05-17applications/luci-olsr: Add dataype verdification, placeholders and ↵Manuel Munz
helptexts to the olsrhna page
2011-05-14luci-splash: XHTML failed validation, fix itManuel Munz