]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2015-01-28 Mikael Nordfeldth/main/all will give a network-wide public stream
2015-01-27 Mikael Nordfeldth'zone' is a valid top domain
2015-01-27 Mikael NordfeldthDefault value false for $force on Ostatus updateAvatar
2015-01-27 Mikael NordfeldthTest in Ostatus_profile if avatar is an image before...
2015-01-27 Mikael NordfeldthHandle groups better in Ostatus_profile->updateAvatar
2015-01-27 Mikael Nordfeldtha group's Profile will now correctly update group origi...
2015-01-27 Mikael NordfeldthCorrected message in NoSuchGroupException
2015-01-27 Mikael NordfeldthOStatusSub should use inherent attributes
2015-01-26 Mikael NordfeldthDefault textlimit for notices is now 1000 chars
2015-01-26 Mikael NordfeldthOstatus_profile smarter test if avatar exists
2015-01-26 Mikael NordfeldthForce updateAvatar if desired
2015-01-26 Mikael NordfeldthImproved animated image thumbnail freedom of choice
2015-01-26 Mikael NordfeldthDifferentiate on group and user for WebFinger data
2015-01-26 Mikael NordfeldthOnly report local URLs for local groups
2015-01-26 Mikael NordfeldthUnnecessarily spammy logs for getThumbnail()
2015-01-25 Mikael NordfeldthAnimated GIF restructuring, ImageMagick only used for...
2015-01-25 Mikael NordfeldthNo need for ImageMagick to detected animated GIF
2015-01-25 Mikael NordfeldthNo reason to stop the event
2015-01-25 Mikael NordfeldthMaybe we can detect animated files in core
2015-01-25 Mikael NordfeldthFile_thumbnail uses file_id as PRI
2015-01-25 Mikael NordfeldthManaged_DataObject->updateWithKeys throws its own exception
2015-01-25 Mikael NordfeldthupdateWithKeys reworked to more reliable execution
2015-01-25 Mikael NordfeldthupdateKeys -> updateWithKeys (w/ functionality)
2015-01-25 Mikael NordfeldthupdateKeys (for classes with PRI id) now in Managed_Dat...
2015-01-25 Mikael NordfeldthAttachment_thumbnailAction is a ManagedAction (doPrepar...
2015-01-25 Mikael NordfeldthRegexp for Oembed domain matching
2015-01-25 Mikael Nordfeldth1.1.3-beta2
2015-01-25 Mikael NordfeldthDisplay attached inline images on its own row
2015-01-25 Mikael NordfeldthRemote thumbnail fetching from trusted sources
2015-01-25 Mikael NordfeldthPrimarily the getUrl call is fixed. Also some new class...
2015-01-25 Mikael NordfeldthFile_oembed::byFile to avoid littering with getKV
2015-01-25 Mikael NordfeldthFile class improved debugging and filename generation
2015-01-25 Mikael Nordfeldthbarename wasn't used, let's rename it filename and...
2015-01-25 Mikael NordfeldthAttachmentAction is a ManagedAction, don't implement...
2015-01-25 Mikael NordfeldthLet's not risk mixing two object types up
2015-01-24 Mikael NordfeldthStore remote magicsig public keys locally
2015-01-24 Mikael NordfeldthAdded Magicsig onProfileDeleteRelated
2015-01-24 Mikael NordfeldthDocumentation update (clarifying need for php5-gmp...
2015-01-24 Mikael Nordfeldthconst'ifying bits and sigalg
2015-01-24 Mikael NordfeldthDocumentation update for ImageMagick
2015-01-24 Mikael NordfeldthNo need to pre-generate thumbnails anymore
2015-01-24 Mikael Nordfeldthresize_animated declared public in ImageMagickPlugin
2015-01-23 Mikael NordfeldthDefault value for max thumbnail size increased
2015-01-23 Mikael NordfeldthHack to force thumbnail generation directly on upload
2015-01-23 Mikael NordfeldthMediaFile->getFile() instead of accessing fileRecord
2015-01-23 Mikael Nordfeldthscoped instead of auth_user->getProfile()
2015-01-23 Mikael NordfeldthMapstractionPlugin didn't handle notices without URLs
2015-01-23 Mikael NordfeldthRealtimePlugin didn't handle notices without URLs
2015-01-23 Mikael NordfeldthAllow fallback to local URL on Notice->getUrl()
2015-01-23 Mikael NordfeldthPrefer local URLs for all locally generated notices.
2015-01-23 Mikael Nordfeldthuser is a protected property in UAS/AtomUserNoticeFeed
2015-01-22 Mikael NordfeldthNon-ajax file submissions should throw NoUploadedMediaE...
2015-01-22 Mikael Nordfeldthssl_verify_host option in config (default is true)
2015-01-22 Mikael NordfeldthAdded a quickGet in HTTPClient
2015-01-22 Mikael NordfeldthReplace file_get_contents with HTTPClient in testfeed
2015-01-21 Mikael NordfeldthMerge branch 'nightly' of gitorious.org:social/mainline...
2015-01-21 Mikael NordfeldthEnable AntiBrute by default.
2015-01-21 Mikael NordfeldthAntiBrute plugin, delay + log multiple fail logins
2015-01-21 Mikael NordfeldthAdd simpler delete preference for Profile and User
2015-01-21 Mikael NordfeldthEndCheckPassword should run after Start even if pre...
2015-01-21 Mikael NordfeldthOnly check if a nickname exists if site is non-private
2015-01-21 Mikael NordfeldthOnly check if a nickname exists if site is non-private
2015-01-21 Mikael NordfeldthMediaFile upload simplifying
2015-01-21 Mikael NordfeldthGIF support (I know you love it)
2015-01-21 Mikael NordfeldthNewmessageAction lacked the $form property
2015-01-19 Mikael Nordfeldthxcache plugin is not recommended anymore
2015-01-18 Mikael NordfeldthThese were meant for lower classes
2015-01-18 Mikael NordfeldthRegistration coding cleanup
2015-01-18 Mikael NordfeldthBad variable reference (needed $this->)
2015-01-18 Mikael NordfeldthPHP BUG??? Cannot figure out why this throws warning
2015-01-18 Mikael Nordfeldthholy crap, file_put_contents got args in wrong order
2015-01-18 Mikael NordfeldthKeep the old error message on updateAvatar
2015-01-18 Mikael NordfeldthUse HTTPClient to download avatar
2015-01-18 Mikael NordfeldthLoose_Ostatusprofile::updateAvatar was identical to...
2015-01-18 Mikael NordfeldthA bit more readable code.
2015-01-17 Mikael NordfeldthDon't hide the compose buttons in input_form_nav
2015-01-17 Mikael NordfeldthNo need to say we're finished working
2015-01-17 Mikael NordfeldthIcons slightly too large, broke the line!
2015-01-17 Mikael NordfeldthtwitPic no longer exists/is active
2015-01-17 Mikael Nordfeldthspring cleaning in Oembed helper list
2015-01-16 Mikael Nordfeldthneo-quitter theme from hannesmannerheim
2015-01-16 Mikael NordfeldthSpacing between .u-photo and .p-name in notices
2015-01-16 Mikael Nordfeldth...and don't hide it at all since we don't have a place...
2015-01-16 Mikael NordfeldthDon't close main notice input on init if composing
2015-01-16 Mikael NordfeldthInitially hide input forms on the top
2015-01-16 Mikael Nordfeldthversion push, we've got some HTML/CSS changes
2015-01-16 Mikael NordfeldthAdd nohub config setting to allowed non-PuSH feeds
2015-01-15 Mikael Nordfeldthremoved debugging lines for FeedPoller
2015-01-15 Mikael NordfeldthRSS feed items did not get a type assigned
2015-01-15 Mikael NordfeldthFeedPoller plugin, for hubless feeds
2015-01-13 Mikael NordfeldthEnsuring unknown profiles in salmon slaps work again
2015-01-13 Mikael NordfeldthBetter test to see if uploaded media exists
2015-01-13 Mikael NordfeldthAbort on failure instead of return early success
2015-01-13 Mikael NordfeldthThose variables were set for a reason
2015-01-12 Mikael NordfeldthgetUrl() fixed for File and File_thumbnail to correct...
2015-01-12 Mikael NordfeldthWhen called in offline queue, File::url was HTTP
2015-01-12 Mikael Nordfeldthnewnotice action always returns the notice's URL
2015-01-12 Mikael NordfeldthMake sure we add ajax=1 to inputform if using javascript
2015-01-12 Mikael NordfeldthArrayWrapper spookiness, must make sure it's a Notice...
2015-01-12 Mikael NordfeldthensureActivityObjectProfile is more thorough than creat...
next