Hypolite Petovan
9e3bae5caa
Remove references to include/bbcode.php
4 years ago
Hypolite Petovan
974539913c
Remove include/like references
4 years ago
Hypolite Petovan
a286e8bf3b
Replace do_like() calls
4 years ago
Michael
2e022733f6
Standards
4 years ago
Tobias Diekershoff
c258df0f0a
removed x-permission
5 years ago
Michael
5adfeb0bd5
App::get_baseurl is now replaced with System::baseUrl
5 years ago
Michael
3c24bed412
New class "System"
5 years ago
Hypolite Petovan
20043914e6
Move App to src
...
- Add `use Friendica\App;` wherever needed
5 years ago
Hypolite Petovan
7b352f3f74
Revert "Coding convention applied - part 1"
5 years ago
Roland Häder
fef61a28cc
fixed chmod
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Roland Häder
0cd241bcbe
added spaces + some curly braces + some usage of dbm::is_result()
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Hypolite Petovan
f92918f471
Normalize App parameter declaration (mod folder, 2 out of 3)
5 years ago
Roland Häder
4dce3d8224
changed to this:
...
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Roland Häder
e1f3661645
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Roland Häder
884f44ce94
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
fabrixxm
b202e02fbf
Revert "Updated modules to allow for partial overrides without errors"
...
This reverts commit db949bb802
.
6 years ago
Andrej Stieben
db949bb802
Updated modules to allow for partial overrides without errors
...
Only define functions if they have not been defined before, e.g. in themes. This makes it possible to override parts of a module and still use the other functions.
6 years ago
fabrixxm
f27fad7b47
Move Like/Dislike/Attend add/remove code to include/like.php
6 years ago
rabuzarus
6a9ec14878
small bugfix in like.php
7 years ago
rabuzarus
7cb4ea52fd
port of the event attendance feature of red matrix with example implementation for vier theme.
7 years ago
rabuzarus
f5c7006f30
rest of the consensus porting work and integration into friendica
...
Credits to Mike Macgirvin for the code
7 years ago
rabuzarus
0077494396
make event confirmation work
7 years ago
rabuzarus
37fccee503
first work for consensus
7 years ago
Michael Vogel
4d6f28d224
Optimized version of the possibility to reload the content of the network page only at its top.
8 years ago
Michael Vogel
c980e6d20d
Possibility to disable the automatic reload of the network page
8 years ago
Michael Vogel
5f3d584716
Code beautification and some more logging data - no changes in the functionality.
8 years ago
Michael Vogel
6e7bd68ebb
More "LIMIT 1" removed - and some other SQL improvements.
8 years ago
Zach Prezkuta
488a38cd85
Decaf mobile: an (almost) Javascript-free theme
9 years ago
Zach Prezkuta
88711deceb
allow live updates for unlikes and undislikes
10 years ago
Zach Prezkuta
f92338d79b
make likes on comments work with Diaspora, some small bugs
10 years ago
Zach Prezkuta
fc6f7daf38
small cleanup
10 years ago
Zach Prezkuta
28526dbf21
remove possibly unnecessary checks for likes or comments created by Diaspora users
10 years ago
Zach Prezkuta
9e8573507e
store signature info for remote users too
10 years ago
Zach Prezkuta
f495ba2bcb
was passing the wrong arguments to the signature storage function
10 years ago
Zach Prezkuta
5773241537
add some debug logging
10 years ago
Zach Prezkuta
8bb7ab88fb
Clean up the Diaspora connectivity:
...
- Move Diaspora code into separate functions to make it more modular
- Create more checks for whether Diaspora connectivity has been enabled
10 years ago
friendica
22ca358a8c
like comments
10 years ago
Zach Prezkuta
9920fb39e5
Debugged implementation of Diaspora relayable_retractions
...
Diaspora "relayable_retraction" is now supported by Friendica.
The following should now work:
Friendica top-level post:
Diaspora comment deleted, disappears in Friendica
Friendica comment deleted, disappears in Diaspora
Diaspora like retracted, disappears in Friendica
Friendica like retracted, disappears in Diaspora
Diaspora top-level post:
Same
There are still exceptions, however. First, Friendica and Diaspora
seem to frequently reject comments with an "invalid signature" error.
This can probably be fixed.
Also, some comments/likes/retractions seem to just disappear on the
Diaspora side. In the Diaspora log these seem to be accompanied by a
"not a valid object" error, often preceeded by a "received a comment
but no corresponding post" error. These seem to be purely internal,
since sometimes it works for some Diaspora contacts but not others.
10 years ago
Zach Prezkuta
cde0de965f
first shot at getting like/unlike functions to work consistently
10 years ago
friendica
8aa2552372
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
10 years ago
Friendika
3b6b0eaa8b
social tag - add UI
11 years ago
Friendika
278433eac7
origin flag handling, and bug #137 - provide timezone conversion for events posted across to Diaspora
11 years ago
Friendika
3a2bf8ab7c
w3c compliance fixes, owner attribution on likes defaulting to local owner, not item creator
11 years ago
Friendika
c30f523c62
more d* infrastructure for relaying signed messages and storing non-connected people details
11 years ago
Friendika
d45ad7bb6b
suppress duplicate FB posts (incoming after posted locally)
11 years ago
Friendika
242d4805d5
call post_local_end hook on like/dislike
11 years ago
Fabio Comuni
7df8e18dd1
Update more strings
11 years ago
fabrixxm
a7af6df962
Fix spaces around t() and tt()
11 years ago
fabrixxm
9f7878057f
update source strings
11 years ago
Friendika
755c2245e8
move php path setting inside proc_run
11 years ago