Commit graph

29824 commits

Author SHA1 Message Date
Mike Macgirvin
eccdc85c4e added captcha to register workflow 2024-02-21 08:06:38 +11:00
Mike Macgirvin
be98b1756a add captcha generator 2024-02-21 07:12:13 +11:00
Mike Macgirvin
b47a595bf6 add vendor restart on update. 2024-02-21 05:39:34 +11:00
Mike Macgirvin
6687b7a84c Merge branch 'dev' of codeberg.org:streams/streams into dev 2024-02-20 17:22:37 +11:00
Mike Macgirvin
a1c81eadbd composer add gregwar/captcha 2024-02-20 17:22:15 +11:00
Mike Macgirvin
e1144d65f2 don't run composer as root (potential site security issue). 2024-02-20 16:54:23 +11:00
Mike Macgirvin
8a0af11efb Merge branch 'dev' of codeberg.org:streams/streams into dev 2024-02-19 16:26:27 +11:00
(streams)
4b98e37b49 Merge pull request 'Make sure composer can also be used if installed locally (rather than globally)' (#148) from dragondaddy/streams:udall into dev
Reviewed-on: https://codeberg.org/streams/streams/pulls/148
2024-02-17 22:25:24 +00:00
dragondaddy
063e0293b3 Make sure composer can also be used if installed locally (rather than globally) 2024-02-17 15:16:22 +01:00
Mike Macgirvin
38141de5be remove announce special case 2024-02-17 05:12:34 +11:00
Mike Macgirvin
40514594bd reset defaults for max_imported_follow, but let htconfig over-ride 2024-02-15 11:06:49 +11:00
Mike Macgirvin
41f16e3ab0 Add contentious default settings to htconfig 2024-02-15 11:02:54 +11:00
Mike Macgirvin
37859b83ad Merge branch 'dev' of codeberg.org:streams/streams into dev 2024-02-15 06:58:10 +11:00
Mike Macgirvin
9dcd4a180f Set discovery to 0 by default. 2024-02-15 06:55:37 +11:00
Mike Macgirvin
db3c3eda29 version 2024-02-13 13:32:11 -08:00
Mike Macgirvin
616eda356e Don't validate signatures on requests for the public site actor. 2024-02-14 08:27:04 +11:00
Mike Macgirvin
c66f663d91 version 2024-02-13 00:59:16 -08:00
Mike Macgirvin
1ee931c9ea refactor the section that recursed earlier 2024-02-13 19:57:09 +11:00
Mike Macgirvin
61fdbe403a Merge branch 'dev' of codeberg.org:streams/streams into dev 2024-02-13 19:21:38 +11:00
Mike Macgirvin
e192da4bff key value in wrong place 2024-02-13 19:20:56 +11:00
Mike Macgirvin
0399d8b02a make webfinger recursion tracing configurable
util/config system.webfinger_trace 1
2024-02-13 19:02:38 +11:00
Mike Macgirvin
aeb51a00d3 remove backtrace of webfinger - found what we were looking for 2024-02-13 14:53:28 +11:00
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
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
dragondaddy
a125c9c78a We make sure php 8.2 is used 2024-02-10 14:23:45 +01: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
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
(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
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
(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
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
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