Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for directory sync, ensure we have a fallback master; even if we have ↵ | friendica | 2013-04-18 | 2 | -4/+54 |
| | | | | nothing else | ||||
* | turn naked links in posts into zrl's if we've got a hubloc for the site | friendica | 2013-04-18 | 2 | -1/+25 |
| | |||||
* | basic poke working | friendica | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | That was a bit premature. I'll hold these for now until they're more ↵ | friendica | 2013-04-17 | 3 | -133/+0 |
| | | | | production ready. | ||||
* | start of DB driver abstraction class (we'll need similar mechanisms for the ↵ | friendica | 2013-04-17 | 3 | -0/+133 |
| | | | | GD/ImageMagick photo stuff and perhaps also for abstracting alternate "social networks") | ||||
* | Uncripple zids. | Thomas Willingham | 2013-04-16 | 2 | -2/+12 |
| | |||||
* | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵ | friendica | 2013-04-15 | 7 | -33/+33 |
| | | | | means we can zidify them) | ||||
* | more Friendica removals | friendica | 2013-04-14 | 2 | -6/+5 |
| | |||||
* | more cleanup | friendica | 2013-04-14 | 2 | -2/+1 |
| | |||||
* | begin to cut the umbilical | friendica | 2013-04-14 | 4 | -7/+7 |
| | |||||
* | IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the ↵ | friendica | 2013-04-14 | 2 | -6/+38 |
| | | | | privacy-is-more-important-than-ease-of-use folks. | ||||
* | modify linkify to work correctly with Red mid's containing '@' | friendica | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | wrapper function to create arbitrary activities (e.g. for plugins and apps) ↵ | friendica | 2013-04-04 | 1 | -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 zpull | friendica | 2013-04-03 | 1 | -0/+1 |
|\ | |||||
| * | Make prettyPhoto a feature, add slideshow for albums. | Thomas Willingham | 2013-03-29 | 1 | -0/+1 |
| | | |||||
* | | liking comments were reverted to liking the parent after sending item to ↵ | friendica | 2013-04-03 | 1 | -4/+3 |
|/ | | | | another channel | ||||
* | add new connections to default group (if any) | friendica | 2013-03-27 | 2 | -59/+36 |
| | |||||
* | update manage table and some documentation | friendica | 2013-03-27 | 3 | -17/+33 |
| | |||||
* | more doco | friendica | 2013-03-26 | 1 | -5/+8 |
| | |||||
* | set hidden flags on new directory entries, not just existing ones | friendica | 2013-03-26 | 1 | -3/+21 |
| | |||||
* | doco | friendica | 2013-03-25 | 2 | -3/+66 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-03-21 | 1 | -1/+3 |
|\ | |||||
| * | small fixes for events | Michael Johnston | 2013-03-21 | 1 | -1/+3 |
| | | |||||
* | | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 10 | -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 ↵ | friendica | 2013-03-21 | 1 | -7/+28 |
|/ | | | | some work to do on the posting side. | ||||
* | update for js_upload | friendica | 2013-03-21 | 1 | -3/+3 |
| | |||||
* | update | friendica | 2013-03-21 | 1 | -0/+15 |
| | |||||
* | we'll need a special system channel (not attached to any account) for ↵ | friendica | 2013-03-18 | 1 | -9/+27 |
| | | | | directory synchronisation | ||||
* | add xconfig table and functions, update strings and doco | friendica | 2013-03-15 | 1 | -11/+123 |
| | |||||
* | update modification time whenever a directory related attribute is changed | friendica | 2013-03-13 | 1 | -2/+24 |
| | |||||
* | update xchans on url change | friendica | 2013-03-12 | 1 | -2/+9 |
| | |||||
* | tell it like it is | friendica | 2013-03-12 | 1 | -2/+2 |
| | |||||
* | tell it like it is. | friendica | 2013-03-12 | 1 | -1/+0 |
| | |||||
* | make reshares translateable | friendica | 2013-03-11 | 1 | -71/+79 |
| | |||||
* | fix typos | friendica | 2013-03-11 | 2 | -3/+3 |
| | |||||
* | unknown column | friendica | 2013-03-11 | 1 | -2/+2 |
| | |||||
* | class def for reshared content | friendica | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | dangerous typo that removes all your hublocs, fix reshare formatting | friendica | 2013-03-11 | 4 | -37/+39 |
| | |||||
* | cleanup | friendica | 2013-03-10 | 6 | -996/+1 |
| | |||||
* | . | friendica | 2013-03-10 | 3 | -15/+56 |
| | |||||
* | some fixes related to events | Michael Johnston | 2013-03-07 | 1 | -1/+1 |
| | | | | | | | - add backticks around column "desc" in sql query - fixed query for data passed to showEvent - showEvent was picking up on id from item instead of id from event - fixed references to author info in template | ||||
* | fix comment permissions on display (again) and clean up an error seen in the ↵ | friendica | 2013-03-06 | 2 | -2/+9 |
| | | | | logs | ||||
* | tweaky tweak, plus add share tracking db, and don't show acl for guest ↵ | friendica | 2013-03-06 | 1 | -0/+1 |
| | | | | postings, and experiment with compressing pcss on the fly | ||||
* | randprof sorta working | friendica | 2013-03-06 | 1 | -2/+2 |
| | |||||
* | hide hidden entries | friendica | 2013-03-05 | 1 | -0/+2 |
| | |||||
* | basic friend suggestions (but not "new to the network and have no friends at ↵ | friendica | 2013-03-05 | 1 | -4/+23 |
| | | | | all" suggestions) | ||||
* | just tinkering and trying a few things - don't get upset. It can all be ↵ | friendica | 2013-03-05 | 3 | -8/+19 |
| | | | | reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting. | ||||
* | fix timeago (again), webfinger new spec implemented, some theme work | friendica | 2013-03-04 | 3 | -2/+4 |
| | |||||
* | cleanup affinity tool | friendica | 2013-03-03 | 1 | -1/+3 |
| | |||||
* | edits might really work now | friendica | 2013-02-28 | 1 | -1/+2 |
| |