Skip to content

Instantly share code, notes, and snippets.

@simonmichael
Created June 17, 2013 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonmichael/5798132 to your computer and use it in GitHub Desktop.
Save simonmichael/5798132 to your computer and use it in GitHub Desktop.
darcsden-gsoc changes
Correct comments for google oauth variables Aditya 4 days ago
Use sendEmail and sendName in forgotPasswordResponse handler Aditya 4 days ago
Create sendEmail, and sendName settings to send email from Aditya 4 days ago
use updated session variable in resetPassword handler Aditya 4 days ago
setUser returns updated session variable Aditya 4 days ago
Remove security question, and clean password statements Aditya 4 days ago
Use buttons instead of links in OAuth Registration, Login, Sync Aditya 4 days ago
Substitution should be reversed in decodeUFB64 Aditya June 11, 2013
decode with base64url instead of base64 in getSubAndEmail Aditya June 11, 2013
Add function for decoding base64url encoding Aditya June 11, 2013
Add register/login/sync with google Aditya June 10, 2013
Fix bug with deleting redis key on password recovery Aditya June 06, 2013
Add a forgot password link to login page Aditya June 06, 2013
Add forgot password feature Aditya June 06, 2013
Use validate to check for state match in github handlers Aditya June 05, 2013
Fix bug in gihub sync, where sync fails when repeated Aditya June 03, 2013
Sync existing accounts with github Aditya June 02, 2013
Clean up display of login page Aditya June 02, 2013
Allow blank passwords for github registrations Aditya June 02, 2013
Github register will only work if there is no existing user with this github account Aditya May 31, 2013
Add github login handlers Aditya May 31, 2013
Add a link for login using github Aditya May 31, 2013
add utility function getUserByGid Aditya May 31, 2013
Add user view, by_gid Aditya May 31, 2013
Add a new record to Session, to store secret, gid Aditya May 27, 2013
Change user handlers to support the new uPaS record field in User Aditya May 26, 2013
Change password and salt in User to maybe Aditya May 26, 2013
Use withOpenSSL in Webserver.hs Aditya May 21, 2013
Add Github Paths, Utils, and Handlers modules Aditya May 21, 2013
Create github handlers Aditya May 21, 2013
Add github handlers to Darcsden.Handler Aditya May 21, 2013
Add http-streams, HsOpenSSL, network packages to builddeps Aditya May 21, 2013
Add utility methods to get github client id and client secret Aditya May 14, 2013
After logging or registering, redirect to user's repo page Aditya May 05, 2013
Add a field for time at which packs was built Aditya April 17, 2013
Show packs timestamp on repo page Aditya April 17, 2013
Add a mechanism to use packs Aditya April 15, 2013
@simonmichael
Copy link
Author

PASSWORD REMINDER

Correct comments for google oauth variables                                          Aditya 4 days ago
Use sendEmail and sendName in forgotPasswordResponse handler                         Aditya 4 days ago
Create sendEmail, and sendName settings to send email from                           Aditya 4 days ago
use updated session variable in resetPassword handler                                Aditya 4 days ago
setUser returns updated session variable                                             Aditya 4 days ago
Remove security question, and clean password statements                              Aditya 4 days ago
Fix bug with deleting redis key on password recovery                                 Aditya June 06, 2013
Add a forgot password link to login page                                             Aditya June 06, 2013
Add forgot password feature                                                          Aditya June 06, 2013

LOGIN METHODS

Use buttons instead of links in OAuth Registration, Login, Sync                      Aditya 4 days ago
Substitution should be reversed in decodeUFB64                                       Aditya June 11, 2013
decode with base64url instead of base64 in getSubAndEmail                            Aditya June 11, 2013
Add function for decoding base64url encoding                                         Aditya June 11, 2013
Add register/login/sync with google                                                  Aditya June 10, 2013
Use validate to check for state match in github handlers                             Aditya June 05, 2013
Fix bug in gihub sync, where sync fails when repeated                                Aditya June 03, 2013
Sync existing accounts with github                                                   Aditya June 02, 2013
Clean up display of login page                                                       Aditya June 02, 2013
Allow blank passwords for github registrations                                       Aditya June 02, 2013
Github register will only work if there is no existing user with this github account Aditya May 31, 2013
Add github login handlers                                                            Aditya May 31, 2013
Add a link for login using github                                                    Aditya May 31, 2013
add utility function getUserByGid                                                    Aditya May 31, 2013
Add user view, by_gid                                                                Aditya May 31, 2013
Add a new record to Session, to store secret, gid                                    Aditya May 27, 2013
Change user handlers to support the new uPaS record field in User                    Aditya May 26, 2013
Change password and salt in User to maybe                                            Aditya May 26, 2013
Use withOpenSSL in Webserver.hs                                                      Aditya May 21, 2013
Add Github Paths, Utils, and Handlers modules                                        Aditya May 21, 2013
Create github handlers                                                               Aditya May 21, 2013
Add github handlers to Darcsden.Handler                                              Aditya May 21, 2013
Add http-streams, HsOpenSSL, network packages to builddeps                           Aditya May 21, 2013
Add utility methods to get github client id and client secret                        Aditya May 14, 2013
After logging or registering, redirect to user's repo page                           Aditya May 05, 2013

PACKS

Add a field for time at which packs was built                                        Aditya April 17, 2013
Show packs timestamp on repo page                                                    Aditya April 17, 2013
Add a mechanism to use packs                                                         Aditya April 15, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment