Commit graph

682 commits

Author SHA1 Message Date
bd658239ac Don't forget to take out spaces from the keyid. 2008-03-04 19:16:23 -05:00
Toshio くらとみ
51f8c24037 An updated json.py has been built into python-fedora. Remove our local copy
and redirect the model to the python-fedora copy.
2008-03-05 00:12:51 +00:00
Toshio くらとみ
780389dd9c Remove jsonfas providers and client.py module. These have been merged back to
python-fedora.
2008-03-05 00:10:09 +00:00
9916019c9c Wake up! 2008-03-04 18:59:00 -05:00
165020823d Apparently, python 2.4 doesn't have check_call. 2008-03-04 18:57:26 -05:00
bbfd793cfe Sorry for this noise - mixed up a quote. 2008-03-04 18:49:50 -05:00
d866115448 Fix mail for test deployment. 2008-03-04 18:49:14 -05:00
9e588836c3 Whoops, I made the same mistake in IRC too. 2008-03-04 18:37:11 -05:00
eaeecefc84 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-04 18:32:20 -05:00
774c964295 Use relative paths for CSS url()s. 2008-03-04 18:31:49 -05:00
Toshio くらとみ
35cb58a673 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-04 23:27:26 +00:00
Toshio くらとみ
2f0a5bcf39 Change URL from fas => accounts. 2008-03-04 23:27:05 +00:00
a8278a5c33 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-04 18:26:36 -05:00
Toshio くらとみ
cb97e07a9c Fix the root url to return json data even when we'd normally redirect. 2008-03-04 23:26:34 +00:00
Toshio くらとみ
8abb94bfc1 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-04 23:25:16 +00:00
Toshio くらとみ
1c9c199748 Set sqlalchemy to use unicode for text values. 2008-03-04 23:25:01 +00:00
2699676fa6 A bit more validation on human_name, small template tweaks. 2008-03-04 18:24:42 -05:00
Michael McGrath
f7290e84c2 Added some menu ordering. Also added more help 2008-03-04 15:55:59 -06:00
Toshio くらとみ
3326b99938 Fix get_locale() to make logout() work without traceback. 2008-03-04 18:44:24 +00:00
Michael McGrath
6879e07e72 Another tag, ugh sorry for the noise 2008-03-04 12:35:51 -06:00
Michael McGrath
1dc86579fb Another tag, ugh sorry for the noise 2008-03-04 12:34:16 -06:00
Michael McGrath
6461480147 fixed paragraph tag 2008-03-04 12:31:37 -06:00
Michael McGrath
9ccae8664b More client changes 2008-03-04 11:58:59 -06:00
Michael McGrath
8896763677 fix for people who are in group but not approved 2008-03-04 11:51:07 -06:00
Michael McGrath
7092e494ba minor formatting change 2008-03-04 11:34:48 -06:00
Michael McGrath
a3a40bdb02 now proper groups only are included 2008-03-04 11:34:28 -06:00
Michael McGrath
3ae54e1139 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-04 10:42:51 -06:00
Michael McGrath
841ff4b94d Added an about menu 2008-03-04 10:42:18 -06:00
Toshio Kuratomi
353f67a436 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-03 14:34:35 -08:00
Toshio Kuratomi
f60e9f162f * Changes to client to enable visit tracking. Incidentally, makes better use
of traffic to the db at the expense of data to the account server.
* jsonfas visit manager.
2008-03-03 14:32:33 -08:00
Toshio Kuratomi
f60b394cfe Use cookieName from config.
Move fasURL into a class variable from global.
2008-03-03 14:31:04 -08:00
Michael McGrath
160db309aa remove pamaccess, not quite the behavior we're looking for 2008-03-03 16:18:42 -06:00
Michael McGrath
7b5dc597e8 password generation works better nwo 2008-03-03 15:29:19 -06:00
Michael McGrath
bbe28221d9 using hashes when creating users 2008-03-03 15:16:00 -06:00
Michael McGrath
75105add68 use already existing methods for enabling db and pam_security 2008-03-03 14:34:29 -06:00
Michael McGrath
58e23d41e1 Added initial client config file 2008-03-03 12:40:06 -06:00
Michael McGrath
814da1fbc7 Require less info initially (lower barrier, less scary). Notify users when signing the CLA that we need more information 2008-03-03 10:45:00 -06:00
Toshio Kuratomi
189425628e Close a hole where the groups could be undefined. 2008-03-03 07:41:09 -08:00
Toshio Kuratomi
803d0b5d2f Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
* Fix conflict in controllers.py::logout() method.
2008-03-03 07:24:49 -08:00
Toshio Kuratomi
60f8f00506 New jsonfasprovider that logs in a user via json. Changes needed in
fedora.tg.client to enable this.  Both files are imported here for now.  They'll
move to python-fedora as soon as I've tested them out.
2008-03-03 07:21:21 -08:00
Toshio Kuratomi
061fcaaba6 * Changes to allow json to call the method.
* Switch to returning the group information via jsonProps instead of as a
  separate value.
2008-03-03 07:20:08 -08:00
Toshio Kuratomi
1ae9e6f266 Cosmetic change int Groups::__repr__(). 2008-03-03 07:19:27 -08:00
Toshio Kuratomi
8ab79aab4f Add another sqlalchemy list type to be translated into json. 2008-03-03 07:18:29 -08:00
Toshio Kuratomi
95f1b8f1ba allow the logout method to be called via json. 2008-03-03 07:17:50 -08:00
37793e6bfe Fix some problems with extraction, dedent wasn't worth it. To test, set locale to "test" using either of the previously mentioned methods. 2008-03-03 00:48:26 -05:00
708506e273 Get l10n working. Anonymous users can choose a language through a form on the sidebar. Authenticated users can set a language in their user settings. 2008-03-03 00:22:15 -05:00
16b80d3257 Get time zone stuff working (wow, sqlalchemy makes this so simple!) 2008-03-02 23:06:33 -05:00
7ba2cf704e Trivial replaces in openid_fas.py (even though we'll probably replace the whole thing). 2008-03-02 22:30:41 -05:00
150810f06f Clean up more old stuff. 2008-03-02 22:20:28 -05:00
a9fe69b27b Don't think we need to refer to these anymore :) 2008-03-02 22:18:22 -05:00