Commit graph

2066 commits

Author SHA1 Message Date
c86cc83524
Merge pull request #11260 from mkljczk/develop
API: add list members editing
2022-02-20 09:45:25 -05:00
marcin mikołajczak
0209892631 Apply suggestions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-20 14:10:57 +01:00
marcin mikołajczak
9c6f6bcb95 API: add list members editing
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-19 23:22:54 +01:00
30dcf3380c Show only the user's categories on their profile 2022-02-18 23:58:23 -05:00
9ac24a0f36 More rework to make private communities working 2022-02-16 22:56:55 +00:00
6c0dbc1775
Merge pull request #11251 from annando/forum2
Fix for private communities
2022-02-15 20:16:07 -05:00
33edfc6a5f Fix for private communities 2022-02-15 23:51:13 +00:00
3b6c40e2e6 Check the existence of the uid field before accessing it in Module\Photo
- Address https://github.com/friendica/friendica/issues/11218#issuecomment-1039512291
2022-02-15 15:59:35 -05:00
29d83c0ffb Block communication with Diaspora for communities 2022-02-15 07:08:02 +00:00
9c60b4127b Merge remote-tracking branch 'upstream/develop' into private-forums 2022-02-13 07:03:20 +00:00
e394143148 Private forums are now working via ActivityPub 2022-02-12 18:38:36 +00:00
d65357dd92
added two help texts in the admin panel site config 2022-02-10 09:04:48 +01:00
1b73e4d267
Merge pull request #11230 from annando/account-type
Use "account-type" instead of "page-flags"
2022-02-09 22:23:55 -05:00
9a764516d0 Use the "contact-type" instead of "forum" or "prv" 2022-02-09 06:52:16 +00:00
b857c26999 Use "account-type" instead of "page-flags" 2022-02-09 05:56:12 +00:00
f87b80266c Display followers for followers of private forums 2022-02-08 21:05:15 +00:00
061a6d9239 Use a thousands_separator to improve readability of the federation statistics 2022-02-07 19:21:39 +00:00
384fe562a8 More statistics 2022-02-07 06:23:49 +00:00
bdba75ec47 Show detailled statistics per platform 2022-02-07 06:11:37 +00:00
58b4ecd6ae Show month/halfyear usage 2022-02-07 05:29:00 +00:00
92a71f8c27 Store wekk/month&halfyear usage / number of posts 2022-02-06 20:03:19 +00:00
585af09b7d Only display federated servers 2022-02-06 05:58:37 +00:00
650f90df25 Platforms: only use and show trusted detections 2022-02-05 22:14:19 +00:00
3a6491f994 More system are added to the federation page 2022-02-04 20:45:27 +00:00
c7b3c071c7 Issue 11034: Use the profile photo for local users 2022-02-01 19:12:33 +00:00
c5337c81e7 Improve contact search speed / assume octet-stream on missing content type 2022-01-27 04:05:11 +00:00
Philipp
2c33a7803e
Merge pull request #11150 from annando/user-banner
First support for user header banner image
2022-01-23 20:10:42 +01:00
1a4ec00fec Handle null value for last_used fields in TrustedBrowsers and AppSpecificPassword
- Remove obsolete reference to DBA::NULL_DATETIME
2022-01-22 21:10:20 -05:00
7d21f6f8d3 Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner 2022-01-19 18:41:31 +00:00
615c6ca696 Issue 10935: Improved "GROUP BY" handling 2022-01-18 06:35:18 +00:00
babbdf58e6 Fix wrong default value in Module\Api\Friendica\Photo\Create::post
- The underlying Model\Photo::upload doesn't accept a null value for description
2022-01-17 16:46:43 -05:00
0450536621 Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner 2022-01-17 03:04:03 +00:00
51dcfe134e fixing some more tests 2022-01-16 20:58:58 +00:00
55679a6021 Possibly fixing one test 2022-01-16 20:54:14 +00:00
Michael Vogel
b38c9bed6f
Apply suggestions from code review
Co-authored-by: Philipp <admin+Github@philipp.info>
2022-01-16 21:47:12 +01:00
dc48f9b8f0 White spaces 2022-01-16 20:17:31 +00:00
0e15715088 Simplifying extension access 2022-01-16 19:38:59 +00:00
8e8ec9d2d2 Simplified contact id handling 2022-01-16 18:40:18 +00:00
fd4926b0f3 More parameter handling improved 2022-01-16 18:04:05 +00:00
6c767743d1 Improved request value handling 2022-01-16 17:30:23 +00:00
dd8d49d9cf Replaced $_REQUEST 2022-01-16 17:03:18 +00:00
344d514857 Replaced "filter_input" with the new request value function 2022-01-16 16:40:13 +00:00
720a43461d Fixed max value check, improved request value fetching 2022-01-16 15:22:35 +00:00
a3173ccb50 Define reasonable min and max values 2022-01-16 15:03:01 +00:00
4724000d06 Unify request value handling 2022-01-16 14:04:20 +00:00
7b68a5956e Improved handling of boolean input values 2022-01-16 09:24:35 +00:00
e6108668e3 Some more cidong style 2022-01-16 09:07:39 +00:00
7c15d0160a Coding styles / "require_once" for removed file removed 2022-01-16 09:01:04 +00:00
af18e2f2a9 $_POST replaced 2022-01-16 07:41:26 +00:00
f11bf08a7b Use the $request variable 2022-01-16 07:35:20 +00:00