summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-06Atom search results for Twitter-compatible API + phpcs stuffZach Copley
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 11...CiaranG
2009-03-05add ping daemon to daemonsEvan Prodromou
2009-03-05Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/pingEvan Prodromou
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
2009-03-05The correct version of the bad fix I undid in the previous commit. Must expli...CiaranG
2009-03-05Undo my previous change that breaks the Popular Notices section on the public...CiaranG
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 revi...Zach Copley
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. U...Zach Copley
2009-03-04Yahoo! SearchMonkey applications:Sarven Capadisli
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 regi...CiaranG
2009-03-04PostgreSQL - made all 'weight' calculating SQL expressions compatible with bo...CiaranG
2009-03-04PostgreSQL - added defaults for 'created' fields, so they work the same as th...CiaranG
2009-03-04Error actions use HTTP code name for titleEvan Prodromou
2009-03-04Check for config file when runningEvan Prodromou
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
2009-03-04add notice source data on installEvan Prodromou
2009-03-04add notice source to default installEvan Prodromou
2009-03-04check posted parametersEvan Prodromou
2009-03-04run sms carrier script on installEvan Prodromou
2009-03-04fix pagination links with new URL mapperEvan Prodromou
2009-03-04Hooks for: Public group nav in order to place a list-anchor item atSarven Capadisli
2009-03-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-03-04Avatar crop fix for shrinking/stretching of images when user doesn'tSarven Capadisli
2009-03-04Additional (optional, defaults to off) logging of PEAR error details, which a...CiaranG
2009-03-03Catch bad replyto IDs before saving a new notice to avoid a constraint violat...CiaranG
2009-03-03Use single quotes for data literals on inserts to notice_index, so it works o...CiaranG
2009-03-03PostgreSQL - added new emailnotifyattn field to user table, to match MySQL ve...CiaranG
2009-03-02Updated typography and layoutSarven Capadisli
2009-02-28check some prereqs for installationEvan Prodromou
2009-02-28first pass at a working install.phpEvan Prodromou
2009-02-28don't use semicolons in commentsEvan Prodromou
2009-02-28automatically handle non-laconica-named databasesEvan Prodromou
2009-02-28Added some missing php dependencies.ken.sedgwick