Commit Graph

501 Commits (907f45b0f47c7ddb3c2296819e2a3291b4b06d07)

Author SHA1 Message Date
Hypolite Petovan 5feb80397f Added test for code blocks containing HTML entities in HTMLTest::toBBCode 2 years ago
Philipp Holzer 03164d00e8
Add feedback and tests 2 years ago
Philipp Holzer 7471b7698b
Adapt filesystem tests 2 years ago
Philipp Holzer 065b46c721
Split Storage usage and Storage configuration 2 years ago
fabrixxm fcc284577d Fix typo in test for ParsedLogIterator 2 years ago
Hypolite Petovan d9cd2f5bca
Merge pull request #10773 from annando/issue-10772
Issue 10772: Avoid duplicated links in AP posts
2 years ago
Michael 0b333ef6bc Fixed test error 2 years ago
Michael dd6e321c97 Added test 2 years ago
fabrixxm ab7de16aca Fix code style 2 years ago
fabrixxm eadcc8dc93 Handle reading empty file in ReversedFileReader
fix #10766
2 years ago
Hypolite Petovan d78661817e
Merge pull request #10693 from nupplaphil/feat/config_dir
Add the possibility to use a different configuration directory
2 years ago
Philipp Holzer b7c262bee6
Fix test 2 years ago
Philipp Holzer 27e4586597
Move path determination logic into the `ConfigFactory` 2 years ago
Hypolite Petovan 8e99b7f775 Refine BBCode::expandTags regular expression
- Now requires the tag to be preceded by either a non-word character or a start of a line
- Added corresponding tests
2 years ago
Philipp Holzer 5702944116
Add the possibility to use a different configuration directory 2 years ago
Philipp Holzer 0d6884a8a9
Fix `http_code` usage in case of failures 2 years ago
Philipp Holzer d517fed12d
Add test for https://github.com/friendica/friendica/issues/10473#issuecomment-907749093 2 years ago
Philipp Holzer befd5c860d
Fix headers (string to array) and make sure the signature doesn't change 2 years ago
Philipp Holzer f2dcc2788d
Add Test for HTTPSignature::createSig() 2 years ago
Philipp Holzer d4a233a149
Extend test capability for HTTP Requests 2 years ago
Philipp Holzer c7f54d83ce
Introduce DiceTestTrait for partial mocking DI:: calls 2 years ago
Philipp Holzer 3eb2abdb2a
Adapt tests 2 years ago
Philipp Holzer 52c7948526
Create HTTPClientFactory and introduce ImageTest 2 years ago
Philipp Holzer 26401e88b8
IHTTPResult::getContentType is now a string again 2 years ago
Philipp Holzer 82f767f2ee
Fix Content-Type for `CurlResult` class 2 years ago
Philipp Holzer dee1899628
Fix IHTTPResult::getHeader/s()
- Split functionality "getHeader()" and "getHeaders()" analog to IMessageInterface::getHeader/s()
- Fix functionality at various places - Adapt CurlResultTest
2 years ago
Philipp Holzer 05ecd1e3d4
Replace IHTTPResult for CurlResult usages 2 years ago
Hypolite Petovan 632d1024f7
Merge pull request #10309 from fabrixxm/feature/advanced-logsview
Display structured logs in admin
2 years ago
fabrixxm 7f695197aa Fix review points
- Fix headers hierarchy
- Improve accessibility:
 	- set mouse pointer
	- make rows focusable
	- open on key press
	- add tooltip with "title"
	- add role and aria attributes
- Rename `ParsedLog` to `ParsedLogLine`
- Add docs to `ReversedFileReader`'s implementation of `Iterator`'s methods
- Add docs to `ParsedLogIterator`'s implementation of `Iterator`'s methods
- Remove unnecessary comment
- Add more test for parsing log lines and fix some edge cases
- Fix function name in snake-case to camelCase
- Remove `DIRECTORY_SEPARATOR`
2 years ago
Hypolite Petovan 940a9b2505 Add test for issue #10617 2 years ago
fabrixxm 5520f100b2 Fix `ParsedLogIteratorTest::setUp()` 2 years ago
fabrixxm dd2abc7aff Fix code standard 2 years ago
fabrixxm ce0d7616cc Add tests for ParsedLogIterator 2 years ago
fabrixxm a62124285d Add tests for ParsedLog and fix parsing 2 years ago
Hypolite Petovan 42c21df118 Add tests for a couple of static methods of Protocol\ActivityPub\Processor 2 years ago
Philipp Holzer 1901716479
Lower complexity for valid backends (replace hashmap with a "simple" name array) 2 years ago
Philipp Holzer c17bc55158
Introduce InvalidClassStorageException and adapt the code for it 2 years ago
Philipp Holzer d0536ebea7
Rename ISelectableStorage to IWritableStorage 2 years ago
Philipp Holzer 470ba8b61b
Fixup Database behaviour 2 years ago
Philipp Holzer 90c99520bb
Fix Storage Exceptions 2 years ago
Philipp Holzer 29c7552df5
Refactor IStorage 2 years ago
Michael ab24f58bad Parser is now session 2 years ago
Michael dd4f270b11 And again 2 years ago
Michael 3a230bedd5 And again 2 years ago
Michael e53289d3f3 Again 2 years ago
Michael 9ce43ad21d Tests 2 years ago
Michael c89533a70b Support for stacked profiler analysis 2 years ago
Hypolite Petovan 3cef3ab107
Merge pull request #10548 from annando/args
Replaced argv/argc with replacement functions
2 years ago
Michael 2b41b322bc Tests 2 years ago
Michael 5a87ccf026 Getter/Setter for theme info 2 years ago