summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-08-21update database to allow large postsEvan Prodromou
2009-08-21make common_config() handle nulls correctlyEvan Prodromou
2009-08-21reformat groupeditform.phpEvan Prodromou
2009-08-21Update libomb, fix some omb handling stuff, improve error handling.Adrian Lang
2009-08-20Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
2009-08-20var empty check did not function as expected.Eric Helgeson
made script executable
2009-08-20add $config['attachments']['path'] to the config.php.samplemEDI
2009-08-20Change the notice type defines all into class constants and adapt all files.Marcel van der Boom
2009-08-20Merge commit 'cvollick/resolveAliases' into 0.8.xCraig Andrews
2009-08-20Fix the default value of ['server']['path'] when running from command line ↵Francois Marier
scripts The logic in _sn_to_path() doesn't make sense when not running via a remote server. Default to the empty string if running from the command line and ['server']['path'] is not set manually in config.php
2009-08-19Resolve Group Aliases in showgroup.phpChristopher Vollick
For Example, let's say 'alias' was an alias for the group 'group'. Previously, if you went to '/group/group' it'd work, but '/group/alias' it'd say "No Such Group". This was untrue. Now it checks aliases when it can't find a group with a given name. If it finds one it redirects you to the original group.
2009-08-18Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/mainline: Removed all the redundant logic in common_replace_urls_callback
2009-08-18Updated Twitter bridge sectionZach Copley
2009-08-18Removed all the redundant logic in common_replace_urls_callbackCraig Andrews
Modified the regex so that strings such as /usr/share/perl5/HTML/Mason/ApacheHandler.pm as not turned into links
2009-08-18Better loggingZach Copley
2009-08-18Return null if all columns in the compound primary key aren't specifiedZach Copley
2009-08-18Kick user out if she doesn't have FB cookiesZach Copley
2009-08-18IPv4 and IPv6 addresses are picked up in URLsCraig Andrews
Added ".onion" as a possible TLD
2009-08-16Use spinner icon while performing AJAX submissions of favorite/unfavorite ↵brion
button so there's some visual feedback that something's happening.
2009-08-16Merge commit 'jeff-themovie/0.8.x-openid-enabled' into 0.8.xCraig Andrews
2009-08-16Fix bug bug 1563 "opensearch content type incorrectly set"brion
http://laconi.ca/trac/ticket/1563 OpenSearch description info is now sent with correct Content-Type: application/opensearchdescription+xml instead of text/html.
2009-08-16Fix for search regression introduced by rename of NOTICE_GATEWAY to ↵brion
Notice::Gateway in commit 5f7fb994471e4326f6aea5e29157a6236de4001f
2009-08-16Revert "Revert "Return a 404 when a page is request that has no notices""Evan Prodromou
This reverts commit 1b204fde39271acd38bb8f9dd16734f15c68138a.