Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | magic-auth re-factor | friendica | 2013-12-02 | 2 | -173/+122 | |
| | | | ||||||
* | | | refactor magic-auth | friendica | 2013-12-02 | 8 | -194/+12 | |
| | | | ||||||
| | * | Revert "update spin.js to latest version" | marijus | 2013-12-02 | 1 | -11/+5 | |
| | | | | | | | | | | | | This reverts commit 51cad9cafef228090cc1641a425ba272b1a3b470. | |||||
| | * | Revert "only show user-photo if not local user" | marijus | 2013-12-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit 6a1dfbb218a1e2a48010803906e78bf3b7a16965. | |||||
| | * | Revert "some jot tools structuring and styling" | marijus | 2013-12-02 | 3 | -96/+54 | |
| | | | | | | | | | | | | This reverts commit 1ff69605be20d8a7ca721a2a881b15e71d87fa46. | |||||
| | * | Merge branch 'master' of https://github.com/friendica/red | marijus | 2013-12-02 | 18 | -2780/+3269 | |
| | |\ | | |/ | |/| | ||||||
| * | | Merge pull request #220 from tobiasd/20131202 | tobiasd | 2013-12-02 | 2 | -1365/+1827 | |
|/| | | | | | | | | DE: update to the strings | |||||
| * | | DE: update to the strings | Tobias Diekershoff | 2013-12-02 | 2 | -1365/+1827 | |
|/ / | ||||||
* | | some work on events permissions | friendica | 2013-12-01 | 2 | -7/+18 | |
| | | ||||||
* | | trimmed style.css by a few hundred lines. Needs many more such efforts | friendica | 2013-12-01 | 5 | -363/+190 | |
| | | ||||||
* | | get rid of deprecated post_url() function | friendica | 2013-12-01 | 2 | -106/+10 | |
| | | ||||||
* | | file corruption | friendica | 2013-12-01 | 1 | -122/+0 | |
| | | ||||||
* | | document the ping packet - and remove the ancient rusty brown square default ↵ | friendica | 2013-12-01 | 4 | -10/+165 | |
| | | | | | | | | profile photos. | |||||
* | | don't magic-auth against a deleted channel | friendica | 2013-12-01 | 1 | -9/+14 | |
| | | ||||||
* | | magic auth fix plus doco | friendica | 2013-12-01 | 1 | -2/+75 | |
| | | ||||||
* | | zot documentation inline in the code where we need it most. | friendica | 2013-12-01 | 1 | -0/+120 | |
| | | ||||||
* | | add categories and optional backlink to exported WP posts | friendica | 2013-12-01 | 1 | -7/+28 | |
| | | ||||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-12-01 | 2 | -927/+960 | |
|\ \ | ||||||
| * \ | Merge pull request #219 from tuscanhobbit/master | Paolo T | 2013-12-01 | 2 | -927/+960 | |
| |\ \ | | | | | | | | | italian translation | |||||
| | * \ | italian translation | tuscanhobbit | 2013-12-01 | 0 | -0/+0 | |
| | |\ \ | ||||||
| | | * | | italian translation | p.tacconi | 2013-11-27 | 2 | -422/+417 | |
| | | | | | ||||||
| | * | | | italian translation | tuscanhobbit | 2013-12-01 | 2 | -927/+960 | |
| | |/ / | ||||||
* | / / | remove hook logging - too noisy | friendica | 2013-12-01 | 1 | -1/+1 | |
|/ / / | ||||||
| | * | update spin.js to latest version | marijus | 2013-12-01 | 1 | -5/+11 | |
| | | | ||||||
| | * | only show user-photo if not local user | marijus | 2013-12-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | some jot tools structuring and styling | marijus | 2013-12-01 | 3 | -54/+96 | |
| |/ |/| | ||||||
* | | get rid of fetch_url - post_url will be a bit harder as several plugins need ↵ | friendica | 2013-12-01 | 2 | -154/+7 | |
| | | | | | | | | to be updated | |||||
* | | deprecate a->get_curl_code() and $a->get_curl_headers() | friendica | 2013-12-01 | 5 | -400/+20 | |
| | | ||||||
* | | hooks getting called twice | friendica | 2013-11-30 | 2 | -2/+4 | |
| | | ||||||
* | | quite a bit of work on default acl permissions and various acl quirks | friendica | 2013-11-29 | 8 | -36/+86 | |
| | | ||||||
* | | channel wasn't getting saved | friendica | 2013-11-29 | 1 | -0/+2 | |
| | | ||||||
* | | allow zot-info to return results for address= with webbies or naked nicknames | friendica | 2013-11-29 | 4 | -3450/+3483 | |
| | | ||||||
* | | doc updates | friendica | 2013-11-29 | 14 | -25/+73 | |
| | | ||||||
* | | allow themes to mess with the navbar contents without a custom template. ↵ | friendica | 2013-11-28 | 3 | -5/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | It's done as a callback using a transient plugin hook. For instance to get rid of the notifications link: insert_hook('nav','strip_notify'); function strip_notify($a,&$b) { unset($b['nav']['notifications']); } | |||||
* | | doc updates | friendica | 2013-11-28 | 508 | -741/+3529 | |
| | | ||||||
* | | make the template processor (e.g. replace_macros) pluggable | friendica | 2013-11-28 | 2 | -2/+5 | |
| | | ||||||
* | | doco | friendica | 2013-11-28 | 1 | -6/+21 | |
| | | ||||||
* | | item store hooks | friendica | 2013-11-28 | 2 | -0/+24 | |
| | | ||||||
* | | doco | friendica | 2013-11-28 | 1 | -6/+41 | |
| | | ||||||
* | | only list undeleted hublocs in zot_finger | friendica | 2013-11-28 | 1 | -4/+7 | |
| | | ||||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-28 | 2 | -3488/+3481 | |
|\ \ | ||||||
| * \ | Merge pull request #217 from omigeot/master | friendica | 2013-11-28 | 2 | -3488/+3481 | |
| |\ \ | | | | | | | | | Plurals for conversation.php | |||||
| | * | | Plurals for conversation.php | Olivier Migeot | 2013-11-28 | 2 | -3488/+3481 | |
| |/ / | ||||||
* / / | zot doco | friendica | 2013-11-28 | 1 | -17/+96 | |
|/ / | ||||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-28 | 1 | -2/+14 | |
|\ \ | ||||||
| * \ | Merge pull request #216 from omigeot/master | friendica | 2013-11-27 | 1 | -2/+14 | |
| |\ \ | | | | | | | | | Make CSS classes for ACL "lock" icon customizable | |||||
| | * \ | Merge branch 'master' of https://github.com/friendica/red | Olivier Migeot | 2013-11-28 | 1 | -0/+101 | |
| | |\ \ | | |/ / | |/| | | ||||||
| | * | | Merge branch 'master' of https://github.com/friendica/red | Olivier Migeot | 2013-11-27 | 2 | -23/+10 | |
| | |\ \ | ||||||
| | * | | | Quick hack to allow themes/modules to use different CSS classes for the ACL ↵ | Olivier Migeot | 2013-11-27 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | selector's icon (e.g. icon-lock/icon-unlock instead of lock/unlock). Unless a theme supports it, they'll stay at their former values. Dunno if it's the best way to achieve this, though. | |||||
* | | | | | synchronise deletion of comments between red and wp | friendica | 2013-11-28 | 3 | -1/+44 | |
|/ / / / |