Tobias Diekershoff
4a363b50b4
Merge pull request #8712 from annando/changed-log
...
Changed deprecated log calls
2020-06-01 18:28:37 +02:00
Michael
e374e5752a
Changed deprecated log calls
2020-06-01 13:51:58 +00:00
Hypolite Petovan
011bbacf43
Merge pull request #8710 from annando/fix-vid
...
Handling situations where "vid" is empty
2020-05-31 18:06:52 -04:00
Michael
7ac4a08e1b
Additional "is null" check in post update / create the "vid" if needed
2020-05-31 15:48:31 +00:00
Michael
20b93306ad
Handling situations where "vid" is empty
2020-05-31 14:38:00 +00:00
Hypolite Petovan
6abe7692e5
Merge pull request #8708 from annando/foreign-key-constraint
...
Fix foreign key constraint with "post-tag" table
2020-05-30 15:37:57 -04:00
Michael
46e2423af9
Fix wrong variable names
2020-05-30 17:06:59 +00:00
Michael
2eb371dcaf
Fix foreign key constraint with "post-tag" table
2020-05-30 16:36:09 +00:00
Hypolite Petovan
955213f598
Merge pull request #8706 from annando/notice
...
Fix "gravity" notice
2020-05-29 21:35:49 -04:00
Michael
9328eee550
Missing gravity
2020-05-29 22:19:59 +00:00
Michael
b837c487c5
Fix "gravity" notice
2020-05-29 21:41:10 +00:00
Michael Vogel
235f4eaa89
Merge pull request #8697 from MrPetovan/task/8691-like-links-one-way
...
Make like links one way
2020-05-29 15:33:24 +02:00
Hypolite Petovan
f0b6f025d2
Appease VSCode inferior static analysis in Model\Item
2020-05-29 09:01:37 -04:00
Hypolite Petovan
0efd3dedeb
Merge pull request #8705 from annando/thread-uri-id
...
Add "uri-id" to the "thread" table
2020-05-28 23:59:44 -04:00
Michael Vogel
c6aa42dd4e
Merge pull request #8696 from MrPetovan/bug/8694-event-network-unkn
...
Assign default protocol to new events
2020-05-29 05:05:35 +02:00
Michael
19f2a998d2
Added new field to the test data
2020-05-29 02:25:17 +00:00
Michael
64f3dd419c
Updated database description
2020-05-29 02:19:58 +00:00
Hypolite Petovan
43eb7480b5
Merge pull request #8704 from annando/parent-2
...
"parent = id" is replaced with gravity check
2020-05-28 17:48:57 -04:00
Michael
3258216e8d
Add "uri-id" to the "thread" table
2020-05-28 21:44:55 +00:00
Michael
0acb5d4558
"parent = id" is replaced with gravity check
2020-05-28 16:02:36 +00:00
Hypolite Petovan
f694d1e4fc
Merge pull request #8703 from annando/fix-8702
...
Fix 8702
2020-05-28 09:17:45 -04:00
Michael
bdfe47dcfd
Add the space at a different place
2020-05-28 06:08:03 +00:00
Michael
51e9b25700
Fixing #8702
2020-05-27 22:16:33 +00:00
Michael
d3ff749749
Merge branch 'develop' of github.com:annando/friendica into develop
2020-05-27 21:29:43 +00:00
Hypolite Petovan
9fef3b231d
Merge pull request #8701 from annando/issue-8700
...
Issue 8700: Resolvable activities
2020-05-27 15:30:04 -04:00
Michael
db907c2ff8
Issue 8700: Resolvable activities
2020-05-27 19:05:33 +00:00
Michael
1f316d0dec
Issue 8700: Resolvable activities
2020-05-27 19:04:40 +00:00
Hypolite Petovan
c7367b5902
Merge pull request #8698 from MrPetovan/bug/8685-frio-compose-disable-asynchronous
...
[frio] Move variable assignment where it belongs in asynchronous comment form submission callback
2020-05-27 09:09:10 -04:00
Hypolite Petovan
6b87494e73
Merge pull request #8695 from annando/no-parent
...
Replace "id = parent" checks with "gravity" checks
2020-05-27 09:07:33 -04:00
Hypolite Petovan
ed39618da2
[frio] Move variable assignment where it belongs in asynchronous comment form submission callback
2020-05-27 09:05:46 -04:00
Hypolite Petovan
df1c74bd33
Make "like" links one way
...
- Updated dolike() function to accept a "un-" switch
- [frio] Updated doLikeAction() function to call dolike() instead of having duplicated code
- Added boolean logic (with explanatory truth table) to smartly delete existing activities in Model\Item::performActivity
- Moved verb/activity parameter handling closer to their use in Model\Item::performActivity
- Updated all references to dolike() and doLikeAction() to include the "un-" switch
2020-05-27 08:41:13 -04:00
Hypolite Petovan
e20d5ff0b5
Fix the event feature disabling logic in Object\Post
...
- Conditions on item network and dislike feature presence were mixed which could have led to unexpected behaviors
2020-05-27 08:41:12 -04:00
Hypolite Petovan
2d217129b9
Improve performance of asynchronous like/update
...
- Make the like module return earlier instead of outputting a full empty HTML page
- Update the force_update variable earlier to prevent spilling on multiple unrelated nav update calls
2020-05-27 08:41:10 -04:00
Hypolite Petovan
9ebb2c6527
Implement existing force query string parameter in mod/update_display
...
- Prevented single item display update when "like" interactions were removed because the item wasn't "unseen"
2020-05-27 08:28:09 -04:00
Hypolite Petovan
05c3d02854
Assign default protocol to new events
...
- This restores event interactions on the items
2020-05-27 08:23:15 -04:00
Michael
973abb6196
Replace "id = parent" checks with "gravity" checks
2020-05-27 12:19:06 +00:00
Hypolite Petovan
133de9b524
Merge pull request #8693 from annando/notice
...
Fix notice because of missing array item
2020-05-27 00:29:30 -04:00
Michael
465e1890b5
Fix notice because of missing array item
2020-05-27 03:19:17 +00:00
Hypolite Petovan
5c3607f69f
Merge pull request #8692 from annando/no-activity
...
Updated postupdate function
2020-05-26 23:04:03 -04:00
Hypolite Petovan
3a2bcb32a6
Merge pull request #8690 from annando/no-activity
...
The "item-activity" is removed
2020-05-26 22:20:35 -04:00
Michael
4d23de997a
Updated postupdate function
2020-05-26 21:45:57 +00:00
Michael Vogel
1e23348635
Merge pull request #8686 from MrPetovan/bug/8685-frio-compose-disable-asynchronous
...
[frio] Disable unexpected asynchronous compose form submission
2020-05-26 22:28:46 +02:00
Michael Vogel
410cee4e48
Merge pull request #8687 from MrPetovan/task/8683-add-tab-notification-number
...
Add page title notification count display
2020-05-26 19:08:06 +02:00
Hypolite Petovan
7e37378c2a
Add page title notification count display
2020-05-26 10:28:53 -04:00
Hypolite Petovan
e6388a186f
[frio] Disable unexpected asynchronous compose form submission
2020-05-26 10:28:30 -04:00
Michael
ba9cf32f36
The "item-activity" is removed
2020-05-26 05:18:50 +00:00
Hypolite Petovan
609ae1869c
Merge pull request #8684 from annando/baseurl
...
Some more "baseurl" improvements
2020-05-24 17:34:14 -04:00
Michael
327cdf21ce
Some more "baseurl" improvements
2020-05-24 20:40:00 +00:00
Tobias Diekershoff
d6edb45cce
Merge pull request #8682 from keenanpepper/develop
...
Be more explicit regarding invitation_only in the doc.
2020-05-24 11:49:22 +02:00
Keenan Pepper
1581333dc4
Be more explicit regarding invitation_only in the doc.
2020-05-23 18:52:02 -07:00