summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-06-27log IP for API auth errorsEvan Prodromou
2009-06-26Added readonly flag to FileAction just in caseZach Copley
2009-06-25Merge branch '0.8.x' into attachment-fixupZach Copley
* 0.8.x: Added functionality to remove the notice data attachment max public page
2009-06-25Make shorturls in notice content point to AttachmentAction urlsZach Copley
2009-06-25Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-25FileAction redirections weren't being added (e.g.: /notice/$notice_id/file)Zach Copley
2009-06-25max public pageEvan Prodromou
2009-06-25avoid getting duplicate errors on uploadEvan Prodromou
2009-06-25streamline the file actionEvan Prodromou
2009-06-25update conversations to use newer query formatEvan Prodromou
2009-06-24Take out noisy debugging statementZach Copley
2009-06-24fix bug in which design background could accidentally get removedZach Copley
2009-06-23Make gateway notices available to the auth user in the APIZach Copley
2009-06-23Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: (61 commits) Using default theme design values (it was previously set to identica Updated default colour theme and IE6 colours for transparent values chmod +x delete_status_network.sh rm -Rf, not rmdir script to delete a status network chmod allsites.php script to show all sites on a network use different name for connection and database use /etc/laconica/setup.cfg instead of local file other base directories On XHR notice post, calls NoticeAttachment to trigger thumbnail and oembed and thumbnail don't need sequences add innodb by default to status networks pwgen not pwdgen make pwgen command configurable a little sql script to drop full-text index and use innodb for profile and notice remove common_debug from newnotice append uploads to content rather than showing them double use a subclass for single notice items to show attachments make file command configurable ...
2009-06-23Stop Twitter gateway notices from leaking via user faves pagesZach Copley
2009-06-23remove common_debug from newnoticeEvan Prodromou
2009-06-23append uploads to content rather than showing them doubleEvan Prodromou
2009-06-23use a subclass for single notice items to show attachmentsEvan Prodromou
2009-06-23make file command configurableEvan Prodromou
2009-06-22Attachment upload server and path now configurableZach Copley
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-18Only show twitter msgs in your own inboxEvan Prodromou
2009-06-18Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-18Left out some new user and group theming file in the previous commitZach Copley
2009-06-18Group theming.Zach Copley
2009-06-18order notices in a conversationEvan Prodromou
2009-06-17Merge branch 'userdesign' into 0.8.xZach Copley
* userdesign: (56 commits) Fix for background image repetition for various page heights Removed height:100% for better background image repetition A little more specific selector for notice reply Have user favorites page show user's design Placed a check to make sure there is a reply button in a notice before Make MailboxAction read only Remove stale reference to deprecated personal.php Uppercase hex color values Default to image being on, no tile after upload Fix sidebar color bug default design Update background image settings to use bitflags It was accidently removed Dynamically tile background image and turn background image on or off Show a background img in settings form IE7/8 CSS update for user design Enable tiling of background imgs for Designs Added background image tile flag to Design Init styles for tile and image use on/off for user design settings Added form option to tile background image and to turn it on and off Add background dir ...
2009-06-17Have user favorites page show user's designZach Copley
2009-06-17Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into taggedprofile
2009-06-17Make the personal tag streams actually workEvan Prodromou
2009-06-17Merge branch '0.8.x' into userdesignZach Copley
2009-06-17Ticket 1612 - make destory (and create) favorites work via APIZach Copley
2009-06-17correct arguments for ProfileListEvan Prodromou
2009-06-17Default to image being on, no tile after uploadZach Copley
2009-06-17Fix sidebar color bug default designZach Copley
2009-06-17Update background image settings to use bitflagsZach Copley
2009-06-17Updated markup yes/no form actions to be consistent with the rest of the siteSarven Capadisli
2009-06-17Dynamically tile background image and turn background image on or offSarven Capadisli
in user design
2009-06-16Show a background img in settings formZach Copley
2009-06-16Merge branch '0.8.x' into userdesignZach Copley
* 0.8.x: Moved url handling to its proper place, from newnotice to Notice.php Removed more dead code. Brought back borders for content, navigation, aside_primary but Minor margin value change More contrast for tabs UI updates:
2009-06-16Enable tiling of background imgs for DesignsZach Copley
2009-06-17Added form option to tile background image and to turn it on and offSarven Capadisli
2009-06-16Moved url handling to its proper place, from newnotice to Notice.phpRobin Millette
2009-06-16Design settings now save and displays backgroundsZach Copley
2009-06-16Removed more dead code.Robin Millette
2009-06-16Update wasn't ever getting calledZach Copley
2009-06-15Merge branch '0.8.x' into userdesignZach Copley
* 0.8.x: a little better query handling in redirect code a little better query handling in redirect code forgot some functions aren't available at status time redirect on non-canonical server name don't show create-a-group link if not logged in allow a configured base for cache keys Missing call to getProfile() caused verify_credentials to fail. change mods for setup script Script to set up new status networks strncmp -> strcasecmp Return network from network setup function Configurable avatar directory
2009-06-16Typo/lowercased WebColor to webcolor in required_onceSarven Capadisli
2009-06-15User design setting saveZach Copley