Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get search page working with live-update and endless scroll, still not ↵ | friendica | 2013-05-09 | 2 | -3/+7 |
| | | | | perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-05-08 | 5 | -63/+107 |
|\ | |||||
| * | remove "internal" templates, use "tpl/" folder for smarty3 templates, | fabrixxm | 2013-05-08 | 1 | -4/+4 |
| | | | | | | | | move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates | ||||
| * | fix internal | fabrixxm | 2013-05-08 | 1 | -2/+5 |
| | | |||||
| * | use smarty3 as default template engine. add pluggable template system | fabrixxm | 2013-05-08 | 5 | -59/+100 |
| | | |||||
* | | small updates | friendica | 2013-05-08 | 3 | -6/+7 |
|/ | |||||
* | fixes | friendica | 2013-05-06 | 1 | -2/+2 |
| | |||||
* | photo driver issue when updating contact photos - old class structure used ↵ | friendica | 2013-05-05 | 2 | -4/+6 |
| | | | | instead of photo_factory() | ||||
* | fix admin assign | friendica | 2013-05-05 | 1 | -2/+2 |
| | |||||
* | email notification content privacy by default (unless it's public content) | friendica | 2013-05-05 | 1 | -0/+24 |
| | |||||
* | minor fixes related to postgres development | friendica | 2013-05-05 | 2 | -16/+15 |
| | |||||
* | members_of_group() output not entirely correct | friendica | 2013-05-02 | 1 | -1/+2 |
| | |||||
* | change plugin_install to plugin_load, etc. | friendica | 2013-05-01 | 1 | -41/+76 |
| | |||||
* | change the way profiles are imported | friendica | 2013-04-30 | 1 | -50/+69 |
| | |||||
* | don't try and load an empty string as a photo | friendica | 2013-04-29 | 2 | -1/+8 |
| | |||||
* | fix broken profile syncing | friendica | 2013-04-29 | 1 | -2/+4 |
| | |||||
* | add some debugging - update times are changing much faster than they're ↵ | friendica | 2013-04-29 | 1 | -0/+7 |
| | | | | supposed to. Log what has changed. | ||||
* | port superblock core code (except Red will use an xchan instead of a URL) | friendica | 2013-04-28 | 1 | -0/+43 |
| | |||||
* | photo driver abstraction | friendica | 2013-04-25 | 7 | -455/+410 |
| | |||||
* | odds and ends in prepearation for photo abstraction, plus red-to-friendica addon | friendica | 2013-04-25 | 2 | -25/+132 |
| | |||||
* | dba driver cleanup | friendica | 2013-04-23 | 1 | -14/+8 |
| | |||||
* | remove old driver | friendica | 2013-04-22 | 2 | -193/+10 |
| | |||||
* | cleanup debugging code in abstracted db driver | friendica | 2013-04-22 | 1 | -6/+15 |
| | |||||
* | db abstraction layer | friendica | 2013-04-22 | 5 | -102/+291 |
| | |||||
* | reverting to fancybox for "save to file" selection box until we find a ↵ | friendica | 2013-04-21 | 1 | -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 removal | friendica | 2013-04-19 | 1 | -1/+1 |
| | |||||
* | 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. |