Commit graph

600 commits

Author SHA1 Message Date
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
9960e20e42 Tighten up a few things in fasClient and group.py, add load=effects and tg.url() to kill a bunch of 404s. 2008-03-02 22:16:34 -05:00
339c51f915 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-02 19:42:23 -05:00
0db9b2fa0b Change port to match dev.cfg, use Toshio's workaround for the makedb bug. 2008-03-02 19:39:57 -05:00
Michael McGrath
b4fb0fc371 Added some more online help 2008-03-01 22:46:36 -06:00
Michael McGrath
466f6c2ffa Updated help items with proper links after tosho's fix 2008-03-01 12:36:30 -06:00
Toshio Kuratomi
9887f53654 * Get links to work in help.
* Clean up the creation of the help texts a little bit.
2008-03-01 10:20:02 -08:00
Michael McGrath
688f12dca7 Added broken links 2008-03-01 11:33:14 -06:00
Michael McGrath
f9b9ad7f42 I'm not totally sold on this, and I haven't figured out how to include links in the actual bubbles. Take a look, let me know what you guys think. I'd like to use this ajax method to keep all the help items in one spot but I'm worried about how to get it translated. 2008-03-01 11:16:22 -06:00
c4b2107d44 Use subprocess to call gpg --keyserver keyserver --recv-key keyid instead. This should be safe, as it won't run a shell. 2008-03-01 02:25:09 -05:00
d1156401a8 Add some (incomplete) validation, remove accidentally added identity requirements. 2008-03-01 01:15:30 -05:00
Michael McGrath
f39fd0d6f9 Bit more information about the client 2008-02-29 18:41:56 -06:00
Michael McGrath
38b4e4c9a4 proper shadow security 2008-02-29 18:34:28 -06:00
Michael McGrath
e0797c007c Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-02-29 18:27:08 -06:00
Michael McGrath
db11efc237 Starting to get somewhere with this 2008-02-29 18:26:57 -06:00
Toshio くらとみ
38254ef660 * Fix some syntax errors in the db schema. 2008-02-29 23:40:33 +00:00
Toshio Kuratomi
a1da7e1ee7 * Rename the allowed_connections table to requests.
* Map the requests table.
2008-02-29 15:36:24 -08:00
Toshio Kuratomi
87e2f73dd5 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-02-29 15:27:34 -08:00
Toshio Kuratomi
cf4088bfcb * Add an allowed_connections table to show connections that have been
approved.
2008-02-29 15:27:03 -08:00
Toshio Kuratomi
330dc60226 * Update copyright date. 2008-02-29 15:25:05 -08:00
Michael McGrath
ecd0bbc90b added a start to the db 2008-02-29 16:36:55 -06:00
Toshio くらとみ
f7621701a3 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-02-29 22:20:44 +00:00
Toshio くらとみ
d5dfcf724e Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
* Fix conflicts in fas/README.
Conflicts:

	fas/README
2008-02-29 22:20:32 +00:00
Michael McGrath
9214283aab Don't forget about admin 2008-02-29 16:15:03 -06:00
Toshio くらとみ
932f55c2fb * Use port 8088 since that's listed on the wiki. 2008-02-29 22:14:35 +00:00
Toshio くらとみ
d11944cf5c * Fix instructions to include plpython requirement.
* Start working on a list of requirements.
2008-02-29 22:14:12 +00:00
Michael McGrath
2e4fa02d68 Added more instructions to README, still testing but these will at least cause it to start up properly on a fresh machine 2008-02-29 16:12:21 -06:00
Toshio くらとみ
5fdcdab50f * Fix a missing command for creating the db. 2008-02-29 21:42:27 +00:00
Michael McGrath
696f4d8883 Added a welcome message from the docs team 2008-02-29 12:48:18 -06:00
Michael McGrath
672d3139fd Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-02-29 12:46:03 -06:00
Toshio Kuratomi
da6f6cb2a4 * Ignore the egg_info directory. 2008-02-29 07:56:45 -08:00
Toshio Kuratomi
0d364dbd07 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-02-29 07:45:23 -08:00
Toshio Kuratomi
a23587ad0b * Rewrite README for non-LDAP.
* Delete the egg-info from git and give instructions for generating it on
  a fresh checkout in README.
2008-02-29 07:44:05 -08:00