Commit Graph

543 Commits

Author SHA1 Message Date
Max Erenberg 7c67a07200 use create_sync_response 2021-08-03 03:20:11 +00:00
Max Erenberg c32e565f68 implement renewals and password resets 2021-08-02 08:01:13 +00:00
Max Erenberg da14764687 Merge branch 'v1' of https://git.csclub.uwaterloo.ca/public/pyceo into v1 2021-08-02 07:21:20 +00:00
Max Erenberg ff2ac95d5e add PATCH /api/members/:username endpoint 2021-08-02 07:19:29 +00:00
Max Erenberg 9227552b29 re-send EHLO after STARTTLS 2021-07-31 08:34:06 -04:00
Max Erenberg 7b749701f0 add README 2021-07-24 21:35:09 +00:00
Max Erenberg e966e3f307 add app factory 2021-07-24 21:09:10 +00:00
Max Erenberg 3b78b7ffb4 add MailService and MailmanService 2021-07-24 00:08:22 +00:00
Max Erenberg de0f473881 add base classes for users and groups 2021-07-19 05:47:39 +00:00
Max Erenberg 0c6dc18085 update mailman path to use virtualenv 2021-05-18 01:52:09 -04:00
Zachary Seguin 2a7777b59e Set userPassword field for SASL authentication 2021-05-07 21:54:49 -04:00
Max Erenberg b5dda1df3d decrease minimum username length from 3 to 2 2021-05-02 18:12:44 -04:00
Max Erenberg 176e863f9b rename package version to buster 2021-04-11 22:34:38 -04:00
Max Erenberg 7223ac6278 update debian changelog 2021-04-11 21:56:34 -04:00
Max Erenberg eaff8d779b use Mailman 3 to subscribe new members to csc-general 2021-04-11 16:10:56 -04:00
Zachary Seguin 1a3244e039 Move adduser and mail operations to phosphoric-acid due to decommissioning of aspartame
Build for buster and stretch
2021-03-21 23:19:07 -04:00
Jennifer Zhou e73c7aae39 Merge branch 'master' of /users/git/public/pyceo 2018-10-21 22:41:58 -04:00
Jennifer Zhou 723f7ecfe7 Packaging for bionic 2018-10-21 22:40:04 -04:00
Jennifer Zhou d82fa5780b Packaging for bionic 2018-10-21 22:31:28 -04:00
Zachary Seguin 82cb7b1e64 Package for buster 2018-04-15 14:33:23 -04:00
Zachary Seguin 3976b1b17e Build ceo for Jessie and Xenial 2017-05-02 00:27:59 -04:00
Zachary Seguin c3ac824d67 Add python-dnspython as a dependency 2017-05-02 00:27:33 -04:00
Zachary Seguin df5f61ffd0 Update check_email to handle hosts without an A record (either AAAA only or MX only) 2017-05-01 17:36:05 -04:00
Zachary Seguin 466af409b4 Build for stretch 2017-01-20 23:08:35 -05:00
Zachary Seguin 548ee6de58 Re-build so debian.csclub include library as a dependency 2016-02-20 16:12:32 -05:00
Zachary Seguin 44db85fe2f Resolves issue where CEO would not start 2016-02-20 00:10:06 -05:00
Felix Bauckholt 4b0db35899 Replace the stub of the library with a system call to "librarian" 2016-02-19 21:57:54 -05:00
Zachary Seguin db90d4ce00 Update CEO for latest package versions on Jessie 2015-11-11 22:45:42 -05:00
Sean Hunt 5cf982e8d5 Remind users that club accounts are free. 2014-07-22 14:25:33 -04:00
Sean Hunt a23cd81cf7 Package for saucy. 2013-12-05 16:24:13 -05:00
Luqman Aden 0bb49fe405 Packaging for jessie. 2013-10-10 22:03:59 -04:00
Jeremy Roman 359c1f14eb squeeze build :( 2013-09-16 08:34:37 -04:00
Jeremy Roman 0352e952b8 changelog 0.5.24 2013-09-16 08:33:55 -04:00
Jeremy Roman 7a16c2d57c fix ceo_add_user_call in addclub 2013-09-16 08:28:46 -04:00
Jeremy Roman beef8f4abd update changelog (twice, because I forgot to update the reprepro config first) 2013-09-07 12:07:45 -04:00
Jeremy Roman 59194475a6 don't attempt to store Kerberos principal data in LDAP; this is not the current Kerberos backend used 2013-09-07 11:44:44 -04:00
Marc Burns a4ebb86d18 Fix build for squeeze. 2013-05-28 11:17:35 -04:00
Marc Burns ece1a2f92b Work around bug in libgssapi 2.0.25 present in wheezy. 2013-05-28 10:48:05 -04:00
Owen Smith b1ee751fa1 packaging for quantal 2013-05-25 20:00:11 -04:00
Sarah Harvey 703519acbf updated configs to change ceod to run on aspartame instead of ginseng 2013-02-07 00:20:21 -05:00
Sarah Harvey 5a78e55e96 Updated changelog with new version(s) 2012-09-12 08:43:00 -04:00
Sarah Harvey d8e9225ac9 changed mailman host to mail instead of caffeine 2012-09-10 19:08:46 -04:00
Jeremy Roman 69fe79fe35 build for precise 2012-04-26 15:21:08 -04:00
Jeremy Roman a81a97e296 Merge branch 'master' of /users/git/public/pyceo
Conflicts:
	debian/changelog
2012-03-19 16:29:54 -04:00
Jeremy Roman 3bed2ad5c0 build for oneiric 2012-03-19 16:29:26 -04:00
Marc Burns 494ec5106a Change ceo version. 2012-03-16 15:36:52 -04:00
Marc Burns 094efa9d93 Commit modified changelog. 2012-03-16 15:30:09 -04:00
Marc Burns b7b4105e51 This modification causes ceod to add the Kerberos principal.
It returns an error code to ceoc, which I will now fix.
2012-03-16 15:15:59 -04:00
Michael Spang dcc2222816 Fix default selection of next button
This used to work until urwid tried to start becoming smart about
which widget gets focus. Revert back to the dumb behavior.
2011-09-27 09:38:03 -04:00
Michael Spang ca7bf4d752 Update changelog for 0.5.16 2011-09-17 16:36:45 -04:00