Commit graph

598 commits

Author SHA1 Message Date
Michael McGrath
7814a5711f Added aliases template 2008-03-09 19:32:35 -05:00
Michael McGrath
173a4ccab6 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-09 19:32:02 -05:00
Michael McGrath
34fd2fb295 Aliases now work. they work a little differently then previous though I don't think it will cause any problems as long as groupName-members remains intact, which it does. 2008-03-09 19:31:17 -05:00
d2f0409f9e Wow, I didn't know that you could break stuff like this :) 2008-03-09 20:31:05 -04:00
b88082e238 Add code to send CLA emails. 2008-03-09 20:26:43 -04:00
2e7a2e643d Move NonFedoraEmail back to user.py, enable email validation for edit form too. 2008-03-09 19:32:39 -04:00
c021c547b7 Disable email controller for now. We should talk to somebody about interface before I turn it into a hideous monster :) 2008-03-09 19:22:40 -04:00
Toshio Kuratomi
69ae0ba717 Add a Build command that will substitute the correct paths into app.cfg so
we can move the static directory.
2008-03-09 13:02:49 -07:00
Toshio Kuratomi
40edf93b5b Get python setup.py sdist to include all the files we need to distribute. 2008-03-09 13:01:56 -07:00
Toshio Kuratomi
7e9dade9f9 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-09 12:59:07 -07:00
Toshio Kuratomi
d1259836b5 * Replaced with start-fas. 2008-03-09 12:39:35 -07:00
Toshio Kuratomi
1a65b54f65 * Replace start-fas.py with start-fas. 2008-03-09 12:39:13 -07:00
Michael McGrath
11eb97bcd4 getting closer, still needs some work 2008-03-09 14:21:41 -05:00
Michael McGrath
958a530c33 still working on aliases, getting closer 2008-03-09 14:21:29 -05:00
Michael McGrath
287f132c63 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-08 23:25:14 -06:00
Michael McGrath
70f6e84c42 Added an email list bit to harvest emails for aliases 2008-03-08 23:21:45 -06:00
Michael McGrath
9d716b8bf2 some additional changes. The data in our db isn't quite as good as I'd want but its all completely fixable during migration it seems 2008-03-08 23:21:24 -06:00
1f781b7fef Fix typo 2008-03-08 23:22:11 -05:00
Michael McGrath
fc0b5d66ef Added initial aliases stuff 2008-03-08 18:23:17 -06:00
Michael McGrath
f7540a702c added a mail aliases section 2008-03-08 16:01:13 -06:00
Toshio Kuratomi
dd074975c7 Update setup.py for TG-1.0.4. Next step is to make changes to substitute the
local install paths.
2008-03-08 12:52:54 -08:00
Toshio Kuratomi
a2ad0b8723 * Fill in the rest of the release information and make use of it to tell the
version.
2008-03-08 12:46:01 -08:00
Toshio Kuratomi
83167723c4 * Changes to timestamp the last time a password was changed. 2008-03-08 12:44:17 -08:00
Toshio Kuratomi
366a39ac5a Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-08 12:36:52 -08:00
Toshio Kuratomi
d7990ca8e6 Renamed the start script and updated to TG-1.0.4 conventions. 2008-03-08 12:35:57 -08:00
Toshio Kuratomi
086526e277 * Add a MANIFEST file so setup.py sdistknows what files to include. 2008-03-08 12:32:07 -08:00
Toshio Kuratomi
b9c97d7e3e * Reference os.path commands with os.path namespace.
* Add check that dev.cfg exists before using it.
* Change production config name to fas.cfg
* Look for the config file in /etc
2008-03-08 12:29:50 -08:00
Michael McGrath
74fa868090 The convert script works failry well with bugzilla sync disabled. We're at about a 0.5% failure rate, mostly in roles. I'll take a closer look at these 2008-03-08 12:12:48 -06:00
Michael McGrath
d401587de3 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2008-03-08 10:49:43 -06:00
Michael McGrath
4bbbbcdb5f better unicode support 2008-03-08 10:49:27 -06:00
916512bc0d Almost there. You can now add, verify, and edit email entries. Just need to figure out interface/code for assigning emails to purposes. 2008-03-08 02:27:35 -05:00
38787c6a3b Fix home (remove personal) 2008-03-07 22:02:30 -05:00
Michael McGrath
8fb37de888 removed some pesky debug messages 2008-03-07 17:30:59 -06:00
Michael McGrath
8555521cc6 This worked, but had a pretty high failure rate. Took about 30 minutes too on my workstation 2008-03-07 17:27:09 -06:00
Michael McGrath
d80c6b0cc9 Added some more nag bits on the home page 2008-03-07 17:06:57 -06:00
Michael McGrath
76daa4c6a2 We'll want to revert this change after the migration 2008-03-07 16:20:17 -06:00
Michael McGrath
b890cf181f work in progress. Initial innards are there 2008-03-07 15:51:41 -06:00
eddc5ab0a7 Be a bit more specific about CLA in /home 2008-03-07 15:43:10 -05:00
6470fd2682 Add missing comma, creation field to email tables. 2008-03-07 15:38:19 -05:00
78cfec501d Add sytem group_type in table definition too. 2008-03-07 15:24:08 -05:00
Michael McGrath
5a54c4b8df make this a little easier to understand 2008-03-07 11:56:13 -06:00
Michael McGrath
01ec4ff354 added fas-system group 2008-03-07 11:55:39 -06:00
Michael McGrath
b3583fbdee Added a privileged list to config 2008-03-07 11:54:11 -06:00
Michael McGrath
4203bf0ad7 Better handling of the config file, I think there's a better way to do this. I just don't know it 2008-03-07 11:47:31 -06:00
Michael McGrath
141424fe2d further testing needed but this should allow us to have lots of options for restricted shells, users, ssh keys and should fit all of our needs 2008-03-07 11:38:52 -06:00
Michael McGrath
212f50a487 More online help 2008-03-07 11:14:52 -06:00
Michael McGrath
40a4cecf73 more online help 2008-03-07 11:10:40 -06:00
Michael McGrath
504294c893 Better error handling in group creation 2008-03-07 10:52:32 -06:00
Michael McGrath
d2239b8f16 Can't forget help. 2008-03-07 10:48:19 -06:00
Michael McGrath
b720336732 can now manually add users 2008-03-07 10:41:15 -06:00