Michael
a29b7e7153
"dba" is now a static class
3 years ago
Michael
ceb0dda486
Fixes the not changed "addr" entry when an account is imported
3 years ago
Michael
5adfeb0bd5
App::get_baseurl is now replaced with System::baseUrl
3 years ago
Michael
3c24bed412
New class "System"
3 years ago
Michael
89017d4e6c
DBA: The condition can now be a complex string
3 years ago
Michael
74a0a92742
Just some more dba::delete
3 years ago
Hypolite Petovan
20043914e6
Move App to src
- Add `use Friendica\App;` wherever needed
3 years ago
Hypolite Petovan
56ee734b00
Cleanup /format pre-move
3 years ago
Michael
07516c318c
We now support PDO for database connections as well
4 years ago
Michael
0afb0c2ea4
NULL_DATE is now a constant
4 years ago
Hypolite Petovan
87eb3d5ef2
Normalize App parameter declaration (doc-include folders, boot)
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
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
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 Vogel
668da905e2
"proc_run" is now called with priority.
4 years ago
rabuzarus
3df5c17124
reformat todo according to doxygen style
5 years ago
Michael Vogel
bb7ec55f1f
Diaspora now uses a 32 digit guid.
5 years ago
Michael Vogel
9eca83e29c
See issue 1491: We need to generate a new guid to make Diaspora work
5 years ago
fabrixxm
325f2b1697
fix avatars urls on profile import
6 years ago
Tobias Diekershoff
7ab366b9c3
Check for user name in deleted user list and unset account expiration before importing the account (Bug #760 )
7 years ago
Fabrixxm
bea89c17fe
uimport: set contacts 'avatar-date' to zero. should fix issue #692
7 years ago
Fabrixxm
659d0cc1b8
uimport remove db scheme version check
8 years ago
Fabrixxm
1442fecd14
uimport: fix file formatting
8 years ago
Fabrixxm
13e315e004
uimport: check table columns before import
8 years ago
Fabrixxm
374683503a
uimport: check check to ensure the username isn't already taken before import (issue 508)
8 years ago
Fabrixxm
cef5afc53d
moveme: remove debug comment
8 years ago
Fabrixxm
1a3a5ee8d9
moveme: first successful relocated user
8 years ago
Fabrixxm
dbc6cbe024
moveme: send and receive DFRN "relocate" message (WIP)
8 years ago
Fabrixxm
65d235017c
move account. first step.
export basic account data as json
import basic account data in db (dbs must be at same schema version)
8 years ago