Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-09 | Check for invalid and reserved usernames for the admin user at install time. | Brion Vibber | |
2010-03-09 | Added a checkbox for subscribing the admin of a StatusNet instance to | Sarven Capadisli | |
update@status.net. Checked by default. Subscription optional. | |||
2010-03-09 | Added scripts/command.php, can be used to run commands such as subscription ↵ | Brion Vibber | |
on behalf of users. This includes whatever support for extended command parsing plugins may have added. Example: ./scripts/command.php -nbrionv sub update@status.net | |||
2010-03-09 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-09 | Merge branch 'commands' into testing | Brion Vibber | |
2010-03-09 | Command input processing now has centralized places for looking up notice, ↵ | Brion Vibber | |
user/profile, and group arguments. OStatus plugin overrides these to allow using webfinger (user@example.com), profile URL (http://example.com/user) and bare profile URL (example.com/user) as arguments. | |||
2010-03-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-09 | Merge commit 'origin/master' into testing | Brion Vibber | |
2010-03-09 | OStatus: fix exception thrown on HTTP error during feed discovery | Brion Vibber | |
2010-03-09 | Added a checkbox for subscribing the admin of a StatusNet instance to | Sarven Capadisli | |
update@status.net. Checked by default. Subscription optional. | |||
2010-03-09 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-03-09 | a script to flush site | Evan Prodromou | |
2010-03-09 | Use canonical URL for notification in RSSCloud plugin | Zach Copley | |
2010-03-09 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Zach Copley | |
2010-03-09 | Use canonical URL for notification in RSSCloud plugin | Zach Copley | |
2010-03-09 | Use canonical URL for notification in RSSCloud plugin | Zach Copley | |
2010-03-09 | wrong param order to strpos() | James Walker | |
2010-03-08 | On the OpenID settings page, allow users to remove trustroots. | Craig Andrews | |
2010-03-08 | make common_copy_args() work when the post/get request includes arrays (form ↵ | Craig Andrews | |
elements with names ending in [] having multiple values) | |||
2010-03-08 | Only allow RSSCloud subs to canonical RSS2 profile feeds | Zach Copley | |
2010-03-08 | Only allow RSSCloud subs to canonical RSS2 profile feeds | Zach Copley | |
2010-03-08 | an otp is a real login | Evan Prodromou | |
2010-03-08 | Only allow RSSCloud subs to canonical RSS2 profile feeds | Zach Copley | |
2010-03-08 | Added Memcached plugin (using pecl/memcached versus pecl/memcache) | Craig Andrews | |
2010-03-08 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-08 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-08 | CentOS 5.4 still has bad PCRE in stock (though all bets off for PHP ↵ | Brion Vibber | |
packages, since you'd need a version update anyway...) | |||
2010-03-08 | Revert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept in | Brion Vibber | |
This reverts commit 7e7d88831cf8b3e8876499b86890da2e63b08c97. | |||
2010-03-08 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-08 | CentOS 5.4 still bogus on a stock install. | Brion Vibber | |
2010-03-08 | Fix ticket #2208: regression in XMPP sending when server != host | Brion Vibber | |
The upstream class sets $this->basejid with host unconditionally, which wasn't previously an issue as the fulljid would always be filled in by the server at connect time before sending messages. With the new queued messaging, we need to make sure we've filled out $this->fulljid correctly without making a connection. Now using $server if provided to build $this->basejid and $this->fulljid in the queued XMPP proxy class, so queued messages are sent correctly. | |||
2010-03-08 | XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for ↵ | Brion Vibber | |
first access to undefined member variable | |||
2010-03-08 | Fixed warning messages when auto-registering a new LDAP user. | Jeffery To | |
On my test system (without memcache), while testing the LDAP authentication plugin, when I sign in for the first time, triggering auto-registration, I get these messages in the output page: Warning: ksort() expects parameter 1 to be array, null given in /home/jeff/Documents/code/statusnet/classes/Memcached_DataObject.php on line 219 Warning: Invalid argument supplied for foreach() in /home/jeff/Documents/code/statusnet/classes/Memcached_DataObject.php on line 224 Warning: assert() [function.assert]: Assertion failed in /home/jeff/Documents/code/statusnet/classes/Memcached_DataObject.php on line 241 (plus two "Cannot modify header information..." messages as a result of the above warnings) This change appears to fix this (although I can't really explain exactly why). | |||
2010-03-08 | ldap_get_connection() to return null when passed a config with bad user/pw. | Jeffery To | |
This mainly affects login; before if the user enters a valid username but invalid password, ldap_get_connection() throws an LDAP_INVALID_CREDENTIALS error. Now the user sees the regular "Incorrect username of password" error message. | |||
2010-03-08 | make API realm configurable | Evan Prodromou | |
2010-03-08 | Alignment fix for IE6 | Sarven Capadisli | |
2010-03-07 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-03-07 | add a script to import Twitter atom feed as notices | Evan Prodromou | |
2010-03-07 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-03-05 | Remove unused variables, update Twitter ones | Zach Copley | |
2010-03-05 | Remove unused variables, update Twitter ones | Zach Copley | |
2010-03-05 | No need to pass in $this->limit and $this-tag | Zach Copley | |
2010-03-05 | No need to pass in $this->limit and $this-tag | Zach Copley | |
2010-03-05 | No need to pass in $this->limit and $this-tag | Zach Copley | |
2010-03-05 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
* '0.9.x' of gitorious.org:statusnet/mainline: Fixed problem causing 500 error on notices containing a non-existent group | |||
2010-03-05 | Fix undefined variable error and some other cleanup | Zach Copley | |
2010-03-05 | UserRSS Didn't Use the Tag Propery. | Christopher Vollick | |
This meant that server.com/user/tag/TAG/rss just returned all user data. That was incorrect. | |||
2010-03-05 | Fix undefined variable error and some other cleanup | Zach Copley | |
2010-03-06 | Fixed problem causing 500 error on notices containing a non-existent group | Ciaran Gultnieks | |