]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/login.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / login.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-11-11 zachCSRF Protection for login and new notice. Ticket #503
2008-08-29 Evan Prodromouclean up username entered at login
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-13 Evan Prodromouconflict resolution after pulling from mikenz
2008-07-13 Mike CochraneMerge some gettext strings to one line so translation...
2008-07-13 Evan Prodromoulittle lost hash
2008-07-13 Evan Prodromourestore enhanced login instructions, lost in gettext...
2008-07-10 Mike CochraneResolve conflicts and convert _t( to _( where it was...
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-07-09 Evan Prodromoufixup end tag in login (not used, maybe later)
2008-07-09 Evan Prodromoureword, leave out the OpenID part
2008-07-09 Evan Prodromoulogin -> reenter
2008-07-09 Evan Prodromoudon't refetch user objects so much
2008-07-09 Evan Prodromoubetter description of what happens when changing settings
2008-07-09 Evan Prodromoup.instructions -> div.instructions
2008-07-08 Evan Prodromoumore debug output for rememberme cookies
2008-07-05 Evan Prodromourememberme debugging
2008-07-05 Evan Prodromoubetter debugging
2008-07-02 Evan Prodromoumethod
2008-07-02 Evan Prodromoufix rememberme checkboxes on login, register
2008-07-01 Evan Prodromoubetter instructions for login
2008-06-24 Evan Prodromourudimentary recoverpassword system
2008-06-24 Evan Prodromoulogin doesn't bark if the user is automatically logged in
2008-06-24 Evan Prodromouimplement rememberme functionality
2008-06-18 Evan Prodromoumove instructions up to the "whats up" area
2008-06-12 Evan Prodromouadd instructions to each form entry in forms
2008-06-11 Evan Prodromouinstructions
2008-06-05 Evan Prodromoushow error correctly in login
2008-06-05 Evan Prodromoua
2008-05-30 Evan Prodromouinterim commit after pull from server
2008-05-20 Evan Prodromoutrim whitespace
2008-05-20 Evan Prodromoubetter login button
2008-05-20 Evan Prodromoubetter forms for new theme
2008-05-19 Evan Prodromoutry to fix updating in profile
2008-05-17 Evan Prodromoucheck results of setting current user
2008-05-17 Evan Prodromoufixup login form
2008-05-17 Evan Prodromoufix check for POST
2008-05-17 Evan Prodromoucommon_start_element -> common_element_start
2008-05-17 Evan Prodromoufixes to make it all lint
2008-05-14 Evan Prodromoulicense block for source code
2008-05-14 Evan Prodromouconsiderable coding
2008-05-07 Evan Prodromoubeginnings of PHP