| Commit message (Expand) | Author | Age | Files | Lines |
* | first cut at generic item search | friendica | 2013-05-22 | 1 | -0/+222 |
* | and the obligatory typo | friendica | 2013-05-22 | 1 | -0/+1 |
* | add api/red/channel/stream POST method (post_activity_item()), add additional... | friendica | 2013-05-22 | 1 | -0/+12 |
* | add basic input filtering to the simple activity posting | friendica | 2013-05-22 | 1 | -0/+20 |
* | missing comma | friendica | 2013-05-21 | 1 | -1/+1 |
* | improvements to post_activity_item() so that it does not behave differently w... | friendica | 2013-05-21 | 1 | -0/+13 |
* | fix app display | friendica | 2013-05-21 | 2 | -2/+8 |
* | more permissions descriptive text to lessen confusion | friendica | 2013-05-21 | 1 | -1/+1 |
* | some auto-friending cleanups | friendica | 2013-05-19 | 1 | -1/+3 |
* | typo in auto permissions | friendica | 2013-05-19 | 1 | -1/+1 |
* | doc update plus fix the "only to those in my address book" permission | friendica | 2013-05-18 | 1 | -0/+5 |
* | extend delivery reports to mail | friendica | 2013-05-16 | 1 | -1/+11 |
* | workarounds for people that re-install and end up polluting everybody's datab... | friendica | 2013-05-16 | 1 | -2/+2 |
* | fix setting account_roles for admin account | friendica | 2013-05-15 | 1 | -1/+1 |
* | fix intltext template driver | friendica | 2013-05-15 | 4 | -6/+12 |
* | fix intltext templates - maybe | friendica | 2013-05-15 | 2 | -23/+25 |
* | install issues | friendica | 2013-05-15 | 1 | -1/+1 |
* | don't use permissions to block directory updates from happening. Use zfinger ... | friendica | 2013-05-15 | 1 | -6/+0 |
* | Another typo | Thomas Willingham | 2013-05-14 | 1 | -2/+2 |
* | mysql 5.1 chokes on 'select * from group' since group is a keyword | Zach Prezkuta | 2013-05-12 | 1 | -2/+2 |
* | It's a red matrix, and matrix is better indicated by # than by ! - and would ... | friendica | 2013-05-11 | 1 | -2/+2 |
* | also strip title from notification of private messages - it leaks potentially... | friendica | 2013-05-10 | 1 | -1/+1 |
* | add db_port to setup and cli_startup - still need to set the port in mod/setup | friendica | 2013-05-10 | 1 | -2/+2 |
* | add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for co... | fabrixxm | 2013-05-10 | 4 | -16/+27 |
* | get search page working with live-update and endless scroll, still not perfec... | friendica | 2013-05-09 | 2 | -3/+7 |
* | 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 |
| * | 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 in... | friendica | 2013-05-05 | 2 | -4/+6 |
* | 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 suppo... | friendica | 2013-04-29 | 1 | -0/+7 |
* | 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 better... | friendica | 2013-04-21 | 1 | -0/+2 |
* | sql error on contact removal | friendica | 2013-04-19 | 1 | -1/+1 |