Commit Graph

25159 Commits

Author SHA1 Message Date
Philipp Holzer f4ad82bcfb
make ACLFormatter::expand() nullable and return an empty array
- optimize tests
2019-11-01 15:43:16 +01:00
Philipp Holzer aa7be41728
Fix ACLFormatterTest
- Add nullable to expand() function again
- Add angle bracket support to toString()
2019-11-01 14:13:29 +01:00
Tobias Diekershoff bc18cde412
Merge pull request #7791 from annando/more-warnings
Some more warnings removed
2019-10-31 10:06:15 +01:00
Michael 44cc750f79 Some more warnings removed 2019-10-31 07:33:25 +00:00
Philipp 9033a94873
Merge pull request #7789 from annando/warnings
Solve warning
2019-10-30 11:07:05 +01:00
Michael 422f0cbdbc Solve warning 2019-10-30 09:44:07 +00:00
Tobias Diekershoff ad4485f4ee
Merge pull request #7788 from annando/errors
Fix several warnings and errors
2019-10-30 09:20:13 +01:00
Michael dc065eed42 Fix several warnings and errors 2019-10-30 06:50:20 +00:00
Hypolite Petovan d6ff89d7b4
Merge pull request #7769 from annando/issue-3229
Changed OpenID registration
2019-10-29 10:32:02 -04:00
Michael eb0d8c1ed0 Uswe default value 2019-10-29 13:26:54 +00:00
Tobias Diekershoff 5e55aa41cb
Merge pull request #7787 from annando/issue-7778
Fix 7778: Don't return empty string in permissions
2019-10-29 07:24:02 +01:00
Michael bef7eeed13 Fix 7778: Don't return empty string in permissions 2019-10-29 06:01:50 +00:00
Tobias Diekershoff ccec35bbf0
Merge pull request #7783 from nupplaphil/bug/travis_ci
Fix travis - Remove APCu setting for PHP 7.2/7.3
2019-10-29 06:50:19 +01:00
Tobias Diekershoff 8262e82e27
Merge pull request #7786 from nupplaphil/task/improve_drone_io
[Drone.io] Add node info for better routing
2019-10-29 06:47:28 +01:00
Philipp Holzer 186a43843b
Add node info for better routing 2019-10-28 23:17:12 +01:00
Philipp Holzer 3e2a4f3f73
Fix travis - Remove 7.2/7.3 setting 2019-10-28 22:05:38 +01:00
Hypolite Petovan f2c0877d70
Merge pull request #7784 from nupplaphil/bug/mediumtext_default
Revert "Add not null/default value for ACL in fields"
2019-10-28 17:03:16 -04:00
Philipp Holzer a94c4fc440
Revert "Add not null/default value for ACL in fields"
This reverts commit 1f535016 due incompatible combination
2019-10-28 21:59:55 +01:00
Hypolite Petovan 36ff665dc2
Merge pull request #7782 from nupplaphil/bug/7781-compose_acl_expand
Check null for acl-fields
2019-10-28 16:50:45 -04:00
Philipp Holzer 1f535016d4
Add not null/default value for ACL in fields 2019-10-28 21:47:43 +01:00
Michael 8470fa70d3 Using "args" 2019-10-28 20:38:53 +00:00
Michael dd7070938b Use "http_build_query" 2019-10-28 19:34:09 +00:00
Philipp Holzer 3eda62bfa6
Check null for acl-fields 2019-10-28 18:16:10 +01:00
Michael e1f36bfd7a Standards and unneccessary EOL 2019-10-28 13:51:38 +00:00
Michael bfbce16d0b Merge remote-tracking branch 'upstream/develop' into issue-3229 2019-10-28 13:50:06 +00:00
Michael Vogel aa94d27e6e
Merge pull request #7780 from nupplaphil/bug/7776_home_not
Wrong condition for home notifications
2019-10-28 00:48:28 +01:00
Philipp Holzer d9d71ea1e6
Wrong condition for home notifications 2019-10-28 00:01:35 +01:00
Tobias Diekershoff 87ed05e2f6
Merge pull request #7779 from annando/fix-tag
(hopefully) fix preview issue with tags on Mastodon
2019-10-27 21:14:47 +01:00
Michael 945e256b7b Possibly handle issue 7772 2019-10-27 18:36:04 +00:00
Michael 30a6231f11 Fix indentation 2019-10-27 17:45:43 +00:00
Michael 60eb6603bf (hopefully) fix preview issue with tags on Mastodon 2019-10-27 17:41:47 +00:00
Hypolite Petovan 4176acc710
Merge pull request #7775 from nupplaphil/task/move_nm
Move Core\NotificationsManager to Model\Notify
2019-10-26 00:14:08 -04:00
Philipp Holzer 5d995b854a
just remove parenthess 2019-10-26 05:24:05 +02:00
Philipp Holzer 28d5f39330
simplify show determination 2019-10-26 05:03:58 +02:00
Philipp Holzer 3465bd9f11
rename methods 2019-10-26 05:02:14 +02:00
Philipp Holzer fdc0236aa1
Fix arguments 2019-10-26 04:37:31 +02:00
Philipp Holzer a72e65a760
Adapt class structure
- Introduce constants
- Add constructor parameters
- Add typehints
- Renamed fields more meaningful
- Renamed method names to match identifier
- Adjust PHP doc
- Add GetClass call at used places
2019-10-26 04:03:27 +02:00
Philipp Holzer 1f368d469f
Move Friendica\Core\NotificationsManager to Friendica\Model\Notify 2019-10-26 02:01:46 +02:00
Hypolite Petovan b632114b12
Merge pull request #7774 from annando/img-title
Images: Show the description as title
2019-10-25 19:29:55 -04:00
Michael 9f86465fb9 Images: Show the description as title 2019-10-25 23:23:38 +00:00
Philipp b34afa990b
Merge pull request #7767 from MrPetovan/bug/fatal-errors
Expect outbox->first to be a Link structure in Model\GContact
2019-10-25 08:46:42 +02:00
Hypolite Petovan 73b448c829
Merge pull request #7770 from nupplaphil/task/Activity
Move Activity definitions to constants
2019-10-24 19:21:04 -04:00
Philipp Holzer 7343ee5108
Move Namespace of ActivityNamespace 2019-10-25 00:41:48 +02:00
Philipp Holzer dc2858938d
Renamed to ActivityNamespace 2019-10-25 00:32:35 +02:00
Philipp Holzer 3897c74deb
Add docs 2019-10-25 00:10:20 +02:00
Michael aca701bef8 Changed OpenID registration 2019-10-24 20:23:26 +00:00
Philipp Holzer a83dfc11a0
Fixing https://github.com/friendica/friendica/pull/7759#discussion_r337102107 2019-10-24 21:43:20 +02:00
Philipp Holzer 2fba7ed477
Rename namespace 2019-10-24 21:40:13 +02:00
Philipp Holzer 07cea24430
Move Activity/Namespaces defines to constants 2019-10-24 21:40:12 +02:00
Hypolite Petovan 978262a718
Merge pull request #7768 from nupplaphil/bug/fix_lock
[composer] Downgrade dependencies
2019-10-24 13:17:33 -04:00