platal.git
16 years agoSome old code interfered with the new one...
Florent Bruneau [Tue, 27 May 2008 18:36:16 +0000 (20:36 +0200)]
Some old code interfered with the new one...

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix hash size.
Florent Bruneau [Sun, 25 May 2008 10:45:30 +0000 (12:45 +0200)]
Fix hash size.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix alias computation.
Florent Bruneau [Sun, 25 May 2008 10:42:52 +0000 (12:42 +0200)]
Fix alias computation.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdd a 'one-click' imap registration page.
Florent Bruneau [Sun, 25 May 2008 10:37:28 +0000 (12:37 +0200)]
Add a 'one-click' imap registration page.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoReplace %HASH% in the newsletter with $hash/$login.
Florent Bruneau [Sun, 25 May 2008 10:00:50 +0000 (12:00 +0200)]
Replace %HASH% in the newsletter with $hash/$login.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdd a generic hash capability to the newsletter.
Florent Bruneau [Sun, 25 May 2008 09:41:53 +0000 (11:41 +0200)]
Add a generic hash capability to the newsletter.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoReplaces all left occurences of 'shortname' in AXLetter, as it uses extract() to...
Vincent Zanotti [Sun, 18 May 2008 14:17:40 +0000 (16:17 +0200)]
Replaces all left occurences of 'shortname' in AXLetter, as it uses extract() to get the value 'short_name' from SQL.
Also fixes an issue with deadline insertion in MySQL (input in YYYYMMDD format instead of YYYY-MM-DD).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes the AXLetter module (SQL field 'shortname' is now known as 'short_name').
Vincent Zanotti [Sun, 18 May 2008 13:41:50 +0000 (15:41 +0200)]
Fixes the AXLetter module (SQL field 'shortname' is now known as 'short_name').

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes the user's password generation on registration (password used to be "" for...
Vincent Zanotti [Mon, 5 May 2008 16:38:39 +0000 (18:38 +0200)]
Fixes the user's password generation on registration (password used to be "" for everyone ...).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoEnsures requests to the Google Apps API are processed as soon as possible (and before...
Vincent Zanotti [Thu, 1 May 2008 21:16:50 +0000 (23:16 +0200)]
Ensures requests to the Google Apps API are processed as soon as possible (and before batch requests used to re-synchronize the local user accounts mirror with the main database at Google).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoImproves user experience in creating Google Apps accounts (thanks to Olivier Le Floch).
Vincent Zanotti [Thu, 24 Apr 2008 01:34:51 +0000 (03:34 +0200)]
Improves user experience in creating Google Apps accounts (thanks to Olivier Le Floch).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdds support for GoogleApps-only redirections in newsletters.
Vincent Zanotti [Wed, 23 Apr 2008 20:25:24 +0000 (22:25 +0200)]
Adds support for GoogleApps-only redirections in newsletters.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoIn GoogleAppsAccount, accounts for the special meaning of "<column of type VARCHAR...
Vincent Zanotti [Tue, 22 Apr 2008 18:13:21 +0000 (20:13 +0200)]
In GoogleAppsAccount, accounts for the special meaning of "<column of type VARCHAR> = 0" in MySQL.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoRemoves the GoogleApps account clean-up for dead people who did not had any.
Vincent Zanotti [Tue, 22 Apr 2008 17:47:58 +0000 (19:47 +0200)]
Removes the GoogleApps account clean-up for dead people who did not had any.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoPrevents the "remove this redirection" button to appear when the redirection is unique.
Vincent Zanotti [Sat, 19 Apr 2008 21:22:35 +0000 (23:22 +0200)]
Prevents the "remove this redirection" button to appear when the redirection is unique.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes "googleapps administrator" status determination.
Vincent Zanotti [Sat, 19 Apr 2008 21:22:01 +0000 (23:22 +0200)]
Fixes "googleapps administrator" status determination.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoIt seems that forlife are firstname.name.promo, not name.firstname.promo...
Florent Bruneau [Thu, 17 Apr 2008 15:57:48 +0000 (17:57 +0200)]
It seems that forlife are firstname.name.promo, not name.firstname.promo...

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdmins of main site are admins for all sites that use groupex authentication
Pascal Corpet [Fri, 11 Apr 2008 22:05:54 +0000 (00:05 +0200)]
Admins of main site are admins for all sites that use groupex authentication

