aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* some object/thing tweaksfriendica2013-07-031-0/+14
|
* $yoursite/thing?f=&verb=has&term=big+ballsfriendica2013-07-031-11/+119
| | | | | These will eventually be listed by category in your profile and you will be able to have different lists in different profiles (which is why the multi-profile feature needed to get finished before I could get any further along on this...) have fun
* tag cloud tweaking - allow your own comments, disallow all private postsfriendica2013-07-031-1/+1
|
* birthday error checking - if year is present but no month or day, set to 1 ↵friendica2013-07-031-0/+5
| | | | January. Otherwise the date will be set to 30 November the prior year due to how the PHP strtotime() function works.
* remove debug info - mop up and go homefriendica2013-07-031-2/+2
|
* multi-profiles workfriendica2013-07-032-10/+21
|
* progress on multiple profiles, doing it the old way. I don't think we're ↵friendica2013-07-031-7/+8
| | | | going to be able to do it the new way - way too complicated.
* This probably needs some configurable options, but let's only show tags from ↵friendica2013-07-021-1/+1
| | | | your top-level posts in your personal tag cloud to prevent your commenters from tag spamming you and featuring their tags on your wall. It would be bad if somebody was able to make #penis_enlargement *your* personal top tag. We can do something different for the matrix, as it can't be seen by outsiders.
* oops - returned too many itemsfriendica2013-07-021-1/+1
|
* tag cloud feature (enable the feature, then it will show up on your channel ↵friendica2013-07-021-0/+3
| | | | page)
* some work on issue #62 (comments collapsing on liveupdate), but still a work ↵friendica2013-07-021-77/+57
| | | | | | in progress some work on photo consolidated "view/edit", but still a work in progress
* fix some community tagging bugsfriendica2013-06-301-2/+4
|
* add age to dirsearch jsonfriendica2013-06-301-0/+1
|
* age query in dirsearchfriendica2013-06-301-0/+10
|
* add age to directory profile - requires updating on each birthday and that ↵friendica2013-06-301-0/+3
| | | | part is still missing
* partial implementation of issue #64 - local tag storage linked to the tagged ↵friendica2013-06-291-0/+1
| | | | item has been provided. tag deletion, comment tagging, and full testing of this feature are still outstanding.
* fix cid queryfriendica2013-06-271-1/+1
|
* autotag clean-up, mop up, and go homefriendica2013-06-271-4/+5
|
* testing autotagfriendica2013-06-271-1/+2
|
* Basic ability to create "things"friendica2013-06-271-0/+43
|
* if you send a private post to an @-taggable channel (and nobody else), tag ↵friendica2013-06-271-0/+12
| | | | | | 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.
* more work on channel syncfriendica2013-06-262-2/+6
|
* more nomadic clone syncfriendica2013-06-261-6/+31
|
* begin code to sync channel changes across all channel clones.friendica2013-06-251-8/+3
|
* another temporary fix to mod/search to only return one of each post.friendica2013-06-231-6/+6
|
* fix some anomolies in config functionsfriendica2013-06-211-4/+4
|
* Add site registration policy to site record. This is not yet used or stored, ↵friendica2013-06-201-1/+8
| | | | but potentially can be exchanged through directory mirrors to automatically create "open site" lists.
* make tag searches work at least as well as the normal search - which still ↵friendica2013-06-201-1/+1
| | | | is quite broken, but at least return some results without introducing too many security holes
* more issues related to Tony's re-installfriendica2013-06-191-1/+5
|
* source code re-org, move taxonomy to separate includefriendica2013-06-191-1/+1
|
* infrastructure for future stufffriendica2013-06-191-2/+1
|
* map comment_policy on local post submissionfriendica2013-06-181-0/+1
|
* fix mod-display when not logged in.friendica2013-06-182-3/+3
|
* much more efficient config functions. This will save potentially hundreds of ↵friendica2013-06-171-1/+1
| | | | 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.
* directory search by hubfriendica2013-06-161-1/+3
|
* flag taggable connections in acl selectorfriendica2013-06-161-9/+11
|
* hijack the #getzot tagfriendica2013-06-151-9/+17
|
* feeds are bit more standards compliant and a bit less broken nowfriendica2013-06-121-6/+1
|
* Another missing includeThomas Willingham2013-06-091-0/+1
|
* import requires a valid accountfriendica2013-06-081-0/+7
|
* Merge https://github.com/friendica/red into zpullfriendica2013-06-082-1/+9
|\
| * Rename newmessage widget (since we'll need to put more stuff in it as we ↵Thomas Willingham2013-06-071-1/+8
| | | | | | | | make zotmail look like email), and add a "check mail" button.
| * Another missing includeThomas Willingham2013-06-071-0/+1
| |
* | remove uploaded import file once we're done with it.friendica2013-06-081-0/+1
|/
* photo album listing widget brokenfriendica2013-06-051-3/+3
|
* set default channel to new import if a default channel wasn't already setfriendica2013-06-051-0/+2
|
* missing include, plus change to new red api path for basic exportfriendica2013-06-051-2/+2
|
* doh - would probably help to decode the data before trying to use it...friendica2013-06-051-0/+1
|
* tagging posts now sends out a presumably legal activity message - all that's ↵friendica2013-06-041-66/+13
| | | | missing is catching it on the post owner's side, checking if people can tag this stream, and then add the tag to the parent message.
* community tagging - it's not much closer to working but a really good ↵friendica2013-06-042-63/+60
| | | | developer can now possibly hack their way through it instead of "there's only one person on the planet that can ever make this work".