Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-22 | 1) Adding initial version of luci-pbx-voicemail package. | Iordan Iordanov | |
2011-11-22 | 1) Checking in all necessary changes to acommodate the new ↵ | Iordan Iordanov | |
luci-pbx-voicemail package. - Creating configuration with pbx-asterisk - TEMPLATE files - Including record voicemail greeting context in user extensions. - Redirecting incoming calls which were not picked up through the voicemail recording context. - Putting a configurable timeout before either hanging up if voicemail is disabled or redirecting to voicemail if it is enabled. 2) Improved DISA by setting longer timeouts for start of input and digits. | |||
2011-11-18 | applications/olsr: Set defaults for values and check which IpVersion olsrd uses | Manuel Munz | |
2011-11-13 | applications/luci-olsr: Fix rowstyle, make html valid | Manuel Munz | |
2011-11-13 | applications/luci-olsr-services: Fix rowstyle, add proto and cleanups | Manuel Munz | |
2011-11-11 | 1) fixed a typo in the url string. | Iordan Iordanov | |
2011-11-09 | applications/luci-olsr-services: Update using javascript/json | Manuel Munz | |
2011-11-09 | applications/luci-olsr: Update all statuspages; use json reloading on ↵ | Manuel Munz | |
overview, neighbors and topology pages | |||
2011-11-09 | applications/luci-openvpn: remove "explicit_exit_notify" parameter form ↵ | Jo-Philipp Wich | |
OpenVPN config tempaltes (OpenWrt #8198) | |||
2011-11-07 | 1) Added handling for no provider accounts configured (or enabled for ↵ | Iordan Iordanov | |
incoming/outgoing calls), and no users configured (or enabled for outgoing calls). 2) Rewrote code to be more efficient by gathering all information about providers and users in one pass at the start, and then using dictionaries with the data stored in them to build the sections. 3) Added translate() statements for default messages displayed (like "Dials all numbers"). 4) Rewrote default messages for the "Incoming Calls" and "Providers Used for Outgoing Calls" sections to be more descriptive. | |||
2011-11-06 | Worked out a better (proof of concept) solution to the warning mechanism ↵ | Iordan Iordanov | |
when no Google/SIP accounts are configured or not configured for outgoing calls. | |||
2011-11-06 | Added a proof of concept of how a warning about no accounts having been ↵ | Iordan Iordanov | |
configured can look. | |||
2011-11-05 | 1) Made spacing with \ syntax consistent across the board. | Iordan Iordanov | |
2011-11-05 | 1) Massive whitespace reorganization (untabified, and made consistent ↵ | Iordan Iordanov | |
everything). 2) Dropped some currently unneeded, commented-out, code from pbx-users.lua. | |||
2011-11-05 | 1) Got rid of mysplit and replaced where it was called with ↵ | Iordan Iordanov | |
luci.util.split(luci.util.trim(...), ...) calls. | |||
2011-11-05 | 1) Replaced trim with luci.util.trim in pbx-calls.lua | Iordan Iordanov | |
2) Slight code cleanup in pbx.lua | |||
2011-11-01 | Many 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-31 | 1) 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-31 | 1) 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-30 | applications/luci-upnp: fix default value of log_output option (#333) | Jo-Philipp Wich | |
2011-10-28 | This is the initial release of luci-pbx as submitted to the mailing list. | Iordan Iordanov | |
2011-10-24 | applications/openvpn: Fix column ordering, depends need to be in the last ↵ | Manuel Munz | |
column (but still don't work) | |||
2011-10-23 | applications: Remove ffwizard, is replaced by meshwizard | Manuel Munz | |
2011-10-18 | applications/luci-splash: Fix double 'and' typo (325) | Manuel Munz | |
2011-10-18 | applications/luci-splash: Finish translation work and move translation ↵ | Manuel Munz | |
strings to own file | |||
2011-10-17 | applications/luci-olsr, po: fix typo in OLSR texts (#323) | Jo-Philipp Wich | |
2011-10-16 | applications/luci-p910nd: Better tcp port selection (#321) | Manuel Munz | |
2011-10-15 | applications/wshaper: Fix uci-defaults | Manuel Munz | |
2011-10-15 | applications/wshaper: Rename uci-defaults/luci-wshaper to wshaper | Manuel Munz | |
2011-10-15 | applications: Add luci-wshaper (#53) | Manuel Munz | |
2011-10-14 | applications/openvpn: Fix translation of headers on advanced page and ↵ | Manuel Munz | |
update/cleanup translations | |||
2011-10-06 | applications/luci-openvpn: Add translations for advanced page, regenerate ↵ | Manuel Munz | |
po/pot files, thanks Pierre Gaufillet (#219) | |||
2011-10-02 | applications/luci-multiwan: add status indicators, patch by Etienne ↵ | Jo-Philipp Wich | |
Champetier <etienne.champetier@free.fr> (#260) | |||
2011-09-26 | applications/luci-upnp: rework status javascript to use XHR.poll() | Jo-Philipp Wich | |
2011-09-26 | applications/luci-ahcp: rework status javascript to use XHR.poll() | Jo-Philipp Wich | |
2011-09-26 | applications/luci-ushare: allow multiple content directories | Jo-Philipp Wich | |
2011-09-25 | applications/luci-upnp: javascript fixes | Jo-Philipp Wich | |
2011-09-25 | applications/luci-ahcp: javascript fix | Jo-Philipp Wich | |
2011-09-22 | modules/admin-full, modules/freifunk, modules/niu, libs/web, ↵ | Jo-Philipp Wich | |
applications/luci-upnp: tune input class attributes | |||
2011-09-22 | applications/luci-vnstat: filter inactive interfaces in preferences | Jo-Philipp Wich | |
2011-09-08 | applications/openvpn: Change type for management_log_cache (#276) | Manuel Munz | |
2011-09-08 | Fix i18n problems with freifunk module and meshwizard | Manuel Munz | |
2011-08-22 | applications/luci-statistics: cope with rules having no target in iptables ↵ | Jo-Philipp Wich | |
plugin config | |||
2011-08-13 | applications/luci-statistics: fix translation issues in controller | Jo-Philipp Wich | |
2011-08-12 | applications, modules: remove i18n handling from controller modules as it ↵ | Jo-Philipp Wich | |
moved to the themes now | |||
2011-07-30 | applications/luci-firewall: fix turning off nat reflection | Jo-Philipp Wich | |
2011-07-30 | applications/luci-diag-devinfo: add index() stubs to controller files (#281) | Jo-Philipp Wich | |
2011-07-21 | applications/luci-wol: cope with host entries that have multiple MACs assigned | Jo-Philipp Wich | |
2011-07-11 | applications/luci-firewall: properly handle zone removal | Jo-Philipp Wich | |
2011-07-01 | applications/luci-splash: semd a WISPr response, allows iPhone to detect ↵ | Jo-Philipp Wich | |
Captive Portal while normal browsers are redirected |