Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Updated URL patterns for identica Profiles for YahooSearchMonkey app. | Sarven Capadisli | |
Added app to show custom identica notices. Note that these files can be used as templates for other laconica instances. | |||
2009-03-09 | Fixes #1277: Typo in variable name in actions/twitapidirect_messages.php. | Adrian Lang | |
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 | Remove additional output as response to updateprofile. | Adrian Lang | |
This output breaks our own response validation and is not part of the OMB spec. | |||
2009-03-08 | Define undefined variable. | Adrian Lang | |
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 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-08 | first version of plugin for pingback and trackback (no trackback yet) | Evan Prodromou | |
2009-03-08 | use call_user_func for callbacks | Evan Prodromou | |
2009-03-08 | Added the new pinghandler to the stopdaemons script and improved the ↵ | CiaranG | |
behaviour and output of the script | |||
2009-03-08 | PostgreSQL - some more fixes to make queries compatible with both databases. ↵ | CiaranG | |
(submitted by oxygene) | |||
2009-03-08 | PostgreSQL - use the specific sequence names required by DB_DataObject, ↵ | CiaranG | |
otherwise rebuilding can't work | |||
2009-03-08 | PostgreSQL - added equivalent of the MySQL-specific rebuilddb.sh script, for ↵ | CiaranG | |
upgrading | |||
2009-03-08 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | CiaranG | |
2009-03-07 | trying to kill the can't-leave-a-group bug | Evan Prodromou | |
2009-03-07 | Fix bug in dupe checking on notice post when there is no notice in cache. | Adrian Lang | |
2009-03-07 | you can _so_ leave a group if you're its admin | Evan Prodromou | |
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 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | CiaranG | |
2009-03-08 | Remove leave button from grouplist if current user is admin of that group. | Adrian Lang | |
2009-03-08 | Corrected redirect targets for some group actions. These redirects can occur ↵ | Adrian Lang | |
when the canonical name differs from the passed name. | |||
2009-03-07 | PostgreSQL - propogated nonce table fix from MySQL version - see bug #1251 ↵ | CiaranG | |
or 1179ecd13d68e76d74ad94e2d3ca22d9681eeffe | |||
2009-03-07 | Let people view friends_timeline of others | Evan Prodromou | |
Add some code to view others' friends timelines through API. | |||
2009-03-07 | fix case of OAuthUtil method | Evan Prodromou | |
2009-03-07 | fix for change in OAuthUtil upstream | Evan Prodromou | |
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 | Add local directory for plugins, themes, etc. | Evan Prodromou | |
Added a local directory for locally-installed software. This is where you should put any code you write, themes, plugins, etc. so they don't get stomped by upgrades. | |||
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-07 | More api actions which need no auth when called with parameter. | Adrian Lang | |
2009-03-07 | Correct api method names for rss2 and atom feeds in all.php action. | Adrian Lang | |
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 | Upstream changes to OAuth.php | 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 | add ping daemon to daemons | Evan Prodromou | |
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 | |