]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes
Receiving Share activity fixes
[quix0rs-gnu-social.git] / classes /
2015-03-12 Mikael NordfeldthMerge branch 'nightly' into repeat_as_shareplugin
2015-03-12 Mikael NordfeldthInitial work on making the Share verb handled in plugin
2015-03-10 Mikael NordfeldthImageFile $id argument is only for File objects
2015-03-10 Mikael NordfeldthSame as last commit, don't give ID if it's not for...
2015-03-10 Mikael NordfeldthImageFile should not have an $id set if not a File
2015-03-09 Mikael NordfeldthNotice class got exception throwing getById
2015-03-09 Mikael NordfeldthMerge branch 'nightly', beginning of 1.2.x
2015-03-04 Mikael NordfeldthUse getUrl() on File and File_thumbnail instead of...
2015-03-04 Mikael NordfeldthMove thumbnail algorithm mainly to ImageFile class
2015-03-04 Mikael NordfeldthSubscription_queue::start does not mean Subscription...
2015-03-04 Mikael NordfeldthSubscription::ensureStart skips AlreadyFulfilledException
2015-03-01 Mikael NordfeldthUser class throws exception on register failure
2015-02-28 Mikael NordfeldthAvatar table url field now 'text', maybe use filename...
2015-02-27 Mikael NordfeldthStatusNet class renamed GNUsocial
2015-02-27 Mikael NordfeldthMerge branch 'master' into nightly
2015-02-25 Mikael NordfeldthDocumentation + filename uniqueness in File class
2015-02-25 Mikael NordfeldthMerge commit 'refs/merge-requests/55' of https://gitori...
2015-02-25 Mikael NordfeldthMerge commit 'refs/merge-requests/51' of https://gitori...
2015-02-25 Mikael NordfeldthMerge commit 'refs/merge-requests/49' of https://gitori...
2015-02-25 Mikael NordfeldthSave thumbnails with proper extension
2015-02-24 Mikael NordfeldthHide posts from users with private_stream in scoping...
2015-02-24 Mikael NordfeldthRemoving whitespace and creating an early-return in...
2015-02-24 Mikael NordfeldthDon't store duplicates of files.
2015-02-19 Mikael NordfeldthHad to avoid using indexes in the migration phase
2015-02-19 Mikael Nordfeldthunique keys and indexes must be NOT NULL or MySQL fucks up
2015-02-19 Mikael NordfeldthMerge branch 'utf8mb4' into nightly
2015-02-19 Mikael Nordfeldthless newlines for the scripts/upgrade.php output
2015-02-19 Mikael NordfeldthBad check on existing urlhash key
2015-02-19 Mikael NordfeldthUse new ::getByUrl for File and File_redirection
2015-02-19 Mikael Nordfeldthfunction is hashurl, variable is urlhash
2015-02-19 Mikael NordfeldthFile and File_redirection adhoc storage methods updated...
2015-02-19 Mikael NordfeldthFile_thumbnail url is not an index
2015-02-19 Mikael NordfeldthFile_redirection also got urlhash column
2015-02-19 Mikael NordfeldthMerge branch 'nightly' into file_urlhash
2015-02-18 Mikael NordfeldthescapedTableName for SQL query easy access
2015-02-17 Mikael Nordfeldthurlhash first steps, including scripts/upgrade.php
2015-02-17 Mikael NordfeldthSubscription class gets exception throwing getSubscript...
2015-02-17 Mikael NordfeldthNon-functional "retweeted to me" API call modified...
2015-02-12 Mikael Nordfeldthutf8mb4 conversion on database with index adjusts
2015-02-12 Mikael NordfeldthMerge commit 'refs/merge-requests/43' of https://gitori...
2015-02-10 Mikael NordfeldthMerge commit 'refs/merge-requests/41' of https://gitori...
2015-02-09 Mikael NordfeldthMerge commit 'refs/merge-requests/40' of https://gitori...
2015-02-09 ChimoReplace one instance of LOG_ERR with LOG_DEBUG
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/37' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/30' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/31' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/36' of https://gitori...
2015-02-08 ChimoPopulate 'created' property on attention
2015-02-08 Mikael Nordfeldthadded non-critical FIXMEs
2015-02-08 Mikael NordfeldthupdateWithKeys did not always COMMIT transactions
2015-02-05 Mikael NordfeldthcacheKey change for Status_network class
2015-02-03 Mikael NordfeldthUser class also needs getConfigPref
2015-02-03 Mikael NordfeldthgetConfigPref for globally configurable fallbacks
2015-02-03 Mikael NordfeldthDon't email users who are sandboxed
2015-01-28 Mikael Nordfeldth/main/all will give a network-wide public stream
2015-01-27 Mikael Nordfeldtha group's Profile will now correctly update group origi...
2015-01-26 Mikael NordfeldthImproved animated image thumbnail freedom of choice
2015-01-26 Mikael NordfeldthOnly report local URLs for local groups
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 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 NordfeldthPrimarily the getUrl call is fixed. Also some new class...
2015-01-25 Mikael NordfeldthFile class improved debugging and filename generation
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-21 Mikael NordfeldthMerge branch 'nightly' of gitorious.org:social/mainline...
2015-01-21 Mikael NordfeldthAdd simpler delete preference for Profile and User
2015-01-18 Mikael NordfeldthRegistration coding cleanup
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-08 Mikael NordfeldthMerge commit 'refs/merge-requests/28' of https://gitori...
2014-12-10 Mikael NordfeldthMerge commit 'refs/merge-requests/25' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/26' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/27' of https://gitori...
2014-12-09 Joshua Judson RosenConsistently root autostitched conversations at the...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/19' of https://gitori...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/23' of https://gitori...
2014-12-02 Mikael NordfeldthMerge aqeeliz's commit 'refs/merge-requests/20' of...
2014-12-01 Mikael Nordfeldthdebug output was referencing wrong variable
2014-11-27 Mikael NordfeldthAdding crc32 to uniqueify conversation URIs
2014-11-27 Mikael NordfeldthIf a Notice insert fails, don't continue processing it
2014-11-27 Mikael NordfeldthMove Conversation creation out of insert() to allow...
2014-11-27 Mikael NordfeldthConversation URI cannot be null
2014-11-27 Mikael NordfeldthUse remote conversation URI info to stitch convos together
2014-11-07 Mikael NordfeldthDirectMessage moved into a plugin, not done yet
2014-11-05 Mikael NordfeldthNotice_source checks in better code style
2014-10-25 Mikael NordfeldthmultiGet instead of listFind, subs now in order!
2014-10-20 Hannes Mannerheimwe _do_ want to show text/html as attachments, since...
2014-10-20 Hannes Mannerheimrepeat-bug, could not repeat oversized notices
2014-09-25 Mikael NordfeldthMats Sjöberg's merge request no.5 from Gitorious
2014-08-24 Roland HaederAdded missing index declarations.
2014-08-24 Roland HaederFixed CHMOD + set error_reporting(0) in getvaliddaemons...
2014-08-24 Mikael NordfeldthAtomPub missing georss namespace merge from chimo
2014-08-24 Mikael NordfeldthQnA fixes from chimo
2014-08-24 Mikael NordfeldthPoll fixes by chimo
2014-08-19 Matt LeeMerge branch 'master' of gitorious.org:social/mainline sazius-nightly
next