Michael
|
41dc6cea2b
|
Replace the legacy function
|
2021-10-11 04:33:10 +00:00 |
|
Michael
|
ee2b249d00
|
Empty comments removed
|
2021-10-10 05:38:49 +00:00 |
|
Michael
|
2c134c5229
|
q is now completely removed
|
2021-10-09 21:16:15 +00:00 |
|
Philipp
|
58215e56c3
|
Merge pull request #10854 from MrPetovan/bug/10844-unfollow
Replace remaining explicit network value checks by Protocol::supportsFollow calls
|
2021-10-09 09:23:12 +02:00 |
|
Hypolite Petovan
|
b214470b1a
|
Replace remaining explicit network value checks by Protocol::supportsFollow calls
|
2021-10-09 02:10:16 -04:00 |
|
Hypolite Petovan
|
5028258c3b
|
Remove exception throwing on null protocol action result in Console\Contact
|
2021-10-09 02:09:49 -04:00 |
|
Hypolite Petovan
|
479458a389
|
Add missing parameters to Contact::block/unblock
|
2021-10-09 02:09:01 -04:00 |
|
Hypolite Petovan
|
880c2148c2
|
Fix overly strict return value for revokeFollow methods
|
2021-10-09 02:08:04 -04:00 |
|
Hypolite Petovan
|
201d728b9e
|
Fix addon reloading
- The wrong variable was used to uninstall/install addons, which led to absolutely nothing done
|
2021-10-09 00:12:11 -04:00 |
|
Hypolite Petovan
|
80a8cd86c4
|
Merge pull request #10836 from nupplaphil/feat/depository_permissionset
Migrate PermissionSet to Depository paradigm
|
2021-10-08 09:39:39 -04:00 |
|
Philipp
|
93c44e6186
|
exception msg .. once again ;-)
|
2021-10-08 13:36:19 +02:00 |
|
Philipp
|
df8bd18673
|
Typo
|
2021-10-08 12:37:53 +02:00 |
|
Michael
|
a32c10b354
|
Simplifid query
|
2021-10-08 04:24:59 +00:00 |
|
Michael
|
3972fe62fe
|
More replaced "q" calls
|
2021-10-08 04:10:45 +00:00 |
|
Philipp
|
f73e4adc44
|
Add explicit check for PermissionSet and ProfileField
|
2021-10-07 20:48:39 +02:00 |
|
Philipp
|
03164d00e8
|
Add feedback and tests
|
2021-10-07 19:53:39 +02:00 |
|
Philipp
|
9e6962eac6
|
Make php-cs happy :-)
|
2021-10-07 19:53:38 +02:00 |
|
Philipp
|
62eb16e9ad
|
Migrate PermissionSet to Depository paradigm
|
2021-10-07 19:53:38 +02:00 |
|
Hypolite Petovan
|
456ae169ab
|
Fix overly strict return value for terminateFriendship methods
|
2021-10-06 20:18:44 -04:00 |
|
Michael
|
48f482665c
|
Issue 10841: Redirect always to the same page
|
2021-10-06 19:02:26 +00:00 |
|
Hypolite Petovan
|
c0f03889c5
|
Pass correct hook data for support_follow and support_revoke_follow
|
2021-10-06 12:07:48 -04:00 |
|
Michael
|
ab17fbf6b2
|
Unneeded "ProxyUtils" renamed to "Proxy"
|
2021-10-05 20:18:19 +00:00 |
|
Hypolite Petovan
|
430e6c3285
|
Merge pull request #10834 from annando/legacy-reshare-removed
The legacy reshare functionality is removed
|
2021-10-05 15:19:15 -04:00 |
|
Michael
|
d20aa5f557
|
The legacy reshare functionality is removed
|
2021-10-05 18:58:35 +00:00 |
|
Philipp
|
7471b7698b
|
Adapt filesystem tests
|
2021-10-05 20:29:52 +02:00 |
|
Philipp
|
ccd8895237
|
Adress feedback :)
|
2021-10-05 20:07:14 +02:00 |
|
Philipp
|
065b46c721
|
Split Storage usage and Storage configuration
|
2021-10-05 20:07:12 +02:00 |
|
Michael Vogel
|
0509e8f37e
|
Update src/Module/Photo.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-10-04 21:17:22 +02:00 |
|
Michael Vogel
|
790875d8be
|
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2021-10-04 21:06:13 +02:00 |
|
Michael
|
b2c2283817
|
separate parameter values for different functionalities
|
2021-10-04 18:04:41 +00:00 |
|
Michael
|
9eba41598d
|
Code review changes
|
2021-10-04 14:01:46 +00:00 |
|
Michael
|
126aa6f148
|
Fix tests
|
2021-10-04 06:26:41 +00:00 |
|
Michael
|
43a17b6129
|
Merge remote-tracking branch 'upstream/develop' into photo-guid
|
2021-10-04 06:21:19 +00:00 |
|
Michael Vogel
|
c714595b70
|
Merge pull request #10821 from MrPetovan/bug/notices
Relax check on id parameter in /photo
|
2021-10-04 08:18:52 +02:00 |
|
Michael Vogel
|
2a8d8d402c
|
Merge pull request #10822 from MrPetovan/bug/fatal-errors
Trim XML before emptiness check in Protocol\Feed::import
|
2021-10-04 08:17:35 +02:00 |
|
Michael Vogel
|
6275159761
|
Merge pull request #10819 from MrPetovan/task/refactor-notifications
Cast object parameters to string in Database\Database
|
2021-10-04 08:16:58 +02:00 |
|
Michael
|
d30dc52101
|
Access contact avatars by guid
|
2021-10-04 06:13:52 +00:00 |
|
Hypolite Petovan
|
297ff76590
|
Relax check on id parameter in /photo
- Address https://github.com/friendica/friendica/issues/10756#issuecomment-933020126
- Address https://github.com/friendica/friendica/issues/10755#issuecomment-933020316
|
2021-10-03 20:59:47 -04:00 |
|
Hypolite Petovan
|
42e77e23ac
|
Add logging to track a Notice messages
- Part of https://github.com/friendica/friendica/issues/10755#issuecomment-933040517
|
2021-10-03 20:59:41 -04:00 |
|
Hypolite Petovan
|
a4706e9521
|
Trim XML before emptiness check in Protocol\Feed::import
- Address https://github.com/friendica/friendica/issues/10791
|
2021-10-03 19:32:20 -04:00 |
|
Michael
|
1d86d79778
|
Merge remote-tracking branch 'upstream/develop' into more-q
|
2021-10-03 19:49:11 +00:00 |
|
Michael Vogel
|
caa1a5aeac
|
Merge pull request #10818 from MrPetovan/task/10691-remove-event-adjust
Display the current timezone in date time picker fields
|
2021-10-03 21:46:33 +02:00 |
|
Michael
|
b0bf4b4359
|
Some more "q" calls and deprecated logging replaced
|
2021-10-03 19:43:49 +00:00 |
|
Hypolite Petovan
|
24734b05fe
|
Cast object parameters to string in Database\Database
- This makes string casting in Depository->save unnecessary
|
2021-10-03 15:35:47 -04:00 |
|
Hypolite Petovan
|
c40390c202
|
Revert "Explicitly cast Url objects to string"
This reverts commit ee5aa2d432 .
|
2021-10-03 15:22:40 -04:00 |
|
Michael Vogel
|
dd3f573fec
|
Merge pull request #10817 from MrPetovan/task/refactor-notifications
Explicitly cast Url objects to string
|
2021-10-03 21:03:03 +02:00 |
|
Hypolite Petovan
|
ee5aa2d432
|
Explicitly cast Url objects to string
- Some systems do not do this operation automatically and it results in empty DB fields
|
2021-10-03 14:53:06 -04:00 |
|
Hypolite Petovan
|
a31a64827f
|
Display the current timezone in date time picker fields
|
2021-10-03 13:42:32 -04:00 |
|
Hypolite Petovan
|
a9bb53b021
|
[frio] Fix event time display
|
2021-10-03 13:42:32 -04:00 |
|
Hypolite Petovan
|
9935e8e711
|
Remove event.adjust field
- It was confusing and introduced complexity that wasn't worth the unclear gain
|
2021-10-03 13:42:32 -04:00 |
|