summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Collapse)Author
2009-07-01don't redirect on local file for ajax actionEvan Prodromou
2009-06-30Cleaning up comments at top of favor.php.Dan Moore
2009-06-30Merge branch 'mgrdcm-review' into 0.7.xZach Copley
* mgrdcm-review: Cleaning up comments at top of favor.php.
2009-06-30Merge commit 'jeff-themovie/small-fixes' into 0.8.xZach Copley
* commit 'jeff-themovie/small-fixes': Fix missing max_id in API search calls Fix "Trying to get property of non-object" errors when a user tries to log in using an unknown nickname Fix "Trying to get property of non-object" errors when accessing the people search results page Fix "Undefined variable: cnt" Fix "Trying to get property of non-object" errors in groupeditform.php Fix "Undefined property: DisfavorAction::$id"
2009-06-30Merge commit 'jeff-themovie/invite-enabled' into 0.8.xZach Copley
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites.
2009-06-30Merge commit 'jeff-themovie/notice-search-no-results' into 0.8.xZach Copley
* commit 'jeff-themovie/notice-search-no-results': Fixes the notice search RSS feeds / API results for searches that return no matches.
2009-06-30Merge commit 'jeff-themovie/group-rss-empty' into 0.8.xZach Copley
* commit 'jeff-themovie/group-rss-empty': Fixes two PHP Warnings ("Invalid argument supplied for foreach() in /var/www/mmmu/lib/rssaction.php") when accessing the RSS feed of a group that has no notices.
2009-06-30Merge commit 'erichelgeson/no-posts-verbage' into 0.8.xZach Copley
* commit 'erichelgeson/no-posts-verbage': Needed the else. Tested logged in/out ; site closed/inviteonly/both Verbage of a closed invite only site, it shouldnt ask you to register.
2009-06-30calculate date once for SUPEvan Prodromou
2009-06-30conversation code changesEvan Prodromou
2009-06-29Fixed grammar in class comment blocksZach Copley
2009-06-29Delete orphaned background imgs. Design settings code now passesZach Copley
phpcs.
2009-06-29Merge branch '0.8.x' into design_resetZach Copley
* 0.8.x: Using max-width:480px for settings_design_background-image image Using role for admin indicator. Added margin-left.
2009-06-29Using role for admin indicator. Added margin-left.Sarven Capadisli
2009-06-29Allow users and groups to reset their design to system default colorsZach Copley
2009-06-29admin indicators in groupsEvan Prodromou
2009-06-29show section with admins in sidebar of groupEvan Prodromou
2009-06-27log IP for API auth errorsEvan Prodromou
2009-06-26Added readonly flag to FileAction just in caseZach Copley
2009-06-26Merge branch '0.8.x' into small-fixesJeffery To
2009-06-26Merge branch '0.8.x' into notice-search-no-resultsJeffery To
2009-06-26Merge branch '0.8.x' into invite-enabledJeffery To
2009-06-26Merge branch '0.8.x' into group-rss-emptyJeffery To
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-25added missing conversation column to group byBrenda Wallace
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-24Merge branch '0.8.x' into small-fixesJeffery To
Conflicts: lib/peoplesearchresults.php lib/profilelist.php
2009-06-24Merge branch '0.8.x' into notice-search-no-resultsJeffery To
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