Manuel Munz [Sun, 13 Nov 2011 12:34:09 +0000 (12:34 +0000)]
applications/luci-olsr: Fix rowstyle, make html valid
Manuel Munz [Sun, 13 Nov 2011 12:14:39 +0000 (12:14 +0000)]
applications/luci-olsr-services: Fix rowstyle, add proto and cleanups
Jo-Philipp Wich [Sat, 12 Nov 2011 14:31:31 +0000 (14:31 +0000)]
modules/admin-full: prepare uci changelog template for revised libuci-lua changelog format to properly expose add_list operations
Jo-Philipp Wich [Sat, 12 Nov 2011 11:27:10 +0000 (11:27 +0000)]
libs/core: fix removal of wifi networks without interface attached (OpenWrt #10400)
Iordan Iordanov [Fri, 11 Nov 2011 03:08:47 +0000 (03:08 +0000)]
1) fixed a typo in the url string.
Jo-Philipp Wich [Thu, 10 Nov 2011 22:35:56 +0000 (22:35 +0000)]
libiwinfo: show noise and snr in assoclist
Manuel Munz [Thu, 10 Nov 2011 13:44:22 +0000 (13:44 +0000)]
admin-full: When creating the ntp timeserver section also add the default ntp servers
Manuel Munz [Thu, 10 Nov 2011 12:57:13 +0000 (12:57 +0000)]
admin-full: Better fix for the last change (timeserver setup), add button to add the missing section
Manuel Munz [Thu, 10 Nov 2011 12:25:58 +0000 (12:25 +0000)]
admin-full: Add timeserver section if it doesn't already exist in /etc/config/system (#329)
Manuel Munz [Thu, 10 Nov 2011 11:40:18 +0000 (11:40 +0000)]
admin-full: Expose bogusnxdomain setting in DHCP / DNS configuration (#339)
Jo-Philipp Wich [Thu, 10 Nov 2011 11:21:13 +0000 (11:21 +0000)]
libs/sys: update zoneinfo data to version 2011n (#345)
Manuel Munz [Wed, 9 Nov 2011 18:47:55 +0000 (18:47 +0000)]
applications/luci-olsr-services: Update using javascript/json
Manuel Munz [Wed, 9 Nov 2011 18:12:25 +0000 (18:12 +0000)]
applications/luci-olsr: Update all statuspages; use json reloading on overview, neighbors and topology pages
Jo-Philipp Wich [Wed, 9 Nov 2011 12:40:04 +0000 (12:40 +0000)]
contrib/package: community-profiles: fix splash range and bssid for Freifunk Potsdam community (#343)
Jo-Philipp Wich [Wed, 9 Nov 2011 11:19:42 +0000 (11:19 +0000)]
applications/luci-openvpn: remove "explicit_exit_notify" parameter form OpenVPN config tempaltes (OpenWrt #8198)
Jo-Philipp Wich [Tue, 8 Nov 2011 23:12:38 +0000 (23:12 +0000)]
modules/admin-full: fix another html escape issue on interface overview page
Jo-Philipp Wich [Tue, 8 Nov 2011 22:35:24 +0000 (22:35 +0000)]
modules/admin-full: fix html escaping on interface overview page
Jo-Philipp Wich [Tue, 8 Nov 2011 14:04:56 +0000 (14:04 +0000)]
libiwinfo: fix detection of wep encryption and open networks in nl80211 backend
Manuel Munz [Tue, 8 Nov 2011 09:34:09 +0000 (09:34 +0000)]
modules/freifunk: Fix display of warning about diversity
Jo-Philipp Wich [Mon, 7 Nov 2011 10:44:20 +0000 (10:44 +0000)]
modules/admin-full: do not hide toplevel network menu items, yet
Jo-Philipp Wich [Mon, 7 Nov 2011 10:38:41 +0000 (10:38 +0000)]
modules/admin-full: speed up network controller by using inreq flag
Jo-Philipp Wich [Mon, 7 Nov 2011 06:30:36 +0000 (06:30 +0000)]
modules/admin-full: add option to override the WPA cipher (#303)
Jo-Philipp Wich [Mon, 7 Nov 2011 05:38:09 +0000 (05:38 +0000)]
libiwinfo: properly detect wep and unencrypted wifi iface state on madwifi
Iordan Iordanov [Mon, 7 Nov 2011 02:02:33 +0000 (02:02 +0000)]
1) Added handling for no provider accounts configured (or enabled for 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.
Jo-Philipp Wich [Sun, 6 Nov 2011 22:43:52 +0000 (22:43 +0000)]
themes/freifunk-generic: remove dist directory
Manuel Munz [Sun, 6 Nov 2011 17:13:30 +0000 (17:13 +0000)]
modules/freifunk: Show warning about diversity only if not using mac80211
Iordan Iordanov [Sun, 6 Nov 2011 05:51:34 +0000 (05:51 +0000)]
Worked out a better (proof of concept) solution to the warning mechanism when no Google/SIP accounts are configured or not configured for outgoing calls.
Iordan Iordanov [Sun, 6 Nov 2011 00:44:14 +0000 (00:44 +0000)]
Added a proof of concept of how a warning about no accounts having been configured can look.
Iordan Iordanov [Sat, 5 Nov 2011 19:29:55 +0000 (19:29 +0000)]
1) Made spacing with \ syntax consistent across the board.
Jo-Philipp Wich [Sat, 5 Nov 2011 18:35:54 +0000 (18:35 +0000)]
build: i18n-scan.pl: cope with strings that contain escaped newlines, spotted in luci-pbx
Iordan Iordanov [Sat, 5 Nov 2011 18:34:12 +0000 (18:34 +0000)]
1) Massive whitespace reorganization (untabified, and made consistent everything).
2) Dropped some currently unneeded, commented-out, code from pbx-users.lua.
Iordan Iordanov [Sat, 5 Nov 2011 17:23:36 +0000 (17:23 +0000)]
1) Got rid of mysplit and replaced where it was called with luci.util.split(luci.util.trim(...), ...) calls.
Iordan Iordanov [Sat, 5 Nov 2011 16:50:14 +0000 (16:50 +0000)]
1) Replaced trim with luci.util.trim in pbx-calls.lua
2) Slight code cleanup in pbx.lua
Jo-Philipp Wich [Thu, 3 Nov 2011 19:44:17 +0000 (19:44 +0000)]
modules/admin-full: add missing html escaping for SSID in associated stations table of wireless overview
Manuel Munz [Thu, 3 Nov 2011 11:08:12 +0000 (11:08 +0000)]
contrib/community-profiles: remove profile for dresden
Jo-Philipp Wich [Wed, 2 Nov 2011 19:13:13 +0000 (19:13 +0000)]
protocols: cast dns option to string in order to retain compatibility
Jo-Philipp Wich [Wed, 2 Nov 2011 18:59:18 +0000 (18:59 +0000)]
modules/admin-full: when toggling a wifi-iface, first bring the radio down, then change the config, then bring it up again - prevents state vars from going out of sync
Manuel Munz [Wed, 2 Nov 2011 13:37:23 +0000 (13:37 +0000)]
contrib/meshwizard: Fix variable for sharenet so policyrouting is setup correctly
Manuel Munz [Wed, 2 Nov 2011 10:34:04 +0000 (10:34 +0000)]
modules/freifunk: Fix error on freifunk/adminindex page when running on the Development Environment
Manuel Munz [Wed, 2 Nov 2011 08:45:40 +0000 (08:45 +0000)]
modules/freifunk: Fix errors on index and contact pages when running the Development Environment
Iordan Iordanov [Tue, 1 Nov 2011 01:47:37 +0000 (01:47 +0000)]
Many improvements to pbx-calls.lua:
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)
Jo-Philipp Wich [Mon, 31 Oct 2011 18:24:45 +0000 (18:24 +0000)]
contrib/package: make relayd dependency conditional, else luci build will break brcm-2.4
Jo-Philipp Wich [Mon, 31 Oct 2011 04:03:02 +0000 (04:03 +0000)]
po: remove double escape in french statistics translation
Jo-Philipp Wich [Mon, 31 Oct 2011 03:58:10 +0000 (03:58 +0000)]
po: add pbx.pot
Jo-Philipp Wich [Mon, 31 Oct 2011 03:57:52 +0000 (03:57 +0000)]
po: add luci-pbx translation templates
Jo-Philipp Wich [Mon, 31 Oct 2011 03:51:48 +0000 (03:51 +0000)]
contrib/package: add package definition for luci-pbx
Iordan Iordanov [Mon, 31 Oct 2011 03:18:45 +0000 (03:18 +0000)]
1) Rewrote the function which formats output at specified indices to work with an variable number of indices.
2) Reformatted the help text a bit.
Iordan Iordanov [Mon, 31 Oct 2011 01:00:22 +0000 (01:00 +0000)]
1) Made pbx-asterisk executable.
2) Removed a few unused templates.
3) Removed old firewall rule-creation routine from pbx-asterisk.
4) Updated text on main page.
Jo-Philipp Wich [Sun, 30 Oct 2011 15:00:54 +0000 (15:00 +0000)]
libs/web: dispatcher: fix access to template properties in attr() and ifattr() helpers (#10317)
Jo-Philipp Wich [Sun, 30 Oct 2011 02:59:55 +0000 (02:59 +0000)]
applications/luci-upnp: fix default value of log_output option (#333)
Manuel Munz [Sat, 29 Oct 2011 21:19:05 +0000 (21:19 +0000)]
contrib/meshwizard: Enable policyrouting when internet sharing is not enabled
Manuel Munz [Sat, 29 Oct 2011 20:33:46 +0000 (20:33 +0000)]
contrib/meshwizard: Remove original lan-dhcp entry if lan is used for olsrd and fix setup of olsrd hna entries
Jo-Philipp Wich [Fri, 28 Oct 2011 22:36:15 +0000 (22:36 +0000)]
libs/core: fix status reporting of standalone wifi iface in network model
Translation System [Fri, 28 Oct 2011 21:33:18 +0000 (21:33 +0000)]
Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:33:12 +0000 (21:33 +0000)]
Commit from LuCI Translation Portal by user jow.: 42 of 42 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:33:04 +0000 (21:33 +0000)]
Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:33:00 +0000 (21:33 +0000)]
Commit from LuCI Translation Portal by user jow.: 156 of 156 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:32:59 +0000 (21:32 +0000)]
Commit from LuCI Translation Portal by user jow.: 12 of 12 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:32:58 +0000 (21:32 +0000)]
Commit from LuCI Translation Portal by user jow.: 27 of 27 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:32:56 +0000 (21:32 +0000)]
Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:32:53 +0000 (21:32 +0000)]
Commit from LuCI Translation Portal by user jow.: 7 of 7 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:32:51 +0000 (21:32 +0000)]
Commit from LuCI Translation Portal by user jow.: 47 of 47 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:32:48 +0000 (21:32 +0000)]
Commit from LuCI Translation Portal by user jow.: 171 of 171 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:32:46 +0000 (21:32 +0000)]
Commit from LuCI Translation Portal by user jow.: 224 of 224 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:29:23 +0000 (21:29 +0000)]
Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:28:14 +0000 (21:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:28:08 +0000 (21:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 136 of 139 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:28:01 +0000 (21:28 +0000)]
Commit from LuCI Translation Portal by user jow.: 6 of 9 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:56 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 24 of 24 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:53 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 74 of 77 messages translated (1 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:51 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 36 of 42 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:37 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:15 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 13 of 13 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:13 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 3 of 4 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:06 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 20 of 20 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:04 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 108 of 108 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:03 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 23 of 23 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:27:01 +0000 (21:27 +0000)]
Commit from LuCI Translation Portal by user jow.: 4 of 9 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:26:58 +0000 (21:26 +0000)]
Commit from LuCI Translation Portal by user jow.: 156 of 156 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:26:56 +0000 (21:26 +0000)]
Commit from LuCI Translation Portal by user jow.: 25 of 27 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:26:51 +0000 (21:26 +0000)]
Commit from LuCI Translation Portal by user jow.: 77 of 77 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:26:48 +0000 (21:26 +0000)]
Commit from LuCI Translation Portal by user jow.: 4 of 4 messages translated (0 fuzzy).
Translation System [Fri, 28 Oct 2011 21:26:44 +0000 (21:26 +0000)]
Commit from LuCI Translation Portal by user jow.: 34 of 222 messages translated (1 fuzzy).
Jo-Philipp Wich [Fri, 28 Oct 2011 19:20:39 +0000 (19:20 +0000)]
modules/admin-full: luci-bwc: use 32 bit integer, fix endian problem leading to stalling graphs after random time periods
Iordan Iordanov [Fri, 28 Oct 2011 03:44:23 +0000 (03:44 +0000)]
This is the initial release of luci-pbx as submitted to the mailing list.
Jo-Philipp Wich [Thu, 27 Oct 2011 17:15:00 +0000 (17:15 +0000)]
themes/openwrt: small css fix for tab menu rendering in webkit
Manuel Munz [Thu, 27 Oct 2011 14:40:45 +0000 (14:40 +0000)]
contrib/freifunk-firewall: With the masq_src option in openwrt's firewall the natfix hack is no longer needed
Manuel Munz [Thu, 27 Oct 2011 12:45:10 +0000 (12:45 +0000)]
meshwizard: Fix setting of masqueraded networks
Manuel Munz [Thu, 27 Oct 2011 11:20:51 +0000 (11:20 +0000)]
themes/freifunk-generic: Fix modemenu id
Jo-Philipp Wich [Thu, 27 Oct 2011 11:02:33 +0000 (11:02 +0000)]
applications/luci-pbx: remove folder as long as it is empty, might cause build issuey
Manuel Munz [Thu, 27 Oct 2011 10:29:42 +0000 (10:29 +0000)]
contrib/meshwizard: Add masq=1 to freifunk zone. This usually happened in setup of the lan interface, but if lan is an olsr interface it was missing
Manuel Munz [Thu, 27 Oct 2011 07:16:53 +0000 (07:16 +0000)]
contrib/meshwizard: Add lan config, rework wan config
Jo-Philipp Wich [Thu, 27 Oct 2011 00:46:29 +0000 (00:46 +0000)]
build: mkbasepot.sh: scan protocols/ as well
Jo-Philipp Wich [Thu, 27 Oct 2011 00:45:38 +0000 (00:45 +0000)]
po: sync base translations
Jo-Philipp Wich [Thu, 27 Oct 2011 00:02:10 +0000 (00:02 +0000)]
modules/admin-full: don't bother with 4k vlan / no 4k vlan nuisances, simply enable it when available
Jo-Philipp Wich [Wed, 26 Oct 2011 23:43:04 +0000 (23:43 +0000)]
modules/admin-full: unify style of headings accross system menus, remove orphaned template
Jo-Philipp Wich [Wed, 26 Oct 2011 22:52:18 +0000 (22:52 +0000)]
modules/admin-full: remove associated network for the wifi-iface as well if it would be empty afterwards
Jo-Philipp Wich [Wed, 26 Oct 2011 22:29:57 +0000 (22:29 +0000)]
modules/admin-full: commit uci and restart corresponding radio when removing wifi networks
Jo-Philipp Wich [Wed, 26 Oct 2011 22:12:50 +0000 (22:12 +0000)]
modules/admin-full: lock channel section in ap wifi config if there is a station on the same radio
Jo-Philipp Wich [Wed, 26 Oct 2011 21:54:51 +0000 (21:54 +0000)]
modules/admin-full: fix wifi join when "wwan" (or other iface) already exists but only contains the network we intend to replace anyway, also save firewall settings after wifi join