friendica/src
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`
2021-08-20 11:02:18 +02:00
..
App "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:48:39 +00:00
Collection Cleanup Code 2021-06-20 13:25:45 +02:00
Console Fix usage 2021-08-16 23:27:43 +02:00
Content Apply suggestions from code review 2021-08-12 18:04:01 +02:00
Core rewording the encouragement and regen of the messages.po 2021-08-17 08:38:06 +02:00
Database Support for stacked profiler analysis 2021-07-27 04:57:29 +00:00
Factory Adding the VAPID keys 2021-08-15 21:24:23 +00:00
Model Fix review points 2021-08-20 11:02:18 +02:00
Module Add DI to ParsedLogIterator, replace constructors with fluent api 2021-08-19 14:56:51 +02:00
Network Return early if body is empty in Network\Probe::updateFromFeed 2021-08-17 09:35:44 -04:00
Object Fix review points 2021-08-20 11:02:18 +02:00
Protocol ActivityPub: Add support for non-link mentions 2021-08-18 14:36:21 -04:00
Render Update copyright 2021-03-29 08:40:20 +02:00
Repository We now use the new account-user-view (and fixed the function name) 2021-07-11 09:39:34 +00:00
Security Some more renamed functions 2021-08-09 20:56:15 +00:00
Util Fix review points 2021-08-20 11:02:18 +02:00
Worker Update src/Worker/PushSubscription.php 2021-08-18 18:54:03 +02:00
App.php Some more renamed functions 2021-08-09 20:56:15 +00:00
BaseCollection.php Update copyright 2021-03-29 08:40:20 +02:00
BaseDataTransferObject.php Update copyright 2021-03-29 08:40:20 +02:00
BaseEntity.php Update copyright 2021-03-29 08:40:20 +02:00
BaseFactory.php Update copyright 2021-03-29 08:40:20 +02:00
BaseModel.php Update copyright 2021-03-29 08:40:20 +02:00
BaseModule.php "getUserId" is now "getLoggedInUserId" 2021-08-09 20:33:46 +00:00
BaseRepository.php Update copyright 2021-03-29 08:40:20 +02:00
DI.php Add DI to ParsedLogIterator, replace constructors with fluent api 2021-08-19 14:56:51 +02:00
LegacyModule.php Update copyright 2021-03-29 08:40:20 +02:00