]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/login.php
Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into sgmurphy...
[quix0rs-gnu-social.git] / actions / login.php
2009-02-05 Evan ProdromouMerge branch '0.7.x' of git://gitorious.org/laconica...
2009-02-05 Sean MurphyFixed #1140; Login form session token not set.
2009-02-04 Evan Prodromoumerge from dev/0.7.x
2009-02-04 Evan Prodromoutake out redundant code from login
2009-02-04 Zach CopleyRemoved erroneous comments referring to old common_noti...
2009-01-23 Evan ProdromouMerge branch 'master' of /var/www/mublog
2009-01-21 Evan ProdromouMerge branch 'master' into groups
2009-01-19 Evan ProdromouMerge branch 'master' of /var/www/trunk
2009-01-19 Evan ProdromouMerge branch 'uiredesign' of /var/www/trunk into uiredesign
2009-01-19 sarvenRenamed form_datas to form_data
2009-01-18 Evan ProdromouMerge branch 'uiredesign' of /var/www/trunk into uiredesign
2009-01-18 Evan ProdromouFix comment blocks for login
2009-01-18 Evan ProdromouFix file and class descriptors
2009-01-18 Evan ProdromouAdd tabset to login and make it phpcs-compliant
2009-01-18 Evan ProdromouMerge branch 'uiredesign' of /var/www/trunk into uiredesign
2009-01-18 sarvenFavor/Disfavor form @class
2009-01-18 sarvenMinor cleanup for login style
2009-01-18 sarvenReusing @class form_settings
2009-01-17 Evan ProdromouMerge branch 'uiredesign' of /var/www/trunk into uiredesign
2009-01-17 sarvenLogin styles
2009-01-16 Evan ProdromouMerge branch 'master' of /var/www/trunk into uiredesign
2009-01-15 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-15 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-15 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-15 Evan ProdromouCorrect error var in login
2009-01-15 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-15 Evan ProdromouAll actions now use isReadOnly()
2009-01-15 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-15 sarvenUnnecessary wrapper
2009-01-15 Evan ProdromouConvert use of common_server_error and common_user_erro...
2009-01-15 Evan ProdromouConvert all actions to use new UI functions
2009-01-12 Evan ProdromouMerge branch 'master' of http://goukihq.org/misc/git...
2009-01-08 Evan ProdromouMerge branch 'master' of ../laconica-stable
2009-01-06 Evan ProdromouMerge branch 'master' into devel
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