2014-05-10 |
Mikael Nordfeldth | Order InboxNoticeStream by id instead of created |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Mikael Nordfeldth | Notice->getUrl() for shares would throw exception in... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Mikael Nordfeldth | FileAction removed (we have AttachmentAction). |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Mikael Nordfeldth | Removed 'bookmarklet' since we have Bookmark plugin |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Mikael Nordfeldth | Remote profiles in AccountProfileBlock generated errors |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Mikael Nordfeldth | "Twitter card" support had badly referenced HTML outputter |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Mikael Nordfeldth | Directory to default plugins (disabled for singleuser) |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Mikael Nordfeldth | curry.php can always be included (we use PHP>5.2) |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Mikael Nordfeldth | Test against PHP_VERSION < 5.2.6, we don't support... |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Mikael Nordfeldth | OStatus enabled by default, only disabled for private... |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Mikael Nordfeldth | Lighttpd config example updated. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Mikael Nordfeldth | since_id and max_id for RawInboxNoticeStream |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Mikael Nordfeldth | Too many bird wings ({), sorry Erkan :) |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Mikael Nordfeldth | width and height are now properties in the File class |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Mikael Nordfeldth | misplaced dollar sign, also URLs != attention URIs |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Old examples of lacking 'new' before 'Exception' |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Forgot 'new' before the Exception class |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Bad variable reference in OembedPlugin |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Bad variable reference in event hook. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | OpportunisticQM moved from core to default plugins. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Moved oEmbed stuff out to a plugin (Oembed). |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Enable events for showing Attachment representation |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Garbage collection script didn't loop through anything |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | User object didn't have getNickname() function |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Missed a $user->id to $profile->id translation |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | More Exceptions for FeedSub doSubscribe and related... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Type testing instead of just empty() in OStatusPlugin |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | Various minor theme directory updates |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | parent::handlePost() in CancelsubscriptionAction |
commit | commitdiff | tree | snapshot |
2014-05-06 |
Mikael Nordfeldth | MagicEnvelope class now throws exception on XRD fail |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | Only run EndSubscribe when it is really a sub |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | Shorter, cleaner, smarter CancelsubscriptionAction |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | More modern coding, stuff related to subscriptions |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | AlreadyFulfilledException added, for acceptable exceptions |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | MSN probably doesn't work, and we don't like it anyway |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | Cleaning up FavorAction |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | UsersalmonAction updated to stronger typing standards |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | GroupsalmonAction updated to stronger typing standards |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | More debugging for Salmon activities |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | Stronger typing and function access control in OStatus |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | Functions should return quickly (cosmetic) |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | Success debugging was too much noise |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | UnsupportedMediaException caused excessive debug log |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Mikael Nordfeldth | More debugging in Magicsig class verify method |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Joshua Judson... | Deliver SMS to @-ref'd users who want it, regardless... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Joshua Judson... | Prevent spurious refusals of legitimate notices posted... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Joshua Judson... | Make stopdaemons.sh work with on multi-instance servers... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Joshua Judson... | Make daemons call setgid() *before* setuid() because... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Joshua Judson... | Autocomplete: don't match non-subscribed group-names. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Mikael Nordfeldth | Conversations now have URIs that are not URLs |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Mikael Nordfeldth | getConversationUrl introduced for linking to conversations |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Mikael Nordfeldth | Link notice posted time to local representation |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Mikael Nordfeldth | Installer database adjustments |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Mikael Nordfeldth | We're not interested in Disqus support. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Mikael Nordfeldth | Notice URIs are not necessarily URLs. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Mikael Nordfeldth | wtf is Echo? bah, let's get rid of this crap |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Mikael Nordfeldth | Fix Direct Message functionality. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Mikael Nordfeldth | s/bestUrl/getUrl/ for notices and microapp objects |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Mikael Nordfeldth | VideoThumbnails failure detection improved. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mikael Nordfeldth | Handle File thumbnail errors better |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mikael Nordfeldth | InlineAttachmentList had unnecessary function |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mikael Nordfeldth | Minifying javascripts is evil. Let's not do it. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mikael Nordfeldth | Datetime representation aligned for microformats2 |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mikael Nordfeldth | Code cleanup and enabling User object's etc. getUri() |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mikael Nordfeldth | getUrl replaces deprecated bestUrl (more to come) |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mikael Nordfeldth | EmailAuthentication enabled by default |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Mikael Nordfeldth | Better fallback on UnsupportedMediaException |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Mikael Nordfeldth | File width and height is now properly set for File |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Mikael Nordfeldth | Be more precise in return array from image scaling |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Mikael Nordfeldth | Redirect from Attachment_thumbnailAction |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Mikael Nordfeldth | Dynamically generate thumbnails (see full text) |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Mikael Nordfeldth | use intval() instead of floor() for int return type |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Mikael Nordfeldth | Action->int(...) never replied with integers |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Mikael Nordfeldth | Better event name (creating thumbnail _source_) |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Mikael Nordfeldth | Preparing File for dynamic thumbnail generation. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Mikael Nordfeldth | File_oembed::saveNew are File::saveNew are static |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Mikael Nordfeldth | deprecate Notice::bestUrl() in favor of getUrl() |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mikael Nordfeldth | Missing semi colon in showNotice class. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mikael Nordfeldth | OStatus onStartNoticeSourceLink to use exceptions |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mikael Nordfeldth | Improve ShownoticeAction remote redirect code |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mikael Nordfeldth | Use getUrl() instead of ->url in OembedAction |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Mikael Nordfeldth | Fixes to URI/URL handling for notices |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | No need for common_notice_uri anymore |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | Handle missing URIs and URLs better |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | Avoid double colon on Notice URI generation |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | Throw exception when we can't get the url for a notice |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | File_thumbnail lacked getUrl function |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | Set new notice uri to something that's not a URL |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | We get profiles directly, there's no user object anymore |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | Thumbnails are not faded anymore (CSS opacity) |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | Thumbnails are now by default squares of 150px |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Mikael Nordfeldth | Enable square thumbnailing |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Mikael Nordfeldth | Thumbnail default set to 150px square |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Mikael Nordfeldth | Original name preserved in uploaded file. |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Mikael Nordfeldth | Better plugin description for VideoThumbnails |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Mikael Nordfeldth | MediaFile thumbnail event hooks + VideoThumbnails plugin |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Mikael Nordfeldth | ImageFile unlink function referenced bad path |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Mikael Nordfeldth | Some files got updated coding style |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Mikael Nordfeldth | HTML5 video/audio support in attachments |
commit | commitdiff | tree | snapshot |
2014-04-14 |
Mikael Nordfeldth | Added some free codecs for media attachments |
commit | commitdiff | tree | snapshot |
next |