16 years agoFix virtual table entry of new mailing list created via x.net
Florent Bruneau [Sun, 6 Apr 2008 21:24:29 +0000 (23:24 +0200)]
Fix virtual table entry of new mailing list created via x.net

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoPrevents user from requesting multiple password synchronization due to GET requests.
Vincent Zanotti [Sun, 6 Apr 2008 09:40:23 +0000 (11:40 +0200)]
Prevents user from requesting multiple password synchronization due to GET requests.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes the "user_id" column type in table gapps_queue.
Vincent Zanotti [Sat, 5 Apr 2008 20:58:56 +0000 (22:58 +0200)]
Fixes the "user_id" column type in table gapps_queue.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoStops the Google Apps spam on OTRS, and spams validation@ instead.
Vincent Zanotti [Sat, 5 Apr 2008 20:40:08 +0000 (22:40 +0200)]
Stops the Google Apps spam on OTRS, and spams validation@ instead.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoTailors the 'nomdusage' validation email according to the recipient (and not to the...
Vincent Zanotti [Sat, 5 Apr 2008 19:11:29 +0000 (21:11 +0200)]
Tailors the 'nomdusage' validation email according to the recipient (and not to the admin).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes the "no redirection / bad MXs" warnings for administrators.
Vincent Zanotti [Fri, 4 Apr 2008 08:46:34 +0000 (10:46 +0200)]
Fixes the "no redirection / bad MXs" warnings for administrators.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdds missing directory for Google Apps stats images.
Vincent Zanotti [Tue, 1 Apr 2008 13:24:08 +0000 (15:24 +0200)]
Adds missing directory for Google Apps stats images.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoEnables deactivation of RSS/iCal popups (to be used in Xorg/Goodies).
Vincent Zanotti [Tue, 1 Apr 2008 13:23:06 +0000 (15:23 +0200)]
Enables deactivation of RSS/iCal popups (to be used in Xorg/Goodies).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdds a baseurl_http global var (used for RSS urls which can't be fixed by xorg.js...
Vincent Zanotti [Tue, 1 Apr 2008 13:22:48 +0000 (15:22 +0200)]
Adds a baseurl_http global var (used for RSS urls which can't be fixed by xorg.js's auto_links).
Was supposed to be part of 769dc7d5, but changes were made to include/googleapps.inc.php.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years ago404/403 do not require auth.
Florent Bruneau [Tue, 1 Apr 2008 08:56:53 +0000 (10:56 +0200)]
404/403 do not require auth.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAuthor: Webmaster Polytechnique.org <falco@melix.net>
web@polytechnique.org [Mon, 31 Mar 2008 20:50:03 +0000 (22:50 +0200)]
Author: Webmaster Polytechnique.org <falco@melix.net>

    trivial fix in syntax  -- falco

16 years agoRevert "Fix geoloc."
Florent Bruneau [Mon, 31 Mar 2008 20:34:48 +0000 (22:34 +0200)]
Revert "Fix geoloc."

This reverts commit 13c3df1e76eeeb306dc87c4844f2a2fb014c5b91.

16 years agoRelease 0.9.16
Florent Bruneau [Mon, 31 Mar 2008 19:37:43 +0000 (21:37 +0200)]
Release 0.9.16

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix a race condition in active redirection validation.
Florent Bruneau [Mon, 31 Mar 2008 16:46:36 +0000 (18:46 +0200)]
Fix a race condition in active redirection validation.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoGrumpf, typo-syntax
Florent Bruneau [Mon, 31 Mar 2008 15:36:25 +0000 (17:36 +0200)]
Grumpf, typo-syntax

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoOops, duplicated.
Florent Bruneau [Mon, 31 Mar 2008 15:34:46 +0000 (17:34 +0200)]
Oops, duplicated.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoCan set a netmask for ip watch.
Florent Bruneau [Mon, 31 Mar 2008 15:31:27 +0000 (17:31 +0200)]
Can set a netmask for ip watch.

-> the mask does not affect the content of the page admin/ipwatch (SQL limitations)
-> DO NOT use ip2long: this function sucks and can return negative numbers o_O

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix notice on 'ax'-profile.
Florent Bruneau [Mon, 31 Mar 2008 14:08:47 +0000 (16:08 +0200)]
Fix notice on 'ax'-profile.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFake public profile for non registered users.
Florent Bruneau [Mon, 31 Mar 2008 11:59:42 +0000 (13:59 +0200)]
Fake public profile for non registered users.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agodelete obsolete database checks
Florent Bruneau [Sun, 30 Mar 2008 20:42:49 +0000 (22:42 +0200)]
delete obsolete database checks

16 years agoMakefile build spool/tmp
Florent Bruneau [Fri, 28 Mar 2008 09:45:48 +0000 (10:45 +0100)]
Makefile build spool/tmp

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUser upload directory is not anymore spool/uploads/temp but spool/tmp.
Florent Bruneau [Fri, 28 Mar 2008 09:42:16 +0000 (10:42 +0100)]
User upload directory is not anymore spool/uploads/temp but spool/tmp.

spool/uploads was symlinked to htdocs/upload (wiki requirement).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix profile link in public search for unregistered users.
Florent Bruneau [Fri, 28 Mar 2008 09:33:59 +0000 (10:33 +0100)]
Fix profile link in public search for unregistered users.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoDon't show the registration state on the public search.
Florent Bruneau [Fri, 28 Mar 2008 09:01:57 +0000 (10:01 +0100)]
Don't show the registration state on the public search.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUpdate soundex algorithm using comments from users [0].
Florent Bruneau [Thu, 27 Mar 2008 19:54:16 +0000 (20:54 +0100)]
Update soundex algorithm using comments from users [0].

[0] http://blog.mymind.fr/post/2007/03/15/Soundex-Francais

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoKill PHP sessions when a user account is disabled.
Florent Bruneau [Thu, 27 Mar 2008 17:40:58 +0000 (18:40 +0100)]
Kill PHP sessions when a user account is disabled.

This requires a sudo on the kill_sessions script:
www-data ALL=(root) NOPASSWD:/path/to/platal/bin/kill_sessions.sh

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix geoloc.
Florent Bruneau [Wed, 26 Mar 2008 17:14:37 +0000 (18:14 +0100)]
Fix geoloc.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix NL submission form when the article is too long.
Florent Bruneau [Wed, 26 Mar 2008 16:56:20 +0000 (17:56 +0100)]
Fix NL submission form when the article is too long.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix the name of the template of the axletter.
Florent Bruneau [Wed, 26 Mar 2008 07:19:26 +0000 (08:19 +0100)]
Fix the name of the template of the axletter.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoThe result of the 'remember-me' popup was undefined this the return value of the...
Florent Bruneau [Tue, 25 Mar 2008 23:29:46 +0000 (00:29 +0100)]
The result of the 'remember-me' popup was undefined this the return value of the onchange function was undefined.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoDon't hide the rss link when no event is currently available.
Florent Bruneau [Tue, 25 Mar 2008 23:22:32 +0000 (00:22 +0100)]
Don't hide the rss link when no event is currently available.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoRemove the readonly attribute of the nonins checkbox.
Florent Bruneau [Tue, 25 Mar 2008 23:11:16 +0000 (00:11 +0100)]
Remove the readonly attribute of the nonins checkbox.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix bottom links of the newsletter and the axletter when using the web archive interface.
Florent Bruneau [Tue, 25 Mar 2008 23:06:02 +0000 (00:06 +0100)]
Fix bottom links of the newsletter and the axletter when using the web archive interface.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoGrumpf, missing file
Florent Bruneau [Tue, 25 Mar 2008 21:14:18 +0000 (22:14 +0100)]
Grumpf, missing file

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdd simple 'view_profile' stats.
Florent Bruneau [Tue, 25 Mar 2008 21:12:49 +0000 (22:12 +0100)]
Add simple 'view_profile' stats.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoMerge branch 'master' of /home/git/platal
Stéphane Jacob [Tue, 25 Mar 2008 19:33:35 +0000 (20:33 +0100)]
Merge branch 'master' of /home/git/platal

16 years agoIndicate there are members-only events for non-members (Closes #772)
Stéphane Jacob [Tue, 25 Mar 2008 19:33:19 +0000 (20:33 +0100)]
Indicate there are members-only events for non-members (Closes #772)

16 years agoMissing colon.
Florent Bruneau [Tue, 25 Mar 2008 19:07:26 +0000 (20:07 +0100)]
Missing colon.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUpdates ChangeLog.
Vincent Zanotti [Mon, 24 Mar 2008 00:03:18 +0000 (01:03 +0100)]
Updates ChangeLog.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdd 'view_profile' and 'search' actions in logger.
Florent Bruneau [Tue, 25 Mar 2008 18:10:31 +0000 (19:10 +0100)]
Add 'view_profile' and 'search' actions in logger.
  * view_profile action logged valid profile viewed.
  * search logged all quick and advanced search with the text (or variables) of the query

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoImprove asked inscription interface and fix some typos (Closes #799)
Stéphane Jacob [Mon, 24 Mar 2008 17:54:10 +0000 (18:54 +0100)]
Improve asked inscription interface and fix some typos (Closes #799)

16 years agospelling
Pascal Corpet [Mon, 24 Mar 2008 12:40:05 +0000 (13:40 +0100)]
spelling

16 years agoadd link to user being banned in forums banishment administration
Pascal Corpet [Sun, 23 Mar 2008 23:59:04 +0000 (00:59 +0100)]
add link to user being banned in forums banishment administration

16 years agoAdapts notification for Xettes, and fixes notification emails (Closes #734)
Vincent Zanotti [Sun, 23 Mar 2008 23:54:10 +0000 (00:54 +0100)]
Adapts notification for Xettes, and fixes notification emails (Closes #734)

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoadd plat/al version in xnet footer
Pascal Corpet [Sun, 23 Mar 2008 23:34:48 +0000 (00:34 +0100)]
add plat/al version in xnet footer

16 years agomore explanations for forums banishment administration
Pascal Corpet [Sun, 23 Mar 2008 23:29:41 +0000 (00:29 +0100)]
more explanations for forums banishment administration

16 years agopassword prompt page reorganization to please everybody (even iphone users)
Pascal Corpet [Sun, 23 Mar 2008 23:05:30 +0000 (00:05 +0100)]
password prompt page reorganization to please everybody (even iphone users)

16 years agoUpdates ChangeLog (#803 fix by Pascal Corpet).
Vincent Zanotti [Sun, 23 Mar 2008 22:31:08 +0000 (23:31 +0100)]
Updates ChangeLog (#803 fix by Pascal Corpet).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdds a check on Google Apps accounts in checkdb.php.
Vincent Zanotti [Sun, 23 Mar 2008 21:51:33 +0000 (22:51 +0100)]
Adds a check on Google Apps accounts in checkdb.php.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoprevent ajax deletion of last active redirection
Pascal Corpet [Sun, 23 Mar 2008 21:30:21 +0000 (22:30 +0100)]
prevent ajax deletion of last active redirection

16 years agoclear subsector selector when sector is null
Pascal Corpet [Sun, 23 Mar 2008 21:29:25 +0000 (22:29 +0100)]
clear subsector selector when sector is null

16 years agoXHTML compliance
Pascal Corpet [Sun, 23 Mar 2008 21:28:20 +0000 (22:28 +0100)]
XHTML compliance

16 years agoipod compliance doesn't have to make us loose good features
Pascal Corpet [Sun, 23 Mar 2008 21:27:21 +0000 (22:27 +0100)]
ipod compliance doesn't have to make us loose good features

16 years agoforums ban administration a bit more explicative
Pascal Corpet [Sun, 23 Mar 2008 21:26:27 +0000 (22:26 +0100)]
forums ban administration a bit more explicative

16 years agoImproves the comment/edition box opener in admin/validate
Stéphane Jacob [Sun, 23 Mar 2008 20:52:27 +0000 (21:52 +0100)]
Improves the comment/edition box opener in admin/validate

16 years agominor fixes to mentor profile page
Pascal Corpet [Sun, 23 Mar 2008 17:27:46 +0000 (18:27 +0100)]
minor fixes to mentor profile page

16 years agoAdds email storage backends in the redirection list in redirection testing emails.
Vincent Zanotti [Sun, 23 Mar 2008 16:54:02 +0000 (17:54 +0100)]
Adds email storage backends in the redirection list in redirection testing emails.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes the email list display on page /emails.
Vincent Zanotti [Sun, 23 Mar 2008 16:50:22 +0000 (17:50 +0100)]
Fixes the email list display on page /emails.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoPrevents users with Google Apps storage as only email redirection to be considered...
Vincent Zanotti [Sat, 22 Mar 2008 23:55:44 +0000 (00:55 +0100)]
Prevents users with Google Apps storage as only email redirection to be considered 'broken'.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes invocation of EmailStorage methods.
Vincent Zanotti [Sat, 22 Mar 2008 23:50:49 +0000 (00:50 +0100)]
Fixes invocation of EmailStorage methods.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes the comment/edition box opener in admin/validate, and switches to 'toggle'...
Vincent Zanotti [Sat, 22 Mar 2008 23:44:26 +0000 (00:44 +0100)]
Fixes the comment/edition box opener in admin/validate, and switches to 'toggle' mode.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoIntegrates email storage backends (IMAP and Google Apps) as almost-normal email redir...
Vincent Zanotti [Sat, 22 Mar 2008 19:54:08 +0000 (20:54 +0100)]
Integrates email storage backends (IMAP and Google Apps) as almost-normal email redirections.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoRefactors the Email/Redirect classes, to prepare for MailStorage integration.
Vincent Zanotti [Sat, 22 Mar 2008 15:24:00 +0000 (16:24 +0100)]
Refactors the Email/Redirect classes, to prepare for MailStorage integration.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoPrevents disabled users from accessing hash-protected resources (currently RSS feeds...
Vincent Zanotti [Sat, 22 Mar 2008 18:58:41 +0000 (19:58 +0100)]
Prevents disabled users from accessing hash-protected resources (currently RSS feeds, and iCal calendars).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoUpdates the Google Apps account status on suspend, to prevent email redirections...
Vincent Zanotti [Sat, 22 Mar 2008 15:21:38 +0000 (16:21 +0100)]
Updates the Google Apps account status on suspend, to prevent email redirections from being reactivated.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoMerge branch 'platal-0.9.15'
Florent Bruneau [Fri, 21 Mar 2008 22:26:26 +0000 (23:26 +0100)]
Merge branch 'platal-0.9.15'

16 years agoReally fix dangerous email check on subscription. xorg/0.9.15
Florent Bruneau [Fri, 21 Mar 2008 22:18:21 +0000 (23:18 +0100)]
Really fix dangerous email check on subscription.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoReally fix dangerous email check on subscription.
Florent Bruneau [Fri, 21 Mar 2008 22:18:21 +0000 (23:18 +0100)]
Really fix dangerous email check on subscription.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoBan dangerous on subscription
Florent Bruneau [Fri, 21 Mar 2008 22:04:39 +0000 (23:04 +0100)]
Ban dangerous on subscription

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoBan dangerous on subscription
Florent Bruneau [Fri, 21 Mar 2008 22:04:39 +0000 (23:04 +0100)]
Ban dangerous on subscription

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoImproves UI slightly for forum bans in users administration page.
Vincent Zanotti [Fri, 21 Mar 2008 18:27:18 +0000 (19:27 +0100)]
Improves UI slightly for forum bans in users administration page.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes UI issues in Google Apps password update ("password update pending" was not...
Vincent Zanotti [Fri, 21 Mar 2008 18:22:08 +0000 (19:22 +0100)]
Fixes UI issues in Google Apps password update ("password update pending" was not displayed immediately after password change).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFixes user selection in admin/googleapps/user/.
Vincent Zanotti [Fri, 21 Mar 2008 17:55:33 +0000 (18:55 +0100)]
Fixes user selection in admin/googleapps/user/.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdds an admin interface for Google Apps accounts.
Vincent Zanotti [Fri, 21 Mar 2008 16:17:42 +0000 (17:17 +0100)]
Adds an admin interface for Google Apps accounts.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdvertises GApps real name change in 'nom d'usage' validation email for active Google...
Vincent Zanotti [Mon, 17 Mar 2008 23:08:39 +0000 (00:08 +0100)]
Advertises GApps real name change in 'nom d'usage' validation email for active Google Apps users.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoGoogle Apps code polishing.
Vincent Zanotti [Mon, 17 Mar 2008 23:02:16 +0000 (00:02 +0100)]
Google Apps code polishing.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoFix skin when SUing a user (use the skin of the target user).
Florent Bruneau [Fri, 21 Mar 2008 12:30:33 +0000 (13:30 +0100)]
Fix skin when SUing a user (use the skin of the target user).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdds 'last activity' information in the dead-but-still-alive table.
Vincent Zanotti [Thu, 20 Mar 2008 10:22:54 +0000 (11:22 +0100)]
Adds 'last activity' information in the dead-but-still-alive table.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdds a listing page for dead user with not yet disabled accounts.
Vincent Zanotti [Thu, 20 Mar 2008 00:03:03 +0000 (01:03 +0100)]
Adds a listing page for dead user with not yet disabled accounts.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoRemoves dead people from user count statistics.
Vincent Zanotti [Wed, 19 Mar 2008 23:05:48 +0000 (00:05 +0100)]
Removes dead people from user count statistics.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoImport a safer fix from banana.
Florent Bruneau [Wed, 19 Mar 2008 16:45:30 +0000 (17:45 +0100)]
Import a safer fix from banana.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoWorkaround buggy mime_content_type on php 5.2.0+etch10 (not tested on other version).
Florent Bruneau [Wed, 19 Mar 2008 16:13:38 +0000 (17:13 +0100)]
Workaround buggy mime_content_type on php 5.2.0+etch10 (not tested on other version).

In this version, mime_content_type as a fallback to text/plain instead of
application/octet-stream, leading to invalid email attachments (Closes #802).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>