Tobias Diekershoff
|
d65357dd92
|
added two help texts in the admin panel site config
|
2022-02-10 09:04:48 +01:00 |
|
Hypolite Petovan
|
1b73e4d267
|
Merge pull request #11230 from annando/account-type
Use "account-type" instead of "page-flags"
|
2022-02-09 22:23:55 -05:00 |
|
Michael
|
9a764516d0
|
Use the "contact-type" instead of "forum" or "prv"
|
2022-02-09 06:52:16 +00:00 |
|
Michael
|
b857c26999
|
Use "account-type" instead of "page-flags"
|
2022-02-09 05:56:12 +00:00 |
|
Michael
|
f87b80266c
|
Display followers for followers of private forums
|
2022-02-08 21:05:15 +00:00 |
|
Michael
|
061a6d9239
|
Use a thousands_separator to improve readability of the federation statistics
|
2022-02-07 19:21:39 +00:00 |
|
Michael
|
384fe562a8
|
More statistics
|
2022-02-07 06:23:49 +00:00 |
|
Michael
|
bdba75ec47
|
Show detailled statistics per platform
|
2022-02-07 06:11:37 +00:00 |
|
Michael
|
58b4ecd6ae
|
Show month/halfyear usage
|
2022-02-07 05:29:00 +00:00 |
|
Michael
|
92a71f8c27
|
Store wekk/month&halfyear usage / number of posts
|
2022-02-06 20:03:19 +00:00 |
|
Michael
|
585af09b7d
|
Only display federated servers
|
2022-02-06 05:58:37 +00:00 |
|
Michael
|
650f90df25
|
Platforms: only use and show trusted detections
|
2022-02-05 22:14:19 +00:00 |
|
Michael
|
3a6491f994
|
More system are added to the federation page
|
2022-02-04 20:45:27 +00:00 |
|
Michael
|
c7b3c071c7
|
Issue 11034: Use the profile photo for local users
|
2022-02-01 19:12:33 +00:00 |
|
Michael
|
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 |
|
Hypolite Petovan
|
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 |
|
Michael
|
7d21f6f8d3
|
Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner
|
2022-01-19 18:41:31 +00:00 |
|
Michael
|
615c6ca696
|
Issue 10935: Improved "GROUP BY" handling
|
2022-01-18 06:35:18 +00:00 |
|
Hypolite Petovan
|
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 |
|
Michael
|
0450536621
|
Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner
|
2022-01-17 03:04:03 +00:00 |
|
Michael
|
51dcfe134e
|
fixing some more tests
|
2022-01-16 20:58:58 +00:00 |
|
Michael
|
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 |
|
Michael
|
dc48f9b8f0
|
White spaces
|
2022-01-16 20:17:31 +00:00 |
|
Michael
|
0e15715088
|
Simplifying extension access
|
2022-01-16 19:38:59 +00:00 |
|
Michael
|
8e8ec9d2d2
|
Simplified contact id handling
|
2022-01-16 18:40:18 +00:00 |
|
Michael
|
fd4926b0f3
|
More parameter handling improved
|
2022-01-16 18:04:05 +00:00 |
|
Michael
|
6c767743d1
|
Improved request value handling
|
2022-01-16 17:30:23 +00:00 |
|
Michael
|
dd8d49d9cf
|
Replaced $_REQUEST
|
2022-01-16 17:03:18 +00:00 |
|
Michael
|
344d514857
|
Replaced "filter_input" with the new request value function
|
2022-01-16 16:40:13 +00:00 |
|
Michael
|
720a43461d
|
Fixed max value check, improved request value fetching
|
2022-01-16 15:22:35 +00:00 |
|
Michael
|
a3173ccb50
|
Define reasonable min and max values
|
2022-01-16 15:03:01 +00:00 |
|
Michael
|
4724000d06
|
Unify request value handling
|
2022-01-16 14:04:20 +00:00 |
|
Michael
|
7b68a5956e
|
Improved handling of boolean input values
|
2022-01-16 09:24:35 +00:00 |
|
Michael
|
e6108668e3
|
Some more cidong style
|
2022-01-16 09:07:39 +00:00 |
|
Michael
|
7c15d0160a
|
Coding styles / "require_once" for removed file removed
|
2022-01-16 09:01:04 +00:00 |
|
Michael
|
af18e2f2a9
|
$_POST replaced
|
2022-01-16 07:41:26 +00:00 |
|
Michael
|
f11bf08a7b
|
Use the $request variable
|
2022-01-16 07:35:20 +00:00 |
|
Michael
|
8ff2cc3976
|
Superflous spaces
|
2022-01-16 07:14:09 +00:00 |
|
Michael
|
c55c42b303
|
"DI" calls are replaced
|
2022-01-16 07:07:46 +00:00 |
|
Michael
|
f68c94db04
|
Some standards
|
2022-01-15 21:45:08 +00:00 |
|
Michael
|
95f085b7ac
|
API: The legacy API finally moved
|
2022-01-15 21:38:19 +00:00 |
|
Michael
|
0b4aa019fd
|
Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner
|
2022-01-15 05:36:06 +00:00 |
|
Michael
|
43779c2c92
|
Merge remote-tracking branch 'upstream/2021.12-rc' into advanced-cleaned
|
2022-01-12 21:29:03 +00:00 |
|
Michael
|
b065318366
|
Cleaned advanced contact tab
|
2022-01-12 21:23:45 +00:00 |
|
Michael
|
bbda69a736
|
Don't store the default header in the contact table
|
2022-01-09 10:38:36 +00:00 |
|
Michael
|
d16a648d37
|
Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner
|
2022-01-08 23:00:19 +00:00 |
|
Michael
|
77906627c5
|
Merge remote-tracking branch 'upstream/2021.12-rc' into user-banner
|
2022-01-08 22:54:18 +00:00 |
|
Michael
|
59358077c7
|
First support for user headers
|
2022-01-08 22:43:11 +00:00 |
|