summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
Commit message (Collapse)AuthorAgeFilesLines
* don't show platform here (rebrands)Chris Buechler2011-01-191-1/+1
|
* Do not center hard drive upgrade imageScott Ullrich2011-01-051-1/+1
|
* Turn off csrf checksScott Ullrich2010-12-291-0/+2
|
* gettext fixesRenato Botelho2010-08-121-2/+2
|
* This page is System: Firmware, not Diagnostics: FirmwareErik Fonnesbeck2010-06-101-1/+1
|
* Fix gettext issuesRenato Botelho2010-04-291-3/+3
|
* Fixing gettext() on multiline stringsVinicius Coque2010-04-291-3/+3
|
* Fix : for translationsRenato Botelho2010-04-271-2/+2
|
* Remove extra spaceRenato Botelho2010-04-271-1/+1
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-271-8/+8
|
* Addin gettext functions do system::firmwareVinicius Coque2010-04-261-42/+42
|
* Ticket #318. Add an option to updater settings to allow updates for images ↵Ermal2010-03-241-2/+2
| | | | with no signature. This makes auto-updater work and will not display an confirmation message during manual update.
* Prompt for the correct image extension when updating firmware. (.img.gz for ↵jim-p2009-12-041-1/+5
| | | | nano and .tgz for others)
* fix typoChris Buechler2009-10-111-1/+1
|
* Add note about uncompressed images/filesScott Ullrich2009-10-111-2/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+5
| | | | include 2009 on files that I have asserted (C) on
* Use ['name'] instead of ['tmp_name']Scott Ullrich2009-09-101-3/+3
|
* Use stristr just in case of case sensitive nanobsd nameScott Ullrich2009-09-061-1/+1
|
* Move nano check to top of functionScott Ullrich2009-09-061-4/+4
|
* Check globals variableScott Ullrich2009-09-061-1/+1
|
* Check for nanobsd in the filename for nanobsd upgrades since it is not a tar ↵Scott Ullrich2009-09-061-0/+6
| | | | gzipped file similar to the full upgrades.
* Use unlink()Scott Ullrich2009-09-041-1/+1
|
* Use == false for better readability with file_is_for_platform() functionScott Ullrich2009-08-311-1/+1
|
* Correct typo for filenameScott Ullrich2009-08-311-1/+1
|
* Add function that extracts etc/platform from an upgrade file and compares to ↵Scott Ullrich2009-08-311-1/+15
| | | | the file on disk. This replaces the dumb filename platform check.
* Add a flag to keep track of nanobsd firmware uploadScott Ullrich2009-07-051-1/+3
|
* Add function to explain the error codeScott Ullrich2009-07-041-4/+23
|
* Pass along php error number if it happens. New in 5.3. Lovely.Scott Ullrich2009-07-041-2/+4
|
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-3/+3
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-12/+10
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Check $_FILES['ulfile']['name'] and not ['tmpname'] since it will not tell usScott Ullrich2009-06-271-2/+2
| | | | the original uploaded file name. Duhhhhhh.
* Add missing );Scott Ullrich2009-06-261-1/+1
|
* Add NanoBSD supportScott Ullrich2009-06-251-1/+3
|
* Move firmware update text format to globals.incScott Ullrich2009-05-141-1/+1
|
* remove progress bar for now. We will need to upgrade to lighttpd 1.5 forScott Ullrich2008-11-241-17/+16
| | | | this to work correctly.
* Switch back over to upload_progress_meter now that it is a freebsd port.Scott Ullrich2008-11-241-11/+11
|
* Unbreak disable / enable when rfc1867 is useScott Ullrich2008-11-241-67/+73
|
* Rescue upload progress bar from the dead!!! OMG, Zombies!Scott Ullrich2008-11-241-7/+11
|
* Add plugins folder for firmware_upgradeScott Ullrich2008-10-191-0/+2
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Misc fixesScott Ullrich2008-05-241-1/+3
|
* Just because elvis is dead, does not mean our auto updating systemScott Ullrich2008-05-241-2/+7
| | | | | | needs to be. Bring it back from the dead and make it match the new world order. Add a custom URL firmware update page which will have snapshot support shortly.
* Set php max execution and input to 3600 seconds. See: ↵Mark Crane2008-04-271-0/+4
| | | | http://forum.pfsense.org/index.php/topic,8878.msg49975.html#msg49975
* When bdiff is detected in the filename, invoke the binary updateScott Ullrich2008-02-171-1/+4
| | | | routines.
* Add product_copyright re-branding supportScott Ullrich2007-12-161-1/+1
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Add product_copyright re-branding supportScott Ullrich2007-12-161-1/+1
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* change default kernel on upgrade to SMP. Virtually all installs are running ↵Chris Buechler2007-12-151-1/+1
| | | | | | the SMP kernel, defaulting to uniprocessor broke several systems. related to Ticket #1534
* Remove duplicate $pgtitle entry.Scott Ullrich2007-11-161-1/+0
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-1/+0
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
OpenPOWER on IntegriCloud