Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-03 | null for both args in conversation | Evan Prodromou | |
2009-07-03 | no limit on conversation stream | Evan Prodromou | |
2009-07-03 | fixed limit for conversations | Evan Prodromou | |
2009-07-03 | move peoplesearchresults class to action/peoplesearch | Evan Prodromou | |
2009-07-03 | only show subscription controls to owner | Evan Prodromou | |
2009-07-02 | Send null as 2nd arg, not 3rd. | Zach Copley | |
2009-07-02 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-07-02 | notice should show user design | Evan Prodromou | |
2009-07-02 | favorites should show owner design | Evan Prodromou | |
2009-07-01 | Show HTML for thumbnails instead of redirecting. Remove dead code. | Zach Copley | |
2009-07-01 | correctly return count of notices | Evan Prodromou | |
2009-07-01 | show all the notices, not just latest 20 | Evan Prodromou | |
2009-07-01 | don't redirect on local file for ajax action | Evan Prodromou | |
2009-06-30 | Cleaning up comments at top of favor.php. | Dan Moore | |
2009-06-30 | Merge commit 'jeff-themovie/small-fixes' into 0.8.x | Zach 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-30 | Merge commit 'jeff-themovie/invite-enabled' into 0.8.x | Zach Copley | |
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites. | |||
2009-06-30 | Merge commit 'jeff-themovie/notice-search-no-results' into 0.8.x | Zach Copley | |
* commit 'jeff-themovie/notice-search-no-results': Fixes the notice search RSS feeds / API results for searches that return no matches. | |||
2009-06-30 | Merge commit 'jeff-themovie/group-rss-empty' into 0.8.x | Zach 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-30 | Merge commit 'erichelgeson/no-posts-verbage' into 0.8.x | Zach 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-30 | calculate date once for SUP | Evan Prodromou | |
2009-06-30 | conversation code changes | Evan Prodromou | |
2009-06-29 | Fixed grammar in class comment blocks | Zach Copley | |
2009-06-29 | Delete orphaned background imgs. Design settings code now passes | Zach Copley | |
phpcs. | |||
2009-06-29 | Merge branch '0.8.x' into design_reset | Zach Copley | |
* 0.8.x: Using max-width:480px for settings_design_background-image image Using role for admin indicator. Added margin-left. | |||
2009-06-29 | Using role for admin indicator. Added margin-left. | Sarven Capadisli | |
2009-06-29 | Allow users and groups to reset their design to system default colors | Zach Copley | |
2009-06-29 | admin indicators in groups | Evan Prodromou | |
2009-06-29 | show section with admins in sidebar of group | Evan Prodromou | |
2009-06-27 | log IP for API auth errors | Evan Prodromou | |
2009-06-26 | Added readonly flag to FileAction just in case | Zach Copley | |
2009-06-26 | Merge branch '0.8.x' into small-fixes | Jeffery To | |
2009-06-26 | Merge branch '0.8.x' into notice-search-no-results | Jeffery To | |
2009-06-26 | Merge branch '0.8.x' into invite-enabled | Jeffery To | |
2009-06-26 | Merge branch '0.8.x' into group-rss-empty | Jeffery To | |
2009-06-25 | Merge branch '0.8.x' into attachment-fixup | Zach Copley | |
* 0.8.x: Added functionality to remove the notice data attachment max public page | |||
2009-06-25 | Make shorturls in notice content point to AttachmentAction urls | Zach Copley | |
2009-06-25 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-25 | FileAction redirections weren't being added (e.g.: /notice/$notice_id/file) | Zach Copley | |
2009-06-25 | max public page | Evan Prodromou | |
2009-06-25 | avoid getting duplicate errors on upload | Evan Prodromou | |
2009-06-25 | streamline the file action | Evan Prodromou | |
2009-06-25 | update conversations to use newer query format | Evan Prodromou | |
2009-06-24 | Take out noisy debugging statement | Zach Copley | |
2009-06-24 | fix bug in which design background could accidentally get removed | Zach Copley | |
2009-06-23 | Make gateway notices available to the auth user in the API | Zach Copley | |
2009-06-23 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Zach 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-23 | Stop Twitter gateway notices from leaking via user faves pages | Zach Copley | |
2009-06-24 | Merge branch '0.8.x' into small-fixes | Jeffery To | |
Conflicts: lib/peoplesearchresults.php lib/profilelist.php | |||
2009-06-24 | Merge branch '0.8.x' into notice-search-no-results | Jeffery To | |
2009-06-23 | remove common_debug from newnotice | Evan Prodromou | |