Commit graph

4488 commits

Author SHA1 Message Date
a7c617cae2
Fixed:
- needs to be `prvkey`, not `prvKey`

Signed-off-by: Roland Häder <roland@mxchange.org>
2019-12-20 23:15:21 +01:00
6e4a428c73
Merge pull request #7907 from nupplaphil/task/reduce_app_deps
Cleanup Session/Authentication
2019-12-14 09:53:40 -05:00
1408908c84
Refactor Session Handling (make it more simple & handler are now handler again) 2019-12-11 20:30:31 +01:00
02c40ad1cb
Overwrite constructor of Memory session handling so no session ini-setting in backend/testing environments are possible 2019-12-10 23:35:16 +01:00
b9f8762eb3
Use Native Session functions (global "$_SESSION" variable) for Memory class because of the direct usage of the $_SESSION class all around the codebase 2019-12-10 22:29:49 +01:00
eca3396851
rename usage 2019-12-10 21:52:23 +01:00
07d2909927
double use 2019-12-10 21:51:06 +01:00
Philipp
d0b20fb499
Merge pull request #7904 from MrPetovan/task/7887-api-followers-request
Add GET /api/v1/follow_requests Mastodon API endpoint
2019-12-10 15:53:06 +01:00
f4c94236c5
Merge pull request #7924 from annando/issue-7691
Issue 7691: We can now switch to BCC for ActivityPub
2019-12-10 08:36:07 -05:00
ce2610000b
Renaming class 2019-12-10 08:49:33 +01:00
a6c72a209e Issue 7613: When an item is deleted, delete all notifications for it 2019-12-10 06:21:18 +00:00
c6d422a188 Update Module\Help to use anchor words for titles
- Previous anchors are kept for links backward compatibility
2019-12-09 22:50:37 -05:00
8016cb3cee Add GET /api/v1/follow_requests Mastodon API endpoint 2019-12-09 22:50:36 -05:00
b365ffc3b5 Add API base module 2019-12-09 22:50:36 -05:00
2e9be55e51 Add Mastodon API entity classes 2019-12-09 22:50:35 -05:00
17838366a0 Reformat library/OAuth1
- Add type hints to Network\FKOAuthDataStore
2019-12-09 22:50:35 -05:00
26bd956912
Optimize L10n usage for Session (reduce "App" complexity even more) 2019-12-10 00:56:49 +01:00
cad7e534a4
Add phpdoc 2019-12-10 00:50:05 +01:00
555513e4b4
Add Session Management instances (including Depenency Injection)
- Prerequesite for mocking Sessions
- Reduce "App" class complexity
2019-12-10 00:44:56 +01:00
009a8bb939
Initializing SessionHandlers with Dependency Injection 2019-12-09 23:09:18 +01:00
94a8a60841
Add more Cookie tests (create new StaticCookie class for mocking setcookie()) 2019-12-09 22:47:08 +01:00
2a31b2383f Issue 7691: We can now switch to BCC for ActivityPub 2019-12-09 21:37:31 +00:00
49767e0555 Issue 7418: connections to forums should now work again 2019-12-09 21:19:20 +00:00
a8b89dc486
Remove copy&paste failure 2019-12-09 21:55:51 +01:00
f7e1cfd416
revert wrong import 2019-12-09 21:55:25 +01:00
b8f81d5e7d Relocate check for announce 2019-12-08 22:04:32 +00:00
1b0d2f2a4a Merge remote-tracking branch 'upstream/develop' into reshare-delivery 2019-12-08 21:56:51 +00:00
54392fab81
Move Cookie to own class (with tests)
Move Authentication to App namespace
2019-12-08 22:45:34 +01:00
38db4d2132 Fix a notice 2019-12-08 21:41:26 +00:00
fb64010d7a Missing "use" 2019-12-08 21:40:06 +00:00
aa047278cc Reversed annouce check to have priority for AP 2019-12-08 09:01:06 +00:00
7ccbe3ee29 Transmit reshares and announce natively via Diaspora and AP whenever possible 2019-12-08 08:59:21 +00:00
ca0a961ad2 Merge remote-tracking branch 'upstream/develop' into reshare-delivery 2019-12-08 08:49:47 +00:00
6728c58535 Mail contacts: Update public via user contact / display owner's posts 2019-12-08 05:19:15 +00:00
2b12cd473d
Merge pull request #7915 from annando/issue-7914
Fixes issue 7914: Reshares got crumbled
2019-12-07 16:53:50 -05:00
484b99f7cf Fix: Don't automatically mention a post creator on private posts 2019-12-07 21:42:55 +00:00
23cdc9cec8 Fixes issue 7914: Reshares got crumbled 2019-12-07 21:05:14 +00:00
b1fa0e8e26 ACL: Contact list is now sorted, forums reappeared 2019-12-06 07:25:21 +00:00
41f8796ffc Delivery of reshares 2019-12-06 06:39:50 +00:00
03e2b04e8f
Merge pull request #7910 from annando/notice
Fix a notice about an undefined "attach" index
2019-12-06 07:27:16 +01:00
4b2acb74d5 Fix a notice about an undefined "attach" index 2019-12-06 04:34:20 +00:00
7cfe05f849 Restore correct test for hidewall in ACL::getFullSelectorHTML 2019-12-05 20:05:47 -05:00
96555a7385
Refactor "Authentication" class with four main methods:
- withSession() - for auto authentication with Session/Cookie variables
- withOpenId() - for authentication with an OpenID account
- withPassword() - for authentication with Password
- setForUser() - for setting the user auth context of the current session

Refactor "Session" class - contains now "native" Session Management methods
2019-12-05 23:02:51 +01:00
18a3d18ba6
Move Authentication methods to class "Authentication" 2019-12-05 23:02:50 +01:00
5bb63e59e0
Move App::internalRedirect to BaseUrl::redirect 2019-12-05 23:02:50 +01:00
c28f1fec51
General usage of type in input fields 2019-12-05 21:42:33 +01:00
e6da666885
Make Two Factor Field numeric 2019-12-05 20:19:25 +01:00
4e77321be8 Replaced all preg calls in the calls with the new function 2019-12-05 06:42:10 +00:00
e435102089 Added logging, fixed indentation, call it from DFRN as well 2019-12-05 05:28:28 +00:00
838a233bfc Handling reshares of Friendica posts with titles via Diaspora 2019-12-05 05:11:14 +00:00