Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add age to dirsearch json | friendica | 2013-06-30 | 1 | -0/+1 |
| | |||||
* | age query in dirsearch | friendica | 2013-06-30 | 1 | -0/+10 |
| | |||||
* | add age to directory profile - requires updating on each birthday and that ↵ | friendica | 2013-06-30 | 1 | -0/+3 |
| | | | | part is still missing | ||||
* | partial implementation of issue #64 - local tag storage linked to the tagged ↵ | friendica | 2013-06-29 | 1 | -0/+1 |
| | | | | item has been provided. tag deletion, comment tagging, and full testing of this feature are still outstanding. | ||||
* | fix cid query | friendica | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | autotag clean-up, mop up, and go home | friendica | 2013-06-27 | 1 | -4/+5 |
| | |||||
* | testing autotag | friendica | 2013-06-27 | 1 | -1/+2 |
| | |||||
* | Basic ability to create "things" | friendica | 2013-06-27 | 1 | -0/+43 |
| | |||||
* | if you send a private post to an @-taggable channel (and nobody else), tag ↵ | friendica | 2013-06-27 | 1 | -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 sync | friendica | 2013-06-26 | 2 | -2/+6 |
| | |||||
* | more nomadic clone sync | friendica | 2013-06-26 | 1 | -6/+31 |
| | |||||
* | begin code to sync channel changes across all channel clones. | friendica | 2013-06-25 | 1 | -8/+3 |
| | |||||
* | another temporary fix to mod/search to only return one of each post. | friendica | 2013-06-23 | 1 | -6/+6 |
| | |||||
* | fix some anomolies in config functions | friendica | 2013-06-21 | 1 | -4/+4 |
| | |||||
* | Add site registration policy to site record. This is not yet used or stored, ↵ | friendica | 2013-06-20 | 1 | -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 ↵ | friendica | 2013-06-20 | 1 | -1/+1 |
| | | | | is quite broken, but at least return some results without introducing too many security holes | ||||
* | more issues related to Tony's re-install | friendica | 2013-06-19 | 1 | -1/+5 |
| | |||||
* | source code re-org, move taxonomy to separate include | friendica | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | infrastructure for future stuff | friendica | 2013-06-19 | 1 | -2/+1 |
| | |||||
* | map comment_policy on local post submission | friendica | 2013-06-18 | 1 | -0/+1 |
| | |||||
* | fix mod-display when not logged in. | friendica | 2013-06-18 | 2 | -3/+3 |
| | |||||
* | much more efficient config functions. This will save potentially hundreds of ↵ | friendica | 2013-06-17 | 1 | -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 hub | friendica | 2013-06-16 | 1 | -1/+3 |
| | |||||
* | flag taggable connections in acl selector | friendica | 2013-06-16 | 1 | -9/+11 |
| | |||||
* | hijack the #getzot tag | friendica | 2013-06-15 | 1 | -9/+17 |
| | |||||
* | feeds are bit more standards compliant and a bit less broken now | friendica | 2013-06-12 | 1 | -6/+1 |
| | |||||
* | Another missing include | Thomas Willingham | 2013-06-09 | 1 | -0/+1 |
| | |||||
* | import requires a valid account | friendica | 2013-06-08 | 1 | -0/+7 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-06-08 | 2 | -1/+9 |
|\ | |||||
| * | Rename newmessage widget (since we'll need to put more stuff in it as we ↵ | Thomas Willingham | 2013-06-07 | 1 | -1/+8 |
| | | | | | | | | make zotmail look like email), and add a "check mail" button. | ||||
| * | Another missing include | Thomas Willingham | 2013-06-07 | 1 | -0/+1 |
| | | |||||
* | | remove uploaded import file once we're done with it. | friendica | 2013-06-08 | 1 | -0/+1 |
|/ | |||||
* | photo album listing widget broken | friendica | 2013-06-05 | 1 | -3/+3 |
| | |||||
* | set default channel to new import if a default channel wasn't already set | friendica | 2013-06-05 | 1 | -0/+2 |
| | |||||
* | missing include, plus change to new red api path for basic export | friendica | 2013-06-05 | 1 | -2/+2 |
| | |||||
* | doh - would probably help to decode the data before trying to use it... | friendica | 2013-06-05 | 1 | -0/+1 |
| | |||||
* | tagging posts now sends out a presumably legal activity message - all that's ↵ | friendica | 2013-06-04 | 1 | -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 ↵ | friendica | 2013-06-04 | 2 | -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". | ||||
* | templatise alt_pager | friendica | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | fix pager, doc update | friendica | 2013-06-03 | 1 | -2/+2 |
| | |||||
* | fix for multiple hublocs and incoming magic auth | friendica | 2013-05-29 | 1 | -2/+2 |
| | |||||
* | make sure we get the correct URL. Also redirect back again (essentially ↵ | friendica | 2013-05-28 | 1 | -9/+10 |
| | | | | perform a no-op) when using reverse magic auth and we can't find a channel. | ||||
* | let's make this failsafe | friendica | 2013-05-28 | 1 | -6/+9 |
| | |||||
* | more modmagic tracking | friendica | 2013-05-28 | 1 | -0/+1 |
| | |||||
* | add logging to mod/magic when channel not found so we can trace it. | friendica | 2013-05-28 | 1 | -0/+1 |
| | |||||
* | fix location setting stuff | friendica | 2013-05-28 | 3 | -5/+5 |
| | |||||
* | convert most red photos to zmg | friendica | 2013-05-28 | 2 | -3/+3 |
| | |||||
* | wrong attribution on likes of comments in email notifications. Let's also ↵ | friendica | 2013-05-28 | 1 | -1/+4 |
| | | | | call the thing they liked a comment instead of a status | ||||
* | zidify img links, delay notifier until actually published for time ↵ | friendica | 2013-05-27 | 1 | -1/+1 |
| | | | | travelling posts | ||||
* | set default contact affinity back to 99 - we'll solve the other problem ↵ | friendica | 2013-05-24 | 1 | -1/+1 |
| | | | | another way, this one is flawed |