Commit graph

28961 commits

Author SHA1 Message Date
Hypolite Petovan 4b090c2c08 Never mention yourself in AP messages 2020-11-08 14:21:08 -05:00
Hypolite Petovan c92a333b17
Merge pull request #9506 from annando/test-mysql-no-pdo
Only disable PDO in tests for versions lower than 7.3
2020-11-08 13:55:53 -05:00
Michael Vogel f4da50063a
Merge pull request #9501 from MrPetovan/bug/9496-rework-admin-users
Split admin/users into 6 separate modules
2020-11-08 19:42:40 +01:00
Hypolite Petovan 01b2694aa0 Update the target URL for pending registration notifications 2020-11-08 12:53:12 -05:00
Hypolite Petovan ac32fbefcd [frio] Improve admin/users/* page display 2020-11-08 12:53:12 -05:00
Hypolite Petovan 388c0b69d6 Split admin/users into 6 separate modules
- They now feature working pagination
2020-11-08 12:53:12 -05:00
Hypolite Petovan 213716d44c Remove unused code in Module\Register 2020-11-08 12:53:12 -05:00
Hypolite Petovan 126ef0ae82 [frio] Add link to settings in account delegation page 2020-11-08 12:53:12 -05:00
Hypolite Petovan ffb4292b0b Improve accuracy of User::getList with type = blocked
- user.blocked is used for pending registrations as well
2020-11-08 12:53:12 -05:00
Michael 97bddc25af Only disable PDO for versions lower than 7.3 2020-11-08 17:45:50 +00:00
Hypolite Petovan e3c8b6def0
Merge pull request #9505 from annando/test-mysql-no-pdo
Make the tests work again with PHP 7.2
2020-11-08 12:40:03 -05:00
Michael f23ec66801 Disable PDO for the AppMode test as well 2020-11-08 17:26:20 +00:00
Michael b0cf539048 Another test to disable PDO for tests 2020-11-08 17:13:12 +00:00
Michael b8c647f65a Male the tests work again with PHP 7.2 2020-11-08 16:47:41 +00:00
Hypolite Petovan e7b344d5ff
Merge pull request #9502 from annando/video-fallback
Fix parser issues when a video is linked without a matching extension
2020-11-08 08:28:54 -05:00
Michael 498dda7999 Fix parser issues when a video is linked without a matching extension 2020-11-08 09:24:01 +00:00
Michael Vogel 55f26218af
Merge pull request #9500 from MrPetovan/bug/9326-owner-view-blocked
[dbstructure 1373] Replace contact.blocked with user.blocked in owner-view
2020-11-08 08:45:12 +01:00
Hypolite Petovan ff6ab4caa3
Merge pull request #9497 from annando/attach-field
The "attach" field is replaced by the "post-media" table
2020-11-08 02:42:53 -05:00
Hypolite Petovan 254b5ae07a [dbstructure 1373] Replace contact.blocked with user.blocked in owner-view
- It was falsely reporting blocked users as unblocked since we don't block the public self contact
2020-11-08 02:35:55 -05:00
Michael 15b71edbd6 Test database error 2020-11-08 07:29:13 +00:00
Michael 23a68803a1 Remove PDO test 2020-11-07 15:25:43 +00:00
Michael efc2969450 Test if the tests work better without PDO 2020-11-07 14:53:50 +00:00
Michael 9b95722fba Removed unneded parentheses 2020-11-07 12:45:04 +00:00
Michael eb8caaa5e7 Restore the connection check 2020-11-07 11:44:39 +00:00
Michael 1e52c430e6 Fix assertion messages 2020-11-07 11:26:56 +00:00
Michael 335a122c81 The tests had been split 2020-11-07 11:02:23 +00:00
Michael dadd73ba31 Syntax error fixed 2020-11-07 10:46:08 +00:00
Michael 2ba0d884a0 Added mode tests 2020-11-07 10:45:38 +00:00
Michael 8906615b2c Test if PDO doesn't work on the tests 2020-11-07 10:27:22 +00:00
Michael 84924d1c05 Test the tes 2020-11-07 10:12:31 +00:00
Michael d6a1a836f1 Simplified connection test 2020-11-07 09:58:20 +00:00
Michael 8baac61212 Test connection 2020-11-07 09:37:57 +00:00
Michael 9d804f655e Database text no checks for database driver 2020-11-07 09:02:21 +00:00
Michael 3a5cdecb62 New function to fetch the database driver 2020-11-07 09:02:02 +00:00
Michael 43749c3069 The "attach" field is now deprecated 2020-11-07 08:22:59 +00:00
Michael d383f49f1e The "[attach]" field is replaced by the "post-media" table 2020-11-06 04:14:29 +00:00
Michael Vogel 6d9e170502
Merge pull request #9494 from MrPetovan/bug/9491-model-id-0
Allow models extending BaseModel to have an id equal to 0
2020-11-05 23:28:47 +01:00
Hypolite Petovan bb99b0bebe Allow models extending BaseModel to have an id equal to 0 2020-11-05 10:03:40 -05:00
Hypolite Petovan c9c3d022bd
Merge pull request #9492 from annando/fix-fatal
Handle fatal error when attachment url is null
2020-11-04 09:56:53 -05:00
Hypolite Petovan 4e65b54b60
Merge pull request #9490 from annando/forum-fix
Fix: Posts sent to forums had been rejected
2020-11-04 09:56:20 -05:00
Michael 49fee4096a Handle fatal error when attachment url is null 2020-11-04 13:14:33 +00:00
Michael 29ec0bb98d Replaced debug log 2020-11-04 13:05:07 +00:00
Hypolite Petovan d47d45e83f
Merge pull request #9489 from annando/fatal
Fix fatal error
2020-11-04 07:24:51 -05:00
Michael e5704eb05a Fix: Posts sent to forums had been rejected 2020-11-04 08:57:21 +00:00
Michael Vogel bf50f80399 Fix fatal error "Argument 2 passed to Friendica\Model\Post\Media::getAttachElement() must be of the type int, string given" 2020-11-04 07:58:04 +01:00
Hypolite Petovan 52ea22505d
Merge pull request #9488 from annando/profile-query
The profile page does now shows reshared items
2020-11-03 15:49:52 -05:00
Michael 65b07aead4 Indention, documentation 2020-11-03 20:30:59 +00:00
Michael 4965d6aa54 The profile page does now shows reshared items 2020-11-03 19:24:47 +00:00
Michael Vogel 8fa62cbbbd
Merge pull request #9487 from MrPetovan/bug/9432-network-infinite-load-ajax
Fix infinite content ajax call parameters
2020-11-03 19:47:02 +01:00
Hypolite Petovan 481925c353 Fix infinite content ajax call parameters
- Ajax request could end up in a 404 if the page URL didn't have at least a query string parameter
2020-11-02 20:07:26 -05:00