]> git.mxchange.org Git - friendica.git/log
friendica.git
8 years agovier: remove double available accesskeys
rabuzarus [Tue, 29 Dec 2015 23:48:11 +0000 (00:48 +0100)]
vier: remove double available accesskeys

8 years agovier: make TopNavBar mobile friendly
rabuzarus [Mon, 28 Dec 2015 23:23:59 +0000 (00:23 +0100)]
vier: make TopNavBar mobile friendly

8 years agoMerge pull request #2216 from fabrixxm/feature-api-like
Tobias Diekershoff [Mon, 28 Dec 2015 17:39:21 +0000 (18:39 +0100)]
Merge pull request #2216 from fabrixxm/feature-api-like

Works on API and a small refractor, updated docs

8 years agoMerge pull request #2219 from fabrixxm/quattro
Tobias Diekershoff [Mon, 28 Dec 2015 17:39:03 +0000 (18:39 +0100)]
Merge pull request #2219 from fabrixxm/quattro

Fix video oembed appearance

8 years agoMerge pull request #2218 from annando/1512-mail-participiants
fabrixxm [Mon, 28 Dec 2015 17:31:54 +0000 (18:31 +0100)]
Merge pull request #2218 from annando/1512-mail-participiants

Bugfix: The participants on the mail page were displayed wrong

8 years agoremove linebreak in doc/api.md
fabrixxm [Mon, 28 Dec 2015 17:30:28 +0000 (18:30 +0100)]
remove linebreak in doc/api.md

8 years agoworkaround for media.ccc.de oembed with size 0
fabrixxm [Mon, 28 Dec 2015 17:28:02 +0000 (18:28 +0100)]
workaround for media.ccc.de oembed with size 0

8 years agodon't resize iframe if we can't find a final size greater than 0
fabrixxm [Mon, 28 Dec 2015 17:27:24 +0000 (18:27 +0100)]
don't resize iframe if we can't find a final size greater than 0

8 years agoBugfix: The participants on the mail page were displayed wrong
Michael Vogel [Mon, 28 Dec 2015 17:13:03 +0000 (18:13 +0100)]
Bugfix: The participants on the mail page were displayed wrong

8 years agoget rid of unwanted <br>s in items with oembed
fabrixxm [Mon, 28 Dec 2015 17:07:31 +0000 (18:07 +0100)]
get rid of unwanted <br>s in items with oembed

fix video thumbnail in quattro, vier, duepuntozero themes

8 years agoMerge pull request #2217 from annando/1512-key-hcard
fabrixxm [Mon, 28 Dec 2015 16:26:39 +0000 (17:26 +0100)]
Merge pull request #2217 from annando/1512-key-hcard

Diaspora: Scrape the public key from the hcard

8 years agocode cleanup
Michael Vogel [Mon, 28 Dec 2015 16:09:22 +0000 (17:09 +0100)]
code cleanup

8 years agoScrape the public key from the hcard if not present in webfinger
Michael Vogel [Mon, 28 Dec 2015 15:49:19 +0000 (16:49 +0100)]
Scrape the public key from the hcard if not present in webfinger

8 years agoMerge pull request #2215 from rabuzarus/2812_vier_mobile_fix
Michael Vogel [Mon, 28 Dec 2015 09:41:39 +0000 (10:41 +0100)]
Merge pull request #2215 from rabuzarus/2812_vier_mobile_fix

vier: fix for 2205

8 years agoFix TOC links href, no TOC in home
fabrixxm [Mon, 28 Dec 2015 09:21:34 +0000 (10:21 +0100)]
Fix TOC links href, no TOC in home

8 years agoAdd table of content in aside of help pages
fabrixxm [Mon, 28 Dec 2015 09:13:28 +0000 (10:13 +0100)]
Add table of content in aside of help pages

8 years agoUpdate API docs
fabrixxm [Mon, 28 Dec 2015 08:47:51 +0000 (09:47 +0100)]
Update API docs

8 years agosizes links in xml output of api/frienidca/photo is an array
fabrixxm [Mon, 28 Dec 2015 08:46:18 +0000 (09:46 +0100)]
sizes links in xml output of api/frienidca/photo is an array

8 years agodatasize not meaningful when all size are returned in api/friendica/photo
fabrixxm [Mon, 28 Dec 2015 08:45:23 +0000 (09:45 +0100)]
datasize not meaningful when all size are returned in api/friendica/photo

8 years agoFix ignore doxigen output in .gitignore
fabrixxm [Mon, 28 Dec 2015 08:44:30 +0000 (09:44 +0100)]
Fix ignore doxigen output in .gitignore

