VRAD Lab Developers: naim7050

Login name:
naim7050
Total Commits:
97 (16.1%)
Lines of Code:
2514 (15.6%)
Most Recent Commit:
2008-04-24 14:27

Activity by Clock Time

Activity by Hour of Day for naim7050

Activity by Day of Week for naim7050

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 97 (100.0%) 2514 (100.0%) 25.9
VRADLab/Core/ 26 (26.8%) 1269 (50.5%) 48.8
VRADLab/ 71 (73.2%) 1245 (49.5%) 17.5

Activity of naim7050

Most Recent Commits

naim7050 2008-04-24 14:27

103 lines of code changed in:

  • VRADLab: CreateUser.aspx (+4 -1), CreateUser.aspx.cs (+16 -9), CreateUser.aspx.designer.cs (+9), EditUser.aspx (+3 -11), EditUser.aspx.cs (+12 -8), EditUser.aspx.designer.cs (+9 -36), VRADLab.csproj (+3)
  • VRADLab/Core: User.cs (+47 -5)
naim7050 2008-04-08 16:24

Fixed CreateUser.

16 lines of code changed in:

  • VRADLab/Core: User.cs (+16 -5)
naim7050 2008-04-07 18:17

67 lines of code changed in:

  • VRADLab: CreateUser.aspx.cs (+1 -1), EditUser.aspx (+1 -1), EditUser.aspx.cs (+12 -4)
  • VRADLab/Core: AuthenticationBase.cs (+18), User.cs (+35 -9)
naim7050 2008-04-07 14:43

Added Edit link to ManageUsers.aspx, added user retrieval by Guid to EditUser.

53 lines of code changed in:

  • VRADLab: EditUser.aspx (+4 -4), EditUser.aspx.cs (+41 -15), EditUser.aspx.designer.cs (+2 -2), Login.aspx.cs (+1 -1), ManageUsers.aspx (+5 -5)
naim7050 2008-04-04 19:23

Added userPrincipalName to assigned properties, this should set the logon name.

16 lines of code changed in:

  • VRADLab: CreateUser.aspx.cs (+2 -1), EditUser.aspx.cs (+1 -1)
  • VRADLab/Core: User.cs (+13 -4)
naim7050 2008-04-04 19:06

Actually committed previously logged changes.

436 lines of code changed in:

  • VRADLab: EditUser.aspx (new 65), EditUser.aspx.cs (new 42), EditUser.aspx.designer.cs (new 205), EditUsers.aspx (del), EditUsers.aspx.cs (del), EditUsers.aspx.designer.cs (del), ManageUsers.aspx (new 41), ManageUsers.aspx.cs (new 31), ManageUsers.aspx.designer.cs (new 52)
naim7050 2008-04-04 19:01

Added EditUser.aspx, changed EditUsers.aspx to ManageUsers.aspx and updated links. Added IsUserMemberOf(string) to User.cs.

66 lines of code changed in:

  • VRADLab: CreateUser.aspx (+1 -1), Default.aspx (+1 -2), UserManagement.aspx (+2 -2), UserManagement.aspx.designer.cs (+2 -2), VRADLab.csproj (+13 -5)
  • VRADLab/Core: User.cs (+47 -2)
naim7050 2008-04-04 12:52

Updated user pages to use master page. Bound EditUsers to group names.

27 lines of code changed in:

  • VRADLab: CreateUser.aspx (+7 -11), EditUsers.aspx (+16 -19), EditUsers.aspx.designer.cs (+4 -13)
naim7050 2008-04-03 23:23

Updated CreateUser.aspx to reflect actual group names. Added GetUsersOfGroup.

78 lines of code changed in:

  • VRADLab: CreateUser.aspx (+3 -3)
  • VRADLab/Core: User.cs (+75)
naim7050 2008-04-03 23:10

Added GetUserByName and GetUserBySID.

185 lines of code changed in:

  • VRADLab: CreateUser.aspx (+8 -1), CreateUser.aspx.cs (+2 -1), CreateUser.aspx.designer.cs (+18)
  • VRADLab/Core: User.cs (+157 -38)
naim7050 2008-03-23 18:00

Modified User code, some functionality improved.

4 lines of code changed in:

  • VRADLab: CreateUser.aspx.cs (+2 -2)
  • VRADLab/Core: User.cs (+2 -2)
naim7050 2008-03-21 11:24

Added validation of fields to user creation. Created data binding for EditUsers.

155 lines of code changed in:

  • VRADLab: CreateUser.aspx (+25 -1), CreateUser.aspx.cs (+3 -2), CreateUser.aspx.designer.cs (+90), EditUsers.aspx (+23 -24), EditUsers.aspx.cs (-16), EditUsers.aspx.designer.cs (+4 -67)
  • VRADLab/Core: User.cs (+10 -17)
naim7050 2008-03-17 17:43

Modified CreateUser and User.cs.

28 lines of code changed in:

  • VRADLab: EditUsers.aspx.cs (+5 -5)
  • VRADLab/Core: User.cs (+23 -19)
naim7050 2008-03-16 23:44

Updated CreateUser and EditUsers.

200 lines of code changed in:

  • VRADLab: CreateUser.aspx.cs (+3 -1), EditUsers.aspx (+30), EditUsers.aspx.cs (+24), EditUsers.aspx.designer.cs (+108)
  • VRADLab/Core: User.cs (+35 -3)
naim7050 2008-03-12 13:08

Added functionality to CreateUser.aspx. Added other user management pages.

264 lines of code changed in:

  • VRADLab: CreateUser.aspx (new 46), CreateUser.aspx.cs (new 33), CreateUser.aspx.designer.cs (new 124), EditUsers.aspx (new), EditUsers.aspx.cs (new), EditUsers.aspx.designer.cs (new), MyAccount.aspx (new), MyAccount.aspx.cs (new), MyAccount.aspx.designer.cs (new), UserManagement.aspx (+16 -5), UserManagement.aspx.cs (-8), UserManagement.aspx.designer.cs (+20 -2), VRADLab.csproj (+24)
  • VRADLab/Core: User.cs (+1 -3)
naim7050 2008-03-03 11:38

8 lines of code changed in:

  • VRADLab/Core: User.cs (+8 -9)
naim7050 2008-03-02 19:12

15 lines of code changed in:

  • VRADLab: UserManagement.aspx (new 5), UserManagement.aspx.cs (new 8), UserManagement.aspx.designer.cs (new 2)
naim7050 2008-03-02 18:53

User creation works!

138 lines of code changed in:

  • VRADLab: VRADLab.csproj (+8)
  • VRADLab/Core: User.cs (+130 -64)
naim7050 2008-03-01 14:58

Transferred ADHelper functionality into User.cs, removed ADHelper.cs

158 lines of code changed in:

  • VRADLab: VRADLab.csproj (-1)
  • VRADLab/Core: ADHelper.cs (del), User.cs (+158 -4)
naim7050 2008-03-01 14:27

Removed useless components from ADHelper.

7 lines of code changed in:

  • VRADLab/Core: ADHelper.cs (+2 -174), User.cs (+5)

(3 more)

Generated by StatSVN 0.3.1