summaryrefslogtreecommitdiffhomepage
path: root/applications
AgeCommit message (Collapse)Author
2011-12-14applications/luci-statistics: add iwinfo configJo-Philipp Wich
2011-12-13applications/luci-statistics: add iwinfo support to stat-genconfigJo-Philipp Wich
2011-12-12applications/luci-statistics: fix controller (#7344)Jo-Philipp Wich
2011-12-07applications/luci-statistics: drop support for wireless plugin, add iwinfo ↵Jo-Philipp Wich
replacement
2011-12-07applications/luci-statistics: remove plugin overview pages, jump to first ↵Jo-Philipp Wich
plugin of each category instead
2011-12-071) Changed "express" to "priority" when inserting the QoS rules.Iordan Iordanov
2011-12-05applications/luci-statistics: rework handling of index and detail graphsJo-Philipp Wich
Instead of coding the display logic into the graph models, simply annotate graph models with .detail = true/false and let the renderer decide which to pick when.
2011-12-011) Added a couple more sounds.Iordan Iordanov
2011-12-011) Added sounds needed for authentication app.Iordan Iordanov
2) Added license and attribution for sounds 3) Added linking sounds into the asterisk sounds directory.
2011-11-301) Now loading the func_timeout.so module used to set DISA timeouts.Iordan Iordanov
2011-11-301) Fixed a couple of directories which were different from Debian.Iordan Iordanov
2011-11-301) Removed tls certificates file, as it is not present on OpenWRTIordan Iordanov
2) Added a config option asking msmtp to not verify the identity of the SMTP server (CA certs missing)
2011-11-30applications/splash: Fix blacklisting mechanism, expose status on public ↵Manuel Munz
freifunk page, add json output and autoupdate.
2011-11-28applications/luci-statistics: Sort menu items alphabeticallyManuel Munz
2011-11-28applications/luci-statistics: Add olsrd to the default configManuel Munz
2011-11-28applications/luci-statistics: Fix spellingManuel Munz
2011-11-28applications/luci-statistics: Saner defaults for processes to monitor and ↵Manuel Munz
add helptext
2011-11-28applications/luci-statistics: Remove default listener and network server entriesManuel Munz
2011-11-28applications/luci-statistics: Add missing translations to exec cbi modelManuel Munz
2011-11-28applications/luci-statistics: Disable exec plugin by default, remove ↵Manuel Munz
nonexistant scripts
2011-11-28applications/luci-statistics: Add dns graph-modelManuel Munz
2011-11-28applications/luci-statistics: add support for conntrack pluginJo-Philipp Wich
2011-11-28applications/luci-statistics: Add support for memory plugin and initial ↵Manuel Munz
support for conntrack
2011-11-28applications/luci-statistics: remove the 10min rra from default config, ↵Jo-Philipp Wich
saves some precious ram
2011-11-28applications/luci_statistics: add missing translations to cbi modelsJo-Philipp Wich
2011-11-28applications/luci-statistics: add olsr plugin cbi modelJo-Philipp Wich
2011-11-28applications/luci-statistics: add support for olsr and madwifi plugin parametersJo-Philipp Wich
2011-11-28applications/luci-statistics: display all instances on index pages, ↵Jo-Philipp Wich
introduce is_index flag for models, add olsrd plugin menu
2011-11-28applications/luci-statistics: change i18n helper to accept model provided ↵Jo-Philipp Wich
titles, remove magic translations
2011-11-28applications/luci-statistics: move all models to the per-plugin level, ↵Jo-Philipp Wich
provide titles and labels, provide model for disk plugin
2011-11-28applications/luci-statistics: drop definitions.luaJo-Philipp Wich
2011-11-28applications/luci-statistics: remove support for per-datatype models and ↵Jo-Philipp Wich
builtin definitions, drop dependency on definitions.lua, support user provided title for datasources
2011-11-281) Added default rtpstart and end config values in pbx-advanced.Iordan Iordanov
2) Some rewording of instructions and descriptions. 3) Changed the default hangup context name.
2011-11-271) Revised a lot of wordingIordan Iordanov
2) Set default for SMTP authentication to off so the interface is cleaner to begin with (when not configured).
2011-11-27applications/luci-splash: Make splashtext translateable, show down-/upload ↵Manuel Munz
limits and link to contact page
2011-11-261) Fixed formatting of main page to accommodate larger fonts used in browser.Iordan Iordanov
2011-11-261) Fixed wording in a few places.Iordan Iordanov
2) Fixed a bug in voicemail section of pbx-asterisk init script which was causing the script to exit if no configuration for voicemail was found.
2011-11-221) Adding initial version of luci-pbx-voicemail package.Iordan Iordanov
2011-11-221) 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-18applications/olsr: Set defaults for values and check which IpVersion olsrd usesManuel Munz
2011-11-13applications/luci-olsr: Fix rowstyle, make html validManuel Munz
2011-11-13applications/luci-olsr-services: Fix rowstyle, add proto and cleanupsManuel Munz
2011-11-111) fixed a typo in the url string.Iordan Iordanov
2011-11-09applications/luci-olsr-services: Update using javascript/jsonManuel Munz
2011-11-09applications/luci-olsr: Update all statuspages; use json reloading on ↵Manuel Munz
overview, neighbors and topology pages
2011-11-09applications/luci-openvpn: remove "explicit_exit_notify" parameter form ↵Jo-Philipp Wich
OpenVPN config tempaltes (OpenWrt #8198)
2011-11-071) 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-06Worked 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-06Added a proof of concept of how a warning about no accounts having been ↵Iordan Iordanov
configured can look.
2011-11-051) Made spacing with \ syntax consistent across the board.Iordan Iordanov