Commit graph

7686 commits

Author SHA1 Message Date
friendica
2fbc78e6cd fix non-embeddable videos by returning plain links 2013-06-21 21:39:06 -07:00
friendica
f835737cb7 fix some anomolies in config functions 2013-06-21 21:36:48 -07:00
friendica
b0fdfd0ca3 upgrade doco 2013-06-21 15:16:06 -07:00
friendica
e16d678aab relocate tagadelic to include/taxonomy 2013-06-21 15:15:07 -07:00
friendica
0b9337dffb community tag issues 2013-06-20 21:19:22 -07:00
friendica
58ac92f4e1 bring back the body tag list - though it really belongs in the templates. It's difficult to debug community tags when you can't see any tags (except those the author typed in). 2013-06-20 20:34:00 -07:00
friendica
61601dc23d Add site registration policy to site record. This is not yet used or stored, but potentially can be exchanged through directory mirrors to automatically create "open site" lists. 2013-06-20 18:36:02 -07:00
friendica
dd9d32bcb3 make tag searches work at least as well as the normal search - which still is quite broken, but at least return some results without introducing too many security holes 2013-06-20 17:09:11 -07:00
friendica
95d7514633 undefined activity_compare which broke notifications (should be activity_match) and revamp xchan_query as abook is optional and need not be present - if it isn't there we still need the xchan, but if it is there we need to make sure that it belongs to whichever channel owns the post 2013-06-20 15:55:20 -07:00
friendica
3dcf9a1df7 bug in commentable - ambiguous abook entry 2013-06-20 02:03:14 -07:00
friendica
e25a387887 more issues related to Tony's re-install 2013-06-19 22:29:32 -07:00
friendica
3b1e5e5204 source code re-org, move taxonomy to separate include 2013-06-19 21:50:14 -07:00
friendica
4f06905a18 infrastructure for future stuff 2013-06-19 18:06:14 -07:00
friendica
9d03da1348 fall back on object author/actor if no owner 2013-06-18 21:52:54 -07:00
friendica
0b935b79dc Support arbitrary likes - "David likes Bob's bicycle" or "Nancy likes Margaret's breasts" or whatever... This is a tricky activity to construct. You will need to set the object owner to the owner of the "thing" and the object title to the name of the "thing". The thing liked can include a photo if desired. This will probably have issues working correctly in other activitystreams environments. 2013-06-18 20:30:20 -07:00
friendica
ba4f237be2 provide support for "bob likes Lisa's channel" activities 2013-06-18 20:14:56 -07:00
friendica
2e7afa96f4 map comment_policy on local post submission 2013-06-18 19:15:33 -07:00
friendica
40c8e89d84 undo comment policy override - there are a handful of stored posts from the 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts. 2013-06-18 18:48:41 -07:00
friendica
6220ab4b54 fix profile update propagation 2013-06-18 02:51:43 -07:00
friendica
c0cc494bf3 fix mod-display when not logged in. 2013-06-18 02:06:16 -07:00
friendica
5f84e3940d much more efficient config functions. This will save potentially hundreds of DB lookups - still need to update the xconfig but want to give the others a good workout as it has been one of those days. 2013-06-17 20:16:50 -07:00
friendica
c5e3859828 another try on zidified notifications - this time it actually seems to work 2013-06-17 19:25:46 -07:00
friendica
49802d9a47 one of those days... 2013-06-17 17:19:05 -07:00
friendica
94c758080f zidify bodies of notification emails 2013-06-17 16:21:03 -07:00
friendica
f4e8198335 found it - but I'll do some more testing before undoing the bypass 2013-06-16 23:20:36 -07:00
friendica
322c9d76fc undefined function 2013-06-16 23:08:52 -07:00
friendica
7ae340dd40 typos 2013-06-16 23:07:04 -07:00
friendica
82539ba2bc override comment policy until it's working 2013-06-16 22:56:56 -07:00
friendica
28cd8594a7 implement 'can_comment_on_post()' which doesn't require a separate DB lookup per item. 2013-06-16 20:44:29 -07:00
friendica
764ee785f5 We will need a per item comment policy to be able to determine in advance if we have permission to comment on something , and we'll need to send it out with all communications. The current check is not only flawed but also a huge performance hit. Also provide the ability for an item to disable commenting completely - such as for a webpage or wherever you want to prevent comments on one item, without requiring a change to your entire permission scheme. All of this is only partially implemented at the moment but we need the structures in place on several sites in order to finish it without breaking everything. 2013-06-16 19:14:01 -07:00
friendica
99252d65bf reset email templates to English 2013-06-16 16:49:46 -07:00
friendica
47ef689c92 implement taggable in auto-complete popups 2013-06-16 16:31:59 -07:00
Thomas Willingham
33696cc839 Merge remote-tracking branch 'upstream/master' 2013-06-16 14:59:17 +01:00
friendica
c4c80a2e47 directory search by hub 2013-06-16 05:28:49 -07:00
friendica
2971ee9a4c hopefully this won't screw up everything - if it does, revert. Otherwise this should work at delivery time to check tag deliveries and bounce the message before it's stored if the channel doesn't allow you to post and you aren't allowed to tag deliver either. Previously this was handled after the post was already stored so you needed posting permission as well as tag deliver permission to get past the checks. 2013-06-16 00:57:39 -07:00
friendica
a37ac8f2f3 flag taggable connections in acl selector 2013-06-16 00:03:22 -07:00
friendica
f338da04e1 don't federate webpages ;-) 2013-06-15 19:31:38 -07:00
friendica
ee21dfc245 fix "new connection has less permissions than public" 2013-06-15 15:45:54 -07:00
friendica
87e4f50eda hijack the #getzot tag 2013-06-15 02:31:34 -07:00
friendica
b7854c89b1 silence a pointless warning 2013-06-15 02:15:45 -07:00
friendica
527afc54b6 Merge https://github.com/friendica/red into zpull 2013-06-14 16:56:21 -07:00
friendica
765d6e0a97 push refresh messages, performance work on conversations and configs, doc updates 2013-06-14 16:54:58 -07:00
Thomas Willingham
3c98d184c3 Merge pull request #57 from git-marijus/patch-1
beautify code
2013-06-14 13:10:02 -07:00
git-marijus
ed939ed21c beautify code 2013-06-14 20:17:15 +02:00
Thomas Willingham
2a9611467b Lighttpd sample config 2013-06-14 15:41:19 +01:00
friendica
9b67e114ad possibly fix skipped pages on endless scroll 2013-06-13 19:21:45 -07:00
friendica
c7ac5a9d80 Merge https://github.com/friendica/red into zpull 2013-06-13 17:53:40 -07:00
friendica
125ee673de missing include 2013-06-13 17:53:16 -07:00
Thomas Willingham
047967da99 Nginx config - add an index in case they don't have a http block 2013-06-13 18:47:22 +01:00
Thomas Willingham
9992b1ffe6 Add sample nginx conf in doc/install - we'll keep configs and trouble shooting doco here, where everything can be plain text,
since it's for people who haven't got Red installed yet/properly, and may not be able to read markdown easily.
2013-06-13 17:46:23 +01:00