root/trunk/wifidog-auth/ChangeLog @ 560

Revision 560, 21.6 KB (checked in by fproulx, 8 years ago)

2005-04-21 Fran�ois Proulx <francois.proulx@…>

  • Added explicit admin UI exceptions support for Flickr
  • Completed File and Picture objects
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
12005-04-21 François Proulx <francois.proulx@gmail.com>
2        * Added explicit admin UI exceptions support for Flickr
3        * Completed File and Picture objects
4       
52005-04-20 François Proulx <francois.proulx@gmail.com>
6        * Completed Flickr support ( explicit exceptions catching )
7        * Most of File object is done
8        * Fixed bug in generic_object_admin.php
9        * changed stylesheet class tags for Flickr
10       
112005-04-18 François Proulx <francois.proulx@gmail.com>
12        * Added Flickr content support
13        * Part of File object is done
14       
152005-04-19 Benoit Grégoire  <bock@step.polymtl.ca>
16        * Working (beta...) content manager and portal.
17        * Add content preview mode
18       
192005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
20        * Hotspot and network content association, continue access control work.
21        * hotspot_owner.php: Fix wrong assignement of user_id that prevented the script from working.
22        * All files:  Remove whitespace and carriage return after the ?> closing tags.
23       
242005-04-18 Benoit Grégoire  <bock@step.polymtl.ca>
25        * Much more complete admin, initial access control work.
26
272005-04-15 Benoit Grégoire  <bock@step.polymtl.ca>
28        * Support more of the content object model, do a half-decent CSS for the admin interface.
29
302005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
31        * Content.php:  Use full langstring interface by default;
32
332005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
34        * Content.php:  Fix db reference;
35
362005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
37        * Fix Content object enumeration preventing usage of admin interface
38        * Partial fix for RSS feed encoding (multiple feed aggregation still broken);
39
402005-04-14 Benoit Grégoire  <bock@step.polymtl.ca>
41        * First part of the future content delivery infrastructure.  Many files added.
42
432005-04-01 François Proulx  <francois.proulx@gmail.com>
44        * Modified gen.sh script to match UTF-8
45        * Added PAP RADIUS encryption support ( asked by Paris Sans Fil )
46       
472005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
48        * wifidog/templates/auth_sources_selection.html:  Add missing file from francois's commit.
49
502005-04-01 Philippe April <philippe@ilesansfil.org>
51        * Fixed missing parenthesis in classes/User.php
52        * Removed unused files
53        * fixed schema_validate.php (typos)
54
552005-04-01 Francois Proulx  <francois.proulx@gmail.com>
56        * EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT EDITOR
57        * The database will be converted to UTF-8 (version 5)
58        * Added select boxes ( or hidden ) html form elements to choose the network for signup, lost password, username
59       
602005-04-01 Benoit Grégoire  <bock@step.polymtl.ca>
61        * Add constraints to account_origin to detect errors on inserts.
62        * Remove IDRC test server
63
642005-04-01 Philippe April <philippe@ilesansfil.org>
65        * User.php: Add reference to $db global variable.
66        * Tagged v0_1_0_alpha1
67        * Removed spaces in AuthenticatorLocalUser.php
68       
692005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
70        * Remove spaces after php blocks in various files.
71        * Temporarily fix single authentication source not present bug in login smarty template.  All other places where we select the network will be fixed tommorow.
72        * Fix initial schema errors.
73       
742005-03-31 Benoit Grégoire  <bock@step.polymtl.ca>
75        * More RADIUS install documentation.
76        * Fix schema_validate.php
77       
782005-03-31 Francois Proulx  <francois.proulx@gmail.com>
79        * Moved language definition
80        * Moved e-mail subjects to User class ( each e-mail functions )
81       
822005-03-31 Francois Proulx  <francois.proulx@gmail.com>
83        * Added missing schema_validate.php modifs.
84
852005-03-31 Francois Proulx  <francois.proulx@gmail.com>
86        * Added PEAR install procedure
87       
882005-03-30 François Proulx  <francois.proulx@gmail.com>
89        * Finished RADIUS authentication and accounting
90        * Accounting Unique session ID is now based on the same token we use
91        * Fixed all issues with lost_username, lost_password etc...
92        * User class has new static function getUsersByEmail and getUsersByUsername
93        * Added translations for new features
94        * Translated the validation, lost password, username e-mails
95        * Tested quite a bit, this version is considered stable
96        * A few examples on how set different RADIUS or local authenticators can be found in the config.php
97       
982005-03-29 François Proulx  <francois.proulx@gmail.com>
99        * schema_validate.php : Modified schema : dropped e-mail + account unique index, dropped email not empty constraint
100        * Schema is now at version 3
101        * Coded RADIUS authentication
102        * Modified templates to show a select box when more than one server is configured
103        * Coded RADIUS accounting and backward compatibility accounting
104        * Modified many statistics SQL queries to match new Users table
105        * modified statistics templates to match user_id and account_origin
106        * TODO : Fix lost_username and lost_password ( issue since we dropped the unique constraint on emails... )
107        * TODO : Heavy testing possibly with remote RADIUS servers
108       
1092005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
110        * sql:  Put initial data in a transaction, and specify the wifidog user so you do not have to su to it while using sync_sql_for_svs
111       
1122005-03-28 Benoit Grégoire  <bock@step.polymtl.ca>
113        * common.php:  Add get_guid() function
114        * validate_schema.php: New auto-upgrade script to allow autaumatic schema upgrade.  Note that you must still update dump_initial_data_postgres.sh and use sync_sql_for_cvs.sh so new users aren't left in the cold.
115        * New class Authenticator (and subclasses):  Begin virtualizing the login process.
116         
1172005-03-24 Benoit Grégoire  <bock@step.polymtl.ca>
118        * Statistics.php: Fix getMostGreedyUsers returning bad values when incoming and outgoing for all connections from a user have null values.
119        * wifidog/local_content/default/portal.html: Fix layout so it resizes properly.  This in an interim measure.
120        * Update schema.  This will allow automatic schema updates in the future.  TO update a live server:
121                BEGIN;
122                CREATE TABLE schema_info (
123                    tag text PRIMARY KEY,
124                    value text
125                );
126                INSERT INTO schema_info (tag, value) VALUES ('schema_version', '1');
127                COMMIT;
128       
1292005-03-16 Matthew Asham <matthewa@bcwireless.net>
130 * config.php: will use "local.config.php" instead, if present.  avoid cvs over-writing.
131 * signup.php: if CUSTOM_SIGNUP_URL is defined, signup.php will re-direct.  For integration with existing auth systems
132 * hotspot_status.php: ob_clean may complain about buffering.  muted.
133 * ./classes/RssPressReview.inc: if rss_source['url'] is blank, ignore the feed.
134 
1352005-02-22 Benoit Grégoire  <bock@step.polymtl.ca>
136        * sql/dump_initial_data_postgres.sh, wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql:-Widen the connections size to fix int4 wraparound problems.  To update a running server, execute the following sql sniplet:
137BEGIN;
138ALTER TABLE connections RENAME incoming TO incoming_old;
139ALTER TABLE connections ADD COLUMN incoming int8;
140ALTER TABLE connections RENAME outgoing TO outgoing_old;
141ALTER TABLE connections ADD COLUMN outgoing int8;
142UPDATE connections set incoming=incoming_old, outgoing=outgoing_old;
143ALTER TABLE connections DROP COLUMN incoming_old;
144ALTER TABLE connections DROP COLUMN outgoing_old;
145COMMIT;
146        * wifidog/admin/hotspot.php: Missing file from phil's commit.
147        * wifidog/locale/fr/LC_MESSAGES/messages.mo, messages.po:  New translation by Benoit St-André
148
1492005-02-14 Philippe April <philippe@ilesansfil.org>
150        * gw_message.php: the "activate" message was not properly defined and
151        would cause an error to show up instead of the nice activate your account
152        message
153
1542005-02-14 Philippe April <philippe@ilesansfil.org>
155        * wifidog/locale/gen.s: Was not working as expected, it will now get the
156        gettext from smarty properly.
157        * Updated TODO with ideas on making config better
158
1592005-01-31 Benoit Grégoire  <bock@step.polymtl.ca>
160        * wifidog/templates/hotspot_status.html:  Restore the number of nodes
161        * wifidog/hotspot_status.php: Restore the number of nodes, add formatting and more information to the RSS feed.
162
1632005-01-26 Philippe April <isf_lists@philippeapril.com>
164        * Some kind of virtual login (we need to talk about this).
165        * New User and Node classes
166        * Modified all files to work with the classes.
167        * Remove mgmt_helpers (all done in User class now)
168
1692005-01-25 Benoit Grégoire  <bock@step.polymtl.ca>
170        * classes/Node.php:  New file, untested code example
171        * wifidog/admin/admin_common.php: Remove double-defined BASEPATH
172       
1732005-01-25 Philippe April <isf_lists@philippeapril.com>
174        * Changed initial postgres inserts sql file, it wasn't working properly
175
1762005-01-25 Pascal Leclerc  <pascal@plec.ca>
177        * Added admin and owner administration pages
178
1792005-01-23 Philippe April <isf_lists@philippeapril.com>
180        * Added gateway error messages (validation period, etc.)
181
1822005-01-20 Philippe April <isf_lists@philippeapril.com>
183        * Modularized the admin interface, added functions
184
1852005-01-18 Philippe April <isf_lists@philippeapril.com>
186        * Smarty'ized more, I think it's done now
187
1882005-01-12 Philippe April <isf_lists@philippeapril.com>
189        * i18n and smarty'ized parts
190
1912005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
192        * INSTALL: Mandate PHP5
193        * wifidog/hotspot_status.php: Allow export of the list as a RSS feed
194        * wifidog/classes/RssPressReview.inc:  Make it truly functionnal.
195        * wifidog/portal/index.php:  Support multiple RSS feeds.  The system will automatically pick the best 5 entries from all the feeds.  It will compensate for disparate publication intervals.  An entry from a feed that does not publish often will live longer than an entry from a feed that publishes very often.  If a feed doesn't have any entry that makes the cut, it will not appear at all.
196        * wifidog/templates/hotspot_status.html:  Add link to the RSS version.
197
1982005-01-11 Benoit Grégoire  <bock@step.polymtl.ca>
199        * wifidog/config.php:  Add list of hotspot to network rss feed list (not yet functionnal)
200        * wifidog/hotspot_status.php:  Allow RSS export of the list of deployed HotSpots.
201        * wifidog/admin/incoming_outgoing_swap.php:  Script to swap incoming and outgoing in your data.  only use this if you had gateways before 1.0.2 and wish to correct your logs before you upgrade.
202        * wifidog/classes/RssPressReview.inc:  Missing file from previous commit.
203        * wifidog/portal/index.php: Preliminary work to enable smart press review of multiple RSS feeds.
204
2052005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
206        * include/common.php: Fix SSL security warnings.  If SSL is enabled and the page was actually served over SSL, all media in the file will be served over SSL. Add a new define (BASE_NON_SSL_PATH) to allow us to make links that break out of SSL mode.  From now on, use the self adapting BASE_URL_PATH in most circumstance, BASE_SSL_PATH to enter SSL mode, and BASE_URL_PATH to break out of it.
207
2082005-01-10 Benoit Grégoire  <bock@step.polymtl.ca>
209        * admin/user_stats.php: Add three top tens to the statistics:  Top ten apetite for bandwidth, top ten travelers, most addicted users.
210
2112005-01-04 Benoit Grégoire  <bock@step.polymtl.ca>
212        * wifidog/local_content/default/hotspot_logo_banner.jpg: Make it much thinner.
213        * wifidog/local_content/default/login.html: Remove announcements
214        * wifidog/include/user_management_menu.php: Fix mailto:
215        * wifidog/auth/index.php: Fix auth server part of the no data transmited statistics bug.
216        * wifidog/admin/index.php: Add link to statistics
217        * wifidog/admin/user_stats.php: Activate security.
218        * wifidog/index.php: Make the distinction between the two hotspot status pages clearer.
219
2202004-12-08 Benoit Grégoire  <bock@step.polymtl.ca>
221        * wifidog/index.php: Add menu
222        * wifidog/include/user_management_menu.php: Editorial change, make translateable
223        * wifidog/portal/index.php:  Fix RSS feeds
224
2252004-12-03 Benoit Grégoire  <bock@step.polymtl.ca>
226        * wifidog/admin/user_stats.php,  wifidog/classes/Statistics.php:  Embryonic aggregate user stats.  Currently allows you to find out the rate at which your users subscribe.
227        * wifidog/config.php, wifidog/local_content/default/login.html, wifidog/include/user_management_menu.php:  Add hotspot status page to login page.
228        * wifidog/hotspot_status.php: Cosmetic
229        * wifidog/admin/hotspot_log.php: Stats now need admin privileges
230        * wifidog/index.php: Cosmetic.
231
2322004-11-19 Benoit Grégoire  <bock@step.polymtl.ca>
233        * TODO: Add email domains to blacklist
234        * wifidog/config.php, wifidog/include/user_management_menu.php: Add tech support email address
235        * wifidog/hotspot_status.php: List of HotSpots that are open with summary of information.  Designed to be included as part of another page.
236        * wifidog/local_content/common/wifidog_logo_banner.gif: Add wifidog logo
237        * wifidog/local_content/default/hotspot_logo_banner.jpg: Shrink the logo and write unknown hotspot, however this is still really ugly
238        * wifidog/local_content/default/login.html, portal.html, stylesheet.css: Cosmetic fixes
239        * wifidog/local_content/default/login.html.fr, portal.html.fr: Delete the files, this isn't the approach we will use for translation.
240        * sql/wifidog-postgres-initial-data.sql, wifidog-postgres-schema.sql: Update with new node information structures.
241
2422004-11-04 Benoit Grégoire  <bock@step.polymtl.ca>
243        * wifidog/admin/hotspot_log.php: Add number of currently connected users here as well.
244
2452004-11-03 Benoit Grégoire  <bock@step.polymtl.ca>
246        * wifidog/ping/index.php: Log user-agent
247        * extensive statistics work
248        * sql/wifidog-postgres-schema.sql: Add description field for hotspots and log user-agent
249
2502004-10-28 Benoit Grégoire  <bock@step.polymtl.ca>
251        * sql/wifidog-postgres-schema.sql:  Add constraints to avoid empty string in email or user_id.
252        * Some statistics fixes
253
2542004-09-29 Alexandre Carmel-Veilleux <acv@acv.ca>
255        * wifidog/admin/index.php: Integrated the changes contributed
256        on the mailing list by Rikhardur EGILSSON (fname.lname@oecd.org),
257        mainly a missing ' in some HTML.
258
2592004-09-28 Yanik Crépeau <yanik@exScriptis.com>
260        * wifidog/include/common.php: Added commented header with cvs
261        keywords.
262        * wifidog/include/common.php: Added commented code (not executing) for
263        further testing with language/localization issues.
264
2652004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
266        * sql/wifidog-postgres-schema.sql:  Remove non SQL standard "COMMENT ON" comments
267
2682004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
269        * sql/wifidog-postgres-schema.sql:  Drop procedural language stuff
270
2712004-09-27 Benoit Grégoire  <bock@step.polymtl.ca>
272        * sql/wifidog-postgres-schema.sql:  Fix layout for the node_owners table
273        * Begin integrating Patrick Tanguay's new layout and generate the css dynamically to allow for background images.
274
2752004-09-22 Benoit Grégoire  <bock@step.polymtl.ca>
276        * portal/index.php:  Fix users appearing online at every hotspot.
277        * wifidog/classes/Style.php, wifidog/login/index.php:  Fix some potential cache problems and help with validation.
278       
2792004-09-18 Benoit Grégoire  <bock@step.polymtl.ca>
280        * wifidog/config.php:  Add VALIDATION_GRACE_TIME configuration parameter.
281        * wifidog/auth/index.php:  Move grace time date arithmetics to the database, fixes validation period not working.  Stop storing VALIDATION_FAILES status to the database.  Add check for validation period expiration at stage login, not just stage counters, this will fix one minute validation period.
282        * wifidog/login/index.php:  Check validation period activation, and if period is expired, explain to the user instead of redirecting to the gateway.
283        * wifidog/user_management/index.php:  Fix SQL error at new user registration. 
284       
2852004-09-02 Benoit Grégoire  <bock@step.polymtl.ca>
286        * wifidog/node_list.php: Complete the status page
287        * Add images
288        * Add hotspot creation date
289       
2902004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
291        * sql/: Update the postgres schemas and add scripts to ease maintaining it.
292        * sql/sync_sql_for_cvs.sh: Should you modify the schema in your db, run this script to the chances will be available in the cvs schemas and initial data.
293        * sql/dump_initial_data_postgres.sh: This does the actual dump of the data in a runnable form.  Note that this needs to be edited manually if you add a new table requiring initial data.
294        * INSTALL:  Update for postgres.  Somebody please test this.
295
2962004-08-31 Benoit Grégoire  <bock@step.polymtl.ca>
297        * wifidog/ping/index.php: Implement logging of which hotspot sent the heartbeat, from which ip and when.
298        * wifidog/node_list.php:  Primitive but functionnal hotspot status page.
299        * wifidog/include/user_management_menu.php:  Change menu labels
300        * wifidog/local_content/default/login.html: Improve layout.  Someone needs to make this stylesheet correct, I took shortcuts...
301        * wifidog/local_content/default/stylesheet.css:  Reduce H1 font size.
302        * wifidog/user_management/index.php:  Display the menu, will eventually allow us to present proper help text.
303
3042004-08-30 Benoit Grégoire  <bock@step.polymtl.ca>
305        * Add link to original requested site.
306        * wifidog/node_list.php:  New file.  Will become the main node status page.
307
3082004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
309        * Primitive network status available form the index page
310        * Administrative security is implemented.
311
3122004-08-28 Benoit Grégoire  <bock@step.polymtl.ca>
313        * Fix big gaping security hole in login page (password would be ignored if the username was used to login)
314        * PostgreSql port
315        * Change the method to determine who is online
316        * Stop keeping unused token once user successfully logs in.
317        * Fix missing update of token update date.
318        * Counters wouldn't get updated for stage=LOGOUT
319        * wifidog/auth/index.php:  Added a Messages: response in addition to Auth: so we can know what the hell the server is up to.  Currently you need to run wifidog in debug level 7 to see it. That message should be parsed so it is visible in debug level 6.
320        * wifidog/auth/index.php:   Fix code injection vulnerability.
321       
3222004-08-27 Benoit Grégoire  <bock@step.polymtl.ca>
323        * SSL support and RSS improvement
324        * Last commit tested with mysql support
325       
3262004-08-24 Pascal Leclerc  <pascal@plec.ca>
327        * wifidog/admin/user_log.php: Add total to incoming and outgoing
328        * Replace all SERVER_NAME by HTTP_HOST to fix non-standard server ports
329
3302004-08-11 Benoit Grégoire  <bock@step.polymtl.ca>
331        * wifidog/config.php: Add USER_MANAGEMENT_PAGE
332        * wifidog/include/user_management_menu.php:  Code meant to deal with non-standard ports broke the menu.  Hopefully fixed.
333        * Add alex's mising changelog entry...
334       
3352004-08-11 Alexandre Carmel-Veilleux <acv@acv.ca>
336        * wifidog/ping/index.php: will now reply if the wifidog auth server is up. to be used by wifidog to do heartbeats.
337
3382004-08-07 Benoit Grégoire  <bock@step.polymtl.ca>
339        * Add code to import a NoCat user database (passwd).  The username will be generated from the first part of the email if the name was en email.
340        * Change password hashing algorithm to make it compatible with NoCat (For the curious among you, the hashing algorithm is now:  take the md5 digest in binary format of the password, and base64 encode it.
341        * Table schema changed to accomodate newhash length (users.pass is now varchar(32))
342        * The user is now allowed to login with either his username or his email.
343       
3442004-08-03 Pascal Leclerc  <pascal@plec.ca>
345        * wifidog/classes/SmartyWifidog.php: Fix path validation bug, replace NODE_CONTENT_URL with NODE_CONTENT_PHP_RELATIVE_PATH
346        * wifidog/classes/AbstractDb.php: Add class=warning for better display
347        * wifidog/config.php: Add SYSTEM_PATH and test/fix non-standard server ports
348
3492004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
350        * Make gettext support optionnal, and define GETTEXT_AVAILABLE, will be set to true if gettext is available.  If false, blank _() and gettext() functions will be defined so the system still works.
351
3522004-08-03 Benoit Grégoire  <bock@step.polymtl.ca>
353        * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully).
354
3552004-08-02 Benoit Grégoire  <bock@step.polymtl.ca>
356        * wifidog-auth lives! New since the dark ages
357        * Demo page to allow people to hack more easely on it
358        * Support for multiple nodes.  TODO:  Merge with the database project.
359        * Very cool local content architecture.  Every hotspot can have a folder in the local_content directory.  This folder can be filed by a single logo, leaving all the rest to the default content, or be completely custom (stylesheet, login page, portal page, header, etc.)
360        * Everything in local content is templated with smarty, no problem with web designer wrecking havoc on the auth server.  You can edit everything in local_content/default even if you only speak html.
361        * No need to set any path in the web server config files (that one was a bitch to implement)
362        * RSS feed support (optionnal, with magpierss), one feed per node (url stored in the database, works great, but no gui to edit it yet) and one network-wide RSS feed.
363        * All path are editable from the config file
364        * "Productize" the thing, so it make sense for other groups to install it (the network name, url, default RSS, and such are set from the config file.
365        * Put most strings in gettext calls for easy future translation.
366        * User can request that the server send the validation email again
367        * User can change password
368        * User who forgot his username can have it mailed to him.
369        * User who lost his password can ask the system to generate a new one and mail it to him.
370        * Email is now a separate field to preserve user privacy.
371        * Enforces (politely) that there are no duplicate emails in the database
372        * Database abstraction layer with very nice debugging features (just append true at the end of the call, and you'll see the query, the results, the query plan and number of affected rows.  Also allow future upgrade to postgres.
373        * Lots of other things I forgot.
374       
375        * User who forgot his username can have it mailed to him.
376        * User who lost his password can ask the system to generate a new one and mail it to him.
377        * Email is now a separate field to preserve user privacy.
378        * Enforces (politely) that there are no duplicate emails in the database
379        * Database abstraction layer with very nice debugging features (just append true at the end of the call, and you'll see the query, the results, the query plan and number of affected rows.  Also allow future upgrade to postgres.
380        * Lots of other things I forgot.
381       
Note: See TracBrowser for help on using the browser.