Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-23 | show subscribe button and block form again | Evan Prodromou | |
2009-03-22 | not correctly checking results of XML-RPC request | Evan Prodromou | |
2009-03-22 | variable name error | Evan Prodromou | |
2009-03-19 | Somewhat better behaviour with mixed caps in search | Evan Prodromou | |
Deal somewhat better with mixed caps in people and notice search. | |||
2009-03-19 | ping handler returns proper boolean response | Evan Prodromou | |
The ping queue handler wasn't returning a true value -- filling up the queue with ping requests. It now returns a true value. | |||
2009-03-18 | fix bug in profile list owner check | Evan Prodromou | |
2009-03-14 | Fix typo in the the newmessage route. | Adrian Lang | |
2009-03-12 | update version number to 0.7.2.10.7.2.1 | Evan Prodromou | |
2009-03-12 | update q-factors for new translations | Evan Prodromou | |
2009-03-12 | Revert "trac #201 Add flowplayer to enable multimedia playback capability." | Evan Prodromou | |
This reverts commit 9c9b6790ce78296c0b182f03b5f6f2c035e43a7c. This code wasn't ready for release, so I've reverted it for now. Conflicts: lib/action.php lib/util.php | |||
2009-03-11 | Update README and version number0.7.2 | Evan Prodromou | |
Update the README and the version number for this release. | |||
2009-03-11 | Document the site-logo configuration option | Evan Prodromou | |
The configuration option for site logo wasn't well documented, so I added it to the README file, config.php.sample, and common.php. | |||
2009-03-11 | Add nullcheck for foreign profile. | Adrian Lang | |
2009-03-11 | Check if that $_SERVER param is set before accessing. | Adrian Lang | |
2009-03-11 | Another undefined object member. | Adrian Lang | |
2009-03-11 | Remove comparison with member variable of null variable, cleaned code a bit. | Adrian Lang | |
2009-03-11 | Fix array access on possibly undefined index. | Adrian Lang | |
2009-03-11 | Merge branch '0.7.x' of http://git.gitorious.org/laconica/erichelgeson-clone ↵ | Adrian Lang | |
into review/0.7.x | |||
2009-03-10 | Updates to the API to improve Atom feeds | Zach Copley | |
2009-03-09 | Changed all $config[][] calls to common_config() | Eric Helgeson | |
2009-03-09 | PostgreSQL - a couple more GROUP BY queries that needed to be explicit | CiaranG | |
2009-03-09 | Improve handling of null values in profile parameters. | Adrian Lang | |
This commit fixes two issues: - Allowing remote users to clear profile parameters via OMB. - Improved handling of profile parameters which evaluate to false ('0' for example) | |||
2009-03-08 | Typo in lib/omb.php updateprofile request handling. | Adrian Lang | |
2009-03-08 | Add subedit to the main/ routes. | Adrian Lang | |
2009-03-08 | use call_user_func for callbacks | Evan Prodromou | |
2009-03-08 | PostgreSQL - some more fixes to make queries compatible with both databases. ↵ | CiaranG | |
(submitted by oxygene) | |||
2009-03-07 | Revert "Remove leave button from grouplist if current user is admin of that ↵ | Evan Prodromou | |
group." People shouldn't be forced to be part of a group, even if they are the admin. If a group has no admin, we need to figure out what to do with it, but it's wrong to force anyone to be part of a group. This reverts commit f9a7ae27b8879569a3f0eff478cbd3b650bdca28. | |||
2009-03-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-08 | Remove leave button from grouplist if current user is admin of that group. | Adrian Lang | |
2009-03-07 | helpful documentation for oauthstore nonce stuff | Evan Prodromou | |
2009-03-07 | Fix nonce usage in OAuth store | Evan Prodromou | |
The OAuth store was failing on getting a request token, because the token value was forced to be non-null in the DB. Let this value be null, and use the correct primary key (consumer, timestamp, nonce). Drop the reference to token table, and don't ever use it. | |||
2009-03-07 | Make OpenID login and registration URLs work | Evan Prodromou | |
The OpenID login and registration URLs were not generating correctly. I added them to the list of "bare" actions in the router class, and they work great now. | |||
2009-03-07 | change trust root calculation | Evan Prodromou | |
2009-03-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-07 | Limit duplicate notices in a particular time period (default 60s) | Evan Prodromou | |
We disallow posting a notice with duplicate content more than once a minute. Conflicts: config.php.sample | |||
2009-03-06 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-03-06 | Atom search results for Twitter-compatible API + phpcs stuff | Zach Copley | |
2009-03-06 | Some fixes for OpenID and OMB URLs | Evan Prodromou | |
2009-03-06 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-03-06 | First crack at Twitter-like JSON search results for the API | Zach Copley | |
2009-03-06 | Fixed problem with group lists not display all details - broken (by me) in ↵ | CiaranG | |
115519a5e7e84e57656c653918efb39ab4107fe9 | |||
2009-03-05 | Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/ping | Evan Prodromou | |
Conflicts: lib/util.php | |||
2009-03-05 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-05 | @-links go to permalinks for local users | Evan Prodromou | |
2009-03-05 | Fixed bad field name in oauthstore. (fix submitted by oxygene) | CiaranG | |
2009-03-05 | The correct version of the bad fix I undid in the previous commit. Must ↵ | CiaranG | |
explicitly specify all relevant columns in the GROUP BY. | |||
2009-03-05 | Undo my previous change that breaks the Popular Notices section on the ↵ | CiaranG | |
public timeline under MySQL | |||
2009-03-04 | Stubs for Twitter-compatible API search methods | Zach Copley | |
2009-03-04 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-03-04 | Made /api/account/verify_credentials.format return an extended user object. ↵ | Zach Copley | |
Updates to status and user API objects. |