aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tag notifications for private posts contain obscured data - they should be blankfriendica2013-11-041-1/+1
|
* private tagged posts weren't creating second delivery chain - they were ↵friendica2013-11-043-3/+16
| | | | incorrectly being marked as "in a reshare" due to being obscured.
* add attach_mkdir()friendica2013-11-031-0/+71
|
* hmmph. That's why the sort order didn't change...friendica2013-11-031-2/+2
|
* make date order the default for the directoryfriendica2013-11-032-2/+2
|
* fix the saved search term delete icons in redbasic so they are hidden by ↵friendica2013-11-032-19/+21
| | | | default. This is a bit harder using font-based icons than it was with images that could easily be hidden. We'll do it with opacity instead of visibility or display css settings.
* add sloppy photo setting and fix default navbar hide settingfriendica2013-11-036-64/+73
|
* provide nav_min_opacity which allows the navbar to fade or even vanish until ↵friendica2013-11-034-15/+39
| | | | hovered with a value of for instance '0';
* rev update and de string fixfriendica2013-11-032-2/+2
|
* Merge pull request #191 from maase2/patch-1friendica2013-11-031-1/+1
|\ | | | | Update messages.po
| * Update messages.pomaase22013-11-021-1/+1
| | | | | | Fix missing blank
* | return a login form on some protoected pages if not logged in.friendica2013-11-023-5/+5
| |
* | doc updatesfriendica2013-11-02121-1357/+5968
| |
* | Don't set widgets if you're not a local user.Thomas Willingham2013-11-023-0/+8
|/
* Merge pull request #190 from antoine-g/patch-1Thomas Willingham2013-11-011-1/+1
|\ | | | | Fix missing parenthesis in database.sql
| * Fix missing parenthesis in database.sqlAntoine G2013-11-011-1/+1
|/ | | This was blocking database creation process
* provide an html src converterfriendica2013-10-314-66/+71
|
* fix order of args for array_key_exists and allow rpost to accept htmlfriendica2013-10-301-2/+7
|
* allow rpost parameters to survive a login if you weren't locally logged in ↵friendica2013-10-301-4/+13
| | | | at the time.
* allow mailsent update locking to unlock after 24 hours. Also don't even try ↵friendica2013-10-301-3/+10
| | | | to do a DB update if the build number is 0. Something else will likely fail and likely in some horrible way, but we shouldn't try and update the DB - something is clearly wrong with it.
* if registration is disabled, send the site register link to pubsitesfriendica2013-10-302-9/+7
|
* Merge https://github.com/friendica/red into zpullfriendica2013-10-301-3/+7
|\
| * Merge pull request #188 from zzottel/masterfriendica2013-10-301-6/+5
| |\ | | | | | | Use only one regex for title matching in rpost tag
| | * Use only one regex for title matching in rpost tagzottel2013-10-311-6/+5
| |/
| * Merge pull request #187 from zzottel/masterfriendica2013-10-301-1/+6
| |\ | | | | | | Allow setting of title in rpost tag with [rpost=title]body[/rpost]
| | * Allow setting of title in rpost tag with [rpost=title]body[/rpost]zottel2013-10-301-1/+6
| |/
* | issue #189 - show post edited time on relative date hovertipfriendica2013-10-305-3/+15
| |
* | allow zot public providers to list their location, as a non US-based server ↵friendica2013-10-307-8/+24
|/ | | | could be a strong selling point.
* access policy and directory mode were crossed on site table creationfriendica2013-10-302-2/+2
|
* prevent loopsfriendica2013-10-291-1/+2
|
* send rpost requests from remote sites back to yours.friendica2013-10-292-4/+10
|
* fix issue #123 again, except this time don't allow ping recursionfriendica2013-10-291-12/+17
|
* Merge https://github.com/friendica/red into zpullfriendica2013-10-291-2/+2
|\
| * Recursive pingThomas Willingham2013-10-291-2/+2
| |
* | 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
|/