Michael
|
51331ced9b
|
Improved function to fetch the contact id
|
2022-08-18 10:13:46 +00:00 |
|
Michael
|
a4f1df68e4
|
Improved contact-id detection
|
2022-08-18 07:48:39 +00:00 |
|
Michael
|
531085890a
|
Fetch the parent only - thread parents only on reshares
|
2022-08-17 19:39:20 +00:00 |
|
Michael
|
6070221364
|
Improved checks in "storeForUserByUriId" to reduce recursion depth
|
2022-08-17 05:28:24 +00:00 |
|
Michael
|
4d617c9c48
|
This cache key doesn't exist anymore
|
2022-08-15 18:46:10 +00:00 |
|
Michael
|
5b3145d7ce
|
Several performance improvements
|
2022-08-15 13:23:01 +00:00 |
|
Michael
|
c6de91a8ec
|
Don't delete the post when there is some undeleted post-user
|
2022-08-13 12:24:25 +00:00 |
|
Michael
|
5c5ae00370
|
Improved performance when updating contacts
|
2022-08-13 09:01:48 +00:00 |
|
Philipp
|
a145712f04
|
Merge pull request #11837 from MrPetovan/task/remove-poke
Remove poke feature
|
2022-08-11 18:17:11 +02:00 |
|
Hypolite Petovan
|
809beeee9d
|
Merge pull request #11838 from annando/asynchronous-conversation
Conversation entries will now be stored asynchronous if possible
|
2022-08-10 10:42:19 -04:00 |
|
Michael
|
d9aee0b3ea
|
Conversation entries will now be stored asynchronous if possible
|
2022-08-10 09:28:18 +00:00 |
|
Hypolite Petovan
|
4a885a13a6
|
Remove poke feature
|
2022-08-09 14:55:55 -04:00 |
|
Hypolite Petovan
|
f917286d6e
|
Use L10n->tt instead of t() for plural strings for polls in Model\Item
|
2022-08-08 01:52:16 -04:00 |
|
Michael
|
d60d2caef6
|
Improved queue processing
|
2022-08-07 19:24:50 +00:00 |
|
Michael
|
06f7244280
|
New option to disable the fetching of parents
|
2022-08-04 19:32:36 +00:00 |
|
Hypolite Petovan
|
196a1de7f2
|
Merge pull request #11812 from annando/ap-performance
Hopefully fixes loops during message processing
|
2022-08-03 03:00:50 -04:00 |
|
Michael
|
f2eec66240
|
Hopefully fixes loops during message processing
|
2022-08-03 03:38:03 +00:00 |
|
Hypolite Petovan
|
49394aedeb
|
Add password length limit if using the Blowfish hashing algorithm
- Add new page to reset a password that would be too long
- Add support for pattern parameter in field_password
|
2022-08-01 12:12:18 -04:00 |
|
Michael
|
3945de5e3b
|
No blubb allowed
|
2022-08-01 00:58:56 +00:00 |
|
Michael
|
0347f4fc66
|
Remove test code
|
2022-07-31 16:01:56 +00:00 |
|
Michael
|
b6da15557b
|
The post-reason / protocol is now filled in most cases
|
2022-07-31 15:54:35 +00:00 |
|
Hypolite Petovan
|
2e75d442a5
|
Merge pull request #11793 from Quix0r/reformatted-arrays
Reformatted some arrays for better readability
|
2022-07-29 17:54:53 -04:00 |
|
Michael
|
f9bf2424b1
|
Merge remote-tracking branch 'upstream/develop' into post-reason
|
2022-07-29 21:29:15 +00:00 |
|
Michael
|
699152e15e
|
Add more post reasons
|
2022-07-29 21:28:22 +00:00 |
|
Michael
|
0971bcf165
|
Make the tests happy
|
2022-07-29 16:05:04 +00:00 |
|
Roland Häder
|
1210e235fb
|
Extracted as variable to have 2 more array fields moved to array initialization.
|
2022-07-29 17:20:09 +02:00 |
|
Roland Häder
|
676ca36c52
|
Changes:
- reformatted arrays
|
2022-07-29 17:20:07 +02:00 |
|
Michael
|
2c32429d8d
|
Fix test
|
2022-07-29 14:56:40 +00:00 |
|
Michael
|
81aaacc67d
|
Improvements for the "post-reason"
|
2022-07-29 14:17:53 +00:00 |
|
Roland Häder
|
f8ed028013
|
Changed back to $cdata .
|
2022-07-29 12:41:08 +02:00 |
|
Hypolite Petovan
|
a20d05ba39
|
Merge pull request #11792 from Quix0r/fixes/get-request-value
Wrong variable name fixed (maybe copy-paste mistake) + used method instead of direct array access
|
2022-07-28 21:17:34 -04:00 |
|
Roland Häder
|
eaed3945d1
|
Changed:
- used `$this->getRequestValue($request, 'foo', <bar>)` instead of `$request['foo'] ?? <bar>`
- fixed wrong variable naming
- changed double-quotes to single
- see https://github.com/friendica/friendica/issues/11631#issuecomment-1196410497
|
2022-07-29 00:38:46 +02:00 |
|
Roland Häder
|
37bda3e5fb
|
Changes:
- fixed wrong type-hint uid => int
- added returned type-hint
- added some documentation
- formatted arrays a bit
|
2022-07-29 00:08:38 +02:00 |
|
Michael
|
ff9dc1e291
|
Merge remote-tracking branch 'upstream/develop' into untrusted
|
2022-07-27 17:56:56 +00:00 |
|
Michael
|
86105635ca
|
Improved message handling / new activity relay handling
|
2022-07-27 17:39:00 +00:00 |
|
Michael Vogel
|
f9777ce0dc
|
Merge pull request #11770 from MrPetovan/bug/notices
Handle rare case where contact doesn't exist in Model\Group::getIdsByContactId
|
2022-07-25 21:01:12 +02:00 |
|
Hypolite Petovan
|
488f4dcaa4
|
Handle rare case where contact doesn't exist in Model\Group::getIdsByContactId
- Address https://github.com/friendica/friendica/issues/11632#issuecomment-1193953621
|
2022-07-25 12:07:42 -04:00 |
|
Roland Häder
|
d1b21eaf42
|
Changes:
- use local variables
|
2022-07-25 17:53:54 +02:00 |
|
Roland Häder
|
1ac1db6173
|
Changed:
- rewrote to almost one block of array initialization
|
2022-07-25 16:49:01 +02:00 |
|
Hypolite Petovan
|
a5d679ea95
|
Merge pull request #11759 from annando/enqueue-posts
Fetch missing posts via a queue
|
2022-07-24 15:38:44 -04:00 |
|
Michael
|
6abb4d40d6
|
Handle changed parents
|
2022-07-24 13:09:35 +00:00 |
|
Roland Häder
|
86ef7c66d3
|
Changes:
- added some missing type-hints, thanks to @MrPetovan
|
2022-07-23 23:09:35 +02:00 |
|
Roland Häder
|
ba1c1049d6
|
Changes:
- added some type-hints
- added some documentation
- used self::exists() instead of DBA::exists('user', ['uid' => $uid])
|
2022-07-23 21:58:00 +02:00 |
|
Roland Häder
|
a2a7d04fa1
|
Changed double-quotes to single
|
2022-07-23 21:58:00 +02:00 |
|
Hypolite Petovan
|
edc49ec9b4
|
Add expected "users" property to NodeInfo usage property for all versions
|
2022-07-23 13:21:44 -04:00 |
|
Michael
|
abf39ff9cf
|
Merge remote-tracking branch 'upstream/develop' into enqueue-posts
|
2022-07-23 12:55:34 +00:00 |
|
Michael
|
8c602071c2
|
Bookwyrm posts now work
|
2022-07-23 12:50:15 +00:00 |
|
Michael
|
7eb410bed7
|
Conversation/context is now stored
|
2022-07-23 06:52:43 +00:00 |
|
Michael
|
1d13574225
|
Fetching of missing posts is reworked
|
2022-07-21 05:16:14 +00:00 |
|
Michael
|
7dcd02938d
|
Remove entries from queue / relay detection
|
2022-07-20 05:37:40 +00:00 |
|