Commit graph

29917 commits

Author SHA1 Message Date
Mike Macgirvin
82ea5e1ae0 stop recursion 2024-02-13 09:20:11 +11:00
Mike Macgirvin
0594e93f21 backtrace to find the recursion 2024-02-13 09:04:21 +11:00
Mike Macgirvin
864a25fa65 Merge branch 'dev' of codeberg.org:streams/streams into dev 2024-02-13 09:03:02 +11:00
Mike Macgirvin
60e2390071 Add targets to top-level activities we create which don't already have one 2024-02-13 07:06:28 +11:00
Mike Macgirvin
eec62a5cc9 Convert photo items to container operations 2024-02-13 06:51:49 +11:00
Mike Macgirvin
8073947704 Merge branch 'dev' into collect 2024-02-12 18:17:28 +11:00
Mike Macgirvin
aa93814642 Partially support Pleroma emoji reaction with a shortname instead of an icon. Show the shortname. 2024-02-12 10:04:56 +11:00
(streams)
8eb8dad050 Merge pull request 'Autoinstall script updated' (#147) from dragondaddy/streams:autoinstall into dev
Reviewed-on: https://codeberg.org/streams/streams/pulls/147
2024-02-11 06:41:32 +00:00
Mike Macgirvin
9aa7da034f more heavy lifting on conversation collections. This optionally brings collection support into item_store() and also performs clone sync, removing a lot of duplicate code. Events needed significant refactoring. We cannot combine message delivery of standard items and collection activities, so this will have an impact on outgoing message queue size and processing. 2024-02-11 06:22:39 +11:00
dragondaddy
a125c9c78a We make sure php 8.2 is used 2024-02-10 14:23:45 +01:00
Mike Macgirvin
14291ec1b9 Merge branch 'dev' into collect 2024-02-10 09:15:02 +11:00
Mike Macgirvin
ad906c83e7 ide cleanup 2024-02-10 09:14:39 +11:00
Mike Macgirvin
ef35357fab fix the documentation about the verify flag. 2024-02-10 08:47:20 +11:00
Mike Macgirvin
8e80bea77e issue #146 cont. don't fetch webfinger key if either # or ? is present; do verify http signature if verify is false but you're looking at a Nomad actor record which has a key. This is not intuitive, but the purpose of setting verify false is to avoid lookup recursion, not to allow forgeries. If we can verify the data without performing any additional network fetches, win-win. 2024-02-10 08:37:27 +11:00
Mike Macgirvin
ce4f3e2cf5 Merge branch 'dev' of codeberg.org:streams/streams into dev 2024-02-10 07:39:45 +11:00
Mike Macgirvin
0ba405cb70 still trying to stop the recursion in issue #146 - a bit brutal, but this should do it. 2024-02-10 07:37:26 +11:00
Mike Macgirvin
59d9c1d35a version 2024-02-08 13:39:22 -08:00
Mike Macgirvin
17fc8c24f8 Merge branch 'dev' into collect 2024-02-09 08:03:37 +11:00
Mike Macgirvin
7823857e85 visually indicate order of precedence for the benefit of future travelers. 2024-02-09 08:02:11 +11:00
Mike Macgirvin
47fee178c7 issue #146 continued - unmessify some ancient logic 2024-02-09 05:40:41 +11:00
Mike Macgirvin
7fa8e763f8 issue #146 chanview recursion 2024-02-09 05:15:58 +11:00
Mike Macgirvin
562823a72b Merge branch 'dev' into collect 2024-02-08 08:04:44 +11:00
(streams)
24ce1cb965 Merge pull request 'fresh-0.18' (#145) from KnTHost/streams:fresh-0.18 into dev
Reviewed-on: https://codeberg.org/streams/streams/pulls/145
2024-02-07 21:03:55 +00:00
Mike Macgirvin
b5e346ac1a Merge branch 'dev' into collect 2024-02-08 08:03:05 +11:00
Devops
118fd45fc7 Update Redis and SMTP articles to use fixed inline code styling. 2024-02-07 11:50:19 -08:00
Devops
6b5d6e68c7 Fresh 0.18
- Fix inline code in editor.
 - Override suggest_friends.tpl and identity.tp in Redbasic.
 - Remove TPL overrides from Fresh. TPL files now in core.
2024-02-07 11:46:49 -08:00
Mike Macgirvin
706636b02a Remove host checking on database install. 2024-02-08 05:22:14 +11:00
Mike Macgirvin
399661d6ce last block of text went missing 2024-02-05 07:57:32 +11:00
Mike Macgirvin
5301f394c1 fix inline code blocks in document. They will still require a fix in the fresh theme to display inline correctly. 2024-02-05 07:44:32 +11:00
Mike Macgirvin
48176d8eb1 booboo in support fep links 2024-02-05 05:29:53 +11:00
Mike Macgirvin
a26e294b2a minor doc updates 2024-02-04 09:01:40 +11:00
(streams)
b62b7f4a34 Merge pull request 'fresh-0.16' (#143) from KnTHost/streams:fresh-0.16 into dev
Reviewed-on: https://codeberg.org/streams/streams/pulls/143
2024-02-03 20:54:59 +00:00
Mike Macgirvin
02b7e7bb6b doco 2024-02-04 07:53:52 +11:00
Devops
402bd8fecd Fresh 0.16
- Remove legacy code
2024-02-03 11:08:39 -08:00
Devops
b335beb9c6 Fresh 0.16
- Correctly add the Flat schema and audience app.
2024-02-03 11:03:07 -08:00
Devops
b48109643e Fresh 0.16
- Add default audience app.
2024-02-03 11:01:13 -08:00
Devops
47f8cbcdfe Fresh 0.16
- fix permissions
2024-02-03 10:53:09 -08:00
Devops
150ecaf382 Fresh 0.16
- Add Flat version of default theme.
2024-02-03 10:47:09 -08:00
Devops
70c322c06d Fresh 0.16
- highlighted wall item links
 - refactored the spinner
2024-02-03 09:07:05 -08:00
Mike Macgirvin
4afd433528 more progress on containerising groups, also provide container indicator 2024-02-03 09:50:15 +11:00
Mike Macgirvin
489f87d9f5 groups testing 2024-02-02 21:48:49 +11:00
Mike Macgirvin
2292387f02 Merge branch 'collect' of codeberg.org:streams/streams into collect 2024-02-01 08:00:49 +11:00
Mike Macgirvin
c357cee20b Undo compatibility fix 2024-02-01 07:59:14 +11:00
Mike Macgirvin
a67c610129 Merge branch 'dev' into collect 2024-02-01 05:09:44 +11:00
Mike Macgirvin
fdfd319804 Merge branch 'dev' of codeberg.org:streams/streams into dev 2024-02-01 05:07:17 +11:00
Mike Macgirvin
2bb550aa3f add fhublocs as cli util 2024-02-01 05:05:47 +11:00
Mike Macgirvin
95daa90dfc conflicts 2024-01-31 20:39:48 +11:00
Mike Macgirvin
85dd35848d Merge branch 'dev' into collect 2024-01-31 20:33:02 +11:00
Mike Macgirvin
2aef006862 found the issue - let's try again 2024-01-31 20:29:16 +11:00
Mike Macgirvin
016f2be995 remove collection filtering until it works correctly 2024-01-31 20:12:03 +11:00