Commit Graph

19684 Commits

Author SHA1 Message Date
Hugo Sales
179d7f3335 [UTILS] Make bitmap not use a static class var and set object properties as lowercase 2021-09-14 13:06:53 +01:00
Hugo Sales
147ff89e74 [NoteAction] Refactor duplicated code out to base class 2021-09-14 13:06:53 +01:00
Hugo Sales
a6c24393b5 [NOTE] Add isVisibleTo 2021-09-14 13:06:53 +01:00
Hugo Sales
0c0b00da93 [Directory] Add missing use statement 2021-09-14 13:06:53 +01:00
Hugo Sales
29082f4aa9 POSTING remove REPLY route 2021-09-14 13:06:52 +01:00
Hugo Sales
63d2d58e9e [EXCEPTION] Make findOne return NotFoundException 2021-09-14 13:06:52 +01:00
Hugo Sales
c07a0cdcd5 [EXCEPTION] Add base class to invalid form exception and add URL arguments to redirect exception 2021-09-14 13:06:52 +01:00
Hugo Sales
0e332b718e [SECURITY] Fix getRoles 2021-09-14 13:06:52 +01:00
Hugo Sales
c0ce25c352 [MODULES] Fix module manager dev-mode rebuild 2021-09-14 13:06:52 +01:00
Hugo Sales
0a56061639 [UI] Only show note action buttons if a user is logged in 2021-09-14 13:06:52 +01:00
Hugo Sales
2164f21834 [Controller] Fix exception handler to recurse on the exception's previous (in some contexts, RedirectException gets wrapped) 2021-09-14 13:06:52 +01:00
Hugo Sales
ffcf909bda [UTIL] Update bitmap base class, making using easier 2021-09-14 13:06:52 +01:00
Hugo Sales
a248f23cef [Reply] Move reply functionality to a plugin 2021-09-14 13:06:52 +01:00
Hugo Sales
72208b066c [NoteActions] Refactor note actions and fix bug in favourite 2021-09-14 13:06:51 +01:00
Hugo Sales
4c15271d36 [UI] Display error when submitted form is invalid 2021-09-14 13:06:51 +01:00
Hugo Sales
5fc7647c40 [MODULE][DB] Added support for loading entity definitions from modules 2021-09-14 13:06:51 +01:00
Hugo Sales
7de1654f9a FIXUP WITH DOCTRINE DEV 2021-09-14 13:06:51 +01:00
Hugo Sales
41f90f07b1 [Bridge] Replace zero dates with CURRENT_TIMESTAMP 2021-09-14 13:06:51 +01:00
Hugo Sales
6a2a0d4e66 [TOOLS] Add support for updating autocode in modules 2021-09-14 13:06:51 +01:00
Hugo Sales
cc758f6a8e [AUTOGENERATED] Update autogenerated code in module entities 2021-09-14 13:06:51 +01:00
Hugo Sales
a9b6bc78a6 [CONFIG][DEV][DOCTRINE] Add doctrine stacktrace tracking in dev mode 2021-09-14 13:06:51 +01:00
Hugo Sales
b906dde059 [EXCEPTION][UI][UX] Add RedirectException, which can be thrown anywhere to redirect somewhere, and an exception handler 2021-09-14 13:06:51 +01:00
Hugo Sales
420b4767b2 [UI][NOTE] Add reply to in UI 2021-09-14 13:06:51 +01:00
Hugo Sales
9573cab4cb [Posting] Fix form name and remove unused recycle route and controller 2021-09-14 13:06:50 +01:00
Hugo Sales
9865798766 [Media] Add cache control directive to all files served 2021-09-14 13:06:50 +01:00
Hugo Sales
6b1689e1df [Repeat][Favourite] Only display action buttons if logged in (instead of forcing login) 2021-09-14 13:06:50 +01:00
Hugo Sales
7af424b64a [DB] Add rendered collumn to note table, so we can preserve microtags from other services 2021-09-14 13:06:50 +01:00
Hugo Sales
460cbbd4c9 [DB] Fix local_user table to use a numeric id, since the username is editable 2021-09-14 13:06:50 +01:00
rainydaysavings
a69c9a4f25 [TWIG] Improving view template structure 2021-09-14 13:06:50 +01:00
rainydaysavings
099c4220d2 [TWIG] Adding active rules 2021-09-14 13:06:50 +01:00
rainydaysavings
244aa4af08 [UI] CSS polish all around 2021-09-14 13:06:50 +01:00
rainydaysavings
492360ceeb [CONTROLLER][ROUTE] Favourites page initial query implementation and routing 2021-09-14 13:06:50 +01:00
rainydaysavings
651ec890d6 [UI] Fixing Login CSS issues 2021-09-14 13:06:49 +01:00
Hugo Sales
55466143f2 [UI][FEED] Fix scope in timelines; major rewrite of home timeline query, still missing scoping and paging 2021-09-14 13:06:49 +01:00
Hugo Sales
e1181ab998 [DB][DEFAULTS] Change attachment storage location from uploads to attachments 2021-09-14 13:06:49 +01:00
Hugo Sales
3b86a46625 [DB] Rename notice to activity in notification table 2021-09-14 13:06:49 +01:00
Hugo Sales
51a398f27a [UI] Subtract self follow from total user follows 2021-09-14 13:06:49 +01:00
Hugo Sales
6e11143b79 [DB][NOTE] Update scope 2021-09-14 13:06:49 +01:00
Hugo Sales
6165f7cd55 [Media] Display images and videos inline in notes 2021-09-14 13:06:49 +01:00
rainydaysavings
a9d5f8ac5b [UI][TWIG] Fixing note actions placement and size, more descriptive rules 2021-09-14 13:06:49 +01:00
Hugo Sales
26f01c4c92 [Posting] Fix posting form name and css 2021-09-14 13:06:49 +01:00
Hugo Sales
07078414bb [FORM] Add names to forms 2021-09-14 13:06:48 +01:00
Hugo Sales
adc843c1d6 [DB] Add Activity table, to store all known activity 2021-09-14 13:06:48 +01:00
Hugo Sales
d95c22cb3e [EXCEPTION] Fix exceptions not being translated 2021-09-14 13:06:48 +01:00
Hugo Sales
80cefca90d [DB] Add wrapper for making native queries 2021-09-14 13:06:48 +01:00
Hugo Sales
a98af6ab6a [Directory] Add directory plugin, for listing people and groups 2021-09-14 13:06:48 +01:00
Hugo Sales
6dbd239544 [Posting] Add missing includes 2021-09-14 13:06:48 +01:00
rainydaysavings
7cb13ee5e9 [UI] All radio buttons now look like they should 2021-09-14 13:06:48 +01:00
rainydaysavings
ff9b5d9c01 [PLUGIN] Removing unnecessary labels 2021-09-14 13:06:48 +01:00
rainydaysavings
0649095e88 [TWIG] Making notes view more easily customizable 2021-09-14 13:06:48 +01:00