aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* email notification content privacy by default (unless it's public content)friendica2013-05-051-0/+24
|
* minor fixes related to postgres developmentfriendica2013-05-052-16/+15
|
* members_of_group() output not entirely correctfriendica2013-05-021-1/+2
|
* change plugin_install to plugin_load, etc.friendica2013-05-011-41/+76
|
* change the way profiles are importedfriendica2013-04-301-50/+69
|
* don't try and load an empty string as a photofriendica2013-04-292-1/+8
|
* fix broken profile syncingfriendica2013-04-291-2/+4
|
* add some debugging - update times are changing much faster than they're ↵friendica2013-04-291-0/+7
| | | | supposed to. Log what has changed.
* port superblock core code (except Red will use an xchan instead of a URL)friendica2013-04-281-0/+43
|
* photo driver abstractionfriendica2013-04-257-455/+410
|
* odds and ends in prepearation for photo abstraction, plus red-to-friendica addonfriendica2013-04-252-25/+132
|
* dba driver cleanupfriendica2013-04-231-14/+8
|
* remove old driverfriendica2013-04-222-193/+10
|
* cleanup debugging code in abstracted db driverfriendica2013-04-221-6/+15
|
* db abstraction layerfriendica2013-04-225-102/+291
|
* reverting to fancybox for "save to file" selection box until we find a ↵friendica2013-04-211-0/+2
| | | | better way - prettyPhoto just isn't working for this and I really need this functionality ATM until we can figure out how to make prettyPhoto work properly here.
* sql error on contact removalfriendica2013-04-191-1/+1
|
* for directory sync, ensure we have a fallback master; even if we have ↵friendica2013-04-182-4/+54
| | | | nothing else
* turn naked links in posts into zrl's if we've got a hubloc for the sitefriendica2013-04-182-1/+25
|
* basic poke workingfriendica2013-04-171-1/+1
|
* That was a bit premature. I'll hold these for now until they're more ↵friendica2013-04-173-133/+0
| | | | production ready.
* start of DB driver abstraction class (we'll need similar mechanisms for the ↵friendica2013-04-173-0/+133
| | | | GD/ImageMagick photo stuff and perhaps also for abstracting alternate "social networks")
* Uncripple zids.Thomas Willingham2013-04-162-2/+12
|
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-157-33/+33
| | | | means we can zidify them)
* more Friendica removalsfriendica2013-04-142-6/+5
|
* more cleanupfriendica2013-04-142-2/+1
|
* begin to cut the umbilicalfriendica2013-04-144-7/+7
|
* IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the ↵friendica2013-04-142-6/+38
| | | | privacy-is-more-important-than-ease-of-use folks.
* modify linkify to work correctly with Red mid's containing '@'friendica2013-04-081-1/+1
|
* wrapper function to create arbitrary activities (e.g. for plugins and apps) ↵friendica2013-04-041-0/+65
| | | | with a minimal amount of fuss, though the amount of fuss could increase significantly depending on the nature of the activity. For a simple wall post, just set the $arr['body'] to the desired text and we'll do the rest. If the activity requires special verbs, objects or targets, these will all need to be constructed.
* Merge https://github.com/friendica/red into zpullfriendica2013-04-031-0/+1
|\
| * Make prettyPhoto a feature, add slideshow for albums.Thomas Willingham2013-03-291-0/+1
| |
* | liking comments were reverted to liking the parent after sending item to ↵friendica2013-04-031-4/+3
|/ | | | another channel
* add new connections to default group (if any)friendica2013-03-272-59/+36
|
* update manage table and some documentationfriendica2013-03-273-17/+33
|
* more docofriendica2013-03-261-5/+8
|
* set hidden flags on new directory entries, not just existing onesfriendica2013-03-261-3/+21
|
* docofriendica2013-03-252-3/+66
|
* Merge https://github.com/friendica/red into zpullfriendica2013-03-211-1/+3
|\
| * small fixes for eventsMichael Johnston2013-03-211-1/+3
| |
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-2110-185/+185
| | | | | | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* | support various and multiple content_types on the display side - still have ↵friendica2013-03-211-7/+28
|/ | | | some work to do on the posting side.
* update for js_uploadfriendica2013-03-211-3/+3
|
* updatefriendica2013-03-211-0/+15
|
* we'll need a special system channel (not attached to any account) for ↵friendica2013-03-181-9/+27
| | | | directory synchronisation
* add xconfig table and functions, update strings and docofriendica2013-03-151-11/+123
|
* update modification time whenever a directory related attribute is changedfriendica2013-03-131-2/+24
|
* update xchans on url changefriendica2013-03-121-2/+9
|
* tell it like it isfriendica2013-03-121-2/+2
|
* tell it like it is.friendica2013-03-121-1/+0
|