Commit graph

341 commits

Author SHA1 Message Date
eef85584c2 AP: Parsing of messages from Pleroma should work now again 2019-04-26 06:17:37 +00:00
af92f46a2d Workaround for systems who don't use a correct context in ActivityPub 2019-04-25 13:30:30 +00:00
1480380af6
Basepath Hardening 2019-04-14 16:17:58 +02:00
03e149270b
bugfix 2019-04-14 14:40:26 +02:00
1dd1684885
Hardening save method in BaseURL 2019-04-10 20:38:39 +02:00
40c075cf47
BaseURL hardening 2019-04-09 08:48:04 +02:00
edd4f06ad0
Adding tests 2019-04-09 08:31:18 +02:00
318a3ca785
Create own base URL class which holds the whole base url business logic 2019-04-09 08:31:16 +02:00
6f94e51ba6 Add Strings::sanitizeFilePathItem method 2019-03-31 21:39:19 -04:00
55325f191b Merge remote-tracking branch 'upstream/develop' into ap-delivery-failure 2019-03-26 21:36:46 +00:00
198e150ba8 Archive inboxes after 5 days of delivery failures 2019-03-25 21:51:32 +00:00
d78598b64e
Fixing basepath issue 2019-03-25 09:39:33 +01:00
23654ce566
Added Update checks
- Logging
- Console
- Admin overview
2019-03-24 22:51:30 +01:00
49def0dc27
Adding ConfigFileSaver and tests 2019-03-24 13:47:35 +01:00
fa31bb6dde
remove basepath and hostname from admin panel and add update path 2019-03-24 13:47:31 +01:00
383a6715c3
Added first version of ConfigCacheSaver 2019-03-23 19:34:54 +01:00
d03dedee63 Set Timezone to 'UTC' for every Logger (Develop) 2019-03-22 23:14:48 -04:00
f63956851b Adding Logger Tests 2019-03-22 23:13:26 -04:00
aee348fa02 Adding Logger Tests 2019-03-22 23:13:26 -04:00
7bebb03f95 Fix php doc 2019-03-22 23:13:25 -04:00
eec4ee3fed Rename & Testfix 2019-03-22 23:13:25 -04:00
cc8a6c85ae typo 2019-03-22 23:13:24 -04:00
7658916540 Added StreamLoggerTest 2019-03-22 23:13:24 -04:00
81ba5376d0 Added StreamLogger and ProfilerLogger 2019-03-22 23:13:23 -04:00
22f1983cc0 cleanup sysloglogger 2019-03-22 23:11:14 -04:00
25b6db6aca Moving Profiling to class 2019-03-22 23:07:39 -04:00
4810ca570f Refactored Logging environment (cleaned up) 2019-03-22 23:00:38 -04:00
21158e7699 Syslog - Disabling 2019-03-22 22:55:46 -04:00
d712d36814 Adding UID and Level To String mapping 2019-03-22 22:52:46 -04:00
ae40963507 Code cleanup 2019-03-22 22:52:46 -04:00
ec59e538fc Adding ident 2019-03-22 22:52:46 -04:00
9c5e0ae415 Adding SyslogLogger 2019-03-22 22:52:45 -04:00
0aab620d32 Enable remote authentication with HTTP Signatures 2019-03-19 06:44:51 +00:00
a876c20850 Use HTTP-Signature to authenticate when fetching photos. 2019-03-18 22:33:20 +00:00
0c738c4f8b Exclude punctuation from domain in autolinker regular expression 2019-03-17 19:37:26 -04:00
8f96e383a7
Remove new lines from domain name part of autolinker regular expression in Util\Strings
- Fixes issue where the autolinker would include the next paragraph is a pathless URL was followed by new lines.
2019-03-11 14:37:56 -04:00
184b51ec56 Move autolink regex in Util\Strings 2019-03-09 23:25:53 -05:00
d40cbdce32 Remove unnecessary @throws tag in Util\Network 2019-03-08 22:39:08 -05:00
a911baf8e5 Avoid transmitting a deletion message when we don't have a key 2019-03-04 06:52:43 +00:00
888e2ce2a9 Added forgotten "use" 2019-03-03 07:05:57 +00:00
3237dab1a4 Added warning about an empty key 2019-03-03 07:01:11 +00:00
0b2cdf5d26 Issue 6395: Don't log details to avoid memory issues 2019-02-28 09:07:24 +00:00
2b53784094
Reuse existing Strings::getRandomHex function 2019-02-27 18:32:25 +01:00
8c1db51a76 Improve Logger calls
- Replace various deprecated Logger::log calls
- Reassign log level for verbose log calls
2019-02-23 17:32:11 -05:00
1917f04153 Rewrite Term class
- Move term type constants from TERM_* to Term::*
- Move term object type constants from TERM_OBJ_* to Term::OBJECT_TYPE_*
- Add Term::isType() method
- Add Strings::startsWith()  method
2019-02-23 17:32:11 -05:00
1a0398a5b3
Merge pull request #6723 from nupplaphil/issue/6658-worker_id
Adding worker ID to log
2019-02-23 08:38:08 -05:00
3aae84edd1
[rendertime] Timing problem during addon config read 2019-02-23 01:24:08 +01:00
ee37632695
Adding worker id & functionname to worker logs 2019-02-22 20:10:27 +01:00
466f7a0ee5
adding test 2019-02-20 17:20:17 +01:00
107293bd61
Fixing rendertime 2019-02-20 17:12:40 +01:00