Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
2009-11-10 | Added a events for the settings menu items | Craig Andrews | |
2009-11-10 | Changed to Evan's event style and added an AuthPlugin superclass | Craig Andrews | |
2009-11-10 | change credential check to work more like other events | Evan Prodromou | |
2009-11-10 | Added hook for the Group navigation items | Sarven Capadisli | |
2009-11-09 | Add a new event: CanUserChangeField | Craig Andrews | |
2009-11-08 | Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled | Brion Vibber | |
The User_openid data object was explicitly listed as a related field to delete from in User::delete(); this class doesn't exist anymore by default since OpenID was broken out to a plugin. Added UserDeleteRelated event for plugins to add related tables to delete from at user delete time. | |||
2009-11-08 | Updated documentation of UserProfile widget events | Shashi | |
2009-11-05 | Add ChangePassword event | Craig Andrews | |
2009-11-05 | Added an AutoRegister event | Craig Andrews | |
LDAP plugin can do autoregistration | |||
2009-11-04 | Added a CheckPassword event | Craig Andrews | |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) | |||
2009-10-28 | add StartInitializeRouter event | Evan Prodromou | |
2009-10-15 | add more events to profile list | Evan Prodromou | |
2009-10-09 | add lots of events to customize the profile page | Evan Prodromou | |
2009-10-09 | add some hooks for the profile page | Evan Prodromou | |
2009-10-05 | Added hook to wrap the notice form data block | Sarven Capadisli | |
2009-10-01 | check the schema | Evan Prodromou | |
2009-10-01 | Added hook for Aside container | Sarven Capadisli | |
2009-09-25 | Added hook for notice item. After <li> and Before </li>. Allows | Sarven Capadisli | |
authors to include aside data to their notice items | |||
2009-09-24 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php | |||
2009-09-23 | move scripts to just before </body>, add event for scripts that need to be ↵ | Evan Prodromou | |
in <head> | |||
2009-09-21 | 'easy' way to handle notices at queue time | Evan Prodromou | |
2009-09-21 | you can add a daemon to getvaliddaemons | Evan Prodromou | |
2009-09-21 | add a hook for the unqueuemanager | Evan Prodromou | |
2009-09-21 | add a hook at point of enqueuing notices | Evan Prodromou | |
2009-08-28 | Added 2 new events: StartApiRss and StartApiAtom | Craig Andrews | |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-26 | add *Laconica* events back in for backwards compatibility | Evan Prodromou | |
2009-08-25 | Laconica -> StatusNet in EVENTS.txt | Evan Prodromou | |
2009-08-21 | add hooks to allow loading custom help documentation | Evan Prodromou | |
2009-08-04 | new action for when we redirect to login page | Evan Prodromou | |
2009-08-04 | add an event for head children | Evan Prodromou | |
2009-08-04 | document lots of undoc'd events | Evan Prodromou | |
2009-08-04 | event for determining if an action is a login action | Evan Prodromou | |
2009-08-04 | add an event for determining if an action is sensitive | Evan Prodromou | |
2009-08-04 | give plugins a chance to autoload their classes | Evan Prodromou | |
2009-08-04 | add hook for showing account settings menu | Evan Prodromou | |
2009-08-04 | Add hooks for Start/End LoginGroupNav | Evan Prodromou | |
2009-07-02 | Added event to let the site owner add more information into <address> | Sarven Capadisli | |
for contact e.g., email, location, tagline |