Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-26 | Move user xrd action to core and use hooks to extend | Evan Prodromou | |
Moved the Webfinger user XRD action from the OStatus plugin to core. Added hooks to add OStatus-specific stuff, but kept general stuff in the core. | |||
2010-11-26 | move xrd and hostmeta out of the OStatus plugin and into core | Craig Andrews | |
add event for setting up hostmeta, and use them in the OStatus plugin | |||
2010-11-16 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-15 | Merge branch 'atompub' into 0.9.x | Evan Prodromou | |
Conflicts: actions/apistatusesshow.php actions/apitimelineuser.php | |||
2010-11-15 | add hooks for atom pub posts | Evan Prodromou | |
2010-11-09 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-09 | hook points for the email settings form | Evan Prodromou | |
2010-11-08 | fix documentation for parameters to menu events | Evan Prodromou | |
2010-10-29 | New Start/EndHtmlElement events. Allows adding namespaces. | Zach Copley | |
2010-10-22 | New events when granting and revoking roles | Evan Prodromou | |
Four new events for when roles are granted or revoked. | |||
2010-10-07 | Events for showing the notice form | Evan Prodromou | |
2010-09-29 | Add Start/EndFavorNoticeForm and Start/EndDisFavorNoticeForm hooks | Zach Copley | |
2010-09-29 | Add Start/EndShowNoticeInfo events | Zach Copley | |
2010-09-29 | New eventsi: Start/EndShowNoticeOptions and Start/EndShowFaveForm | Zach Copley | |
2010-09-29 | add hooks to the feedlist widget to give fine-grained control over feed links | Evan Prodromou | |
2010-09-08 | add a hook for when someone deletes their own notice | Evan Prodromou | |
2010-09-02 | hooks for showing <title> and <h1> elements | Evan Prodromou | |
2010-08-14 | on deleting a notice | Evan Prodromou | |
2010-08-13 | hooks to allow changing RSS content | Evan Prodromou | |
2010-08-13 | add StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for notices | Evan Prodromou | |
2010-08-02 | document activity entry hooks | Evan Prodromou | |
2010-03-23 | Misc small fixes, plus a new hook in tag.php | Julien C | |
2010-03-03 | Added event hooks for before and after user groups content | Sarven Capadisli | |
2010-03-03 | Added event hooks at the start and end of groups mini list | Sarven Capadisli | |
2010-03-03 | Added event hooks for group subscribe | Sarven Capadisli | |
2010-03-03 | Added event hooks for start and end of subscriptions mini list | Sarven Capadisli | |
2010-03-02 | Added event hook for before and after personal timeline content | Sarven Capadisli | |
2010-02-26 | Merge branch 'blacklistplus' into testing | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2010-02-22 | Added before and after event hooks for subscriptions content | Sarven Capadisli | |
2010-02-21 | Combine code that finds mentions into one place and add hook points | Evan Prodromou | |
Combined the code that finds mentions of other profiles into one place. common_find_mentions() finds mentions and calls hooks to allow supplemental syntax for mentions (like OStatus). common_linkify_mentions() links mentions. common_linkify_mention() links a mention. Notice::saveReplies() now uses common_find_mentions() instead of trying to parse everything again. | |||
2010-02-20 | Add events for favor and disfavor | Evan Prodromou | |
Added events to core code for when someone favors or disfavors a notice. | |||
2010-02-16 | More sensical profile::getUri() | Zach Copley | |
2010-02-16 | Take remote profiles into account when looking up canonical profile URIs | Zach Copley | |
2010-02-13 | Added event hook to remote subscription | Sarven Capadisli | |
2010-02-06 | add events to fine-tune user deletion | Evan Prodromou | |
2010-01-31 | Add a robots.txt URL to the site root | Evan Prodromou | |
Adds a robots.txt file to the site root. Defaults defined by 'robotstxt' section of config. New events StartRobotsTxt and EndRobotsTxt to let plugins add information. Probably not useful if path is not /, but won't hurt anything, either. | |||
2010-01-29 | add hooks for user registration | Evan Prodromou | |
2010-01-24 | Event hooks for before and after site_notice | Sarven Capadisli | |
2010-01-18 | add event for showing content license in action | Evan Prodromou | |
2010-01-13 | add events for subscribing to people and joining groups | Evan Prodromou | |
2009-12-28 | add events for unblocking a profile | Evan Prodromou | |
2009-12-28 | events for blocking a user | Evan Prodromou | |
2009-12-09 | New Events for avatar settings | Eric Helgeson | |
2009-12-05 | Add 2 new events to enable logger pluginization: StartLog and EndLog | Craig Andrews | |
2009-12-04 | Add style function to output style() tags | Craig Andrews | |
Add 2 new events: StartStyleElement and EndStyleElement | |||
2009-12-04 | Add 2 new events: StartInlineScriptElement and EndInlineScriptElement | Craig Andrews | |
2009-12-04 | Add 4 new events: StartCssLinkElement, EndCssLinkElement, ↵ | Craig Andrews | |
StartScriptElement, EndScriptElement | |||
2009-11-18 | Added Authorization plugin | Craig Andrews | |
Added LDAPAuthorization plugin | |||
2009-11-12 | Added a User_username table that links the external username with a ↵ | Craig Andrews | |
StatusNet user_id Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static | |||
2009-11-11 | Redid how URL shorteners work. This way is much more like how Evan wants ↵ | Craig Andrews | |
events to work (and more like how the rest of SN works). |