aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | we don't allow forgeries to be received - save some bandwidth by not ↵friendica2014-03-211-0/+5
| | | | | | | | allowing them to be sent. We do have to figure out how some secondary delivery chains are ending up with posts belonging to the original owner instead of the chain owner, but that's for another day.
* | doc updatefriendica2014-03-2125-617/+785
| |
* | found what I believe is the root cause of issue #230, but don't yet have a ↵friendica2014-03-201-13/+21
| | | | | | | | workable solution. This one is hard.
* | increase log info to track down source of ownership failuresfriendica2014-03-202-2/+2
| |
* | add expire setting, take out unknown mailers and max friend requests per day ↵friendica2014-03-192-2/+3
| | | | | | | | which aren't implemented
* | docofriendica2014-03-191-0/+1
| |
* | prune_hub_reinstalls() and add cron weekly as a side effectfriendica2014-03-193-1/+50
| |
* | lesson learned.... dont fix anything on a mobile devicegit-marijus2014-03-191-2/+1
| |
* | this shouldnt be theregit-marijus2014-03-191-3/+1
| |
* | bootstrapify common tabs and make show aside/tabs buttons only appear if ↵marijus2014-03-197-40/+41
| | | | | | | | there is something to show
* | cleanupfriendica2014-03-184-27/+37
| |
* | oopsThomas Willingham2014-03-181-1/+1
| |
* | Missed oneThomas Willingham2014-03-181-2/+3
| |
* | sprintf errorfriendica2014-03-172-2/+2
| |
* | remove mysql dependencies from cache apifriendica2014-03-161-31/+16
| |
* | mail notification goes to old linkfriendica2014-03-161-1/+1
| |
* | little fixes of hopefully nil significancefriendica2014-03-166-18/+19
| |
* | this is the correct fixfriendica2014-03-161-2/+2
| |
* | Merge https://github.com/friendica/red into zpullfriendica2014-03-161-1/+2
|\ \
| * | Merge pull request #367 from cvogeley/masterfriendica2014-03-161-1/+2
| |\| | | | | | | API: statusnet_html:trim was trimming too much
| | * mergeChristian Vogeley2014-03-1534-9425/+7932
| | |\ | | |/ | |/|
| | * API: statusnet_html:trim was trimming too muchChristian Vogeley2014-03-151-1/+2
| | |
* | | doc updatefriendica2014-03-1675-866/+1665
|/ /
* | contact_block() not being shown to unauthenticated visitors - even if perms ↵friendica2014-03-132-4/+7
| | | | | | | | allow. Also separate the permissions logic for this function so that we can have a mini-profile widget and a separate contact_block widget instead of always lumping them together. We probably also should move contact_block() outside of include/text.php as it doesn't really belong there. Just not sure where it belongs - perhaps contact_widgets wouold be a good place.
* | Merge https://github.com/friendica/red into zpullfriendica2014-03-136-9/+25
|\ \
| * \ Merge branch 'master' of https://github.com/friendica/redmarijus2014-03-135-6/+18
| |\ \
| * | | move region_1 to off instead of removing it and dont squelch region_2 when ↵marijus2014-03-136-9/+25
| | | | | | | | | | | | | | | | region_1 moves in again
* | | | remove allowed friend domains and allowed email domains from admin settings ↵friendica2014-03-132-3/+1
| |/ / |/| | | | | | | | - as they are not implemented
* | | json_return_and_dir isn't a thingThomas Willingham2014-03-131-1/+1
| | |
* | | json_return_and_dir is a typofriendica2014-03-121-1/+1
| | |
* | | Merge https://github.com/friendica/red into zpullfriendica2014-03-122-3/+10
|\ \ \
| * \ \ Merge pull request #366 from beardy-unixer/masterfriendica2014-03-132-3/+10
| |\ \ \ | | |/ / | |/| | Stick help in a template
| | * | Stick help in a templateThomas Willingham2014-03-122-3/+10
| |/ /
* / / fix colors on input elements which bootstrap set to "inherit" and doesn't ↵friendica2014-03-122-1/+6
|/ / | | | | | | play nicely with dark themes.
* | file had wrong extensionfriendica2014-03-113-16/+7
| |
* | update acl internal list whenever there is a change - the submit handler ↵friendica2014-03-111-10/+20
| | | | | | | | seems to be unreliable or is getting into a race condition.
* | protect filed conversations from expiration - we check the parent to see if ↵friendica2014-03-112-1/+15
| | | | | | | | it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected.
* | get rid of fancybox for photos upload, not just photo editfriendica2014-03-112-1/+6
| |
* | norwegian strings updatefriendica2014-03-112-3/+3
| |
* | revert recent changes to cmtBbClose which removed the ability to insert ↵friendica2014-03-111-4/+4
| | | | | | | | quotes into an empty comment box
* | version updatefriendica2014-03-112-2/+2
| |
* | failed experiment - revert the directory to 80 results per page until ↵friendica2014-03-101-1/+1
| | | | | | | | somebody implements endless scroll on the thing. 300 takes far too long to load all the images.
* | nb-no language updatefriendica2014-03-102-8867/+7302
| |
* | Merge pull request #363 from git-marijus/masterfriendica2014-03-119-51/+50
|\ \ | | | | | | this commit is an attempt to make conv items better scalable on smaller screens. also save some horizontal space.
| * | 10px is probably to closemarijus2014-03-101-2/+2
| | |
| * | fix lock positionmarijus2014-03-102-7/+4
| | |
| * | fixes locations with a linkmarijus2014-03-101-1/+1
| | |
| * | this commit is an attempt to make conv items better scalable on smaller ↵marijus2014-03-109-43/+45
|/ / | | | | | | screens. also save some horizontal space.
* | The README is getting a bit tired and really needs a re-write, but in the ↵friendica2014-03-102-3/+1
| | | | | | | | meanitme there's a link to donations that had to be cleaned up until we figure out how to do that without paypal.
* | update cacert.pem , don't hide url link for rmagicfriendica2014-03-094-463/+352
| |