8 years agoChanges in api
fabrixxm [Sun, 27 Dec 2015 16:45:20 +0000 (17:45 +0100)]
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

8 years agodo_like() return false if verb is invalid
fabrixxm [Sun, 27 Dec 2015 16:31:34 +0000 (17:31 +0100)]
do_like() return false if verb is invalid

8 years agoMove Like/Dislike/Attend add/remove code to include/like.php
fabrixxm [Sun, 27 Dec 2015 12:52:46 +0000 (13:52 +0100)]
Move Like/Dislike/Attend add/remove code to include/like.php

8 years agoMerge pull request #2214 from rabuzarus/2612_db_docu
fabrixxm [Mon, 28 Dec 2015 09:22:33 +0000 (10:22 +0100)]
Merge pull request #2214 from rabuzarus/2612_db_docu

add db documentation to the help pages

8 years agoMerge pull request #2213 from annando/1512-dfrn-request
Tobias Diekershoff [Mon, 28 Dec 2015 04:25:50 +0000 (05:25 +0100)]
Merge pull request #2213 from annando/1512-dfrn-request

Support for remote subscription in Diaspora

8 years agoMerge pull request #2212 from annando/1512-xrd
Tobias Diekershoff [Mon, 28 Dec 2015 04:24:36 +0000 (05:24 +0100)]
Merge pull request #2212 from annando/1512-xrd

XRD now should react more like an OStatus server

8 years agoMerge pull request #2210 from annando/1512-diaspora-p
Tobias Diekershoff [Mon, 28 Dec 2015 04:23:00 +0000 (05:23 +0100)]
Merge pull request #2210 from annando/1512-diaspora-p

Diaspora: The /p/ only should return top level posts - not comments

8 years agovier: fix for 2205
rabuzarus [Mon, 28 Dec 2015 03:57:49 +0000 (04:57 +0100)]
vier: fix for 2205

8 years agoadd documentation
rabuzarus [Mon, 28 Dec 2015 02:17:55 +0000 (03:17 +0100)]
add documentation

8 years agoSupport for remote subscription in Diaspora
Michael Vogel [Mon, 28 Dec 2015 02:14:38 +0000 (03:14 +0100)]
Support for remote subscription in Diaspora

8 years agodocu - add schema of each db table
rabuzarus [Mon, 28 Dec 2015 01:50:25 +0000 (02:50 +0100)]
docu - add schema of each db table

8 years agoXRD now should react more like an OStatus server
Michael Vogel [Mon, 28 Dec 2015 00:04:14 +0000 (01:04 +0100)]
XRD now should react more like an OStatus server

8 years agoDiaspora: The /p/ only should return top level posts - not comments
Michael Vogel [Sun, 27 Dec 2015 20:12:53 +0000 (21:12 +0100)]
Diaspora: The /p/ only should return top level posts - not comments

8 years agoMerge pull request #2198 from rabuzarus/2312_code_cleanup
fabrixxm [Sun, 27 Dec 2015 17:20:48 +0000 (18:20 +0100)]
Merge pull request #2198 from rabuzarus/2312_code_cleanup

boot.php - code cleanup + doxygen

8 years agoMerge pull request #2197 from annando/1512-ostatus-comment
Tobias Diekershoff [Sun, 27 Dec 2015 14:58:32 +0000 (15:58 +0100)]
Merge pull request #2197 from annando/1512-ostatus-comment

Reworked delivery and notifier process - changed OStatus behaviour

8 years agoMerge pull request #2207 from tobiasd/20151227-typo
Michael Vogel [Sun, 27 Dec 2015 08:43:24 +0000 (09:43 +0100)]
Merge pull request #2207 from tobiasd/20151227-typo

typos in OStatus (re)subscribing

8 years agotypos in OStatus (re)subscribing
Tobias Diekershoff [Sun, 27 Dec 2015 07:44:23 +0000 (08:44 +0100)]
typos in OStatus (re)subscribing

8 years agoMerge pull request #2206 from annando/1512-diaspora-sql
Tobias Diekershoff [Sun, 27 Dec 2015 06:02:21 +0000 (07:02 +0100)]
Merge pull request #2206 from annando/1512-diaspora-sql

Diaspora: Fixed possible SQL injection

8 years agoDiaspora: Fixed possible SQL injection
Michael Vogel [Sun, 27 Dec 2015 02:54:20 +0000 (03:54 +0100)]
Diaspora: Fixed possible SQL injection

