Commit Graph

19753 Commits

Author SHA1 Message Date
rainydaysavings
bc66e2c2a2 [COMPONENT] Posting form restructure and minor fixes 2021-09-14 13:06:44 +01:00
rainydaysavings
a8e43a4867 [TWIG] Timeline structure rework 2021-09-14 13:06:44 +01:00
rainydaysavings
7fab19fd8f [ROUTE] Home timeline added 2021-09-14 13:06:44 +01:00
rainydaysavings
d08757d0a4 [CONTROLLER] Home timeline controller work 2021-09-14 13:06:44 +01:00
rainydaysavings
9e3eb9992f [UI] Posting form styling work 2021-09-14 13:06:44 +01:00
rainydaysavings
1eab561b40 [COMPONENT] Posting form now shows a random default string 2021-09-14 13:06:44 +01:00
rainydaysavings
315a70ba0d [UI] Links removed since they are part of a plugin 2021-09-14 13:06:44 +01:00
rainydaysavings
9fcd18f751 [UI] Post form new structure first styling implementation 2021-09-14 13:06:43 +01:00
rainydaysavings
8a5cadf8d2 [UI] Small border fix 2021-09-14 13:06:43 +01:00
rainydaysavings
9b421e0095 [COMPONENTS] Small fix 2021-09-14 13:06:43 +01:00
rainydaysavings
160e56c61e [UI][TWIG] Better, divided form rendring of the posting form 2021-09-14 13:06:43 +01:00
rainydaysavings
c837194af2 [UI] Small border radius problem fix 2021-09-14 13:06:43 +01:00
rainydaysavings
1563ebc546 [COMPONENT] Posts scope initial form 2021-09-14 13:06:43 +01:00
rainydaysavings
fe0af2caed [UI] Fixing login and register styling, refactoring 2021-09-14 13:06:43 +01:00
rainydaysavings
99ac4dc2a3 [UI] Fixing issue where notices wouldn't break text 2021-09-14 13:06:43 +01:00
rainydaysavings
396af498a2 [UI] Fixing static pages styling 2021-09-14 13:06:43 +01:00
rainydaysavings
a85b5b44f1 [UI] Fixes to settings CSS 2021-09-14 13:06:42 +01:00
rainydaysavings
2c59dcefcf [UI] Finalizing timeline structure and CSS 2021-09-14 13:06:42 +01:00
rainydaysavings
33832297bd [UI] New reset CSS to deal with firefox's abysmal and evil defaults 2021-09-14 13:06:42 +01:00
Hugo Sales
b624359b9a [ActivityPub] Initial cleanup, removing 'die' statements, and ignoring the subfolders 2021-09-14 13:06:39 +01:00
Hugo Sales
38cfec8593 [UI][TWIG] Small UI cleanup and change twig 'active' function to check for starts with, rather than equals 2021-09-14 13:05:58 +01:00
Hugo Sales
f2ab77c3a9 [DB][MEDIA] Small database structure changes 2021-09-14 13:05:58 +01:00
Hugo Sales
4507b12976 [MEDIA] Only try to get an avatar if a user is logged in 2021-09-14 13:05:58 +01:00
Hugo Sales
6ed89c77f4 [UI][NOTE] Post and see attachments 2021-09-14 13:05:57 +01:00
Hugo Sales
a5cf89674e [DEPENDENCY] Add tgalopin/html-sanitizer-bundle and transitively tgalopin/html-sanitizer 2021-09-14 13:05:57 +01:00
Hugo Sales
9649bec01e [MEDIA][CACHE] Cache avatar queries and delete stale values; small refactoring 2021-09-14 13:05:57 +01:00
Hugo Sales
e3c5d7e5dc [UI][MEDIA] Add actor avatar in feed timeline 2021-09-14 13:05:57 +01:00
Hugo Sales
de22f18abf [SECURITY] Fix error in user registering where password wasn't hashed 2021-09-14 13:05:57 +01:00
rainydaysavings
1b350d51fc [UI] Fixing timeline notice structure and CSS 2021-09-14 13:05:57 +01:00
rainydaysavings
3def39fed3 [UI] Fix left panel new dynamic components view 2021-09-14 13:05:57 +01:00
Hugo Sales
09a2541c36 [UI][SELFTAGS] Display 'none' if the user doesn't have selftags 2021-09-14 13:05:57 +01:00
Hugo Sales
2486eb1949 [UI][ACCOUNT][SETTINGS] Hack to fix error related to phone number, until a solution is found upstream 2021-09-14 13:05:57 +01:00
Hugo Sales
b19be6be52 [UI][LEFT] Add # before selftags, and link 2021-09-14 13:05:56 +01:00
Hugo Sales
7e4138399c [UI][FAQ] Fix static pages 2021-09-14 13:05:56 +01:00
Hugo Sales
9159fe8d05 [CONTROLLER] Stop propagation of kernel.controller so notices aren't posted 5 times. Not sure why it happens otherwise 2021-09-14 13:05:56 +01:00
Hugo Sales
6f01b0cebe [WRAPPER][HTTPClient] Static wrapper around Symfony's HTTP Client 2021-09-14 13:05:56 +01:00
Hugo Sales
be83d3532e [DB][FOLLOW] Change Follow table 2021-09-14 13:05:56 +01:00
Hugo Sales
65a129aac6 [UI][CACHE][DB] Add follow counts to left panel, caching the results; change follow table 2021-09-14 13:05:56 +01:00
Hugo Sales
3c67773e59 [UI][LEFT] Add link to settings on avatar and personal info 2021-09-14 13:05:56 +01:00
Hugo Sales
c8e8f1f057 [ENTITY] Add Entity base class to all entities 2021-09-14 13:05:56 +01:00
Hugo Sales
d548dc9284 [MODULE][Left][UI][TAGS] Add Left module which handles fetching tags and followers, fix self tags 2021-09-14 13:05:56 +01:00
Hugo Sales
31ccb2d07b [DB][File] Remove timestamp, add actor_id 2021-09-14 13:05:55 +01:00
Hugo Sales
2e9c340684 [DB][AVATAR] Remove extraneous slash 2021-09-14 13:05:55 +01:00
Hugo Sales
44d4aade95 [DB][DEFAULTS] Add avatar/default 2021-09-14 13:05:55 +01:00
Hugo Sales
7f1ce816ae [UserPanel] Fix upload of avatar 2021-09-14 13:05:55 +01:00
Hugo Sales
f255d29078 [Media] Use utils 2021-09-14 13:05:55 +01:00
Hugo Sales
8cfa883c1b [DB] Add 'dql' method to wrap 'createQuery' and replace 'Gsactor' with 'GSActor' 2021-09-14 13:05:55 +01:00
Hugo Sales
688ee18411 [Media] Move code from media.php to utils.php 2021-09-14 13:05:55 +01:00
Hugo Sales
72876fe8dc [MODULE][Posting] Add Posting module, which handles notice posting 2021-09-14 13:05:55 +01:00
Hugo Sales
e1002eb605 [MEDIA] Move avatar fetching and adding to ouput to media component 2021-09-14 13:05:55 +01:00