summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace RELENG_ by v for poudriere to make vol name shorterRenato Botelho2016-03-302-8/+10
|
* Remove arch from repo path for now, poudriere cannot deal with big namesRenato Botelho2016-03-301-4/+2
|
* Revert "Remove arch from repo path for now, poudriere cannot deal with big ↵Renato Botelho2016-03-301-3/+3
| | | | | | names" This reverts commit 280d48529670d68622de0c8be057c086fd28b55e.
* Remove arch from repo path for now, poudriere cannot deal with big namesRenato Botelho2016-03-301-3/+3
|
* Remove arch from repo path for now, poudriere cannot deal with big namesRenato Botelho2016-03-302-2/+2
|
* It's time to 2.3-RCRenato Botelho2016-03-302-4/+4
|
* Add ESF license to all core pkgsRenato Botelho2016-03-3010-9/+29
|
* Remove one call to SetAvailableBandwidth() that I missed earlier.Luiz Otavio O Souza2016-03-301-21/+0
| | | | | | Fixes the shaper setup on fresh installs. Ticket #6042
* Bring back radvd start/stop to carpmaster/backup. Ticket #6043Chris Buechler2016-03-292-0/+32
|
* Bring back rainterface, add config upgrade to convert to new _vip format. ↵Chris Buechler2016-03-295-5/+65
| | | | Ticket #6043
* fix styleChris Buechler2016-03-291-2/+3
|
* Add translations for group type selectorStephen Beaver2016-03-291-9/+2
|
* Clarify error message by including group typeStephen Beaver2016-03-291-3/+3
|
* Preserve group name on input errorStephen Beaver2016-03-291-0/+5
|
* Revised scope handling to allow user to set to remote or local, but only if ↵Stephen Beaver2016-03-291-5/+28
| | | | it is not currently "system"
* Don't modify the group file for scope remote. Ticket #6012Chris Buechler2016-03-291-1/+1
|
* Rather than renaming groups with spaces, mark their scope as remote. Ticket ↵Chris Buechler2016-03-291-8/+1
| | | | #6012
* Revert part of 475f0b6db committed by accidentRenato Botelho2016-03-291-2/+0
|
* Stop processing when find itRenato Botelho2016-03-291-0/+1
|
* Add missing PHP modules, it should fix #6041Renato Botelho2016-03-291-0/+4
|
* Simplify logicRenato Botelho2016-03-291-2/+1
|
* (status > DHCPv6 Leases) make tables responsiveJared Dillard2016-03-291-3/+3
|
* clean up header on small screensJared Dillard2016-03-292-18/+38
|
* (status > ipsec) clean up cssJared Dillard2016-03-291-1/+1
|
* Fix logic for RRD and DHCP leases backup, and fix wording in the placeholder ↵jim-p2016-03-291-4/+12
| | | | text. Fixes #6040
* Use correct subnet mask for IPv6. Fixes #6039Renato Botelho2016-03-291-1/+3
|
* Merge pull request #2806 from NOYB/Interfaces_(assign)_-_Remove_Personalizationsjim-p2016-03-2910-21/+20
|\
| * Interfaces (assign) - Remove PersonalizationsNOYB2016-03-2910-21/+20
| | | | | | | | Remove "you" personalizations.
* | Merge pull request #2805 from ↵jim-p2016-03-293-5/+5
|\ \ | | | | | | | | | NOYB/System_/_User_Manager_-_Remove_Personalizations
| * | System / User Manager - Remove PersonalizationsNOYB2016-03-293-5/+5
| |/ | | | | | | Remove "you" personalizations.
* | Merge pull request #2804 from ↵jim-p2016-03-292-5/+5
|\ \ | | | | | | | | | NOYB/System_/_Routing_/_Gateways_-_Remove_Personalizations
| * | System / Routing / Gateways - Remove PersonalizationsNOYB2016-03-292-5/+5
| |/ | | | | | | Remove "you" personalizations.
* | Merge pull request #2803 from ↵jim-p2016-03-291-4/+4
|\ \ | | | | | | | | | NOYB/System_/_High_Availability_-_Remove_Personalizations
| * | System / High Availability - Remove PersonalizationsNOYB2016-03-291-4/+4
| |/ | | | | | | Remove "you" personalizations.
* | Merge pull request #2802 from ↵jim-p2016-03-291-5/+5
|\ \ | | | | | | | | | NOYB/System_/_General_Setup_-_Remove_Personalizations
| * | System / General Setup - Remove PersonalizationsNOYB2016-03-291-5/+5
| |/ | | | | | | Remove "you" personalizations.
* | Merge pull request #2801 from ↵jim-p2016-03-291-1/+1
|\ \ | |/ |/| | | NOYB/System_/_Certificate_Manager_/_CAs_/_Edit_-_Remove_Personalizations
| * System / Certificate Manager / CAs / Edit - Remove PersonalizationsNOYB2016-03-291-1/+1
|/ | | | Remove "you" personalizations.
* Merge pull request #2800 from phil-davis/r1Chris Buechler2016-03-293-5/+5
|\
| * Add brackets for clarityPhil Davis2016-03-293-5/+5
| | | | | | | | | | | | | | Add some extra brackets for clarity, rather than relying on the operator precedence rules. IMHO this makes it more readable, and no need for the reader to wonder if anything might go wrong with the operator precedence.
* | Specify the zone in the PORTAL_ACTION URL. Ticket #6037Chris Buechler2016-03-281-2/+2
|/
* (status > ipsec) clean up cssJared Dillard2016-03-281-3/+3
|
* Set the ALTQ root queue bandwidth.Luiz Otavio O Souza2016-03-283-2/+29
| | | | | | Whenever possible set it to 1Gb, if the sum of child queues if higher than 1Gb, set it the correct value so we do not break any existing setup. Ticket #5721
* Fixes the shaper wizards to split the bandwidth correctly.Luiz Otavio O Souza2016-03-282-14/+21
| | | | | | | | With P2P catchall disabled, the qLink queue (using 20% of root bandwidth) was not taken into account. Decrease 20% of qInternet bandwidth queue in this case. Ticket #5721
* Fix the sum of child bandwidth.Luiz Otavio O Souza2016-03-281-176/+83
| | | | | | | | Now percentages are correctly handled. Remove commented and unused old code supposed to do the same. Ticket #5721
* Implement system_get_serial()Renato Botelho2016-03-281-0/+15
|
* Remove dead codeRenato Botelho2016-03-281-8/+0
|
* Further text refinements for PR 2790jim-p2016-03-281-10/+10
|
* Merge pull request #2790 from NOYB/Interfaces_-_Word_Smithingjim-p2016-03-281-30/+30
|\
| * Remove "we" personalizations.NOYB2016-03-261-3/+3
| |
OpenPOWER on IntegriCloud