Hypolite Petovan
|
da60893590
|
Replace dba::select(limit => 1) by dba::selectOne
- Convert array declarations to new style
|
2018-01-10 12:57:21 -05:00 |
|
Adam Magness
|
594461189b
|
Review updates
require_once, foreach braces, new line EOF, and remove unneeded function.
|
2018-01-10 12:51:51 -05:00 |
|
Adam Magness
|
483c4e3803
|
selectFirst
dba::selectFirst hasn't been merged yet!
|
2018-01-10 12:08:56 -05:00 |
|
Adam Magness
|
dc175b8e12
|
Update functions and calls
Change function names, calls and use dba functions.
|
2018-01-10 12:05:20 -05:00 |
|
Adam Magness
|
55ee9a1c72
|
Move files to src
Move files.php and create Term class
|
2018-01-10 11:46:05 -05:00 |
|
Hypolite Petovan
|
3f3e1c78dd
|
Merge pull request #4193 from annando/item-unification
We now are using a single function to store items
|
2018-01-10 09:11:36 -05:00 |
|
Michael
|
bbd9d587c7
|
Return the number of affected rows
|
2018-01-09 22:16:16 +00:00 |
|
Michael
|
81925e3730
|
We now are having an item class and a method to change item entries
|
2018-01-09 21:13:45 +00:00 |
|
Adam Magness
|
5358f5742e
|
Rename create
rename create function to createFromProbe and update calls.
|
2018-01-09 11:40:25 -05:00 |
|
Adam Magness
|
c81e83c500
|
Review changes
Update update and new functions to updateFromProbe and create. Update calls to renamed functions.
|
2018-01-09 11:23:26 -05:00 |
|
Adam Magness
|
b72cfaf828
|
update use
update useings and self
|
2018-01-09 10:02:53 -05:00 |
|
Adam Magness
|
edfb08a779
|
Update new function
update function name and statements
|
2018-01-09 09:48:31 -05:00 |
|
Adam Magness
|
fd1515eff4
|
Update function
Update the update function
|
2018-01-09 09:44:22 -05:00 |
|
Adam Magness
|
878ce3b858
|
Move follow functions
move follow functions into Contact class
|
2018-01-09 09:40:45 -05:00 |
|
Michael
|
2d9163ce30
|
Posts from contacts weren't displayed correctly
|
2018-01-05 19:47:55 +00:00 |
|
Hypolite Petovan
|
819592c3bd
|
Fix Scrutinizer issues in mod [_well_know -> contactgroup]
- Remove unused variables and parameter
- Updated function documentation
- Fix formatting
- Add back uninitialized variables
- Simplify nested conditions
|
2018-01-04 19:42:48 -05:00 |
|
Tobias Diekershoff
|
04589ecd38
|
Merge pull request #4092 from MrPetovan/task/3954-move-auth-to-src
Move auth to src
|
2018-01-04 18:06:42 +01:00 |
|
Adam Magness
|
71534a1475
|
Review update
Rename function and add new function.
|
2018-01-03 22:36:15 -05:00 |
|
Adam Magness
|
e37640c44c
|
Move Photos to xrc
Move photos from include to Model\Photo class
|
2018-01-03 21:01:41 -05:00 |
|
Hypolite Petovan
|
9a3e773a9a
|
Merge branch 'develop' into task/3954-move-auth-to-src
|
2018-01-02 19:30:41 -05:00 |
|
Hypolite Petovan
|
9f04017e27
|
Quick fix PHP notices in various files
- Remove unused variables
- Fix variable name typos
- Use x() and defaults() to fix undefined index
- Add back uninitialized variables
|
2018-01-02 08:11:14 -05:00 |
|
Adam Magness
|
9e6bf79380
|
Crypto to src
move Crypto to src and Friendica\Util namespace
|
2017-12-30 11:51:49 -05:00 |
|
Hypolite Petovan
|
1724dd3841
|
Make validate_url more intuitive
- Remove the parameter passed by reference
- Add modified url in return value
|
2017-12-29 21:55:13 -05:00 |
|
Hypolite Petovan
|
e16852c2f5
|
Replace init_groups_visitor with Group::getIdsByContactId
|
2017-12-29 21:55:12 -05:00 |
|
Michael
|
bd66eefe68
|
Fix for PR 4095
|
2017-12-18 09:21:47 +00:00 |
|
Hypolite Petovan
|
df02238659
|
Centralize owner data fetch
|
2017-12-17 16:22:39 -05:00 |
|
Hypolite Petovan
|
2978b1eef0
|
Fix undefined variable/wrong parameter count/unknown functions
|
2017-12-17 15:33:45 -05:00 |
|
Hypolite Petovan
|
916236ce2f
|
Fix docblocks types
|
2017-12-17 15:27:50 -05:00 |
|
Hypolite Petovan
|
10b72b0e9e
|
PHPStan: Fix missing requires/namespaces
|
2017-12-17 15:26:43 -05:00 |
|
Michael
|
940c8fc4cd
|
Bugfix for Parameter mismatch
|
2017-12-17 14:30:28 +00:00 |
|
Hypolite Petovan
|
0dbf7a2611
|
Remove lingering reference to group_member.uid
|
2017-12-16 11:50:58 -05:00 |
|
Michael Vogel
|
dc7bff0235
|
Merge pull request #4073 from MrPetovan/bug/4070-fix-user-create
Fix User::create return variable
|
2017-12-16 04:11:54 +01:00 |
|
Hypolite Petovan
|
d500d06a06
|
Fix User::create return variable
|
2017-12-15 20:47:10 -05:00 |
|
Hypolite Petovan
|
868a84c5cc
|
Use INNER for group_member join
|
2017-12-15 08:44:00 -05:00 |
|
Hypolite Petovan
|
179b311978
|
Remove group_member.uid
- Use contact.uid alternatively
- Use JOIN with group table
|
2017-12-14 22:47:58 -05:00 |
|
Hypolite Petovan
|
fbf57ac98b
|
Replace q() by dba function in User
- Add relevant Exceptions
- Fix admin email checking
|
2017-12-12 21:07:03 -05:00 |
|
Hypolite Petovan
|
72641e86a8
|
Add new group added id return to Group::create
|
2017-12-12 20:52:50 -05:00 |
|
Hypolite Petovan
|
0afdf92ca1
|
Fix self-contact creation
- Discard useless intval()
- Add proper condition for `self`
|
2017-12-12 20:44:05 -05:00 |
|
Hypolite Petovan
|
ac3642e76f
|
Add Exceptions to User::create
|
2017-12-12 20:43:21 -05:00 |
|
Michael
|
48b49dbc4b
|
Bugfix to PR 4046: Repaired query
|
2017-12-10 20:12:23 +00:00 |
|
Hypolite Petovan
|
b0fb398844
|
Fix order parameter for dba::select
|
2017-12-10 05:37:23 -05:00 |
|
Hypolite Petovan
|
c714ee519f
|
Improve additional condition
|
2017-12-10 01:07:48 -05:00 |
|
Hypolite Petovan
|
3ea9060259
|
Fix wrong uses of dba::select
- Improve negative conditions
|
2017-12-10 01:06:12 -05:00 |
|
Hypolite Petovan
|
4fe8dab08d
|
Remove include/group.php
|
2017-12-09 13:45:54 -05:00 |
|
Hypolite Petovan
|
abdecd2b2f
|
Use new Model methods for groups
|
2017-12-09 13:45:17 -05:00 |
|
Hypolite Petovan
|
fe89e7760e
|
Fix formatting all around
|
2017-12-09 13:42:02 -05:00 |
|
Hypolite Petovan
|
669c7dea59
|
Add new method from include/group in relevant Model classes
|
2017-12-09 13:31:00 -05:00 |
|
Michael
|
0a946587b5
|
Second bugfix to PR 4036
|
2017-12-08 06:15:06 +00:00 |
|
Hypolite Petovan
|
d3182d93ac
|
Move Object\Profile to Model\Profile
|
2017-12-07 23:58:20 -05:00 |
|
Hypolite Petovan
|
bc58e8d3be
|
Rename Model\GlobalContact to Model\GContact
|
2017-12-07 23:57:56 -05:00 |
|