Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | added link to nubasic in external resources/3rd party themes | tonybaldwin | 2014-07-10 | 1 | -0/+1 | |
| |/ | ||||||
| * | small fix nl | jeroenpraat | 2014-07-09 | 2 | -3/+3 | |
| | | ||||||
| * | Minor doco | Thomas Willingham | 2014-07-08 | 1 | -3/+3 | |
| | | ||||||
* | | doco | friendica | 2014-07-10 | 2 | -2/+8 | |
| | | ||||||
* | | make sure we don't block new folks if there's a different register policy ↵ | friendica | 2014-07-09 | 1 | -1/+1 | |
| | | | | | | | | and the hub admin turns on email verify | |||||
* | | finish implementing email verification. Currently it only applies if ↵ | friendica | 2014-07-09 | 6 | -9/+44 | |
|/ | | | | REGISTER_OPEN is in effect. | |||||
* | This is a bit wordy - but gets to the point about what problems we are ↵ | friendica | 2014-07-07 | 1 | -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 formatting | friendica | 2014-07-07 | 4 | -11/+24 | |
| | ||||||
* | event render improvements | friendica | 2014-07-06 | 3 | -4/+10 | |
| | ||||||
* | numerous event fixes - mostly related to editing an event | friendica | 2014-07-06 | 2 | -23/+42 | |
| | ||||||
* | a bit of word cleanup | friendica | 2014-07-06 | 1 | -6/+9 | |
| | ||||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-07-06 | 4 | -5969/+6189 | |
|\ | ||||||
| * | Added a help file about privacy (as promised). Please take a look and fix ↵ | jeroenpraat | 2014-07-07 | 2 | -0/+16 | |
| | | | | | | | | spelling and grammar. Maybe I forgot something (please add) or I used the wrong words. Be free to improve. | |||||
| * | nl 100%git status | jeroenpraat | 2014-07-06 | 2 | -5969/+6173 | |
| | | ||||||
* | | homepage revisions | friendica | 2014-07-06 | 3 | -20/+17 | |
|/ | ||||||
* | make the pending connections query consistent between mod/ping and ↵ | friendica | 2014-07-05 | 1 | -5/+7 | |
| | | | | mod/connections | |||||
* | remove cyclic dependency on XCHAN_FLAGS_HIDDEN | friendica | 2014-07-05 | 2 | -3/+4 | |
| | ||||||
* | when deleting items, delete linked events and photos during stage1 | friendica | 2014-07-04 | 3 | -3555/+3720 | |
| | ||||||
* | doc updates | friendica | 2014-07-04 | 99 | -2395/+3470 | |
| | ||||||
* | add 'block_public' checking to get_all_perms() and perm_is_allowed() so we ↵ | friendica | 2014-07-03 | 1 | -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 verification | friendica | 2014-07-03 | 3 | -0/+133 | |
| | ||||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-07-03 | 2 | -62/+62 | |
|\ | ||||||
| * | fix nl | jeroenpraat | 2014-07-03 | 2 | -62/+62 | |
| | | ||||||
* | | visage tracking opt-in/opt-out | friendica | 2014-07-03 | 3 | -0/+29 | |
|/ | ||||||
* | session DNT - if you want it use it. | friendica | 2014-07-03 | 1 | -0/+4 | |
| | ||||||
* | move code out of templates - not sure how this even worked. | friendica | 2014-07-03 | 3 | -11/+19 | |
| | ||||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-07-02 | 15 | -12456/+11854 | |
|\ | ||||||
| * | Red Matrix default instead of global default. Is more clear. Update nl to ↵ | jeroenpraat | 2014-07-02 | 4 | -6077/+5878 | |
| | | | | | | | | 99%. Update util/messages.po | |||||
| * | Merge branch 'master' of https://github.com/friendica/red | jeroenpraat | 2014-07-02 | 21 | -6408/+6018 | |
| |\ | ||||||
| | * | Merge pull request #526 from zzottel/master | zzottel | 2014-07-02 | 9 | -305/+101 | |
| | |\ | | | | | | | | | update German docs | |||||
| | | * | update German docs | zottel | 2014-07-02 | 9 | -305/+101 | |
| | |/ | ||||||
| | * | Merge pull request #525 from tuscanhobbit/master | Paolo T | 2014-07-02 | 2 | -6074/+5875 | |
| | |\ | | | | | | | | | IT: strings updated | |||||
| | | * | IT: strings updated | Paolo Tacconi | 2014-07-02 | 2 | -6074/+5875 | |
| | | | | ||||||
| * | | | Changed Default to Light (global default). So if hub owners want to change ↵ | jeroenpraat | 2014-07-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | the default, they don't get two defaults. Please revert when not needed/wanted. | |||||
* | | | | turn that into a feature | friendica | 2014-07-02 | 3 | -3/+3 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #524 from zzottel/master | RedMatrix | 2014-07-02 | 1 | -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 ↵ | zottel | 2014-07-02 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | connedit_clone wasn't executed. | |||||
* | | | use a better hashtag replacement when preventing tag hijacking | friendica | 2014-07-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | minor adjustments | friendica | 2014-07-01 | 2 | -1/+6 | |
| | | | ||||||
* | | | minor optimisation | friendica | 2014-07-01 | 2 | -9/+5 | |
| | | | ||||||
* | | | optionally allow zrl usage from specific markdown sources | friendica | 2014-07-01 | 3 | -12/+19 | |
| | | | ||||||
* | | | easter egg | friendica | 2014-07-01 | 3 | -5/+10 | |
|/ / | ||||||
* | | updated util/messages.po | jeroenpraat | 2014-07-01 | 1 | -3747/+3585 | |
| | | ||||||
* | | fix 1 error in nl that somehow sneaked in | jeroenpraat | 2014-07-01 | 2 | -3/+3 | |
| | | ||||||
* | | update/approve nl to 98%git status | jeroenpraat | 2014-07-01 | 2 | -99/+99 | |
| | | ||||||
* | | Doco - better wording. Unless it was intended to block indexing, but | Thomas Willingham | 2014-07-01 | 1 | -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/red | Thomas Willingham | 2014-07-01 | 5 | -141/+159 | |
|\ \ | ||||||
| * | | update nl | jeroenpraat | 2014-07-01 | 2 | -117/+117 | |
| | | | ||||||
| * | | for non-post items (e.g. photos, events, whatever) add mention tags ↵ | friendica | 2014-06-30 | 1 | -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_merge | friendica | 2014-06-30 | 1 | -9/+1 | |
| |\ \ |