8 years agohelp - make use of subfolders
rabuzarus [Sat, 26 Dec 2015 15:06:38 +0000 (16:06 +0100)]
help - make use of subfolders

8 years agoadded databas schema to the help
rabuzarus [Sat, 26 Dec 2015 14:51:41 +0000 (15:51 +0100)]
added databas schema to the help

8 years agoMerge pull request #2203 from rabuzarus/2512_doxy-hooks
Tobias Diekershoff [Sat, 26 Dec 2015 09:53:30 +0000 (10:53 +0100)]
Merge pull request #2203 from rabuzarus/2512_doxy-hooks

add custom tag @hooks to doxygen

8 years agoMerge pull request #2204 from rabuzarus/2512_todo_list
Tobias Diekershoff [Sat, 26 Dec 2015 07:50:17 +0000 (08:50 +0100)]
Merge pull request #2204 from rabuzarus/2512_todo_list

reformat todo according to doxygen style

8 years agoMerge pull request #2202 from tobiasd/20151225-doxygen
Michael Vogel [Sat, 26 Dec 2015 06:27:39 +0000 (07:27 +0100)]
Merge pull request #2202 from tobiasd/20151225-doxygen

brief instruction on how to use Doxygen

8 years agoreformat todo according to doxygen style
rabuzarus [Fri, 25 Dec 2015 22:17:34 +0000 (23:17 +0100)]
reformat todo according to doxygen style

8 years agoboot.php - doxygen - organize constants in groups
rabuzarus [Fri, 25 Dec 2015 19:58:26 +0000 (20:58 +0100)]
boot.php - doxygen - organize constants in groups

8 years agoYes is no and no is yes ...
Michael Vogel [Fri, 25 Dec 2015 18:57:38 +0000 (19:57 +0100)]
Yes is no and no is yes ...

8 years agoMerge develop into 2512_rebase_cleanup
rabuzarus [Fri, 25 Dec 2015 18:18:12 +0000 (19:18 +0100)]
Merge develop into 2512_rebase_cleanup

Conflicts:
include/identity.php

8 years agolittle fix for @hooks in Doxyfile
rabuzarus [Fri, 25 Dec 2015 17:37:38 +0000 (18:37 +0100)]
little fix for @hooks in Doxyfile

8 years agoadd custom tag @hooks to boot.php & identity.php
rabuzarus [Fri, 25 Dec 2015 17:36:13 +0000 (18:36 +0100)]
add custom tag @hooks to boot.php & identity.php

8 years agoadd custom tag @hooks to doxygen
rabuzarus [Fri, 25 Dec 2015 16:30:55 +0000 (17:30 +0100)]
add custom tag @hooks to doxygen

8 years agoidentity.php - code cleanup + doxygen
rabuzarus [Fri, 25 Dec 2015 16:26:04 +0000 (17:26 +0100)]
identity.php - code cleanup + doxygen

8 years agomissing http
Tobias Diekershoff [Fri, 25 Dec 2015 11:25:39 +0000 (12:25 +0100)]
missing http

8 years agoadded a brief note how to generate docs with Doxygen to the developers intro page
Tobias Diekershoff [Fri, 25 Dec 2015 11:23:57 +0000 (12:23 +0100)]
added a brief note how to generate docs with Doxygen to the developers intro page

8 years agoMerge pull request #2201 from annando/1512-location-bbcode
Tobias Diekershoff [Fri, 25 Dec 2015 09:02:59 +0000 (10:02 +0100)]
Merge pull request #2201 from annando/1512-location-bbcode

Bugfix: The location wasn't parsed through bbcode

8 years agoBugfix: The location wasn't parsed through bbcode
Michael Vogel [Thu, 24 Dec 2015 11:56:27 +0000 (12:56 +0100)]
Bugfix: The location wasn't parsed through bbcode

8 years agoboot.php - small clean up
rabuzarus [Thu, 24 Dec 2015 10:58:42 +0000 (11:58 +0100)]
boot.php - small clean up

8 years agoboot.php - code cleanup + doxygen
rabuzarus [Thu, 24 Dec 2015 00:31:17 +0000 (01:31 +0100)]
boot.php - code cleanup + doxygen

8 years agoThere is now a config value for the session management to not use the database
Michael Vogel [Tue, 22 Dec 2015 21:11:08 +0000 (22:11 +0100)]
There is now a config value for the session management to not use the database

8 years agoMerge pull request #2196 from fabrixxm/asparagus
Michael Vogel [Tue, 22 Dec 2015 16:57:16 +0000 (17:57 +0100)]
Merge pull request #2196 from fabrixxm/asparagus

