summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-08Remove leave button from grouplist if current user is admin of that group.Adrian Lang
2009-03-08Corrected redirect targets for some group actions. These redirects can occur ↵Adrian Lang
when the canonical name differs from the passed name.
2009-03-07PostgreSQL - propogated nonce table fix from MySQL version - see bug #1251 ↵CiaranG
or 1179ecd13d68e76d74ad94e2d3ca22d9681eeffe
2009-03-07Let people view friends_timeline of othersEvan Prodromou
Add some code to view others' friends timelines through API.
2009-03-07fix case of OAuthUtil methodEvan Prodromou
2009-03-07fix for change in OAuthUtil upstreamEvan Prodromou
2009-03-07helpful documentation for oauthstore nonce stuffEvan Prodromou
2009-03-07Fix nonce usage in OAuth storeEvan 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-07Make OpenID login and registration URLs workEvan 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-07Add 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-07change trust root calculationEvan Prodromou
2009-03-07Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-07Limit 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-07More api actions which need no auth when called with parameter.Adrian Lang
2009-03-07Correct api method names for rss2 and atom feeds in all.php action.Adrian Lang
2009-03-06Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-03-06Atom search results for Twitter-compatible API + phpcs stuffZach Copley
2009-03-06Some fixes for OpenID and OMB URLsEvan Prodromou
2009-03-06Upstream changes to OAuth.phpEvan Prodromou
2009-03-06Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-03-06First crack at Twitter-like JSON search results for the APIZach Copley
2009-03-06Fixed problem with group lists not display all details - broken (by me) in ↵CiaranG
115519a5e7e84e57656c653918efb39ab4107fe9
2009-03-05add ping daemon to daemonsEvan Prodromou
2009-03-05Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/pingEvan Prodromou
Conflicts: lib/util.php
2009-03-05Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-05@-links go to permalinks for local usersEvan Prodromou
2009-03-05Fixed bad field name in oauthstore. (fix submitted by oxygene)CiaranG
2009-03-05Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xCiaranG
2009-03-05PostgreSQL - fixed a couple more quoting issuesCiaranG
2009-03-05PostgreSQL - the ts field in the OAuth nonce table needed to be an integer. ↵CiaranG
(fix submitted by oxygene)
2009-03-05The 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-05Undo my previous change that breaks the Popular Notices section on the ↵CiaranG
public timeline under MySQL
2009-03-04Stubs for Twitter-compatible API search methodsZach Copley
2009-03-04Fixed wrong date on my msg in the laconica.spec changelog sectionZach Copley
2009-03-04Bumped the version number in laconica.spec in prep for a 0.7.2. RPMZach Copley
2009-03-04Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into ↵Zach Copley
review/0.7.x
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-03-04Made /api/account/verify_credentials.format return an extended user object. ↵Zach Copley
Updates to status and user API objects.
2009-03-04Yahoo! SearchMonkey applications:Sarven Capadisli
* Displays user profile information http://identi.ca * Displays user's XFN on http://identi.ca
2009-03-04check for profile recordEvan Prodromou
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-04Plugins - added a new event (RouterInitialized) which allows a plugin to ↵CiaranG
register new paths to be routed
2009-03-04PostgreSQL - made all 'weight' calculating SQL expressions compatible with ↵CiaranG
both databases, and made some GROUP BY queries more explicit about the fields they are selecting, for the same reason.
2009-03-04PostgreSQL - added defaults for 'created' fields, so they work the same as ↵CiaranG
the MySQL version, and made sure all 'modified' fields are not null
2009-03-04Error actions use HTTP code name for titleEvan Prodromou
Change the title of error actions to the HTTP code name, like 'internal server error'.
2009-03-04Check for config file when runningEvan Prodromou
When running the full system, check for a config file, and throw an error if none is found.
2009-03-04update README with new install instructionsEvan Prodromou
2009-03-04Make a loop instead of repeating almost identical text in installEvan Prodromou
2009-03-04run foreign services scriptEvan Prodromou
2009-03-04all inserts in one statement for foreign servicesEvan Prodromou