dew-git
|
dc01bdbc80
|
Use the utility instead.
|
3 years ago |
dew-git
|
811cdcdfcb
|
Fix security vulnerbilities.
Fix possible length extension attack, predicable generators, timing attacks on hash comparision and improved formatting.
|
3 years ago |
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
4 years ago |
Hypolite Petovan
|
acaee626f5
|
Remove include/ requires that are now done directly from Composer
|
4 years ago |
Adam Magness
|
14fde5dc9b
|
Log function
implement log() function.
|
4 years ago |
Hypolite Petovan
|
ecea7425f8
|
Rename DBA::is_result to DBA::isResult
|
4 years ago |
Hypolite Petovan
|
0ec44f3e8a
|
Rename DBM method calls to DBA method calls
|
4 years ago |
Hypolite Petovan
|
4db98eb43d
|
Rename DBA::inArray to DBA::toArray
|
4 years ago |
Hypolite Petovan
|
af6dbc654f
|
Rename Friendica\Database\dba to Friendica\Database\DBA
|
4 years ago |
Hypolite Petovan
|
daa1177e3a
|
Update use statement lists with new Friendica\Database\dba class
- Remove unused use statement
- Remove superfluous use statements (classes in the same namespace)
- Add missing use statements
|
4 years ago |
Hypolite Petovan
|
13849299f9
|
Remove require calls to library/OAuth1
|
4 years ago |
Hypolite Petovan
|
e36f2bb1fb
|
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
|
5 years ago |
Hypolite Petovan
|
04481087a9
|
Delete unused library/oauth2-php library
|
5 years ago |
Hypolite Petovan
|
5fc4927764
|
Improve dba::selectFirst calls
- Fix remaining $r[0] references
- Rename $r to meaningful names
|
5 years ago |
Hypolite Petovan
|
ae66bcaff3
|
Rename selectOne to selectFirst
|
5 years ago |
Hypolite Petovan
|
da60893590
|
Replace dba::select(limit => 1) by dba::selectOne
- Convert array declarations to new style
|
5 years ago |
Hypolite Petovan
|
910d3f7b5f
|
Formatting FKOauthDataStore
|
5 years ago |
Hypolite Petovan
|
2978b1eef0
|
Fix undefined variable/wrong parameter count/unknown functions
|
5 years ago |
Hypolite Petovan
|
10b72b0e9e
|
PHPStan: Fix missing requires/namespaces
|
5 years ago |
Adam Magness
|
cadfef63c4
|
Update false evaluations
=== false and !== false to is_null where appropriate.
|
5 years ago |
Adam Magness
|
22a3c7ad7d
|
remove index
remove unneeded index
|
5 years ago |
Adam Magness
|
f1a5560804
|
Use statement
missing use
|
5 years ago |
Adam Magness
|
448598495c
|
Static
remove static
|
5 years ago |
Adam Magness
|
547e24b443
|
Review
updates based on review.
|
5 years ago |
Adam Magness
|
2bbfc0640f
|
Move to Network
Move to network namespace. Get rid of q() and try to get used to [ ] instead of array()
|
5 years ago |
Adam Magness
|
9c7b6d9d5f
|
Functions and Standards
Standards and convert to dba functions where possible.
|
5 years ago |
Adam Magness
|
b991d8ff77
|
Separate and move classes
OAuth to src
|
5 years ago |