Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix zidify_img_callback - wrong number of args | friendica | 2013-05-27 | 1 | -1/+1 |
| | |||||
* | zidify img links, delay notifier until actually published for time ↵ | friendica | 2013-05-27 | 4 | -8/+42 |
| | | | | travelling posts | ||||
* | use http_authorization header with nginx | friendica | 2013-05-23 | 1 | -0/+10 |
| | |||||
* | move new_cookie() to the session driver so we can use it for other purposes ↵ | friendica | 2013-05-23 | 2 | -10/+11 |
| | | | | besides "normal" web login (for instance magic auth) | ||||
* | more progress on items_fetch (new name) | friendica | 2013-05-23 | 2 | -36/+39 |
| | |||||
* | implement time travelling posts | friendica | 2013-05-23 | 2 | -0/+19 |
| | |||||
* | 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 ↵ | friendica | 2013-05-22 | 1 | -0/+12 |
| | | | | additional endpoint to channel export to api/red/channel/export/basic | ||||
* | 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 ↵ | friendica | 2013-05-21 | 1 | -0/+13 |
| | | | | with delivery plugins than post_local via the API. | ||||
* | 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 ↵ | friendica | 2013-05-16 | 1 | -2/+2 |
| | | | | databases with stale entries | ||||
* | 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 |
| | | | | to decide what to send. | ||||
* | 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 |
| | | | | otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center. | ||||
* | also strip title from notification of private messages - it leaks ↵ | friendica | 2013-05-10 | 1 | -1/+1 |
| | | | | potentially sensitive message info. Note: there is still information leakage of sender but this is difficult to avoid completely. "You've got an email from (we're sorry, we can't tell you...)" | ||||
* | 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 ↵ | fabrixxm | 2013-05-10 | 4 | -16/+27 |
| | | | | compiled templates | ||||
* | 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 |
| |