| Commit message (Expand) | Author | Age | Files | Lines |
* | tag notifications for private posts contain obscured data - they should be blank | friendica | 2013-11-04 | 1 | -1/+1 |
* | private tagged posts weren't creating second delivery chain - they were incor... | friendica | 2013-11-04 | 3 | -3/+16 |
* | add attach_mkdir() | friendica | 2013-11-03 | 1 | -0/+71 |
* | hmmph. That's why the sort order didn't change... | friendica | 2013-11-03 | 1 | -2/+2 |
* | make date order the default for the directory | friendica | 2013-11-03 | 2 | -2/+2 |
* | fix the saved search term delete icons in redbasic so they are hidden by defa... | friendica | 2013-11-03 | 2 | -19/+21 |
* | add sloppy photo setting and fix default navbar hide setting | friendica | 2013-11-03 | 6 | -64/+73 |
* | provide nav_min_opacity which allows the navbar to fade or even vanish until ... | friendica | 2013-11-03 | 4 | -15/+39 |
* | rev update and de string fix | friendica | 2013-11-03 | 2 | -2/+2 |
* | Merge pull request #191 from maase2/patch-1 | friendica | 2013-11-03 | 1 | -1/+1 |
|\ |
|
| * | Update messages.po | maase2 | 2013-11-02 | 1 | -1/+1 |
* | | return a login form on some protoected pages if not logged in. | friendica | 2013-11-02 | 3 | -5/+5 |
* | | doc updates | friendica | 2013-11-02 | 121 | -1357/+5968 |
* | | Don't set widgets if you're not a local user. | Thomas Willingham | 2013-11-02 | 3 | -0/+8 |
|/ |
|
* | Merge pull request #190 from antoine-g/patch-1 | Thomas Willingham | 2013-11-01 | 1 | -1/+1 |
|\ |
|
| * | Fix missing parenthesis in database.sql | Antoine G | 2013-11-01 | 1 | -1/+1 |
|/ |
|
* | provide an html src converter | friendica | 2013-10-31 | 4 | -66/+71 |
* | fix order of args for array_key_exists and allow rpost to accept html | friendica | 2013-10-30 | 1 | -2/+7 |
* | allow rpost parameters to survive a login if you weren't locally logged in at... | friendica | 2013-10-30 | 1 | -4/+13 |
* | allow mailsent update locking to unlock after 24 hours. Also don't even try t... | friendica | 2013-10-30 | 1 | -3/+10 |
* | if registration is disabled, send the site register link to pubsites | friendica | 2013-10-30 | 2 | -9/+7 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-30 | 1 | -3/+7 |
|\ |
|
| * | Merge pull request #188 from zzottel/master | friendica | 2013-10-30 | 1 | -6/+5 |
| |\ |
|
| | * | Use only one regex for title matching in rpost tag | zottel | 2013-10-31 | 1 | -6/+5 |
| |/ |
|
| * | Merge pull request #187 from zzottel/master | friendica | 2013-10-30 | 1 | -1/+6 |
| |\ |
|
| | * | 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 | 5 | -3/+15 |
* | | allow zot public providers to list their location, as a non US-based server c... | friendica | 2013-10-30 | 7 | -8/+24 |
|/ |
|
* | access policy and directory mode were crossed on site table creation | friendica | 2013-10-30 | 2 | -2/+2 |
* | prevent loops | friendica | 2013-10-29 | 1 | -1/+2 |
* | send rpost requests from remote sites back to yours. | friendica | 2013-10-29 | 2 | -4/+10 |
* | fix issue #123 again, except this time don't allow ping recursion | friendica | 2013-10-29 | 1 | -12/+17 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-29 | 1 | -2/+2 |
|\ |
|
| * | Recursive ping | Thomas Willingham | 2013-10-29 | 1 | -2/+2 |
* | | rpost bbcode tag | friendica | 2013-10-29 | 4 | -4/+32 |
|/ |
|
* | doco | friendica | 2013-10-28 | 1 | -0/+18 |
* | mod_display - if we are given the mid of a webpage, redirect to that webpage.... | friendica | 2013-10-28 | 1 | -1/+19 |
* | Comanche documentation and some cleanup of layout page (including link to doc... | friendica | 2013-10-28 | 7 | -4/+173 |
* | implement monthly directory pings | friendica | 2013-10-28 | 3 | -4/+35 |
* | Schema change - add channel_dirdate so we can ping a directory server once a ... | friendica | 2013-10-27 | 3 | -2/+12 |
* | typo | friendica | 2013-10-27 | 1 | -1/+1 |
* | remote sharing seemed so easy. It's not. It's not happening today. But at lea... | friendica | 2013-10-27 | 1 | -5/+47 |
* | remote post module so that from anywhere on the web or at least within the ma... | friendica | 2013-10-27 | 3 | -4/+96 |
* | 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 - bu... | friendica | 2013-10-27 | 4 | -11/+42 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-26 | 1 | -1/+1 |
|\ |
|
| * | Minor CSS - make full.css nav bar the same size as the nav bar | Thomas Willingham | 2013-10-26 | 1 | -1/+1 |
* | | include/reddav.php is the glue between Red attachments and the SabreDav inter... | friendica | 2013-10-26 | 2 | -1/+155 |
* | | string update | friendica | 2013-10-26 | 1 | -109/+121 |
* | | doc updates | friendica | 2013-10-26 | 80 | -690/+1282 |
|/ |
|