Update codename

8 years agoUpdate codename
Fabrixxm [Tue, 22 Dec 2015 15:43:07 +0000 (16:43 +0100)]
Update codename

8 years agoMerge remote-tracking branch 'upstream/develop' into 1512-ostatus-comment
Michael Vogel [Tue, 22 Dec 2015 10:25:37 +0000 (11:25 +0100)]
Merge remote-tracking branch 'upstream/develop' into 1512-ostatus-comment

Conflicts:
include/ostatus.php

8 years agoFriendica 3.5-dev
Fabrixxm [Tue, 22 Dec 2015 09:52:00 +0000 (10:52 +0100)]
Friendica 3.5-dev

8 years agoMerge branch 'master' into develop
Fabrixxm [Tue, 22 Dec 2015 09:50:52 +0000 (10:50 +0100)]
Merge branch 'master' into develop

8 years agoFriendica 3.4.3
Fabrixxm [Tue, 22 Dec 2015 09:45:43 +0000 (10:45 +0100)]
Friendica 3.4.3

8 years agoMerge branch 'release-3.4.3-rc'
Fabrixxm [Tue, 22 Dec 2015 09:43:57 +0000 (10:43 +0100)]
Merge branch 'release-3.4.3-rc'

8 years agoMerge pull request #2193 from fabrixxm/changelog
Michael Vogel [Tue, 22 Dec 2015 08:52:12 +0000 (09:52 +0100)]
Merge pull request #2193 from fabrixxm/changelog

Update CHANGELOG

8 years agoUpdate CHANGELOG
Fabrixxm [Tue, 22 Dec 2015 08:08:53 +0000 (09:08 +0100)]
Update CHANGELOG

8 years agoMerge pull request #2195 from fabrixxm/last-minute
Michael Vogel [Mon, 21 Dec 2015 21:50:51 +0000 (22:50 +0100)]
Merge pull request #2195 from fabrixxm/last-minute

Last minute

8 years agocall resizeIframe() function until size is stable
Fabrixxm [Mon, 21 Dec 2015 15:41:55 +0000 (16:41 +0100)]
call resizeIframe() function until size is stable

(iframe content finished to load, hopefully)
should remove scrollbars on rich oembeds

8 years agoquattro: style managed unread notification
Fabrixxm [Mon, 21 Dec 2015 15:19:56 +0000 (16:19 +0100)]
quattro: style managed unread notification

8 years agoUpdate CHANGELOG
Fabrixxm [Mon, 21 Dec 2015 14:51:21 +0000 (15:51 +0100)]
Update CHANGELOG

8 years agoMerge pull request #2192 from fabrixxm/quattro-message-aside
Tobias Diekershoff [Mon, 21 Dec 2015 08:57:17 +0000 (09:57 +0100)]
Merge pull request #2192 from fabrixxm/quattro-message-aside

quattro: fix PM aside template

8 years agoquattro: fix PM aside template
Fabrixxm [Mon, 21 Dec 2015 08:43:10 +0000 (09:43 +0100)]
quattro: fix PM aside template

errors was raised with new "show message list in aside" patch

8 years agoMerge pull request #2191 from tobiasd/20151217-fr
Michael Vogel [Sun, 20 Dec 2015 21:17:26 +0000 (22:17 +0100)]
Merge pull request #2191 from tobiasd/20151217-fr

FR: update to the translation

8 years agoCode clean up.
Michael Vogel [Sun, 20 Dec 2015 09:44:03 +0000 (10:44 +0100)]
Code clean up.

8 years agoFR: update to the translation
Tobias Diekershoff [Thu, 17 Dec 2015 07:27:02 +0000 (08:27 +0100)]
FR: update to the translation

8 years agoDon't generate a guid shorter than 13 characters
Michael Vogel [Wed, 16 Dec 2015 09:47:26 +0000 (10:47 +0100)]
Don't generate a guid shorter than 13 characters

8 years agoMerge pull request #2190 from annando/1512-getload
Tobias Diekershoff [Wed, 16 Dec 2015 05:21:17 +0000 (06:21 +0100)]
Merge pull request #2190 from annando/1512-getload

Sometimes the function "sys_getloadavg" doesn't return an array.

8 years agoBugfix for the maximum load check in worker.
Michael Vogel [Tue, 15 Dec 2015 23:14:53 +0000 (00:14 +0100)]
Bugfix for the maximum load check in worker.

