Commit graph

8817 commits

Author SHA1 Message Date
friendica
e0f4a76856 magic-auth re-factor 2013-12-02 17:35:44 -08:00
friendica
d9f67876dc refactor magic-auth 2013-12-02 15:15:02 -08:00
marijus
d525d1c26f Revert "update spin.js to latest version"
This reverts commit 51cad9cafe.
2013-12-02 12:27:12 +01:00
marijus
ba895d6668 Revert "only show user-photo if not local user"
This reverts commit 6a1dfbb218.
2013-12-02 12:26:46 +01:00
marijus
0e7e5fa53d Revert "some jot tools structuring and styling"
This reverts commit 1ff69605be.
2013-12-02 12:26:07 +01:00
marijus
fc8c34826e Merge branch 'master' of https://github.com/friendica/red 2013-12-02 11:30:02 +01:00
tobiasd
f22302cbb6 Merge pull request #220 from tobiasd/20131202
DE: update to the strings
2013-12-02 00:27:28 -08:00
Tobias Diekershoff
91b06b67a6 DE: update to the strings 2013-12-02 09:24:24 +01:00
friendica
3fdc3515b5 some work on events permissions 2013-12-01 23:49:52 -08:00
friendica
55d8ed17a7 trimmed style.css by a few hundred lines. Needs many more such efforts 2013-12-01 21:11:47 -08:00
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