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
|
dc175b8e12
|
Update functions and calls
Change function names, calls and use dba functions.
|
2018-01-10 12:05:20 -05:00 |
|
Adam Magness
|
a59ab5552e
|
Includes and calls
Remove includes and update function calls
|
2018-01-09 09:59:52 -05:00 |
|
Hypolite Petovan
|
1cc39e7fb4
|
Scrutinizer fixes for mod/settings
- Use defaults()
- Remove unused variables and constants
- Fix some formatting
- Improve documentation
|
2018-01-05 02:48:02 -05:00 |
|
Michael
|
0c9a9b6f0c
|
Commenting to (nearly) every Friendica contact is now possible
|
2018-01-04 19:48:56 +00:00 |
|
Hypolite Petovan
|
9a3e773a9a
|
Merge branch 'develop' into task/3954-move-auth-to-src
|
2018-01-02 19:30:41 -05:00 |
|
Michael Vogel
|
a86ffd878d
|
Merge pull request #4152 from MrPetovan/task/4137-add-posts-only-feed
Add posts only feed
|
2018-01-02 10:14:56 +01:00 |
|
Hypolite Petovan
|
eb1b6605b7
|
Remove include/oembed and mod/oembed
|
2017-12-31 20:58:32 -05:00 |
|
Hypolite Petovan
|
e7c53af6fa
|
Add Module\Oembed and Content\OEmbed
|
2017-12-31 20:58:09 -05:00 |
|
Adam Magness
|
fe3dac4825
|
Fix self call
was self when in Crypto..
|
2017-12-31 08:29:03 -05:00 |
|
Adam Magness
|
db653e4451
|
Move salmonKey to Salmon class
move the salmonKey function from Crypto to Salmon
|
2017-12-31 08:04:36 -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
|
a25d07e5e8
|
Renamed type to filter in OStatus::feed
|
2017-12-30 00:34:50 -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 |
|
Hypolite Petovan
|
e16852c2f5
|
Replace init_groups_visitor with Group::getIdsByContactId
|
2017-12-29 21:55:12 -05:00 |
|
Michael
|
10bea2f120
|
Use the "real" receiver when possible
|
2017-12-29 20:02:15 +00:00 |
|
Michael
|
d3b626a266
|
We should send "Post"
|
2017-12-29 19:18:25 +00:00 |
|
Michael
|
80a41922a9
|
We now send participations when receiving public posts
|
2017-12-29 18:52:26 +00:00 |
|
Hypolite Petovan
|
98c2cdb49a
|
Merge pull request #4111 from annando/comment-public
Preparation for being able to comment every public item
|
2017-12-21 17:18:14 -05:00 |
|
Hypolite Petovan
|
369f6f205d
|
Merge pull request #4114 from annando/as-private-as-possible
Only locally used methods should always be private
|
2017-12-21 08:16:10 -05:00 |
|
Michael
|
fba40b8761
|
Removed unneeded code
|
2017-12-21 08:58:36 +00:00 |
|
Michael
|
23178a17a7
|
Only locally used methods should always be private
|
2017-12-21 07:27:20 +00:00 |
|
Michael
|
8c2d455b98
|
Better english
|
2017-12-21 04:53:57 +00:00 |
|
Michael
|
008c97c570
|
Split the name in the hcard
|
2017-12-20 21:15:13 +00:00 |
|
Michael
|
fb88d78862
|
Split the first name and last name so that they fit into the length restrictions of Diaspora
|
2017-12-20 20:31:25 +00:00 |
|
Michael
|
f9307c4665
|
Oops
|
2017-12-19 17:38:33 +00:00 |
|
Michael
|
b457ed6876
|
Preparation for being able to comment every public item
|
2017-12-19 17:15:56 +00:00 |
|
Michael
|
b935a2b6d9
|
Woraround for bad mastodon links
|
2017-12-19 11:54:02 +00:00 |
|
Michael
|
bfb15f2b33
|
Workaround for servers that react strange
|
2017-12-19 09:57:24 +00:00 |
|
Michael
|
409b349011
|
forgotten $
|
2017-12-19 09:18:45 +00:00 |
|
Michael
|
2b50f001b9
|
Added statistics
|
2017-12-19 07:39:21 +00:00 |
|
Michael
|
ddc25583be
|
Updated database calls
|
2017-12-19 06:47:39 +00:00 |
|
Michael
|
dab83c8b40
|
We now fetch the number of registered users
|
2017-12-18 23:58:18 +00:00 |
|
Hypolite Petovan
|
98daf58cda
|
Fix undefined variable in Protocol\OStatus
|
2017-12-17 16:32:35 -05: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
|
b8e41906a4
|
Remove unused variable in Protocol\PortableContact
|
2017-12-17 16:22:58 -05:00 |
|
Hypolite Petovan
|
df02238659
|
Centralize owner data fetch
|
2017-12-17 16:22:39 -05:00 |
|
Hypolite Petovan
|
e37cf8fea2
|
Fix missing owner in Protocol/Diaspora
|
2017-12-17 16:10:44 -05:00 |
|
Hypolite Petovan
|
a8b3a2624b
|
Fix Protocol\Diaspora missing user variable
|
2017-12-17 16:08:22 -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
|
4b5894817e
|
Fix class methods staticity/return value
|
2017-12-17 15:30:26 -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
|
9d574f6666
|
Forgotten include
|
2017-12-13 20:58:15 +00:00 |
|
Michael
|
58df57df6e
|
msgclean.php and quoteconvert.php is now integrated into Email.php
|
2017-12-13 20:36:50 +00:00 |
|
Michael
|
785fcd5916
|
Missing "use" added
|
2017-12-13 07:09:20 +00:00 |
|
Michael
|
74ba0c896a
|
The feed is now a class
|
2017-12-13 07:03:42 +00:00 |
|
Michael
|
fc55a4b9c0
|
The feed moved into the new location
|
2017-12-13 07:02:52 +00: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 |
|
Hypolite Petovan
|
6b60b89385
|
Move Object\Profile to Model\Profile
|
2017-12-07 23:55:05 -05:00 |
|
Hypolite Petovan
|
3fc3e67b70
|
Separate Object\Photo into Model\Photo and Object\Image
- Renamed a bunch of functions to shorter or clearer names
|
2017-12-07 23:54:51 -05:00 |
|
Michael Vogel
|
5747cfc79c
|
Revert "Move Objects to Model"
|
2017-12-08 05:21:51 +01:00 |
|
Michael Vogel
|
e437c74d0e
|
Merge pull request #4031 from MrPetovan/task/3878-move-objects-to-model
Move Objects to Model
|
2017-12-08 05:02:21 +01:00 |
|
Michael
|
a7b004a727
|
Commented out the functionality
|
2017-12-07 20:10:09 +00:00 |
|
Michael
|
3824ad5590
|
Possible fix for issue 4013
|
2017-12-07 19:39:55 +00: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 |
|
Hypolite Petovan
|
d4ca30a6db
|
Move Object\Profile to Model\Profile
|
2017-12-07 08:57:35 -05:00 |
|
Hypolite Petovan
|
52bddd580c
|
Separate Object\Photo into Model\Photo and Object\Image
- Renamed a bunch of functions to shorter or clearer names
|
2017-12-07 08:56:11 -05:00 |
|
Michael
|
925c03fda8
|
Retrieve data about Mastodon servers
|
2017-12-06 20:09:59 +00:00 |
|
Michael
|
5f9e87ea5a
|
Some cleanup for archiving/unarchiving contacts
|
2017-12-05 07:08:20 +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
|
9a4e741d1a
|
Review Changes
renamed some functions and adjusted corresponding calls.
|
2017-12-01 21:05:06 -05:00 |
|
Adam Magness
|
e90b0748aa
|
Code Cleanup
Standards clean up
|
2017-12-01 18:13:39 -05:00 |
|
Adam Magness
|
6008e3df11
|
Email to src
Create Email class and update/rename functions and function calls.
|
2017-12-01 14:41:27 -05:00 |
|
Adam Magness
|
0373056448
|
Review and Use statements
use statements and review changes.
|
2017-11-29 17:29:11 -05:00 |
|
Adam Magness
|
0091d318e5
|
Function names
Update function names and corresponding function calls
|
2017-11-29 12:17:12 -05:00 |
|
Adam Magness
|
54827e7fed
|
Photo to src
Move Photo to Friendica\Object namespace and replace require_once statments with use statements.
|
2017-11-29 07:52:27 -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 |
|
Adam Magness
|
2830be25ea
|
Formatting change
change multi line format.
|
2017-11-20 15:17:20 -05:00 |
|
Adam Magness
|
ddacbf2c13
|
XML class standards
updated the xml class for PSR-2
|
2017-11-20 12:56:31 -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 |
|
Michael
|
1f28cbd2c6
|
And now DiscoverPoCo.php
|
2017-11-18 11:02:46 +00:00 |
|
Adam Magness
|
cd12de46f8
|
OStatus moved to src
OStatus moved to Friendica\Protocol namespace. References and function calls updated.
Related to #3878
|
2017-11-15 23:09:11 -05:00 |
|
Adam Magness
|
790d80c9fb
|
Missed function call update
update_gcontact -> update
|
2017-11-15 11:49:20 -05:00 |
|
Adam Magness
|
259f91caa9
|
PortableContact created
Create PortableContact and remove socgraph, update references, and calls
|
2017-11-15 10:53:16 -05:00 |
|
Adam Magness
|
47db624105
|
GlobalContact created
Moved DirSearch and GlobalContact related functions to Friendica\Model namespace
|
2017-11-15 09:47:49 -05:00 |
|
Adam Magness
|
bc49fc974c
|
Capitalized XML
Acronym classes should be capitalized
|
2017-11-10 07:45:33 -05:00 |
|
Adam Magness
|
f245bc8359
|
Move xml to namespace
Relocate xml from include to src
Related to #3878
|
2017-11-10 07:18:24 -05:00 |
|
Adam Magness
|
06c3af9b60
|
Move Cache to src
relocate the cache class to Friendica\Core namespace
|
2017-11-09 11:05:18 -05:00 |
|
Hypolite Petovan
|
a49901eaa2
|
Fix missing Crypto class error
|
2017-11-09 03:47:12 -05:00 |
|
Hypolite Petovan
|
ee5b9de6ad
|
Reverting RINO crypto code to php-encryption version 1.2
|
2017-11-09 03:20:18 -05:00 |
|
Hypolite Petovan
|
d5aff9ac31
|
Fix php-encryption version 2 compatibility issues
|
2017-11-09 02:35:11 -05:00 |
|
Hypolite Petovan
|
acd65aade1
|
Switch to new php-encryption library version
- Remove references to library/ files
- Add namespace to library classes
|
2017-11-09 02:21:37 -05:00 |
|
Adam Magness
|
cfd8ae389c
|
Review updates
changes based on review comments.
|
2017-11-08 20:08:42 -05:00 |
|
Adam Magness
|
d7dc51ecc1
|
Coding Standards
Guess who got phpcs configured.
Updated phpcs.xml based on Developer_Intro document.
|
2017-11-08 17:02:50 -05:00 |
|
Adam Magness
|
ca5d5acb7e
|
Another use
use Cache
|
2017-11-08 08:51:01 -05:00 |
|
Adam Magness
|
a307991ee5
|
Use more
More use statements based on error logs.
|
2017-11-08 08:37:03 -05:00 |
|
Adam Magness
|
d857473026
|
Use Statements
More use statements based on error logs
|
2017-11-08 08:37:03 -05:00 |
|
Adam Magness
|
3581889fbd
|
DFRN Update
missing use statement
|
2017-11-08 08:37:03 -05:00 |
|
Adam Magness
|
4ca68c7af0
|
Class file relocations
Issue #3878
|
2017-11-08 08:37:03 -05:00 |
|
Adam Magness
|
6189f6c8e7
|
Relocate class files from /include to /src/
dbm, Diaspora, dfrn, and NotificationsManager moved to namespace. Includes and references in files updated.
|
2017-11-08 08:36:48 -05:00 |
|