Commit Graph

7555 Commits

Author SHA1 Message Date
friendica b021c8e31e oops - returned too many items 2013-07-02 21:19:12 -07:00
friendica 08023eb099 tag cloud feature (enable the feature, then it will show up on your channel page) 2013-07-02 21:04:46 -07:00
friendica a4c77467a7 with luck this will fix issue #61 and issue #62 - boy that was fun (not). 2013-07-02 20:15:45 -07:00
friendica da05b9736e some work on issue #62 (comments collapsing on liveupdate), but still a work in progress
some work on photo consolidated "view/edit", but still a work in progress
2013-07-02 16:37:33 -07:00
friendica b86253c655 issue #65 2013-07-01 19:41:11 -07:00
friendica 822a4a0287 fix some community tagging bugs 2013-06-30 23:04:27 -07:00
friendica 9fd4d5f0cc add age to dirsearch json 2013-06-30 01:00:24 -07:00
friendica 9bc5e05d3c age query in dirsearch 2013-06-30 00:49:53 -07:00
friendica 72f6edd595 add age to directory profile - requires updating on each birthday and that part is still missing 2013-06-30 00:38:02 -07:00
friendica 29502438f8 partial implementation of issue #64 - local tag storage linked to the tagged item has been provided. tag deletion, comment tagging, and full testing of this feature are still outstanding. 2013-06-29 21:27:01 -07:00
friendica 070aeeefd6 Merge https://github.com/friendica/red into zpull 2013-06-29 02:07:26 -07:00
friendica 28e0665cad doc update, plus possible fix to "complex delivery chains" issue. Basically when the top-level post creator replies to a thread he sent to a forum via tags, it isn't getting redelivered to the forum members. 2013-06-29 02:04:44 -07:00
Thomas Willingham 54b8c6ce36 Missing include 2013-06-28 20:41:58 +01:00
friendica 6fba7ac1af fix cid query 2013-06-27 21:40:56 -07:00
friendica ae8316a2ca autotag clean-up, mop up, and go home 2013-06-27 20:49:45 -07:00
friendica e84f44710a testing autotag 2013-06-27 20:28:55 -07:00
friendica cdc66da52f Basic ability to create "things" 2013-06-27 19:35:59 -07:00
friendica 230aeb782e if you send a private post to an @-taggable channel (and nobody else), tag them. This sort of implements what Zottel was asking for - posting to a forum by posting only to the forum without having to tag it. Taggables are already highlighted in the ACL widget so as to avoid privacy surprises.
Currently untested but shouldn't take much to get working if it isn't working already.
2013-06-27 16:12:04 -07:00
friendica b9466941e7 more work on channel sync 2013-06-26 17:31:02 -07:00
friendica 156cf592ee more nomadic clone sync 2013-06-26 14:28:11 -07:00
friendica 57c7f725f6 begin code to sync channel changes across all channel clones. 2013-06-25 18:15:17 -07:00
friendica a0a91fc971 Merge https://github.com/friendica/red into zpull 2013-06-23 23:13:51 -07:00
friendica 5e235fba78 make manual image scaling work - even if auto scaling kicks in. 2013-06-23 23:13:07 -07:00
Thomas Willingham 5bbda45cb1 Verbose Nginx conf. Essentially the one from Friendica with a few alterations. 2013-06-23 20:55:57 +01:00
friendica d093981d68 another temporary fix to mod/search to only return one of each post. 2013-06-23 04:51:27 -07:00
friendica b841f825b5 linkify the non-embeddable video 2013-06-21 21:50:02 -07:00
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