aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rpost bbcode tagfriendica2013-10-294-4/+32
|
* docofriendica2013-10-281-0/+18
|
* mod_display - if we are given the mid of a webpage, redirect to that ↵friendica2013-10-281-1/+19
| | | | webpage. This lets us include webpages in searches and 'view in context' will do the right thing.
* Comanche documentation and some cleanup of layout page (including link to ↵friendica2013-10-287-4/+173
| | | | doco) and a few other webpage related cleanups
* implement monthly directory pingsfriendica2013-10-283-4/+35
|
* Schema change - add channel_dirdate so we can ping a directory server once a ↵friendica2013-10-273-2/+12
| | | | month which means we can find dead channels - because they won't be pinging the directory server once a month.
* typofriendica2013-10-271-1/+1
|
* remote sharing seemed so easy. It's not. It's not happening today. But at ↵friendica2013-10-271-5/+47
| | | | least we've got the important bits in place and the reasons why it doesn't work are known and somewhat documented.
* remote post module so that from anywhere on the web or at least within the ↵friendica2013-10-273-4/+96
| | | | 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 driverfriendica2013-10-271-3/+27
|
* put comanche widgets in their own file. Added a category tagcloud widget - ↵friendica2013-10-274-11/+42
| | | | 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.
* Merge https://github.com/friendica/red into zpullfriendica2013-10-261-1/+1
|\
| * Minor CSS - make full.css nav bar the same size as the nav barThomas Willingham2013-10-261-1/+1
| | | | | | | | everywhere else.
* | include/reddav.php is the glue between Red attachments and the SabreDav ↵friendica2013-10-262-1/+155
| | | | | | | | 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.
* | string updatefriendica2013-10-261-109/+121
| |
* | doc updatesfriendica2013-10-2680-690/+1282
|/
* create update record for accounts on directory server itself during profile ↵friendica2013-10-244-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.
* directory leaking hidden channels - logic issuefriendica2013-10-241-1/+3
|
* Optionally pass a prepared "top level" item into conversation(). This will ↵friendica2013-10-242-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.
* Another stab at cleaning up the photos module. This should make permissions ↵friendica2013-10-241-31/+19
| | | | behave a bit better and show the "this is you" photo for commenting and get rid of most of the old "visitor and "contact" cruft.
* Merge https://github.com/friendica/red into zpullfriendica2013-10-242-182/+231
|\
| * Merge pull request #185 from tuscanhobbit/masterfriendica2013-10-242-182/+231
| |\ | | | | | | Italian translation has been aligned
| | * Italian translation finally reached 100%p.tacconi2013-10-240-0/+0
| | |\
| | * | Italian translation finally reached 100%p.tacconi2013-10-242-329/+489
| | | |
* | | | passing vars to widgets in Comanche - !this breaks existing widget declarations!friendica2013-10-241-4/+13
|/ / / | | | | | | | | | See the wiki for updated syntax but basically it's now [widget=name][var=varname]varvalue[/var]...[/widget]
* | | now that the icons have been softened, the drop-icons stick out like a sore ↵friendica2013-10-242-2/+2
| | | | | | | | | | | | thumb. Soften them as well
* | | Merge https://github.com/friendica/red into zpullfriendica2013-10-231-0/+4
|\ \ \
| * | | no underlines for hovered icons23n2013-10-241-0/+4
| | | |
* | | | basic support (still needs some js to expose it) for sharing an item on a ↵friendica2013-10-232-14/+54
|/ / / | | | | | | | | | remote site by sending it through oexchange on your home hub. Untested.
* | | replace text links with icons on design pagesfriendica2013-10-235-9/+16
| | |
* | | Merge pull request #184 from git-marijus/masterfriendica2013-10-231-2/+15
|\ \ \ | | | | | | | | might be some style enhancement
| * | | might be some style enhancementmarijus2013-10-231-2/+15
|/ / /
* | | move killme inside module function so that typo worksfriendica2013-10-221-2/+2
| | |
* | | very early cloud demo code - READ THE FRICKIN NOTES and also THE CODE in ↵friendica2013-10-223-1/+109
| | | | | | | | | | | | mod/cloud.php - there is no other documentation. Use at your own risk. Send all bug reports to nobody@nowhere.com.
* | | add sabre (1.8.x) via composer in the !@#$ place it wants to befriendica2013-10-21504-1/+183161
| | |
* | | installing sabre is a whole lot more complicated. It also doesn't like ↵friendica2013-10-211-18/+0
| | | | | | | | | | | | co-existing with other projects in the same web path. This is going to be fun.
* | | issue #123 - this will leave a very very short interval between the time a ↵friendica2013-10-201-1/+2
| | | | | | | | | | | | notification shows up and the time it is cleared. This is about as fast as we can clear it. Previously it could have been as long as the network poll interval.
* | | partial fix for issue #123 - this doesn't actually fix the reported problem, ↵friendica2013-10-201-0/+1
| | | | | | | | | | | | but does instantly reset the notification count when you click 'mark all xyz notifications seen'
* | | link to source - if it's on the display page link to original source ↵friendica2013-10-204-7/+12
| | | | | | | | | | | | (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.
* | | Merge https://github.com/friendica/red into zpullfriendica2013-10-194-4/+13
|\ \ \
| * \ \ Merge pull request #183 from cvogeley/masterfriendica2013-10-194-4/+13
| |\ \ \ | | | | | | | | | | Redbasic: Allow people to set the width of the main section of the theme
| | * \ \ Merge upstreamChristian Vogeley2013-10-2088-2791/+4285
| | |\ \ \
| | * | | | redbasic: set width of main sectionChristian Vogeley2013-10-204-4/+13
| | | | | |
* | | | | | prevent posts from floating to the top after minor editsfriendica2013-10-191-1/+6
|/ / / / /
* | | | | init_1 is a valid hookfriendica2013-10-191-0/+1
| | | | |
* | | | | Merge https://github.com/friendica/red into zpullfriendica2013-10-191-21/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Clean up dupes in hook listThomas Willingham2013-10-191-21/+0
| | | | |
* | | | | part one - honour system.tagifonlyrecip pconfig, default is false - not ↵friendica2013-10-191-2/+3
|/ / / / | | | | | | | | | | | | ready to deal with the second part yet (changing the tag char for tag_deliver channels) without a bit more discussion/concensus.
* | | | remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in ↵friendica2013-10-193-2/+3
| | | | | | | | | | | | | | | | derived/sourced channels. It's now just "$author via $xyz".
* | | | basic gotcha's enumerated when porting Friendica addonsfriendica2013-10-181-0/+16
| | | |