]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes/User.php
minilist for groups
[quix0rs-gnu-social.git] / classes / User.php
2009-01-21 Evan Prodromouuser subscriptions methods
2009-01-21 Evan ProdromouAdd group and groups to list of forbidden user names
2009-01-21 Evan ProdromouA method on User for getting groups
2009-01-21 Evan ProdromouMerge branch 'master' into groups
2009-01-21 Evan ProdromouFirst pass at a group home page
2009-01-08 Evan ProdromouMerge branch 'master' of ../laconica-stable
2009-01-06 Evan ProdromouMerge branch 'master' into devel
2008-12-11 Evan Prodromouwhitespace conflicts in User.php
2008-12-23 Evan ProdromouTRUE
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-09 Zach Copleyfix registration bug - fatal error when sending email...
2008-12-09 Zach Copleytrac540 - Add 'since' param to Twitter-compatible API...
2008-12-09 Evan Prodromoufix Profile_block::get() again
2008-12-09 Evan Prodromouremoved Profile_block::get, changed to use pkeyGet
2008-12-08 Evan Prodromouenable block API
2008-12-08 Evan Prodromoulow-level management of blocks
2008-12-10 Evan Prodromouedit throttling
2008-11-20 Evan Prodromoulet users set their own profile tags from profilesettings
2008-11-20 Evan Prodromouwhitespace diffs in User.php
2008-11-17 milletteemailnotifynudge added to User.php class manually ...
2008-11-22 Evan Prodromouif all faves in cache, skip
2008-11-22 Evan Prodromoublow last cache for faves
2008-11-22 Evan Prodromoumessed up logic for passing faves
2008-11-22 Evan Prodromouuse cached fave stream to save DB hits for faves
2008-11-16 Evan Prodromouadd inboxes for new users
2008-11-13 Evan Prodromoudifferent query based on config var and user inbox...
2008-11-13 Evan Prodromouadd inboxed and regenerate data objects
2008-11-06 millettetrac31 url_auto_shortening by sgmurphy
2008-11-12 Evan Prodromounotice_inbox.id -> notice_inbox.notice_id
2008-11-12 Evan Prodromoucreated timestamp on notice_inbox
2008-11-04 zachTwitter-compatible API - since_id and before_id were...
2008-10-22 Evan Prodromouchange User to use notice inboxes rather than subscription
2008-10-22 Evan Prodromouremove unused noticesWithFriendsWindow from User
2008-10-05 Zach CopleyAnother patch to fix up whitespace conflicts in User.php
2008-10-05 Zach CopleyFixed up conflict (over white space) in User.php
2008-10-04 Evan Prodromoufix deleted function after synch from Zach
2008-10-01 mac65Add support for since_id and before_id to Twitter API...
2008-10-02 Evan Prodromoudon't try to free faves in User
2008-10-02 Evan Prodromoutry to use caching functions where possible in User
2008-10-02 Evan Prodromouremove unused helper function
2008-09-28 Evan Prodromoucorrect some SQL and add some spaces
2008-09-28 Evan Prodromouremove noticewrapper
2008-09-28 Evan Prodromousingle function for important streams, with memcached...
2008-09-26 Evan Prodromoumove memcache connections to util.php
2008-09-26 Evan Prodromoupath correct in require_once for memcached
2008-09-26 Evan Prodromouprepend Memcached_DataObject require with INSTALLDIR
2008-09-26 Evan Prodromoucaching layer for DB/DataObject
2008-09-23 Evan Prodromouuser -> this
2008-09-22 Evan Prodromoucorrect a couple of bugs
2008-09-17 Evan Prodromoufancy urls for show message, new message
2008-09-17 Evan Prodromounewmessage and showmessage
2008-09-16 Evan Prodromourationalize with ciarang's pgsql changes
2008-09-15 CiaranGPostgreSQL: Quote table name in manually formed query...
2008-09-09 CiaranGInitial support for PostgreSQL
2008-09-09 Zach CopleyDisallow 'api' nickname
2008-09-16 Evan Prodromourationalize with repository version
2008-09-08 Evan Prodromouinitial non-Ajax version of favorites
2008-08-27 Evan ProdromouInvite -> Invitation
2008-08-27 Evan Prodromouupdates for invitations
2008-09-20 Evan Prodromoucan actually take all the data in the window
2008-09-15 Evan Prodromoucompress window-getting to one function
2008-09-15 Evan Prodromou$INSTALLDIR -> INSTALLDIR
2008-09-15 Evan Prodromoucache noticesWithFriends in memcached
2008-09-05 Ori AvtalionDisallow 'tag' and 'tags' as usernames. Fixes ticket...
2008-08-25 Evan Prodromouuse better SQL date, fix security problem with OpenID...
2008-08-14 Evan Prodromoumove user registration to a single static method
2008-07-31 Evan Prodromouextend length of source for notices
2008-07-21 mikecResolve conflicts after pull from evan
2008-07-21 mikecPublish MicroIDs for email and mpp on profile and notic...
2008-07-20 Mike CochraneRegenerate class file for language column
2008-07-19 matthew.greggPatch for PITS 00032, 00033, 00034
2008-07-22 Evan Prodromoudon't get a count from query
2008-07-22 Evan Prodromounotices and counts
2008-07-22 Evan Prodromouanother whitespace SQL error
2008-07-22 Evan Prodromouwhitespace in SQL
2008-07-22 Evan Prodromoublow off DB_DataObject joins, write SQL from scratch
2008-07-22 Evan Prodromoucentralize and optimize with-friends query
2008-07-21 Evan Prodromouupdate keys for incomingemail
2008-07-21 Evan Prodromousave changes to smsemail
2008-07-21 Evan Prodromouadd flag for sms replies
2008-07-21 Evan Prodromouadd sms email address to user
2008-07-20 Evan Prodromou$true not the same as true
2008-07-20 Evan Prodromouadd autosubscribe
2008-07-20 Evan Prodromouadd autosubscribe flag to users
2008-07-20 Evan Prodromoustart sms settings
2008-07-19 Evan Prodromouemail settings for post by email
2008-07-17 Evan Prodromoumailer daemon start
2008-07-15 Evan Prodromourebuild classes based on DB change
2008-07-15 Evan Prodromoumove email settings to its own tab
2008-07-15 Evan Prodromoureplies from people you're not subscribed to over Jabber
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-11 Evan Prodromouadd 'avatar' to blacklisted names
2008-07-09 Evan Prodromouadd fancy urls for search
2008-07-07 Evan Prodromoucheck for profile
2008-07-07 Evan Prodromoutwiddle a few bits to make replies work correctly
2008-06-23 matthew.greggFirst pass at replies support http://laconi.ca/PITS...
2008-06-23 Evan Prodromouadd imsettings to menu
2008-06-22 Evan Prodromoudisallow nicknames on a blacklist
next