Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-30 | 1 | -3/+7 |
|\ | |||||
| * | Use only one regex for title matching in rpost tag | zottel | 2013-10-31 | 1 | -6/+5 |
| | | |||||
| * | Allow setting of title in rpost tag with [rpost=title]body[/rpost] | zottel | 2013-10-30 | 1 | -1/+6 |
| | | |||||
* | | issue #189 - show post edited time on relative date hovertip | friendica | 2013-10-30 | 2 | -0/+2 |
| | | |||||
* | | allow zot public providers to list their location, as a non US-based server ↵ | friendica | 2013-10-30 | 1 | -3/+7 |
|/ | | | | could be a strong selling point. | ||||
* | access policy and directory mode were crossed on site table creation | friendica | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | send rpost requests from remote sites back to yours. | friendica | 2013-10-29 | 1 | -2/+2 |
| | |||||
* | rpost bbcode tag | friendica | 2013-10-29 | 2 | -3/+21 |
| | |||||
* | doco | friendica | 2013-10-28 | 1 | -0/+18 |
| | |||||
* | Comanche documentation and some cleanup of layout page (including link to ↵ | friendica | 2013-10-28 | 2 | -2/+13 |
| | | | | doco) and a few other webpage related cleanups | ||||
* | implement monthly directory pings | friendica | 2013-10-28 | 2 | -3/+34 |
| | |||||
* | remote post module so that from anywhere on the web or at least within the ↵ | friendica | 2013-10-27 | 1 | -2/+2 |
| | | | | matrix you'll be able to share content or we can have apps on other sites that post status updates on your wall. All with your permission of course as you'll have to click "share" to actually post it. | ||||
* | a bit more progress on DAV driver | friendica | 2013-10-27 | 1 | -3/+27 |
| | |||||
* | put comanche widgets in their own file. Added a category tagcloud widget - ↵ | friendica | 2013-10-27 | 3 | -10/+41 |
| | | | | but the entries aren't going to link to anything until we have a webpage search ability. But this will be a way to exercise and test widget arguments. | ||||
* | include/reddav.php is the glue between Red attachments and the SabreDav ↵ | friendica | 2013-10-26 | 1 | -0/+154 |
| | | | | interfaces. Much work remains beofre we're ready to actually use this interface. Think of it as a conceptual outline and I'm starting to fill it in from the top down. | ||||
* | create update record for accounts on directory server itself during profile ↵ | friendica | 2013-10-24 | 4 | -8/+31 |
| | | | | changes, re-queue failed directory sync packets, fix account_id index in queue creation, be more selective about updating hubloc_connected (only when we're talking to the associated site). But we still need a way to flag dead accounts and these mechanisms won't cut it, because it isn't a requirement that channels communicate with anybody, except for contacting the directory when the account is created. I think we need to make every channel ping the directory once a month. Then we can find those that have not done so (after syncing with other directories). We can't have the directory just flag dead accounts as this would create a way for an anti-social attacker to become a directory server and mark all the accounts dead. | ||||
* | Optionally pass a prepared "top level" item into conversation(). This will ↵ | friendica | 2013-10-24 | 2 | -5/+17 |
| | | | | eventually be used by the photos module where the "top level item" of the conversation is a photo with editing and album navigation controls and doesn't look anything like a post. | ||||
* | passing vars to widgets in Comanche - !this breaks existing widget declarations! | friendica | 2013-10-24 | 1 | -4/+13 |
| | | | | See the wiki for updated syntax but basically it's now [widget=name][var=varname]varvalue[/var]...[/widget] | ||||
* | link to source - if it's on the display page link to original source ↵ | friendica | 2013-10-20 | 3 | -6/+11 |
| | | | | (probably on a different site). All other conversations link to 'llink' which is a local copy and may provide a richer possibility of interactions, especially if you're logged in locally and it's your own copy of the post. | ||||
* | prevent posts from floating to the top after minor edits | friendica | 2013-10-19 | 1 | -1/+6 |
| | |||||
* | remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in ↵ | friendica | 2013-10-19 | 1 | -0/+1 |
| | | | | derived/sourced channels. It's now just "$author via $xyz". | ||||
* | doc - complete hook list, still need detailed functional descriptions with ↵ | friendica | 2013-10-18 | 1 | -1/+2 |
| | | | | parameters and examples for each | ||||
* | Put a status editor on the display page if you're logged in. This fixes ↵ | friendica | 2013-10-18 | 1 | -1/+1 |
| | | | | issue #113 and also provides the ability to reshare from that page. | ||||
* | oauth wasn't logging in properly, also fixed api status_show to return last ↵ | friendica | 2013-10-15 | 2 | -4/+13 |
| | | | | public post, not the last private post | ||||
* | directory sync optimisations to save redundant processing | friendica | 2013-10-15 | 2 | -1/+20 |
| | |||||
* | update even if no change | friendica | 2013-10-14 | 1 | -0/+8 |
| | |||||
* | why do these have invalid id's? | friendica | 2013-10-14 | 2 | -2/+2 |
| | |||||
* | extra logging | friendica | 2013-10-14 | 2 | -2/+5 |
| | |||||
* | sync tweaks | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | don't update old entries with no address | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | sql wrong number of args | friendica | 2013-10-14 | 1 | -0/+1 |
| | |||||
* | sql typo in directory sync | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | linkify post categories | friendica | 2013-10-14 | 1 | -1/+8 |
| | |||||
* | template and icons for categories and "file as" | friendica | 2013-10-14 | 1 | -46/+46 |
| | |||||
* | attachment icons revisited | friendica | 2013-10-13 | 1 | -28/+50 |
| | |||||
* | turn off endless scroll if we have no more content to load - currently for ↵ | friendica | 2013-10-13 | 1 | -0/+1 |
| | | | | mod_display, need to add to other content modules | ||||
* | directory sort links on sidebar | friendica | 2013-10-13 | 1 | -0/+11 |
| | |||||
* | provide config for preferred directory server | friendica | 2013-10-13 | 1 | -0/+3 |
| | |||||
* | preserve the source owner when creating a delivery fork so that we can ↵ | friendica | 2013-10-13 | 2 | -6/+31 |
| | | | | uplink back to them without any ambiguity. | ||||
* | fix alt_pager to work if item count is higher than page['itemspage'] (threads) | zottel | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | more icon tweaks - this could be going on for some time; try to get icon ↵ | friendica | 2013-10-10 | 1 | -1/+1 |
| | | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. | ||||
* | more redbasic icon work | friendica | 2013-10-09 | 1 | -4/+8 |
| | |||||
* | nav icons | friendica | 2013-10-09 | 1 | -2/+2 |
| | |||||
* | replace a bunch of graphic icons with vector icons | friendica | 2013-10-08 | 2 | -3/+3 |
| | |||||
* | The check for f*cked database (which otherwise sends out zillions of update ↵ | friendica | 2013-10-04 | 1 | -3/+3 |
| | | | | failed emails) interferes with install. So what else can we do about f*cked databases which open successfully but don't actually read/write data? It would of course be nice if we didn't have to deal with them, but apparently we do. For now we're not doing anything until I can figure out how to take the site offline when it happens without affecting install. | ||||
* | fix a bunch of post editing bugs - though this consolidates some disparate ↵ | friendica | 2013-10-04 | 1 | -23/+33 |
| | | | | code and may create some new bugs due to regression | ||||
* | bring back photo shadows (via theme settings) | friendica | 2013-10-02 | 1 | -1/+2 |
| | |||||
* | post signatures | friendica | 2013-10-02 | 4 | -46/+114 |
| | |||||
* | that would've messed it up | friendica | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | directory sync typo | friendica | 2013-10-02 | 1 | -1/+1 |
| |