Adam Magness
|
5d8f798ef7
|
Fix class name issue
use Model\Queue as QueueModel and update function calls.
|
2018-01-16 08:49:08 -05:00 |
|
Adam Magness
|
920a9b9b12
|
Remove requires
remove require_once statements
|
2018-01-15 20:16:14 -05:00 |
|
Adam Magness
|
33ac7a529f
|
Update functions and calls
update function names and calls
|
2018-01-15 20:12:07 -05:00 |
|
Hypolite Petovan
|
e36f2bb1fb
|
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
|
2018-01-15 14:07:17 -05:00 |
|
Michael
|
b638ed9e86
|
Corrected function name
|
2018-01-12 23:43:08 +00:00 |
|
Michael
|
3c027699a5
|
Receive participation messages and processes them
|
2018-01-12 20:52:43 +00:00 |
|
Hypolite Petovan
|
5fc4927764
|
Improve dba::selectFirst calls
- Fix remaining $r[0] references
- Rename $r to meaningful names
|
2018-01-11 03:43:57 -05:00 |
|
Hypolite Petovan
|
ae66bcaff3
|
Rename selectOne to selectFirst
|
2018-01-10 12:57:21 -05:00 |
|
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
|
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
|
a59ab5552e
|
Includes and calls
Remove includes and update function calls
|
2018-01-09 09:59:52 -05:00 |
|
Michael
|
0c9a9b6f0c
|
Commenting to (nearly) every Friendica contact is now possible
|
2018-01-04 19:48:56 +00: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
|
c2e29f2685
|
Add type parameter to OStatus::feed
- Removed unused parameter $a
- Added $nocache parameter
- Updated usages
|
2017-12-30 00:19:16 -05:00 |
|
Michael
|
0bcbe6034e
|
Like on uid=0 does work now
|
2017-12-27 22:21:40 +00:00 |
|
Michael
|
9acc2ffc24
|
Make it easier
|
2017-12-27 21:51:16 +00:00 |
|
Michael
|
fa8a09d977
|
Comments to public posts no get through
|
2017-12-19 23:12:37 +00:00 |
|
Michael
|
52a799574d
|
OnePoll: We now force an update check all the time
|
2017-12-18 12:51:29 +00:00 |
|
Hypolite Petovan
|
872190dcb0
|
Fix missing variable in Worker\Directory
- Remove fixed comment in PortableContact
|
2017-12-17 16:25:32 -05:00 |
|
Hypolite Petovan
|
df02238659
|
Centralize owner data fetch
|
2017-12-17 16:22:39 -05:00 |
|
Hypolite Petovan
|
5926cd534a
|
Add FIXME for unrecoverable missing variables
|
2017-12-17 15:35:38 -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 |
|
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
|
bc58e8d3be
|
Rename Model\GlobalContact to Model\GContact
|
2017-12-07 23:57:56 -05:00 |
|
Hypolite Petovan
|
a42595a30c
|
Move Object\Contact to Model\Contact
|
2017-12-07 23:56:12 -05:00 |
|
Michael Vogel
|
5747cfc79c
|
Revert "Move Objects to Model"
|
2017-12-08 05:21:51 +01:00 |
|
Hypolite Petovan
|
cd84bf8963
|
Rename Model\GlobalContact to Model\GContact
|
2017-12-07 09:09:28 -05:00 |
|
Hypolite Petovan
|
18d93cddf6
|
Move Object\Contact to Model\Contact
|
2017-12-07 09:04:24 -05:00 |
|
Adam Magness
|
71911a6989
|
Use default value
use the default value parameter correctly!
|
2017-12-06 15:25:36 -05:00 |
|
Adam Magness
|
cadfef63c4
|
Update false evaluations
=== false and !== false to is_null where appropriate.
|
2017-12-06 14:57:06 -05:00 |
|
Michael
|
7099a54b3d
|
Cut and paste is always fun
|
2017-12-06 16:50:52 +00:00 |
|
Michael
|
4bf425de5d
|
Merge remote-tracking branch 'upstream/develop' into dbclean
|
2017-12-06 16:49:55 +00:00 |
|
Michael
|
f1f222c633
|
Removed unused code
|
2017-12-06 14:30:07 +00:00 |
|
Michael
|
ad5c263dbf
|
Reduced "dbclean" calls
|
2017-12-06 14:23:38 +00:00 |
|
Michael
|
418365b30e
|
DBClean now runs as long as there are entries to be deleted
|
2017-12-06 14:22:03 +00:00 |
|
Michael
|
9ffde01fc1
|
DBClean now works with the conversation table as well
|
2017-12-05 21:30:38 +00:00 |
|
Michael
|
115d71e841
|
One tab too much
|
2017-12-05 09:34:43 +00:00 |
|
Michael
|
5f9e87ea5a
|
Some cleanup for archiving/unarchiving contacts
|
2017-12-05 07:08:20 +00:00 |
|
Michael Vogel
|
2685c9bb1c
|
Merge pull request #4003 from MrPetovan/task/3942-move-user-to-src
Migrate password hashing Part 2: Move include/user to src
|
2017-12-04 10:32:45 +01:00 |
|
Michael
|
ad8c290c2b
|
Improved vitality check for followers, feeds and OStatus contacts
|
2017-12-04 06:54:08 +00:00 |
|
Hypolite Petovan
|
27212c7f39
|
Update function calls to use Model\User and Object\Contact
|
2017-12-03 22:29:06 -05:00 |
|
Hypolite Petovan
|
4395c20679
|
Fix formatting and add documentation
- mod/register
- mod/regmod
- Model/User
- Worker/CronJobs
|
2017-12-03 22:15:31 -05:00 |
|
Michael
|
f988ed5d15
|
Merge remote-tracking branch 'upstream/develop' into onepoll
|
2017-12-03 13:45:48 +00:00 |
|
Michael
|
6f7510550d
|
NETWORK_MAIL2 was never finished, so remove it as well
|
2017-12-03 09:19:58 +00:00 |
|
Michael
|
cd55c742e8
|
Check Diaspora contacts, don't poll unreachable contacts too often
|
2017-12-03 08:59:24 +00:00 |
|
Michael
|
adf802474b
|
Zot was never really supported, so it is now removed completely
|
2017-12-02 21:57:39 +00:00 |
|