Commit Graph
2507 Commits
Author SHA1 Message Date
friendica fadf2c3ea6 add photos and albums enumeration to Red API (will allow us to export either all our photos or individual albums using a script) 2013-05-29 19:47:01 -07:00
Thomas Willingham 5e1a5a696b Typo, or somehow ended up with a missing line another way. 2013-05-29 04:30:04 +01:00
friendica 6bb3583267 Merge https://github.com/friendica/red into zpull 2013-05-28 16:33:24 -07:00
friendica 281d73b03a issue #55 (number 2) 2013-05-28 16:32:31 -07:00
Thomas Willingham af3fc75856 Add red smiley for the sake of consistency with Friendica's set. 2013-05-28 19:28:14 +01:00
friendica 08a4ffd663 convert most red photos to zmg 2013-05-28 04:50:16 -07:00
friendica e81e11382f cleanup localisation of like activities 2013-05-28 01:50:28 -07:00
friendica 7a011a99c7 wrong attribution on likes of comments in email notifications. Let's also call the thing they liked a comment instead of a status 2013-05-28 01:40:27 -07:00
friendica 9fda0a3fd5 add support for zmg bbcode tag (img with class=zrl) which will eventually get turned into a zid link when rendered for display. TODO - turn photo items and photos uploaded into posts into zmg, then run all incoming bbcode posts through a filter to see if there's a photo from a known hubloc (with an http(s): src attr - not data:) and if so turn it into a zmg. Then fix the zidify functions to look for class="zrl" and we're done. 2013-05-27 21:23:43 -07:00
friendica ad0c5e3c68 fix zidify_img_callback - wrong number of args 2013-05-27 19:50:29 -07:00
friendica df32c93d56 zidify img links, delay notifier until actually published for time travelling posts 2013-05-27 05:27:35 -07:00
friendica 87e7deacf9 use http_authorization header with nginx 2013-05-23 22:29:27 -07:00
friendica 5e83c58a95 move new_cookie() to the session driver so we can use it for other purposes besides "normal" web login (for instance magic auth) 2013-05-23 20:35:40 -07:00
friendica 6a2e644a87 more progress on items_fetch (new name) 2013-05-23 18:50:27 -07:00
friendica c721c3a20e implement time travelling posts 2013-05-23 17:24:15 -07:00
friendica 981a497fa0 first cut at generic item search 2013-05-22 21:54:02 -07:00
friendica b76397ee83 and the obligatory typo 2013-05-22 19:16:05 -07:00
friendica 3b707b533a add api/red/channel/stream POST method (post_activity_item()), add additional endpoint to channel export to api/red/channel/export/basic 2013-05-22 19:12:45 -07:00
friendica aa1eb2d89e add basic input filtering to the simple activity posting 2013-05-22 18:22:41 -07:00
friendica 75e4d446ef missing comma 2013-05-21 21:54:21 -07:00
friendica 1c908c0891 improvements to post_activity_item() so that it does not behave differently with delivery plugins than post_local via the API. 2013-05-21 21:51:02 -07:00
friendica c64c79eb11 fix app display 2013-05-21 20:52:18 -07:00
friendica d72d30fabb more permissions descriptive text to lessen confusion 2013-05-21 17:13:51 -07:00
friendica 52acfce84b some auto-friending cleanups 2013-05-19 20:38:53 -07:00
friendica 1f921a51ae typo in auto permissions 2013-05-19 20:16:05 -07:00
friendica f2de266ce6 doc update plus fix the "only to those in my address book" permission 2013-05-18 01:25:54 -07:00
friendica 75461355ff extend delivery reports to mail 2013-05-16 20:43:24 -07:00
friendica deedac6ae5 workarounds for people that re-install and end up polluting everybody's databases with stale entries 2013-05-16 20:21:12 -07:00
friendica 20d5985c0a fix setting account_roles for admin account 2013-05-15 22:59:05 -07:00
friendica d20a0cb6ab fix intltext template driver 2013-05-15 22:27:35 -07:00
friendica b00c900fa2 fix intltext templates - maybe 2013-05-15 21:21:44 -07:00
friendica 97f63d0066 install issues 2013-05-15 20:28:22 -07:00
friendica fece1675d3 don't use permissions to block directory updates from happening. Use zfinger to decide what to send. 2013-05-15 16:06:49 -07:00
Thomas Willingham 3b96a19fd3 Another typo 2013-05-14 23:27:07 +01:00
Zach Prezkuta 24d088d43b mysql 5.1 chokes on 'select * from group' since group is a keyword 2013-05-12 09:40:54 -06:00
friendica 8a1c8c4a03 It's a red matrix, and matrix is better indicated by # than by ! - and would otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center. 2013-05-11 15:37:36 -07:00
friendica 99c842ff39 also strip title from notification of private messages - it leaks 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...)" 2013-05-10 16:09:24 -07:00
friendica 6f7e002922 add db_port to setup and cli_startup - still need to set the port in mod/setup 2013-05-10 03:37:41 -07:00
fabrixxm d4c07930d5 add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for compiled templates 2013-05-10 06:13:24 -04:00
friendica 112dbf3abd get search page working with live-update and endless scroll, still not 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. 2013-05-09 18:08:00 -07:00
friendica 735140e8d9 Merge https://github.com/friendica/red into zpull 2013-05-08 21:31:15 -07:00
friendica cb0a90d628 small updates 2013-05-08 21:30:54 -07:00
fabrixxm 5e1980becf remove "internal" templates, use "tpl/" folder for smarty3 templates,
move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
2013-05-08 04:23:17 -04:00
fabrixxm c753fa19d2 fix internal 2013-05-08 04:00:05 -04:00
fabrixxm 31a21ac24c use smarty3 as default template engine. add pluggable template system 2013-05-08 03:51:38 -04:00
friendica dc028ce8ba fixes 2013-05-06 02:17:20 -07:00
friendica 524f205caa photo driver issue when updating contact photos - old class structure used instead of photo_factory() 2013-05-05 22:49:46 -07:00
friendica 175f30d7cc fix admin assign 2013-05-05 21:27:21 -07:00
friendica 5031015cc5 email notification content privacy by default (unless it's public content) 2013-05-05 20:07:19 -07:00
friendica 6f04a7e070 minor fixes related to postgres development 2013-05-05 19:34:56 -07:00