8 years agoSometimes the function "sys_getloadavg" doesn't return an array. This is a workaround.
Michael Vogel [Tue, 15 Dec 2015 22:26:58 +0000 (23:26 +0100)]
Sometimes the function "sys_getloadavg" doesn't return an array. This is a workaround.

8 years agoMerge pull request #2189 from rabuzarus/1512_vier_images
Michael Vogel [Tue, 15 Dec 2015 14:47:09 +0000 (15:47 +0100)]
Merge pull request #2189 from rabuzarus/1512_vier_images

vier: fix missing icons

8 years agovier: fix missing icons
rabuzarus [Tue, 15 Dec 2015 14:13:46 +0000 (15:13 +0100)]
vier: fix missing icons

8 years agoMerge pull request #2188 from rabuzarus/1512_allfriends_pager
Michael Vogel [Tue, 15 Dec 2015 13:53:06 +0000 (14:53 +0100)]
Merge pull request #2188 from rabuzarus/1512_allfriends_pager

add pager to common friends and allfriends

8 years agoadd pager to common friends and allfriends
rabuzarus [Tue, 15 Dec 2015 13:31:24 +0000 (14:31 +0100)]
add pager to common friends and allfriends

8 years agoMerge pull request #2186 from annando/1512-profile-bbcode
Tobias Diekershoff [Tue, 15 Dec 2015 07:09:41 +0000 (08:09 +0100)]
Merge pull request #2186 from annando/1512-profile-bbcode

Bugfix: The bbcode conversion of the profile was inconsistent

8 years agoMerge pull request #2157 from gerhard6380/patch-1
Michael Vogel [Mon, 14 Dec 2015 23:16:40 +0000 (00:16 +0100)]
Merge pull request #2157 from gerhard6380/patch-1

Update api.md

8 years agoJust one more place where we had forgotten to use the bbcode function for the about...
Michael Vogel [Mon, 14 Dec 2015 23:11:19 +0000 (00:11 +0100)]
Just one more place where we had forgotten to use the bbcode function for the about text

8 years agoBugfix: The bbcode conversion of the profile was inconsistent
Michael Vogel [Mon, 14 Dec 2015 22:53:35 +0000 (23:53 +0100)]
Bugfix: The bbcode conversion of the profile was inconsistent

8 years agoThe "about" in feed has to be rendered as HTML
Michael Vogel [Mon, 14 Dec 2015 22:02:49 +0000 (23:02 +0100)]
The "about" in feed has to be rendered as HTML

8 years agoUpdate api.md
gerhard6380 [Mon, 14 Dec 2015 21:53:12 +0000 (22:53 +0100)]
Update api.md

8 years agoRearrangements
Michael Vogel [Mon, 14 Dec 2015 21:39:52 +0000 (22:39 +0100)]
Rearrangements

8 years agoMerge pull request #2185 from tobiasd/20151214-translations
fabrixxm [Mon, 14 Dec 2015 16:04:02 +0000 (17:04 +0100)]
Merge pull request #2185 from tobiasd/20151214-translations

update to translation for DE, FR; IT

8 years agoIT update to the strings
Tobias Diekershoff [Mon, 14 Dec 2015 15:56:40 +0000 (16:56 +0100)]
IT update to the strings

8 years agoFR update to the strings
Tobias Diekershoff [Mon, 14 Dec 2015 15:30:28 +0000 (16:30 +0100)]
FR update to the strings

8 years agoDE update to the strings
Tobias Diekershoff [Mon, 14 Dec 2015 15:27:00 +0000 (16:27 +0100)]
DE update to the strings

8 years agoMerge pull request #2183 from rabuzarus/1412_profile_addr_fix
fabrixxm [Mon, 14 Dec 2015 14:21:14 +0000 (15:21 +0100)]
Merge pull request #2183 from rabuzarus/1412_profile_addr_fix

fix displaying forum in hcard

8 years agofix account_type
rabuzarus [Mon, 14 Dec 2015 13:12:56 +0000 (14:12 +0100)]
fix account_type

8 years agoMerge pull request #2179 from tobiasd/20151214-messages
fabrixxm [Mon, 14 Dec 2015 07:30:10 +0000 (08:30 +0100)]
Merge pull request #2179 from tobiasd/20151214-messages

regenerated messages.po and small changes to run_xgettext

8 years agoMerge pull request #2178 from annando/1512-slapper-400
Tobias Diekershoff [Mon, 14 Dec 2015 06:57:44 +0000 (07:57 +0100)]
Merge pull request #2178 from annando/1512-slapper-400

OStatus: Make sure that mentions are always accepted