Michael
9251d2af6f
Ensure that the spool path is set
4 years ago
Michael
2bfc40d74c
Bugfix for not createable spool path
4 years ago
Michael
ea22828d37
Alternate solution for pull request 3124
4 years ago
Roland Haeder
d2df464d8c
added curly braces + fixed indenting according to code review by Hypolite
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Roland Haeder
bc9cb5e5f6
added curly braces + fixed indenting according to code review by Hypolite
Signed-off-by: Roland Haeder <roland@mxchange.org>
4 years ago
Roland Häder
b33a28c082
Continued rewriting a bit:
- more usage of dbm::is_result()
- nicer look of code
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
5547bc2cc2
Continued rewriting a bit:
- more usage of dbm::is_result()
- nicer look of code
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
1c0bd91458
Coding convention applied:
- added curly braces
- added space between if/foreach and brace
- avoided 2 return statements (true/false) by replacing them with just one
- added TODO for applying above to all findings
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
9c81b4948e
Coding convention applied:
- added curly braces
- added space between if/foreach and brace
- avoided 2 return statements (true/false) by replacing them with just one
- added TODO for applying above to all findings
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
8db0be09b8
Coding convention applied:
- added curly braces
- added space between if/foreach and brace
- avoided 2 return statements (true/false) by replacing them with just one
- added TODO for applying above to all findings
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
c0cc65304b
converted more to dbm::is_result() + added braces/space
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
51716957b2
converted more to dbm::is_result() + added braces/space
Signed-off-by: Roland Häder <roland@mxchange.org>
4 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>
4 years ago
Roland Häder
a96eb3428d
Used more dbm::is_result() instead of (!$r) or (!count($r)), still there are
more pending ...
Also put SQL table columns into back-ticks.
Signed-off-by: Roland Häder <roland@mxchange.org>
4 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>
4 years ago
Roland Häder
a905522eb5
Cleanup for #3010 - added spaces, thanks to @annando .
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Roland Häder
6a8a36f12d
More usage of dbm::is_result($r) instead of count($r):
- count() returns very different results and never a boolean (not even false on
error condition).
- therefore you should NOT use it in boolean expressions. This still *can* be
done in PHP because of its lazyness. But it is discouraged if it comes to
more clean code.
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Michael
17f15e793f
Issue 2999: Better Mastodon handling
4 years ago
Michael
6619e0791d
Much more standards
4 years ago
Michael
6845775ff9
Store spooled data
4 years ago
Michael
eff4ad2e0a
Spool items that couldn't be stored
4 years ago
rabuzarus
e9226eaf45
parse_url: recognize image/video/audio files + move functions into own class
4 years ago
Michael
d4e3bc1924
Added documentation
4 years ago
rabuzarus
9878974e1f
fix photos page permissions
4 years ago
Michael
88d073f3d9
URI of "remote self" are looking better now.
4 years ago
Michael
6dfaa5a95f
Some more standard stuff
4 years ago
Michael
2937df21ad
Standard stuff
4 years ago
Michael
e5f55a5919
Improved handling with wrong formatted urls and fetchinfo
4 years ago
Michael
2e59eec35d
Added some comments
5 years ago
Michael
8ab90f02c3
Shadow entry mechanism improved
5 years ago
Michael
7bd79c67a7
Avoiding deadlocks and small sql improvements
5 years ago
Michael Vogel
8cab3b5592
More transactions, more queries on uncommitted data
5 years ago
Michael Vogel
ee5ada6991
We now use memcache if configured and installed.
5 years ago
Michael Vogel
b429b85680
CSR changes, split dbclean in separate processes if worker is active
5 years ago
Michael Vogel
501c45def5
Some more improved queries
5 years ago
Michael Vogel
3e5cf5290e
Improved queries, more uncommitted queries
5 years ago
Michael Vogel
e5c7ce0902
Use "last-item" in the contact table instead of an expensive sql query
5 years ago
Michael Vogel
6abac720e2
Small performance tweaks for "item_store" as well.
5 years ago
Michael Vogel
5fb2e47809
Increased performance when storing items
5 years ago
Michael Vogel
7157ca3809
Fastlane is now working with any priority level
5 years ago
Michael Vogel
668da905e2
"proc_run" is now called with priority.
5 years ago
Michael Vogel
0b1188b7fe
Imrpoved avatar handling when storing them/partly use of "micro"
5 years ago
Michael Vogel
0e35427dfc
New fields "author-id" and "owner-id" in the item table
5 years ago
Michael Vogel
81395fe385
Avoid time travel in posts (received before created)
5 years ago
Roland Haeder
3e701b90ac
Continued rewriting:
- use dba::is_result() everywhere (where I found the old, bad way)
- converted some spaces -> tabs for code
- converted some CRLF -> LF as mixures of both is not good
Signed-off-by: Roland Haeder <roland@mxchange.org>
5 years ago
Michael Vogel
6cdcbabb3b
Use the "attachment" element instead of a mixture of several elements
5 years ago
Michael Vogel
535f382c4e
Bugfix: "default_group" behaviour wasn't implemented correctly
5 years ago
Michael Vogel
4b0506879a
Post update ist now done.
5 years ago
Michael Vogel
f2ce7f51cd
New OStatus implementation
5 years ago
Michael Vogel
22c889c319
Retraction do work as well
5 years ago