summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | #915 fix missing null-terminated stringJavier Sánchez Parra2019-09-051-1/+1
* | | | | #915 adds test for too large HTTP requestJavier Sánchez Parra2019-09-041-0/+19
* | | | | #922: ogLive with Kernel 5.0 installs Grub on BIOS computers.Ramón M. Gómez2019-09-044-6/+7
* | | | | #915 do not bail out when failing to send message to stale clientsOpenGnSys Support Team2019-09-021-4/+2
* | | | | #922 ogBootLoaderHidePartitions: Partition data will not hidden. Support seve...Irina Gómez2019-08-301-16/+26
* | | | | #559 fix out of bound array accessJavier Sánchez Parra2019-08-281-1/+1
* | | | | #915 check ogAdmServer binary existence when running pythong testsJavier Sánchez Parra2019-08-281-0/+4
* | | | | #915 add missing brackets to WOL API test jsonJavier Sánchez Parra2019-08-281-2/+2
* | | | | #915 add __pycache__ folder to .gitignoreJavier Sánchez Parra2019-08-281-0/+1
* | | | | #915 trim unknown command syslog error to the initial 32 bytesOpenGnSys Support Team2019-08-281-1/+1
* | | | | #915 add syslog error when HTTP request processing failsOpenGnSys Support Team2019-08-281-4/+17
* | | | | #915 add og_server_internal_error()OpenGnSys Support Team2019-08-281-5/+12
* | | | | #915 add syslog debugging for HTTP requestOpenGnSys Support Team2019-08-281-4/+4
* | | | | #915 close connection to REST API if request is too longOpenGnSys Support Team2019-08-281-1/+8
* | | | | #915 add OG_CLIENTS_MAX definitionOpenGnSys Support Team2019-08-281-2/+4
* | | | | #915 set maximum REST API response to 64 KbytesOpenGnSys Support Team2019-08-281-2/+4
* | | | | #915 json_dump_callback() takes flags as a parameterOpenGnSys Support Team2019-08-281-2/+2
* | | | | #915 allow up to 4096 clients from REST APIOpenGnSys Support Team2019-08-281-2/+2
* | | | | #915 reply with HTTP 405 when the method is incorrectJavier Sánchez Parra2019-08-271-12/+25
* | | | | #915 internal error response if reply is too longOpenGnSys Support Team2019-08-271-4/+11
* | | | | #892: Revert the removal of {{{wakonlan}}} installation dependency from commi...Ramón M. Gómez2019-08-262-2/+2
* | | | | #834: Setting a default value for some PHP variables to avoid warnings.Ramón M. Gómez2019-08-224-5/+10
* | | | | #922 Fixes create of grub.cfg by ogGrubInstall: In '/etc/grub.d/00_header' wh...Irina Gómez2019-08-211-0/+4
* | | | | Merge branch 'devel-browser-newlinks' into develRamón M. Gómez2019-08-202-25/+106
|\ \ \ \ \
| * | | | | Fixes bugs in 'importimage': it only created the lockfile if target repositor...Irina Gómez2019-08-201-1/+1
| * | | | | #847 ogclientSqfs2Img and ogclientImg2Sqfs: Auxiliary file size is increased ...Irina Gómez2019-08-202-2/+2
| * | | | | #802 #888 PXE templates for UEFI: 'default' and '1hd' support secure boot f...Irina Gómez2019-08-203-81/+53
| * | | | | #802 For EFI partition: in console in 'RestoreImage' command can't select it ...Irina Gómez2019-08-206-19/+34
| * | | | | #923 deployImage exits if detects error in updateCache. updateCache exits if ...Irina Gómez2019-08-202-1/+5
| * | | | | #802 #890 ogGrubInstallXx: grub's first stage finds grub.cfg correctly for co...Irina Gómez2019-08-201-26/+17
| * | | | | #912 opengnsys_update.sh: the script is fixed that inclued '/' at the end the...Irina Gómez2019-08-201-2/+2
| * | | | | Virtual machine based in Ubuntu 18.Irina Gómez2019-08-201-1/+1
| * | | | | Functions for management Windows Registry: chntpw need '-e' option for edit r...Irina Gómez2019-08-201-1/+1
| * | | | | #915 do not print misleading API error on web consoleJavier Sánchez Parra2019-08-201-1/+1
| * | | | | #921 Fixs 'Action queue': explode in php 7 don't support several delimiters.Irina Gómez2019-08-201-1/+1
| * | | | | #891 fix crash in wol commandOpenGnSys Support Team2019-08-201-6/+6
| * | | | | Fixs multicast error: create 'read' alias defining line break character as de...Irina Gómez2019-08-203-0/+23
| * | | | | #920: Truncate a long serial number.Ramón M. Gómez2019-08-201-5/+9
| * | | | | Import and export scripts include the custom scripts, PXE files for UEFI and...Irina Gómez2019-08-202-10/+36
| * | | | | #920: Filter more strings by retrieving the client's serial number.Ramón M. Gómez2019-08-201-2/+2
| * | | | | opengnys_installer.sh: fix error whereby the script failed to try to install ...Irina Gómez2019-08-201-2/+2
| * | | | | Merge branch 'devel-browser-newlinks' of opengnsys.es:/git/opengnsys into dev...Ramón M. Gómez2019-07-180-0/+0
| |\ \ \ \ \
| | * | | | | #919: Fix bug with quotation marks in constants.Ramón M. Gómez2019-07-182-8/+8
| | * | | | | #919: Defining new link types accepted by the Browser: command+confirm, comma...Ramón M. Gómez2019-06-272-24/+105
| * | | | | | #919: Fix bug with quotation marks in constants.Ramón M. Gómez2019-07-182-8/+8
| * | | | | | #919: Defining new link types accepted by the Browser: command+confirm, comma...Ramón M. Gómez2019-07-182-24/+105
* | | | | | | Fixes bugs in 'importimage': it only created the lockfile if target repositor...Irina Gómez2019-08-161-1/+1
* | | | | | | #847 ogclientSqfs2Img and ogclientImg2Sqfs: Auxiliary file size is increased ...Irina Gómez2019-08-162-2/+2
* | | | | | | #802 #888 PXE templates for UEFI: 'default' and '1hd' support secure boot f...Irina Gómez2019-08-143-81/+53
* | | | | | | #802 For EFI partition: in console in 'RestoreImage' command can't select it ...Irina Gómez2019-08-126-19/+34