summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-26Save the mimetype for oEmbed linked urlCraig Andrews
2009-08-25Small update to the Facebook app sectionZach Copley
2009-08-21add OpenID doc menu item and doc pageEvan Prodromou
2009-08-21remove openid menu item from help menuEvan Prodromou
2009-08-21use array for eventsEvan Prodromou
2009-08-21add hooks to allow loading custom help documentationEvan Prodromou
2009-08-21move openid docs to OpenID plugin dirEvan Prodromou
2009-08-21Revert "Added configuration option to only allow OpenID logins."Evan Prodromou
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719. This functionality will need to be rewritten to work with the new OpenIDPlugin. Conflicts: index.php lib/logingroupnav.php
2009-08-21Revert "Added a configuration option to disable OpenID."Evan Prodromou
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796. Conflicts: actions/login.php actions/register.php lib/accountsettingsaction.php lib/common.php lib/logingroupnav.php
2009-08-21Merge branch '0.9.x' into openidpluginEvan Prodromou
Conflicts: actions/login.php actions/register.php
2009-08-21Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-21Merge branch 'dbconfig' into 0.9.xEvan Prodromou
Conflicts: lib/common.php
2009-08-21load configuration options from database at runtimeEvan Prodromou
2009-08-21Merge commit 'brion/searchfix' into 0.9.xCraig Andrews
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php
2009-08-21Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xEvan Prodromou
2009-08-21We don't need to re-distribute jquery-autocomplete demoEvan Prodromou
2009-08-21new class for configuration settingsEvan Prodromou
2009-08-21Add table for configuration settingsEvan Prodromou
Add a table for configuration settings.
2009-08-21Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
Conflicts: actions/postnotice.php
2009-08-21api update correctly checks max length of noticesEvan Prodromou
2009-08-21facebook action correctly checks max notice lengthEvan Prodromou
2009-08-21maildaemon correctly checks max notice lengthEvan Prodromou
2009-08-21correctly check for max notice length in xmppdaemonEvan Prodromou
2009-08-21url-shortening check correctly checks max notice lengthEvan Prodromou
2009-08-21postnotice for OMB correctly checks max notice sizeEvan Prodromou
2009-08-21Web UI for notices correctly shows and checks max content lengthEvan Prodromou
2009-08-21validation code in Notice correctly checks length of contentEvan Prodromou
2009-08-21Notice class has methods to check content lengthEvan Prodromou
2009-08-21register checks Profile bio length correctlyEvan Prodromou
2009-08-21check and show max bio length in profilesettingsEvan Prodromou
2009-08-21check correct setting in Profile bio lengthEvan Prodromou
2009-08-21Profile class has methods to check bio lengthEvan Prodromou
2009-08-21API for direct messages correctly checks lengthEvan Prodromou
2009-08-21message input form correctly shows and check max lengthEvan Prodromou
2009-08-21counter in notice/message form uses global variable for max lengthEvan Prodromou
2009-08-21correctly check Message length for d-commandsEvan Prodromou
2009-08-21methods for Message to check max content lengthEvan Prodromou
2009-08-21correct instructions for length in groupeditformEvan Prodromou
2009-08-21can set group desc limit to unlimited without resetting global limitEvan Prodromou
2009-08-210 means no limit for text (distinct from null)Evan Prodromou
2009-08-21allow configurable length for user group descriptionEvan Prodromou
2009-08-21configuration options for text limitsEvan Prodromou
2009-08-21data classes allow >140c in user group descriptionsEvan Prodromou
2009-08-21update database to allow >140c in group descriptionsEvan Prodromou
2009-08-21data classes allow >140 bios in profilesEvan Prodromou
2009-08-21Allow unlimited-size bios in profilesEvan Prodromou
2009-08-21Messages can be >140c in classesEvan Prodromou
2009-08-21allow unlimited text in messages in DBEvan Prodromou
2009-08-21update data classes for TEXT content in noticeEvan Prodromou