fabrixxm
9a307a4e2b
Merge pull request #2218 from annando/1512-mail-participiants
...
Bugfix: The participants on the mail page were displayed wrong
2015-12-28 18:31:54 +01:00
fabrixxm
c2d1016014
remove linebreak in doc/api.md
2015-12-28 18:30:28 +01:00
fabrixxm
a1c1a6cae8
workaround for media.ccc.de oembed with size 0
2015-12-28 18:28:02 +01:00
fabrixxm
7965f72c8c
don't resize iframe if we can't find a final size greater than 0
2015-12-28 18:27:24 +01:00
Michael Vogel
2f13506180
Bugfix: The participants on the mail page were displayed wrong
2015-12-28 18:13:03 +01:00
fabrixxm
6da04d16bd
get rid of unwanted <br>s in items with oembed
...
fix video thumbnail in quattro, vier, duepuntozero themes
2015-12-28 18:07:31 +01:00
fabrixxm
0896f3a4f5
Merge pull request #2217 from annando/1512-key-hcard
...
Diaspora: Scrape the public key from the hcard
2015-12-28 17:26:39 +01:00
Michael Vogel
4c08b0ceb6
code cleanup
2015-12-28 17:09:22 +01:00
Michael Vogel
3476e21b28
Scrape the public key from the hcard if not present in webfinger
2015-12-28 16:49:19 +01:00
Michael Vogel
9d83892151
Merge pull request #2215 from rabuzarus/2812_vier_mobile_fix
...
vier: fix for 2205
2015-12-28 10:41:39 +01:00
fabrixxm
f579b2af55
Fix TOC links href, no TOC in home
2015-12-28 10:24:47 +01:00
fabrixxm
1776b19dbf
Add table of content in aside of help pages
2015-12-28 10:24:47 +01:00
fabrixxm
e752d41389
Update API docs
2015-12-28 10:23:06 +01:00
fabrixxm
696fe53d8f
sizes links in xml output of api/frienidca/photo is an array
2015-12-28 10:23:06 +01:00
fabrixxm
79c32105fc
datasize not meaningful when all size are returned in api/friendica/photo
2015-12-28 10:23:06 +01:00
fabrixxm
0664ace260
Fix ignore doxigen output in .gitignore
2015-12-28 10:23:06 +01:00
fabrixxm
6b60560ea2
Changes in api
...
- Api functions can define an HTTP method to use to call them. "405 Method Not Allowed" is returned on error
- Api function that modify data accepts only POST as method.
- A list of HTTP return code related exception is added
- Api functions throw HTTP exceptions instead of return false or die()
- api_call() catches HTTP exceptions and return error message with corret HTTP response code
- api_format_items() returns also item activities count (# of like/dislike etc)
- api/friendica/photos/list return more info about photos. xml format added.
- api/friendica/photo/detail return more info, links to all sizes, no data except if 'size' parameter is passed. xml format added.
- new api api/friendica/activity/<verb> and api/friendica/activity/un<verb> to add or remove like/dislike/attend status
2015-12-28 10:23:06 +01:00
fabrixxm
835ad28d83
do_like() return false if verb is invalid
2015-12-28 10:23:06 +01:00
fabrixxm
f27fad7b47
Move Like/Dislike/Attend add/remove code to include/like.php
2015-12-28 10:23:06 +01:00
fabrixxm
cf86162a08
Merge pull request #2214 from rabuzarus/2612_db_docu
...
add db documentation to the help pages
2015-12-28 10:22:33 +01:00
Tobias Diekershoff
497175c56e
Merge pull request #2213 from annando/1512-dfrn-request
...
Support for remote subscription in Diaspora
2015-12-28 05:25:50 +01:00
Tobias Diekershoff
b09fd2c39e
Merge pull request #2212 from annando/1512-xrd
...
XRD now should react more like an OStatus server
2015-12-28 05:24:36 +01:00
Tobias Diekershoff
3dd08094ca
Merge pull request #2210 from annando/1512-diaspora-p
...
Diaspora: The /p/ only should return top level posts - not comments
2015-12-28 05:23:00 +01:00
rabuzarus
e68fcc146a
vier: fix for 2205
2015-12-28 04:57:49 +01:00
rabuzarus
038611bcb4
add documentation
2015-12-28 03:17:55 +01:00
Michael Vogel
72f7ee7fd3
Support for remote subscription in Diaspora
2015-12-28 03:14:38 +01:00
rabuzarus
12f8b0630d
docu - add schema of each db table
2015-12-28 02:50:25 +01:00
Michael Vogel
8b25f51116
XRD now should react more like an OStatus server
2015-12-28 01:04:14 +01:00
Michael Vogel
435a29026d
Diaspora: The /p/ only should return top level posts - not comments
2015-12-27 21:12:53 +01:00
fabrixxm
44afff9514
Merge pull request #2198 from rabuzarus/2312_code_cleanup
...
boot.php - code cleanup + doxygen
2015-12-27 18:20:48 +01:00
Tobias Diekershoff
8d8dc2d060
Merge pull request #2197 from annando/1512-ostatus-comment
...
Reworked delivery and notifier process - changed OStatus behaviour
2015-12-27 15:58:32 +01:00
Michael Vogel
fe141e4441
Merge pull request #2207 from tobiasd/20151227-typo
...
typos in OStatus (re)subscribing
2015-12-27 09:43:24 +01:00
Tobias Diekershoff
bc9c3d80fa
typos in OStatus (re)subscribing
2015-12-27 08:44:23 +01:00
Tobias Diekershoff
06defed4cb
Merge pull request #2206 from annando/1512-diaspora-sql
...
Diaspora: Fixed possible SQL injection
2015-12-27 07:02:21 +01:00
Michael Vogel
7825704bd6
Diaspora: Fixed possible SQL injection
2015-12-27 03:54:20 +01:00
rabuzarus
7530c950e3
help - make use of subfolders
2015-12-26 16:06:38 +01:00
rabuzarus
28317ed9ae
added databas schema to the help
2015-12-26 15:51:41 +01:00
Tobias Diekershoff
6e2c09b1ea
Merge pull request #2203 from rabuzarus/2512_doxy-hooks
...
add custom tag @hooks to doxygen
2015-12-26 10:53:30 +01:00
Tobias Diekershoff
1eae40592c
Merge pull request #2204 from rabuzarus/2512_todo_list
...
reformat todo according to doxygen style
2015-12-26 08:50:17 +01:00
Michael Vogel
fa88bdf2e2
Merge pull request #2202 from tobiasd/20151225-doxygen
...
brief instruction on how to use Doxygen
2015-12-26 07:27:39 +01:00
rabuzarus
3df5c17124
reformat todo according to doxygen style
2015-12-25 23:17:34 +01:00
rabuzarus
8e83e423f4
boot.php - doxygen - organize constants in groups
2015-12-25 20:58:26 +01:00
Michael Vogel
5b94c4fe41
Yes is no and no is yes ...
2015-12-25 19:57:38 +01:00
rabuzarus
ba2517fd71
Merge develop into 2512_rebase_cleanup
...
Conflicts:
include/identity.php
2015-12-25 19:18:12 +01:00
rabuzarus
be2d6fa85e
little fix for @hooks in Doxyfile
2015-12-25 18:37:38 +01:00
rabuzarus
64989781ff
add custom tag @hooks to boot.php & identity.php
2015-12-25 18:36:13 +01:00
rabuzarus
f3395dd6f3
add custom tag @hooks to doxygen
2015-12-25 17:30:55 +01:00
rabuzarus
839895e434
identity.php - code cleanup + doxygen
2015-12-25 17:26:04 +01:00
Tobias Diekershoff
5f7e0c71b3
missing http
2015-12-25 12:25:39 +01:00
Tobias Diekershoff
e855043439
added a brief note how to generate docs with Doxygen to the developers intro page
2015-12-25 12:23:57 +01:00