aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-28Titan query strings are now actually processed as queries. Additional cleanu...request_refactorJeffrey Armstrong
2022-06-28Refactoring requests to be protocol-specificJeffrey Armstrong
2022-06-27Quick switch to more reasonable example config paths. Log file is now checke...Jeffrey Armstrong
2022-06-27Added player report of task type, which the captain will show in the job summ...Jeffrey Armstrong
2022-05-09Authorization now checked via Gemini. Finally implemented a single player pa...Jeffrey Armstrong
2022-05-06Auth level for a request is now updated when a session token in gemini is found.Jeffrey Armstrong
2022-05-06Login and session tracking now works via Gemini. Need to restrict operations...Jeffrey Armstrong
2022-05-04Auth levels are now read from a special config file. Both display and operat...Jeffrey Armstrong
2022-05-02Added concept of cookies so that sessions could exist in the web interface. ...Jeffrey Armstrong
2022-04-29Fixed login to use the proper password checking function.Jeffrey Armstrong
2022-04-28Sessions are now created and stored at login.Jeffrey Armstrong
2022-04-28Added module to generate uuids by calling uuidgen utilityJeffrey Armstrong
2022-04-27Started work on user-facing user stuff for web interface.Jeffrey Armstrong
2022-04-27Added command line args to create an admin user. Fixed a few db bugs.Jeffrey Armstrong
2022-04-27Added missing auth levels Fortran source.Jeffrey Armstrong
2022-04-26Added routines for validating user passwords and creating new users. Added r...Jeffrey Armstrong
2022-04-14Crypt module working with bcrypt passwords correctly.Jeffrey Armstrong
2022-04-11Added token validation to all api calls, esp. checkins. Changed status repor...Jeffrey Armstrong
2022-02-28Git pull operations that fail should now stop the build process correctly.Jeffrey Armstrong
2021-11-24Started addition of scheduling jobsJeffrey Armstrong
2021-09-15Added online and offline checking based on last checkin time for players. Ad...Jeffrey Armstrong
2021-09-14Additional fixes to checkin sqlJeffrey Armstrong
2021-09-14Fixed insert-update statement for acknowledging checkinsJeffrey Armstrong
2021-08-24When titan uploads come in, existing files are first deleted.Jeffrey Armstrong
2021-08-20Added token to launch of example player. Improved stdout messages for players.Jeffrey Armstrong
2021-08-20Attempt to streamline handling of titan uploads on the serverJeffrey Armstrong
2021-08-17Added client-side message when titan errors with tempfailJeffrey Armstrong
2021-08-17Titan writing routine server-side is now a function returning success in case...Jeffrey Armstrong
2021-06-29Tokens are now checked for file uploads. Fixed major buffer bugs in status r...Jeffrey Armstrong
2021-06-25Removed spurious printing when looking up instruction idsJeffrey Armstrong
2021-06-24Player tokens can now be set via web interface.Jeffrey Armstrong
2021-06-23Single Player pages now rendered in html. Need to actually connect token ass...Jeffrey Armstrong
2021-06-22Added new database table for tracking last player checkin with requisite Fort...Jeffrey Armstrong
2021-06-21Fixed memory issue caused by multiple deallocation calls.Jeffrey Armstrong
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs at...Jeffrey Armstrong
2021-06-07Git and shell tasks now default to the current directory if unspecified.Jeffrey Armstrong
2021-06-03Proper server response codes are now used by the request_utils moduleJeffrey Armstrong
2021-06-03Glob dir listings are now checked for directory separators prior to prependin...Jeffrey Armstrong
2021-06-01Added a GNU make makefile.Jeffrey Armstrong
2021-05-25Added directory to filename for upload when mask is specified.Jeffrey Armstrong
2021-05-24Fixed skip_first issue on LinuxJeffrey Armstrong
2021-05-24Removed unitialized logical from file listing routine. Fixed Windows project...Jeffrey Armstrong
2021-05-24Added links on jobs pages to the instructions and player that were running th...Jeffrey Armstrong
2021-05-20Added copyright headers to a few files.Jeffrey Armstrong
2021-05-20Added templates for about and home pages.Jeffrey Armstrong
2021-05-20Added a build date function. Implemented about and home templates for gemini...Jeffrey Armstrong
2021-05-20Added ability to extend templates if desired. Used in Home and About links.Jeffrey Armstrong
2021-05-19Set git operations to default to the master branchJeffrey Armstrong
2021-05-19Report failure for uploading non-existant or 0byte files.Jeffrey Armstrong
2021-05-18Added time stamps to common player stdout messages. Fixed delete_tree task t...Jeffrey Armstrong