Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-15 | Make it impossible to delete self-subscriptions via the API | Zach Copley | |
2009-09-14 | code style cleanup | Brenda Wallace | |
2009-09-14 | cleaned up code style | Brenda Wallace | |
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/omb.php | |||
2009-09-07 | Don't "hightlight" search terms (by surrounding them in ↵ | Craig Andrews | |
<strong>$term</strong>) when the term appears in an HTML attribute Fixes http://status.net/trac/ticket/1852 | |||
2009-09-03 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Sarven Capadisli | |
2009-09-03 | Created autofocus method to give focus to an element (primarily a form | Sarven Capadisli | |
control) on page onload. Updated some of the pages to use autofocus. | |||
2009-09-03 | Fix spelling | Craig Andrews | |
2009-09-03 | add basic auth support for cgi servers on the api (trac #1832) | mEDI | |
2009-09-03 | Pluginize the URL shorteners | Craig Andrews | |
2009-09-02 | Merge remote branch 'brion/fixlinks' into 0.9.x | Craig Andrews | |
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/common.php lib/twitter.php | |||
2009-09-02 | Fixed bug in which you cannot turn off importing friends timelines flag | Zach Copley | |
2009-09-01 | fix some double-escaped %s leading to broken links right smack on the main page | Brion Vibber | |
2009-09-01 | Fixes foaf notices, use Profile for information that's missing in Remote_profile | Carlos Perilla | |
2009-08-27 | added my email address next to my name at the top of the files | Craig Andrews | |
2009-08-27 | Implement the is_member and membership group api's | 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 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | a distributed -> the distributed | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-25 | Rename Laconica to StatusNet | Evan Prodromou | |
2009-08-24 | Merge branch '0.8.x' into testing | Evan Prodromou | |
Conflicts: actions/twitterauthorization.php lib/oauthclient.php lib/twitter.php lib/twitterapi.php lib/twitteroauthclient.php scripts/twitterstatusfetcher.php | |||
2009-08-24 | Moved some stuff to a base class | Zach Copley | |
2009-08-24 | Allow removal of Twitter account. Deleted dead code. | Zach Copley | |
2009-08-24 | Make the TwitterQueuehandler post to Twitter using OAuth | Zach Copley | |
2009-08-24 | Twitter OAuth server dance working | Zach Copley | |
2009-08-21 | use array for events | Evan Prodromou | |
2009-08-21 | add hooks to allow loading custom help documentation | Evan Prodromou | |
2009-08-21 | Revert "Added configuration option to only allow OpenID logins." | Evan Prodromou | |
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719. This functionality will need to be rewritten to work with the new OpenIDPlugin. Conflicts: index.php lib/logingroupnav.php | |||
2009-08-21 | Revert "Added a configuration option to disable OpenID." | Evan Prodromou | |
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796. Conflicts: actions/login.php actions/register.php lib/accountsettingsaction.php lib/common.php lib/logingroupnav.php | |||
2009-08-21 | Merge branch '0.9.x' into openidplugin | Evan Prodromou | |
Conflicts: actions/login.php actions/register.php | |||
2009-08-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php | |||
2009-08-21 | Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.x | Evan Prodromou | |
Conflicts: actions/postnotice.php | |||
2009-08-21 | api update correctly checks max length of notices | Evan Prodromou | |
2009-08-21 | postnotice for OMB correctly checks max notice size | Evan Prodromou | |
2009-08-21 | Web UI for notices correctly shows and checks max content length | Evan Prodromou | |
2009-08-21 | register checks Profile bio length correctly | Evan Prodromou | |
2009-08-21 | check and show max bio length in profilesettings | Evan Prodromou | |
2009-08-21 | API for direct messages correctly checks length | Evan Prodromou | |
2009-08-21 | message input form correctly shows and check max length | Evan Prodromou | |
2009-08-21 | allow configurable length for user group description | Evan Prodromou | |
2009-08-21 | Update libomb, fix some omb handling stuff, improve error handling. | Adrian Lang | |
2009-08-20 | Change the notice type defines all into class constants and adapt all files. | Marcel van der Boom | |
2009-08-19 | Resolve Group Aliases in showgroup.php | Christopher Vollick | |
For Example, let's say 'alias' was an alias for the group 'group'. Previously, if you went to '/group/group' it'd work, but '/group/alias' it'd say "No Such Group". This was untrue. Now it checks aliases when it can't find a group with a given name. If it finds one it redirects you to the original group. | |||
2009-08-16 | Merge commit 'jeff-themovie/0.8.x-openid-enabled' into 0.8.x | Craig Andrews | |