aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* finish implementing email verification. Currently it only applies if ↵friendica2014-07-096-9/+44
| | | | REGISTER_OPEN is in effect.
* This is a bit wordy - but gets to the point about what problems we are ↵friendica2014-07-071-1/+5
| | | | trying to solve. I'm hoping we can find a way to get past the almost universal "I don't get it" and reach out to those who we know are looking for this kind of service but don't understand or can't figure out that we have it.
* more event display formattingfriendica2014-07-074-11/+24
|
* event render improvementsfriendica2014-07-063-4/+10
|
* numerous event fixes - mostly related to editing an eventfriendica2014-07-062-23/+42
|
* a bit of word cleanupfriendica2014-07-061-6/+9
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-07-064-5969/+6189
|\
| * Added a help file about privacy (as promised). Please take a look and fix ↵jeroenpraat2014-07-072-0/+16
| | | | | | | | spelling and grammar. Maybe I forgot something (please add) or I used the wrong words. Be free to improve.
| * nl 100%git statusjeroenpraat2014-07-062-5969/+6173
| |
* | homepage revisionsfriendica2014-07-063-20/+17
|/
* make the pending connections query consistent between mod/ping and ↵friendica2014-07-051-5/+7
| | | | mod/connections
* remove cyclic dependency on XCHAN_FLAGS_HIDDENfriendica2014-07-052-3/+4
|
* when deleting items, delete linked events and photos during stage1friendica2014-07-043-3555/+3720
|
* doc updatesfriendica2014-07-0499-2395/+3470
|
* add 'block_public' checking to get_all_perms() and perm_is_allowed() so we ↵friendica2014-07-031-0/+12
| | | | have everything related to allowing or denying something in one place. Currently this check is done separately in a huge number of places. Now we can start to remove all the extra checks. A couple of them are still necessary, but most are now redundant.
* some initial work towards email address verificationfriendica2014-07-033-0/+133
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-07-032-62/+62
|\
| * fix nljeroenpraat2014-07-032-62/+62
| |
* | visage tracking opt-in/opt-outfriendica2014-07-033-0/+29
|/
* session DNT - if you want it use it.friendica2014-07-031-0/+4
|
* move code out of templates - not sure how this even worked.friendica2014-07-033-11/+19
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-07-0215-12456/+11854
|\
| * Red Matrix default instead of global default. Is more clear. Update nl to ↵jeroenpraat2014-07-024-6077/+5878
| | | | | | | | 99%. Update util/messages.po
| * Merge branch 'master' of https://github.com/friendica/redjeroenpraat2014-07-0221-6408/+6018
| |\
| | * Merge pull request #526 from zzottel/masterzzottel2014-07-029-305/+101
| | |\ | | | | | | | | update German docs
| | | * update German docszottel2014-07-029-305/+101
| | |/
| | * Merge pull request #525 from tuscanhobbit/masterPaolo T2014-07-022-6074/+5875
| | |\ | | | | | | | | IT: strings updated
| | | * IT: strings updatedPaolo Tacconi2014-07-022-6074/+5875
| | | |
| * | | Changed Default to Light (global default). So if hub owners want to change ↵jeroenpraat2014-07-021-1/+1
| | | | | | | | | | | | | | | | the default, they don't get two defaults. Please revert when not needed/wanted.
* | | | turn that into a featurefriendica2014-07-023-3/+3
| |/ / |/| |
* | | Merge pull request #524 from zzottel/masterRedMatrix2014-07-021-1/+1
|\ \ \ | | | | | | | | Fix for #510: $a->poi wasn't set for tabs actions with commands, so conn...
| * | | Fix for #510: $a->poi wasn't set for tabs actions with commands, so ↵zottel2014-07-021-1/+1
|/ / / | | | | | | | | | connedit_clone wasn't executed.
* | | use a better hashtag replacement when preventing tag hijackingfriendica2014-07-011-2/+2
| | |
* | | minor adjustmentsfriendica2014-07-012-1/+6
| | |
* | | minor optimisationfriendica2014-07-012-9/+5
| | |
* | | optionally allow zrl usage from specific markdown sourcesfriendica2014-07-013-12/+19
| | |
* | | easter eggfriendica2014-07-013-5/+10
|/ /
* | updated util/messages.pojeroenpraat2014-07-011-3747/+3585
| |
* | fix 1 error in nl that somehow sneaked injeroenpraat2014-07-012-3/+3
| |
* | update/approve nl to 98%git statusjeroenpraat2014-07-012-99/+99
| |
* | Doco - better wording. Unless it was intended to block indexing, butThomas Willingham2014-07-011-1/+1
| | | | | | | | | | it never did that - it always just blocked search (which seems to be a sane default).
* | Merge branch 'master' of https://github.com/friendica/redThomas Willingham2014-07-015-141/+159
|\ \
| * | update nljeroenpraat2014-07-012-117/+117
| | |
| * | for non-post items (e.g. photos, events, whatever) add mention tags ↵friendica2014-06-301-0/+25
| | | | | | | | | | | | explicitly to the output rendering since they may not be present in the post body.
| * | Merge https://github.com/friendica/red into pending_mergefriendica2014-06-301-9/+1
| |\ \
| * | | much better fix to problem yesterday of updates with the wrong ud_addr ↵friendica2014-06-302-24/+17
| | | | | | | | | | | | | | | | | | | | | | | | getting updated. Now we'll pass in the update table row to import_xchan so we know exactly which ud_addr applies. We still need ud_flags passed in separately.
* | | | Doco - update raspberry pi install, mostly trivial, only real changeThomas Willingham2014-07-011-29/+23
| |/ / |/| | | | | | | | | | | is to block search properly without relying on robots.txt which doesn't really work.
* | | Doco - couple of extra features that aren't anymore.Thomas Willingham2014-07-011-9/+1
|/ /
* | more doco on mod/ping - plus fix a birthday notification which was a day off.friendica2014-06-301-6/+52
| |
* | Merge pull request #520 from pixelroot/masterRedMatrix2014-07-012-694/+769
|\ \ | | | | | | Updated Russian translation