Adam Magness
4ca68c7af0
Class file relocations
...
Issue #3878
5 years ago
Adam Magness
6189f6c8e7
Relocate class files from /include to /src/
...
dbm, Diaspora, dfrn, and NotificationsManager moved to namespace. Includes and references in files updated.
5 years ago
Adam Magness
0dfa57948f
Issue-#3873
...
Replace deprecated functions with new syntax.
5 years ago
Adam Magness
acb4630eed
Issue-#3873
...
Replace deprecated functions with new syntax.
5 years ago
Michael
478e363967
proc_run was replaced
5 years ago
fabrixxm
a83b051003
Order result of api/statues/friends by nickname
5 years ago
Michael
cb5b155083
Bugfix: The API picture upload created an invalid link
5 years ago
Michael
4b99d122dd
Added explanation
5 years ago
Michael
e18a037fb2
API: Improvements for clients with bad HTML support
5 years ago
Michael
dbaed91a75
Bugfix: Repeating of posts generated a SQL error
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
ad4cdf2a9d
Replace lowercase operators
5 years ago
Hypolite Petovan
9c0d2c31e8
Replace AND and OR in PHP conditions by && and ||
5 years ago
gerhard6380
1a0e8723c5
corrected change
...
sorry, I should not change code late in the evening when I am already tired.
5 years ago
gerhard6380
bbddea03e9
API: link to original page for feed posts
...
link to original page added to html output of feed posts if body is empty
5 years ago
Michael
6e8e326705
Bugfix: Timeout problems when saving profile settings
5 years ago
Michael
875592f285
API: Direct Messages via the API now work again.
5 years ago
Michael
f132e27bc9
Twidere reported error 501 when accessing a profile
5 years ago
gerhard6380
877ecf6d04
changed sql for photo table from to avoid memory issues on large photo tables
5 years ago
Hypolite Petovan
20043914e6
Move App to src
...
- Add `use Friendica\App;` wherever needed
5 years ago
Hypolite Petovan
56ee734b00
Cleanup /format pre-move
5 years ago
gerhard6380
38f476eedb
end code with exception where cause is not clear should better be thrown as 500 InternalServerError instead of 400 BadRequest as the request was ok (all checks before passed).
5 years ago
gerhard6380
6a4d1fca88
change line endings to unix
5 years ago
gerhard6380
a2ccdf1fec
coding conventions applied
5 years ago
gerhard6380
8d95e4ffc8
remove "not implemented by now" comment for update_profile_image
5 years ago
gerhard6380
2275fecec0
line breaks by mistake reversed
5 years ago
gerhard6380
e267d07c91
change line endings from VS
5 years ago
gerhard6380
5b35901716
new api calls for photo management within clients
5 years ago
Roland Häder
98edbde05c
added braces, opps
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Michael
1681d18693
API: The "friendica-owner" has only to be different from the user on starting posts
5 years ago
Alexandre Alapetite
1058b28cea
MySQL ANY_VALUE with fallback to MIN
...
https://github.com/friendica/friendica/issues/3322
5 years ago
Alexandre Alapetite
74b6d09e89
Fix GROUP BY in acl_selector, api, notifier, photos, messages
...
https://github.com/friendica/friendica/issues/3322
5 years ago
Roland Häder
ddd875bba0
added more spaces (CR)
...
Signed-off-by: Roland Haeder <roland@mxchange.org>
5 years ago
Roland Häder
5a28eae59d
Opps, fixed parser error ...
...
Signed-off-by: Roland Haeder <roland@mxchange.org>
5 years ago
Roland Häder
737a6670af
Continued a bit:
...
- more spaces added
- more curly braces added
- let's use x($_FOO, 'bar') and not isset($_FOOT['bar'])
Signed-off-by: Roland Haeder <roland@mxchange.org>
5 years ago
Roland Häder
2a2e55e53d
overworked api.php:
...
- added 'new' keyword because 'throw Exception' won't work
- removed self-advertisement
- added tons of spaces
- added tons of curly braces
- removed parentheses from require/include
- more usage of dbm::is_result()
- still there is a lot todo
Signed-off-by: Roland Haeder <roland@mxchange.org>
5 years ago
Roland Häder
03571f6e74
added spaces + some curly braces + some usage of dbm::is_result()
...
Signed-off-by: Roland Haeder <roland@mxchange.org>
5 years ago
Michael
adf9ed64bb
Avoid API error when calling "/api/friendica/profile/show"
5 years ago
Michael
a9dfd1fcb7
One more API call added
5 years ago
Hypolite Petovan
7b352f3f74
Revert "Coding convention applied - part 1"
5 years ago
Roland Häder
951006dd10
more spaces + some curly spaces added
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Roland Häder
41a36606c6
added spaces + some curly braces
...
Signed-off-by: Roland Häder <roland@mxchange.org>
5 years ago
Michael
39386ded36
"old_share" is removed
5 years ago
rabuzarus
3474b40732
fix - pending contacts shouldn't be shown in contacts widgit and viewcontacts
5 years ago
Michael
53393233c3
Replace the direct access of config variables
6 years ago
Michael
0c310db23d
Bugfix for failed events page and api
6 years ago
Hypolite Petovan
87eb3d5ef2
Normalize App parameter declaration (doc-include folders, boot)
6 years ago
Roland Häder
4edc73486e
Continued with coding convention:
...
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago
Roland Häder
6c0c9d542a
Continued with coding convention:
...
- added curly braces around conditional code blocks
- added space between if/foreach/... and brace
- rewrote a code block so if dbm::is_result() fails it will abort, else the id
is fetched from INSERT statement
- made some SQL keywords upper-cased and added back-ticks to columns/table names
Signed-off-by: Roland Haeder <roland@mxchange.org>
6 years ago