Commit graph

28880 commits

Author SHA1 Message Date
Hypolite Petovan 978208baa3
Merge pull request #9519 from annando/fix-contact-import
Fix contact import with Frio
2020-11-10 10:28:35 -05:00
Michael 52c88ae414 Fix contact import with Frio 2020-11-10 06:37:27 +00:00
Michael Vogel 7765bd8e43
Merge pull request #9512 from MrPetovan/bug/9501-admin-users-fixes
[frio] Improve admin user list display
2020-11-10 07:07:59 +01:00
Hypolite Petovan b1bc8ebbfa
Merge pull request #9517 from annando/no-duplicated
Improve duplicate check
2020-11-09 16:00:52 -05:00
Michael c4f1719e8d Improve duplicate check 2020-11-09 20:29:42 +00:00
Michael Vogel 0031b4e18c
Merge pull request #9509 from MrPetovan/task/5616-clear-notifications-display
Set thread notifications as seen in mod/display
2020-11-09 21:01:36 +01:00
Hypolite Petovan 8fe5da930a Only set the current notify as seen when user enabled detailed notifications 2020-11-09 11:41:21 -05:00
Hypolite Petovan c053d128a2 [frio] Improve admin user list display 2020-11-09 10:08:33 -05:00
Hypolite Petovan a35707ec8f Improve admin user field is_deletable to check user.account_removed 2020-11-09 10:08:33 -05:00
Hypolite Petovan 62358104a2 Update source translation file after adding strings 2020-11-09 10:08:14 -05:00
Hypolite Petovan 2055ee872c Group registration requests in a single line for users without detailed_notif 2020-11-09 10:08:14 -05:00
Hypolite Petovan 8357d94800 Set thread notifications as seen in mod/display
- Only for users without detailed notifications
2020-11-09 10:08:14 -05:00
Michael Vogel 8a055902f4
Merge pull request #9513 from MrPetovan/task/9508-mastodon-handled-mentions
[AP] Use contact.alias if it exists instead of contact.url for mention links
2020-11-09 07:45:27 +01:00
Hypolite Petovan 7debe1e999 [AP] Use contact.alias if it exists instead of contact.url for mention links
- Make mentions links handled by Mastodon for logged in users
2020-11-08 23:32:02 -05:00
Hypolite Petovan edd439cfab Simplify code in Content\Text\BBCode::convert
- Use performWithEscapedTags instead of custom solution
2020-11-08 23:25:46 -05:00
Michael Vogel 5ca90e5a74
Merge pull request #9511 from MrPetovan/bug/9501-admin-users-fixes
Fix redirect/form paths in Module\Admin\Users\Index|Active
2020-11-09 03:39:49 +01:00
Hypolite Petovan ae00111f5b Fix redirect/form paths in Module\Admin\Users\Index|Active 2020-11-08 20:09:10 -05:00
Michael Vogel d07b580366
Merge pull request #9507 from MrPetovan/bug/9480-never-mention-yourself
Never mention yourself
2020-11-08 22:37:07 +01:00
Hypolite Petovan ecb0c46323 Normalize mention formatting for AP 2020-11-08 14:21:20 -05:00
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