]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions
debug logging in __process
[quix0rs-gnu-social.git] / actions /
2008-08-29 Evan Prodromouclean up username entered at login
2008-08-29 Zach CopleyCSRF protection in remotesubscribe
2008-08-29 Zach CopleyCSRF protection in emailsettings
2008-08-29 Evan ProdromouCSRF protection in user registration
2008-08-29 Zach CopleyCSRF protection in recoverpassword
2008-08-29 Evan Prodromousession token in userauthorization form
2008-08-29 Evan Prodromoucsrf protection in userauthorization
2008-08-29 Evan Prodromoubetter client error on CSRF problem with subscribe...
2008-08-29 Evan ProdromouCSRF protection for subscription/unsubscription
2008-08-29 Zach CopleyCSRF protection in imsettings.php
2008-08-29 Zach CopleyCSRF protection in smssettings.php
2008-08-29 Evan Prodromouadd csrf protection to profile settings
2008-08-29 Evan ProdromouCSRF protection in openidsettings
2008-08-29 Evan Prodromouswap around some stuff to show the form correctly on...
2008-08-29 Evan ProdromouCSRF protection for OpenID form
2008-08-29 Evan Prodromouadd a token for CSRF avoidance
2008-08-29 Evan Prodromoushow error in delete notice
2008-08-29 Evan ProdromouCSRF protection in deletenotice
2008-08-29 Evan Prodromouadd CSRF protection to avatar
2008-08-29 Evan Prodromoureturn after failed token
2008-08-29 Evan Prodromouadd session token check to password change
2008-08-26 Evan Prodromoufix error storing uris of remote notices
2008-08-24 Evan Prodromounotify user of remote subscriptions
2008-08-24 Evan Prodromoube a little more liberal for sites that accidentally...
2008-08-24 Evan Prodromourequest token is not readonly
2008-08-22 CiaranGXMPP sub/unsub and help commands
2008-08-22 Evan Prodromoubetter error reporting in user authorization action
2008-08-22 Evan Prodromoulocal-only is optional on public timeline
2008-08-19 zachTwitter-compatible API - RESTfulness checks as per...
2008-08-19 zachTwitter-compatible API - /statuses/show - better err...
2008-08-19 zachTwitter-compatible API - Added /statuses/followers...
2008-08-19 zachTwitter-compatible API - /statuses/destroy method imple...
2008-08-19 zachTwitter-compatible API - moved show() to the right...
2008-08-19 zachTwitter-compatible API - running all strings through...
2008-08-19 Evan Prodromouadd remote flag to broadcast of notices
2008-08-19 Evan Prodromoubroadcast remote notices
2008-08-17 Evan Prodromouaccept 140 chars in API, too
2008-08-17 Evan Prodromoutypo in forgotten password string
2008-08-17 Evan Prodromoudebug for content too long
2008-08-17 Evan Prodromouaccept 140-character UTF-8 strings to content
2008-08-16 Evan Prodromouname omb_listener param so we can refer to it in error msg
2008-08-15 zachTwitter-compatible API: support for new in_reply_to_sta...
2008-08-13 zachTwitter-compatible API: removed redundant decoding...
2008-08-14 Evan Prodromoumove user registration to a single static method
2008-08-11 Evan Prodromoufix problem with new notices
2008-07-31 zachTwitter-compatible API - /statuses/update.format now...
2008-08-11 Evan Prodromoumake tag dropoff configurable
2008-08-11 Evan Prodromouemergency fixup for bad notices in notice search
2008-08-06 Evan Prodromoumake init of lang environment happen earlier, or when...
2008-08-04 Evan Prodromoubetter handling of unconfirmed email addresses
2008-08-04 Evan Prodromouuse an outstanding unconfirmed email address for passwo...
2008-08-04 Evan Prodromouchange no-such-user error to a 404 instead of a 400
2008-08-01 ehsadded conneg for action/userbyid so that foaf can be...
2008-07-31 Evan Prodromouksort() the tags list
2008-07-30 zachTwitter-compatible API: implemented /users/show.format...
2008-07-31 Mike CochraneResolve conflicts
2008-07-29 Mike CochraneUpdate some gettext strings and number the arguements...
2008-07-30 Evan Prodromoushow the right stuff on profile page, too
2008-07-30 Evan Prodromoushow where a notice came from
2008-07-30 Evan Prodromouremember to broadcast in api, and also use the right ID
2008-07-30 Evan Prodromourefactor notice-adding code to one static method on...
2008-07-29 Evan Prodromouif-else instead of ?:
2008-07-29 Evan Prodromourelative info, too
2008-07-29 Evan Prodromoushow the weight in output (for my own edification)
2008-07-29 Evan Prodromouchange tag output to a tag cloud
2008-07-24 Mike CochraneCorrect variable name
2008-07-24 Mike CochraneLazy/Auto load the class files as needed
2008-07-21 mikecResolve conflicts after pull from evan
2008-07-21 mikecPublish MicroIDs for email and mpp on profile and notic...
2008-07-21 mikecGet text wrappers around strings so they can be in...
2008-07-20 matthew.greggOpensearch updates
2008-07-20 Mike CochraneUser definable timezones. Work in UTC internally and...
2008-07-20 Mike CochraneClean up delete code. Add missing htaccess rule. Exit...
2008-07-20 Mike CochraneFix errors from delete code when viewing a user's profi...
2008-07-20 Mike CochraneAdd rel
2008-07-20 Mike CochraneSort tags by highest frequency then most recent
2008-07-20 matthew.greggAdds Opensearch description
2008-07-19 matthew.greggPatch for PITS 00032, 00033, 00034
2008-07-16 matthew.greggAdded notice deletion http://laconi.ca/PITS/00045
2008-07-20 Mike CochraneSet constant to propper value, not debug value
2008-07-20 Mike CochraneAdd tag action
2008-07-20 Mike CochraneFirst cut at hastags support.
2008-07-14 Mike CochraneResolve conflict
2008-07-13 Mike CochraneFixed location of bracket for gettext.
2008-07-27 Evan Prodromouadd local flag for stuff posted over the API
2008-07-24 Evan Prodromoulet admins prevent registration
2008-07-24 Evan Prodromouensure that there's a session before redirecting the...
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-22 zachTwitter-compatible API: made is_readonly() method smarter
2008-07-22 zachAdded is_readonly() method to all Actions
2008-07-21 zachTwitter-compatible API - location_update was spitting...
2008-07-22 Evan Prodromoulost the nickname changing from profile to user
2008-07-22 Evan Prodromouhide magic self subscription
2008-07-22 Evan Prodromoudon't get a count anywhere
2008-07-22 Evan Prodromoudon't get a count from query
2008-07-22 Evan Prodromounotices and counts
2008-07-22 Evan Prodromoublow off DB_DataObject joins, write SQL from scratch
2008-07-22 Evan Prodromoucentralize and optimize with-friends query
2008-07-22 Evan Prodromouevery user is subscribed to themselves
2008-07-22 Evan Prodromoupublic timeline only gets local notices
next