Commit graph

8907 commits

Author SHA1 Message Date
friendica
92f60ef51f get rid of deprecated post_url() function 2013-12-01 19:52:18 -08:00
friendica
194c1e7abc file corruption 2013-12-01 19:29:11 -08:00
friendica
71e67f6347 document the ping packet - and remove the ancient rusty brown square default profile photos. 2013-12-01 19:02:36 -08:00
friendica
fa5366bb95 don't magic-auth against a deleted channel 2013-12-01 17:18:09 -08:00
friendica
77186fa7cd magic auth fix plus doco 2013-12-01 17:12:29 -08:00
friendica
b1e775a7a1 zot documentation inline in the code where we need it most. 2013-12-01 16:11:18 -08:00
friendica
25f067c954 add categories and optional backlink to exported WP posts 2013-12-01 14:06:45 -08:00
friendica
4d583ab785 Merge https://github.com/friendica/red into zpull 2013-12-01 13:42:22 -08:00
friendica
fefc44660f remove hook logging - too noisy 2013-12-01 13:41:51 -08:00
marijus
51cad9cafe update spin.js to latest version 2013-12-01 16:52:32 +01:00
marijus
6a1dfbb218 only show user-photo if not local user 2013-12-01 15:51:14 +01:00
Paolo T
c298f6e9f7 Merge pull request #219 from tuscanhobbit/master
italian translation
2013-12-01 02:08:54 -08:00
tuscanhobbit
dc7e9a92c9 italian translation 2013-12-01 11:06:10 +01:00
tuscanhobbit
57669c9216 italian translation 2013-12-01 11:02:50 +01:00
marijus
1ff69605be some jot tools structuring and styling 2013-12-01 10:55:39 +01:00
friendica
d43118fdcf get rid of fetch_url - post_url will be a bit harder as several plugins need to be updated 2013-12-01 00:35:35 -08:00
friendica
bd33e0486d deprecate a->get_curl_code() and $a->get_curl_headers() 2013-12-01 00:16:02 -08:00
friendica
3163731a3d hooks getting called twice 2013-11-30 03:40:25 -08:00
friendica
1c5f98440d quite a bit of work on default acl permissions and various acl quirks 2013-11-29 14:09:21 -08:00
friendica
b707495b50 channel wasn't getting saved 2013-11-29 03:10:15 -08:00
friendica
df66c510c9 allow zot-info to return results for address= with webbies or naked nicknames 2013-11-29 00:57:47 -08:00
friendica
2563edab43 doc updates 2013-11-29 00:57:33 -08:00
friendica
7536ed6e44 allow themes to mess with the navbar contents without a custom template. 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']);
}
2013-11-28 20:17:07 -08:00
friendica
8cd9a2c3a9 doc updates 2013-11-28 19:37:39 -08:00
friendica
d1ab865ccf make the template processor (e.g. replace_macros) pluggable 2013-11-28 19:17:45 -08:00
friendica
94c293f2c6 doco 2013-11-28 18:46:59 -08:00
friendica
eae3327584 item store hooks 2013-11-28 18:10:04 -08:00
friendica
8e0d3c2d6f doco 2013-11-28 17:47:33 -08:00
friendica
fafba385c1 only list undeleted hublocs in zot_finger 2013-11-28 16:46:47 -08:00
friendica
13e73c005a Merge https://github.com/friendica/red into zpull 2013-11-28 16:13:35 -08:00
friendica
ff91541cfd zot doco 2013-11-28 16:13:09 -08:00
friendica
e7c7ddd10a Merge pull request #217 from omigeot/master
Plurals for conversation.php
2013-11-28 03:36:20 -08:00
Olivier Migeot
2239d472e5 Plurals for conversation.php 2013-11-28 12:24:37 +01:00
friendica
2d7d145ebb Merge https://github.com/friendica/red into zpull 2013-11-28 00:16:57 -08:00
friendica
aab9b30d03 synchronise deletion of comments between red and wp 2013-11-28 00:16:13 -08:00
friendica
689b94bf09 Merge pull request #216 from omigeot/master
Make CSS classes for ACL "lock" icon customizable
2013-11-27 23:36:38 -08:00
Olivier Migeot
a706000018 Merge branch 'master' of https://github.com/friendica/red 2013-11-28 08:30:20 +01:00
friendica
21e465e48a add photos to red-to-wordpress comments 2013-11-27 20:56:08 -08:00
friendica
b67347d9a0 add xmlrpc method for importing red comments 2013-11-27 16:32:17 -08:00
Olivier Migeot
c3c2ff6cdb Merge branch 'master' of https://github.com/friendica/red 2013-11-27 14:03:55 +01:00
p.tacconi
f8d49ef560 italian translation 2013-11-27 13:56:30 +01:00
Olivier Migeot
11983c1242 Quick hack to allow themes/modules to use different CSS classes for the ACL 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. 2013-11-27 12:30:01 +01:00
friendica
64b467ea98 reduce the likelihood that a given channel will have 30-40 valid hublocs with the same hubloc_url. 2013-11-27 02:51:16 -08:00
friendica
e3f5c4458b re-enable jquery migration tool until we sort out all the issues 2013-11-27 00:48:17 -08:00
friendica
da29ce6dac more loop prevention 2013-11-26 23:10:10 -08:00
friendica
ff635f0133 ensure that drop_item doesn't recurse 2013-11-26 23:00:32 -08:00
friendica
fd57b63c1d add terms and categories, fix a delivery loop (stops at one cycle but we don't need a post coming back that we just sent out). 2013-11-26 21:21:40 -08:00
friendica
64b71a231b link the plugins at both ends so that each can discover a post that was imported/exported to/from the other and keep track of updates accordingly 2013-11-26 18:33:49 -08:00
friendica
ef53c72a70 delete from the wp side as well as from the red side 2013-11-26 17:02:49 -08:00
friendica
6f6fcddfc3 api fixes 2013-11-26 16:38:48 -08:00