Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide expire feature on post and comments as well as private messages. ↵ | friendica | 2013-11-07 | 14 | -14/+58 |
| | | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-06 | 1 | -1/+4 |
|\ | |||||
| * | Don't fart if we've got a schema that doesn't exist at this hub. | Thomas Willingham | 2013-11-06 | 1 | -1/+4 |
| | | |||||
* | | allow private mail sender to set an expiration on their messages. Once ↵ | friendica | 2013-11-06 | 6 | -13/+32 |
| | | | | | | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday". | ||||
* | | DB - allow private messages to expire | friendica | 2013-11-06 | 5 | -23/+32 |
|/ | |||||
* | INSTALL for dummies - step 1: ensure that we throw an ugly error message in ↵ | friendica | 2013-11-05 | 3 | -0/+41 |
| | | | | | | | their face if there's an ugly error when we first try to install. DON'T white screen until after they've got it running. | ||||
* | add shameless plug if they've not got zot, and add photo favicon to photos pages | friendica | 2013-11-05 | 2 | -2/+8 |
| | |||||
* | more work on channel removal - it might sort of work now but I'm expecting ↵ | friendica | 2013-11-05 | 1 | -4/+22 |
| | | | | lots of issues. Hence there is still no code in chanman to start the process rolling and make it happen. Will need a barrage of test cases. | ||||
* | redbasic - allow changing icon colours | friendica | 2013-11-05 | 5 | -44/+66 |
| | |||||
* | soften the background a bit more | friendica | 2013-11-05 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-05 | 4 | -5/+13 |
|\ | |||||
| * | Merge pull request #193 from git-marijus/master | friendica | 2013-11-05 | 4 | -5/+13 |
| |\ | | | | | | | make the font-colour for the banner adjustable as well | ||||
| | * | make the font-colour for the banner adjustable as well | marijus | 2013-11-06 | 4 | -5/+13 |
| |/ | |||||
* / | soften the colours a wee bit for the default case | friendica | 2013-11-05 | 1 | -3/+3 |
|/ | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-05 | 1 | -7/+10 |
|\ | |||||
| * | Merge pull request #192 from oohlaf/fixes | Olaf Conradi | 2013-11-05 | 1 | -7/+10 |
| |\ | | | | | | | Fix Nginx config for Nginx 1.4.x | ||||
| | * | Fix Nginx config for Nginx 1.4.x | Olaf Conradi | 2013-11-05 | 1 | -7/+10 |
| | | | |||||
* | | | bit of README cleanup | friendica | 2013-11-05 | 1 | -5/+5 |
|/ / | |||||
* | | fix private group delivery | friendica | 2013-11-05 | 2 | -4/+5 |
| | | |||||
* | | don't store update records if we're not a directory server of some kind | friendica | 2013-11-04 | 1 | -0/+5 |
|/ | |||||
* | make the storage permissions tweakable for hosted environments where they ↵ | friendica | 2013-11-04 | 2 | -2/+17 |
| | | | | may require tweaking. | ||||
* | solid progress on attach_mkdir - but we need to figure out where to store ↵ | friendica | 2013-11-04 | 1 | -11/+73 |
| | | | | default file permissions. This should be separate from post/item permissions and we won't be able to set permissions from the DAV interface so if we want something private we have to provide these permissions in our preferences. | ||||
* | 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 ↵ | friendica | 2013-11-04 | 3 | -3/+16 |
| | | | | incorrectly being marked as "in a reshare" due to being obscured. | ||||
* | 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 ↵ | friendica | 2013-11-03 | 2 | -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 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 |
| | | | | hovered with a value of for instance '0'; | ||||
* | 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 | ||||
| * | Update messages.po | maase2 | 2013-11-02 | 1 | -1/+1 |
| | | | | | | Fix missing blank | ||||
* | | 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 | ||||
| * | Fix missing parenthesis in database.sql | Antoine G | 2013-11-01 | 1 | -1/+1 |
|/ | | | This was blocking database creation process | ||||
* | 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 ↵ | friendica | 2013-10-30 | 1 | -4/+13 |
| | | | | at the time. | ||||
* | allow mailsent update locking to unlock after 24 hours. Also don't even try ↵ | friendica | 2013-10-30 | 1 | -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 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 | ||||
| | * | 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] | ||||
| | * | 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 ↵ | friendica | 2013-10-30 | 7 | -8/+24 |
|/ | | | | could be a strong selling point. |