Show
Ignore:
Timestamp:
07/21/07 00:59:33 (5 years ago)
Author:
benoitg
Message:
  • At long last, implement #9: Automatic new node creation. When attempting to login from an unknown node, the user (if he has the permissions) will be prompted to create the node, or "steal" en existing one (for hardware swaps).
  • Refactor Node:getSelectNodeUI().
  • Menu.php: Fix small oversight causing menu not to clear.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/sql/wifidog-postgres-schema.sql

    r1250 r1261  
    532532    is_splash_only_node boolean DEFAULT false, 
    533533    custom_portal_redirect_url text, 
    534     gw_id text NOT NULL 
     534    gw_id text NOT NULL, 
     535    last_heartbeat_sys_uptime integer, 
     536    last_heartbeat_wifidog_uptime integer, 
     537    last_heartbeat_sys_memfree integer, 
     538    last_heartbeat_sys_load real 
    535539); 
    536540 
     
    11581162 
    11591163-- 
     1164-- Name: idx_connections_timestamp_in; Type: INDEX; Schema: public; Owner: -; Tablespace:  
     1165-- 
     1166 
     1167CREATE INDEX idx_connections_timestamp_in ON connections USING btree (timestamp_in); 
     1168 
     1169 
     1170-- 
    11601171-- Name: idx_connections_user_id; Type: INDEX; Schema: public; Owner: -; Tablespace:  
    11611172--