aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* if you send a private post to an @-taggable channel (and nobody else), tag ↵friendica2013-06-271-1/+1
| | | | | | 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 nomadic clone syncfriendica2013-06-261-1/+1
|
* begin code to sync channel changes across all channel clones.friendica2013-06-251-1/+1
|
* another temporary fix to mod/search to only return one of each post.friendica2013-06-231-1/+1
|
* relocate tagadelic to include/taxonomyfriendica2013-06-211-1/+1
|
* bug in commentable - ambiguous abook entryfriendica2013-06-201-1/+1
|
* infrastructure for future stufffriendica2013-06-191-1/+1
|
* fix mod-display when not logged in.friendica2013-06-181-1/+1
|
* zidify bodies of notification emailsfriendica2013-06-171-1/+1
|
* flag taggable connections in acl selectorfriendica2013-06-161-1/+1
|
* silence a pointless warningfriendica2013-06-151-1/+1
|
* push refresh messages, performance work on conversations and configs, doc ↵friendica2013-06-141-1/+1
| | | | updates
* missing includefriendica2013-06-131-1/+1
|
* missed a few zrl/zmg conversions, like for translate_item and enotify messagesfriendica2013-06-121-1/+1
|
* rev updatefriendica2013-06-091-1/+1
|
* remove uploaded import file once we're done with it.friendica2013-06-081-1/+1
|
* no GMT_TIMESTAMP() in mysql - use UTC_TIMESTAMP() insteadfriendica2013-06-061-1/+1
|
* doh - would probably help to decode the data before trying to use it...friendica2013-06-051-1/+1
|
* community tagging - it's not much closer to working but a really good ↵friendica2013-06-041-1/+1
| | | | 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".
* fix pager, doc updatefriendica2013-06-031-1/+1
|
* function args reversed on duplicate zid detection.friendica2013-05-291-1/+1
|
* wrong attribution on likes of comments in email notifications. Let's also ↵friendica2013-05-281-1/+1
| | | | call the thing they liked a comment instead of a status
* zidify img links, delay notifier until actually published for time ↵friendica2013-05-271-1/+1
| | | | travelling posts
* set default contact affinity back to 99 - we'll solve the other problem ↵friendica2013-05-241-1/+1
| | | | another way, this one is flawed
* make 90 the default closeness when humans are involved in the processfriendica2013-05-231-1/+1
|
* add basic input filtering to the simple activity postingfriendica2013-05-221-1/+1
|
* more permissions descriptive text to lessen confusionfriendica2013-05-211-1/+1
|
* privacy settings macros - the basics except for toggling "publish in ↵friendica2013-05-201-1/+1
| | | | directory" which is rather hard because it's a custom on/off button and not a normal input thingy.
* issue with auto permissionsfriendica2013-05-191-1/+1
|
* doc update plus fix the "only to those in my address book" permissionfriendica2013-05-181-1/+1
|
* convert all the remaining email templates to smartyfriendica2013-05-161-1/+1
|
* add magic_auth_complete hookfriendica2013-05-151-1/+1
|
* disable pcss when installing since modules don't yet work and pcss uses the ↵friendica2013-05-141-1/+1
| | | | view module, plus weekly doc update
* It's a red matrix, and matrix is better indicated by # than by ! - and would ↵friendica2013-05-111-1/+1
| | | | otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center.
* rev updatefriendica2013-05-101-1/+1
|
* get search page working with live-update and endless scroll, still not ↵friendica2013-05-091-1/+1
| | | | 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.
* small updatesfriendica2013-05-081-1/+1
|
* fix prettyphoto pathfriendica2013-05-071-1/+1
|
* fixesfriendica2013-05-061-1/+1
|
* minor fixes related to postgres developmentfriendica2013-05-051-1/+1
|
* smarter handling of js_upload source paramfriendica2013-05-021-1/+1
|
* change plugin_install to plugin_load, etc.friendica2013-05-011-1/+1
|
* change the way profiles are importedfriendica2013-04-301-1/+1
|
* add some debugging - update times are changing much faster than they're ↵friendica2013-04-291-1/+1
| | | | supposed to. Log what has changed.
* port superblock core code (except Red will use an xchan instead of a URL)friendica2013-04-281-1/+1
|
* rev updatefriendica2013-04-261-1/+1
|
* odds and ends in prepearation for photo abstraction, plus red-to-friendica addonfriendica2013-04-251-1/+1
|
* dba driver cleanupfriendica2013-04-231-1/+1
|
* db abstraction layerfriendica2013-04-221-1/+1
|
* reverting to fancybox for "save to file" selection box until we find a ↵friendica2013-04-211-1/+1
| | | | better way - prettyPhoto just isn't working for this and I really need this functionality ATM until we can figure out how to make prettyPhoto work properly here.