]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/subscribe.php
Link rtsp, mms & tel URI schemes, correct pseudo-protocol ones.
[quix0rs-gnu-social.git] / actions / subscribe.php
2009-01-23 Evan ProdromouMerge branch 'master' of /var/www/mublog
2009-01-21 Evan ProdromouMerge branch 'master' into groups
2009-01-21 sarvenMerge branch 'master' of ../trunk
2009-01-21 Evan ProdromouMerge branch 'master' into groups
2009-01-21 sarven(Un)subscribe AJAX forms
2009-01-19 Evan ProdromouMerge branch 'master' of /var/www/trunk
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 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-11 Sarven CapadisliStandardising XHR responses to utf-8 and indenting
2008-12-11 Evan Prodromoubetter output in subscribe
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 all tabs with four spaces
2008-12-08 Evan Prodromoupass profile id for subscriptions rather than user...
2008-11-20 csarvenDon't allow user to send a new message or nudge right...
2008-11-20 csarven(Un)Subscribe form using ajaxForm()
2008-11-18 millettemore ajax coming (un-sub)
2008-09-22 Evan Prodromoumerge CiaranG's changes for subs
2008-08-16 CiaranGXMPP daemon updates including help, sub and subsub...
2008-08-29 Evan Prodromoubetter client error on CSRF problem with subscribe...
2008-08-29 Evan ProdromouCSRF protection for subscription/unsubscription
2008-08-22 CiaranGXMPP sub/unsub and help commands
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-22 zachAdded is_readonly() method to all Actions
2008-07-20 Evan Prodromouadd autosubscribe
2008-07-18 Evan Prodromoumove mail notification to a utility function
2008-07-15 Evan Prodromoumove email settings to its own tab
2008-07-12 Evan Prodromouformat string, again
2008-07-12 Evan Prodromoureformat mail again
2008-07-12 Evan Prodromoulost the site name, and moved everything into sprintf...
2008-07-12 Evan Prodromoufixup name sent in subject of confirmation email
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-07-05 Evan Prodromouif not a POST, redirect to subscriptions
2008-06-15 Evan Prodromouemail notification on new subscriptions
2008-05-21 Evan Prodromoufix subscriptions a bit
2008-05-20 Evan Prodromoutrim whitespace
2008-05-20 Evan Prodromoucall validate before saving objects
2008-05-17 Evan Prodromouuse cast object for datetimes
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