Git Commits (June, 2023)

We try to be as transparent as possible when it comes to development, so here you can see any changes we make that we've committed to Git

There is upcoming system maintenance

Saturday 6th December 08:00 We are releasing the new website. Downtime is expected to be no more than 1 hour.

Sunday 7th December 07:00 We are performing a major migration for our back end systems; downtime is expected to be a few hours while this completes.

Avatar
ZeRo
lambda/mobile-apps/geotracker (Branch: master)
0 Additions 1 Modifications 0 Deletions

Change HTTP API Endpoint port

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
48 Additions 16 Modifications 9 Deletions
  • Implemented Meetup Location voting for use for the 2024 summer meetup and beyond
  • Tidy up of controllers. Now neatly organised in folders, also merged some where it made sense.
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 3 Modifications 1 Deletions
  • Migrated more things over to the new API System
  • Removed the legacy Radio API requests as these have now been replaced.
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Spoke to soon, fixed another one. oops

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
2 Additions 3 Modifications 0 Deletions
  • Client side configuration for client side API
  • Fixed more radio issues found during testing
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/community-api (Branch: master)
1 Additions 1 Modifications 0 Deletions

Fix for clientside API

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
1 Additions 11 Modifications 0 Deletions
  • Radio Fixes
  • Added DateTime Library
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
2 Additions 6 Modifications 0 Deletions
  • Added a dynamic asset route to get Steam avatars by SteamID64
  • Added a scheduled task to clear Steam avatar cache every 24 hours
  • Added API method to update in-game listeners
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
96 Additions 0 Modifications 0 Deletions

Add missing graffiti assets

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 100 Modifications 0 Deletions
  • Fix Graffiti Assets
  • Replaced arrow image with a vector icon
2 years ago
Avatar
ZeRo
lambda/garrys-mod/gamemodes/stronghold (Branch: master)
0 Additions 3 Modifications 0 Deletions

Fix flags not showing up correctly

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
3 Additions 39 Modifications 1 Deletions

Update web asset image paths

2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: dev)
99 Additions 19 Modifications 0 Deletions
  • Presenters Pages
  • Show Pages
  • Loading Screen for Gmod
  • Added in-game assets
2 years ago
Avatar
ZeRo
lambda/microservices/inventory (Branch: master)
0 Additions 2 Modifications 0 Deletions

Fixes found during testing

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
10 Additions 29 Modifications 0 Deletions
  • New Concommand system
  • URL Parsing system
  • Fixed web asset locations
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 10 Modifications 1 Deletions
  • Removed static variables and replaced with the environment variables system
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/environment-vars (Branch: master)
4 Additions 0 Modifications 0 Deletions

Provides a system for environment variables with string replacements

  • Initial Commit
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/community-api (Branch: master)
2 Additions 0 Modifications 0 Deletions

Initial commit

2 years ago
Avatar
ZeRo
lambda/microservices/inventory (Branch: master)
0 Additions 3 Modifications 0 Deletions

Minor fixes for issues found during testing

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
3 Additions 11 Modifications 0 Deletions
  • Updated other modules to use the new logging system
  • Updated currency & exchange rates to use the new API
  • Rewrote the player connect messages system
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 1 Modifications 0 Deletions

Lottery now uses API instead of SQL queries

2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 4 Modifications 0 Deletions
  • Removed legacy crap
  • Remove more SQL queries
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 6 Modifications 0 Deletions
  • Namespace cleanup
  • Updated the server configuration module to have a better API for getting configuration values.
  • Removed more SQL queries
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 4 Modifications 1 Deletions
  • Fetch map ID before boostrapping modules. The API will automatically create map entry if it does not exist
  • Updated Map Ratings to use API and the new Map ID system
  • Updated Map Removals to use API and the Map ID system
  • Rewrote the module to update the list of maps each server has.
  • Removed the "Map Name Update" functionality.
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 6 Modifications 6 Deletions
  • Removed DarkRP module
  • Disabled Admin modules as these will be rewritten
  • Fixes
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
2 Additions 10 Modifications 0 Deletions
  • Moved more modules over to new logging system
  • Moved more modules over to the new API system
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
2 Additions 5 Modifications 0 Deletions
  • Implemented new logging system
  • Updated some modules to use new logging
  • Updated Chicken Names to use API Calls
  • Updated Whitelist to use API calls
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 4 Modifications 0 Deletions
  • Replaced account settings from SQL queries to API Calls
  • Text adverts have now been migrated to API Calls
  • Server Configuration has been migrated over to using API Calls
2 years ago
Avatar
ZeRo
lambda/garrys-mod/addons/core (Branch: dev)
0 Additions 12 Modifications 0 Deletions
  • Removed MySQL
  • Implemented new bootstrapping and authentication API
  • Updated the radio module to use Radio Server v2 Schema
2 years ago
Avatar
ZeRo
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█
Private Commit
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█...!▌▄▇▋▊▉▅ █▅▋▊▅▍ ▆▆▊▇▆ ▌▋▄▋▉▆▋▆▋▄
2 years ago
Avatar
ZeRo
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█
Private Commit
▍██▅▄▄█▍▌▇▉ .▊▊▄ ▆▄▄ ▊▅█...!▌▄▇▋▊▉▅ █▅▋▊▅▍ ▆▆▊▇▆ ▌▋▄▋▉▆▋▆▋▄
2 years ago
Avatar
ZeRo
lambda/web2/lambdacommunity (Branch: master)
3 Additions 8 Modifications 0 Deletions
  • Fix timezone calcuations for new users not working
  • Added the option for Automatic timezone detection. This is turned on by default
  • Added the option for Automatic language detection. This is turned off by default
  • New users default language is now English (GB)
  • Check boxes now act like Booleans for forms (Opt-in).
2 years ago
Navigation
Commits Navigation