Michael
|
08abf65f7b
|
Old database functions had been replaced in the workers
|
2018-04-09 21:34:23 +00:00 |
|
Michael
|
bfd057f148
|
Direct transfer without a relay is now possible
|
2018-03-28 04:24:38 +00:00 |
|
Hypolite Petovan
|
789561c7a2
|
Remove/Update references to include/html2*.php
|
2018-03-07 16:34:17 -05:00 |
|
Hypolite Petovan
|
9e3bae5caa
|
Remove references to include/bbcode.php
|
2018-02-14 22:01:14 -05:00 |
|
Hypolite Petovan
|
d419d07f73
|
[Scrutinizer] Fix undeclared variables in src/ (except Protocol/)
- Use dba::selectFirst to remove intermediate variables `$r`
- Remove unused variable `$url_recipients` in Worker\Dellivery
|
2018-02-14 00:05:00 -05:00 |
|
Michael
|
4859a18ae4
|
Fixed wrong capitalation (or however this is written)
|
2018-02-06 23:17:18 +00:00 |
|
Michael
|
053cb31eea
|
Forgotten commented out text
|
2018-02-06 22:57:56 +00:00 |
|
Michael
|
47d165cb25
|
Hook calls can now be forked into a worker queue entry
|
2018-02-06 22:52:36 +00:00 |
|
Hypolite Petovan
|
f020292408
|
Remove references to include/datetime
|
2018-02-03 20:47:37 -05:00 |
|
Adam Magness
|
11cf36105c
|
Update Addon functions and calls
Update function names and calls for Addon class.
|
2018-01-20 07:48:22 -05:00 |
|
Michael
|
2d66242b4f
|
The delete function is now changed to the new function
|
2018-01-17 23:22:01 +00:00 |
|
Adam Magness
|
920a9b9b12
|
Remove requires
remove require_once statements
|
2018-01-15 20:16:14 -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
|
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 |
|
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 |
|
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
|
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
|
18d93cddf6
|
Move Object\Contact to Model\Contact
|
2017-12-07 09:04:24 -05:00 |
|
Michael
|
6f7510550d
|
NETWORK_MAIL2 was never finished, so remove it as well
|
2017-12-03 09:19:58 +00:00 |
|
Adam Magness
|
2b121779a6
|
Salmon move to src
Salmon class, update function name and function calls. Some standards as well.
|
2017-12-02 09:32:45 -05:00 |
|
Adam Magness
|
f21feb975d
|
Require Cleanup
Remove instances of require_once for email.php
|
2017-12-01 14:57:13 -05:00 |
|
Hypolite Petovan
|
2196a0577b
|
Remove unused upubkey and uprvkey from queries
- Switched queries to new dba::* functions
|
2017-11-26 14:55:47 -05:00 |
|
Adam Magness
|
609a4de5d0
|
src Standards
This basically completes coding standards changes for the entire src directory, with the exception of App.php
|
2017-11-23 14:01:58 -05:00 |
|
Hypolite Petovan
|
898fe2db1e
|
Code cleanup
- Remove extraneous use statements
- Format require_once
|
2017-11-19 17:06:18 -05:00 |
|
Hypolite Petovan
|
5ee728972e
|
Remove include/Contact.php
- Remove all mentions to include/Contact.php
|
2017-11-19 17:05:21 -05:00 |
|
Hypolite Petovan
|
ec02af593d
|
Change called method names
- Add GlobalContact::getRandomUrl
- Rename Contact::getIdForURL
- Rename Diaspora::sendUnshare
- Remove unused parameter $self in Contact::terminateFriendship
|
2017-11-19 17:03:39 -05:00 |
|
Hypolite Petovan
|
b92fc24ff0
|
Add Contact Object
- Add Profile Object
- Add User Model
- Add use statements
|
2017-11-19 16:55:28 -05:00 |
|
Michael
|
8cd21269ff
|
The last of the big workers moved ... delivery and notifier
|
2017-11-19 18:59:55 +00:00 |
|