Commit Graph

20091 Commits

Author SHA1 Message Date
6ce78141a8 [CONTROLLER][UserPanel] Actor nickname cache is updated 2021-12-02 22:21:47 +00:00
5130e7e70f [COMPONENT][Attachment] Update routes to use /object/ namespace 2021-12-02 21:26:06 +00:00
2445b5318d [PLUGIN][Embed] Make it work when content-length header is not provided 2021-12-02 21:26:06 +00:00
bfec10fc95 [COMPONENT][Attachment][Entity][Attachment] getThumbnail can be null 2021-12-02 21:26:05 +00:00
2967b544f5 [CONTROLLER][UserPanel] Nickname now normalized 2021-12-02 20:49:10 +00:00
12557a1e16 [PLUGINS][Oomox] Reset theme colors added 2021-12-02 20:26:27 +00:00
863cfbdedc [CONTROLLER] Old password input type set to password
[CONTROLLER] Notification form fields requirement set to false
2021-12-02 19:32:39 +00:00
f5ec099e9a [COMPONENT][Tag][Search] Fix typo in event handler name mismatch 2021-12-02 19:17:37 +00:00
772ec6efcf [UI] Set html img width and height attributes for avatar 2021-12-02 19:13:33 +00:00
92d5f3ec1e [COMPONENTS][Avatar] Delete correct cache key on avatar update 2021-12-02 19:13:23 +00:00
d915b4b628 [CSS] Note language note view polish 2021-12-02 18:36:18 +00:00
f35dbbd8c1 [COMPONENTS][Search] Polished template
[COMPONENTS][Search] Fix event typo
2021-12-02 16:37:17 +00:00
5cd96669fd [COMPONENTS] LeftPanel and RightPanel checkbox hack trick
The anchor used for the accessibility menu preceded the left/right panel sections, rendering the checkbox useless
2021-12-02 15:49:09 +00:00
9482bb2254 [CSS] Avatar max-height defined 2021-12-02 15:30:24 +00:00
eeaad19754 [Attachment] Move Controller and Entities to a Component
There's no problem in having the templates in the core
2021-12-02 15:14:07 +00:00
37ef8cddfa [ENTITY][Note] Add getLanguageLocale() and getNoteLanguageShortDisplay()
[CARDS][Note] Render note's language short display

[PLUGINS] Bring back titles to Reply, Repeat and Favourite actions
2021-12-02 15:05:49 +00:00
d044039272 [FreeNetwork] Initial multi-protocol support 2021-12-02 14:23:21 +00:00
dbaee08038 [FreeNetwork] Move mentions logic from AP to FN and handle local webfinger mentions properly 2021-12-02 11:12:04 +00:00
53c46127c1 [ActivityPub][Explorer] Store remote's url properly 2021-12-02 11:12:03 +00:00
30f3e2c462 [FEEDS][Home] Fix bug nickname is not unique, but it is for local users 2021-12-02 11:12:03 +00:00
d64bd17422 [COMPONENTS][LeftPanel] Fix template filename 2021-12-01 22:19:00 +00:00
eeb42ef8ea [CONTROLLER][Actor] Provide template with all notes by actor
[ENTITY][Note] Add getAllNotesByActor

[TWIG] Actor profile page now renders all notes by the actor
2021-12-01 21:41:41 +00:00
6bcd42a3a7 [TWIG][Base] Remove user has to be logged in condition when rendering right panel. 2021-12-01 21:15:31 +00:00
5d8bd6c74a [TWIG][Note] Add single note view 2021-12-01 21:07:14 +00:00
6f543ccc06 [ActivityPub][Model][Activity] Translate including objects 2021-12-01 20:53:51 +00:00
e7ee558f4a [TWIG] Fix empty accessibility menu anchor, accesskey anchors placement
[CSS] Dark theme hover/focus border, settings page form visibility
2021-12-01 20:29:11 +00:00
030c966b74 [DOCKER][Accessibility] Add pa11y docker image for automated accessibility tests
TODO: Testing within local social container
2021-12-01 20:29:06 +00:00
dcbb3488c4 [PLUGINS][Reply] Fix onAppendCardNote return 2021-12-01 19:47:45 +00:00
fa7fa81e35 [ICONS][Edit] Add icon class twig block
[CSS] Move edit feed link aligment rules to base.css
2021-12-01 19:47:45 +00:00
4155926ebf [CSS] Removing arbitrary unit values 2021-12-01 19:47:44 +00:00
db0909a1c7 [CSS] Fix color swatch styling, simplified rules 2021-12-01 19:47:44 +00:00
74bab8e7aa [COMPONENTS][Left][CONTROLLER][EditFeeds] Add missing action and method to <form> 2021-12-01 19:47:44 +00:00
b7fe924bdd [TOOLS][DOCS] Add missing doc blocks, as signaled by doc-checker 2021-12-01 19:47:44 +00:00
d58483a6ca [TOOLS] Cleanup PHPStan warnings 2021-12-01 19:47:43 +00:00
0b57b20d38 [UI][PLUGIN][Reply][Favourite][ENTITY][Feed] Remove replies and favourite links from navigation/view.html.twig and add them to the feeds section 2021-12-01 19:47:43 +00:00
36613a826d [CONTROLLER][PLUGIN][Reply] Move reply controller to it's plugin 2021-12-01 19:47:43 +00:00
73981030fa [CONTROLLER][COMPONENT][Left] Move edit feeds controller to the Left component 2021-12-01 19:47:43 +00:00
475bb1a033 [UTIL][EXCEPTION][BugFoundException] Use only the relative path, for convenience and to avoid potentially leaking the sysadmin's user 2021-12-01 19:47:42 +00:00
d4c77925d2 [CORE][DB][ENTITY][Actor] Make DB::dql return a chunked array if selecting multiple entities, remove partitioning from callsite
`DB::dql('select a, b, from a join b')` would previously return `[a,
b, a, b, ...]` (or even `[b, a, b, a, ...]`), and now will return
`[[a, a, ...], [b, b, ...]]`. The issue would be further compounded
when selecting even more entities, where the order would be
unpredictable
2021-12-01 19:47:42 +00:00
6c7f69dd94 [ENTITY][Actor] Partition the results of the joint query into a separate list of ActorsCircles and ActorTags, as desired 2021-12-01 19:47:42 +00:00
a3e5f7646c [CONTROLLER][UserPanel] Use only the ActorTags in the settings 2021-12-01 19:47:42 +00:00
3fbd2cd2b9 [PLUGIN][RelatedTags] Remove duplicate results 2021-12-01 19:47:41 +00:00
4f7e243bee [CORE][DB] Don't do column renaming if a list of entities is specified 2021-12-01 19:47:41 +00:00
ed5f6b6eed [COMPONENTS][Search][UI] Use base template and macros to display search results 2021-12-01 19:47:41 +00:00
424df54a1b [ActivityPub] Add HTTP Signatures 2021-12-01 19:47:41 +00:00
123544fa50 [ActivityPub] Port Postman 2021-12-01 19:47:40 +00:00
df3fbbc9e7 [ActivityPub] Add ActivityToType
Minor bug fixes
2021-12-01 19:47:39 +00:00
4ddd00a091 [NOTIFICATION] Add FreeNetwork distribution 2021-11-30 00:48:46 +00:00
84217ec866 [CSS] Fix multiple select box styling 2021-11-29 23:12:10 +00:00
f92c00c7aa [CONTROLLER][Feeds] Add block prefixes to distinguish form groups
[TWIG] Divide form into various groupings for clearer representation
2021-11-29 23:12:09 +00:00