ebfd41ba0d
[CONFIGURATION] Remove the individual language settings from social.yaml, as these are not something that changes at runtime
Hugo Sales
2020-11-06 19:49:41 +00:00
3301770642
[COMMAND] Change the way ListEventsCommand outputs the results to use the output interface and add some formatting
Hugo Sales
2020-11-06 19:48:40 +00:00
e8feb2ae84
[DOCUMENTATION][REFACTOR] Add documentation to all flagged function and do some small cleanup
Hugo Sales
2020-11-06 19:47:15 +00:00
67d4702743
[HOOKS] Update pre-commit script to check for missing documentation in functions
Hugo Sales
2020-11-06 16:50:42 +00:00
de8fa87079
[DEPENDENCIES] Update dependencies
Hugo Sales
2020-11-06 16:50:07 +00:00
8ce1c1cee6
[DEPENDENCIES] Update dependencies
Hugo Sales
2020-10-19 18:43:05 +00:00
1949e0b987
[EVENT] Rename event names to camel case to make finding handlers easier
Hugo Sales
2020-10-19 18:22:59 +00:00
0b759da780
[REGISTER] Add self follow when registering, fixing the '-1 followers' bug
Hugo Sales
2020-10-11 20:27:50 +00:00
089c710711
[SETTINGS][NOTIFICATIONS] Fix error when displaying the user notification settings page
Hugo Sales
2020-10-11 17:19:29 +00:00
221829c6fd
[Reply] Fix missing use statement
Hugo Sales
2020-10-10 20:05:16 +00:00
be324bb390
[CONTROLLER] Fix use of undefined variable
Hugo Sales
2020-10-10 18:25:49 +00:00
74350becc5
[POSTING] Fix missing use statement
Hugo Sales
2020-10-10 18:14:03 +00:00
61ebeca706
[CORE] made configure script explicitly fail when bootstrap.env is not present
Tiago Magalhaes
2020-10-07 13:29:17 +01:00
44f51ce715
[CONFIG][CACHE] Move cache configuration from environment variables to the configuration file
Hugo Sales
2020-10-06 20:22:54 +00:00
6cf30f3f65
[UI] Make configured instance name show in UI, fix repeat icon
Hugo Sales
2020-09-30 22:59:34 +00:00
e949dd654a
[CONFIG] Various fixes to use new configuration format
Hugo Sales
2020-09-30 22:57:25 +00:00
c4c693b283
[CONFIG] Fix error on missing or empty local configuration
Hugo Sales
2020-09-30 22:52:01 +00:00
dd40255c4a
[CONFIG][DB] Remove config from the database, put it in yaml, so it can be baked into the container
Hugo Sales
2020-09-22 22:13:36 +00:00
d1ea9d2fdf
[DEPENDENCIES] Update dependencies
Hugo Sales
2020-09-21 19:14:38 +00:00
ebb33cd6f7
[CSS][UI] Update CSS to fix reply note action (icon swap needed) and remove duplication
Hugo Sales
2020-09-21 19:10:11 +00:00
46f1cf9529
[CORE] Add missing use statement in module base class
Hugo Sales
2020-09-21 19:09:11 +00:00
179d7f3335
[UTILS] Make bitmap not use a static class var and set object properties as lowercase
Hugo Sales
2020-09-10 22:28:50 +00:00
147ff89e74
[NoteAction] Refactor duplicated code out to base class
Hugo Sales
2020-09-10 22:28:11 +00:00
a6c24393b5
[NOTE] Add isVisibleTo
Hugo Sales
2020-09-10 22:27:23 +00:00
0c0b00da93
[Directory] Add missing use statement
Hugo Sales
2020-09-10 22:26:46 +00:00
29082f4aa9
POSTING remove REPLY route
Hugo Sales
2020-09-10 22:26:18 +00:00
63d2d58e9e
[EXCEPTION] Make findOne return NotFoundException
Hugo Sales
2020-09-10 22:25:47 +00:00
c07a0cdcd5
[EXCEPTION] Add base class to invalid form exception and add URL arguments to redirect exception
Hugo Sales
2020-09-10 20:44:03 +00:00
0e332b718e
[SECURITY] Fix getRoles
Hugo Sales
2020-09-10 20:42:54 +00:00
0a56061639
[UI] Only show note action buttons if a user is logged in
Hugo Sales
2020-09-10 20:40:58 +00:00
2164f21834
[Controller] Fix exception handler to recurse on the exception's previous (in some contexts, RedirectException gets wrapped)
Hugo Sales
2020-09-10 20:38:40 +00:00
ffcf909bda
[UTIL] Update bitmap base class, making using easier
Hugo Sales
2020-09-10 20:37:10 +00:00
a248f23cef
[Reply] Move reply functionality to a plugin
Hugo Sales
2020-09-10 20:35:57 +00:00
72208b066c
[NoteActions] Refactor note actions and fix bug in favourite
Hugo Sales
2020-09-10 20:29:57 +00:00
4c15271d36
[UI] Display error when submitted form is invalid
Hugo Sales
2020-09-08 00:12:33 +00:00
5fc7647c40
[MODULE][DB] Added support for loading entity definitions from modules
Hugo Sales
2020-09-07 23:53:44 +00:00
7de1654f9a
FIXUP WITH DOCTRINE DEV
Hugo Sales
2020-09-07 23:52:29 +00:00
41f90f07b1
[Bridge] Replace zero dates with CURRENT_TIMESTAMP
Hugo Sales
2020-09-07 23:50:49 +00:00
6a2a0d4e66
[TOOLS] Add support for updating autocode in modules
Hugo Sales
2020-09-07 23:47:50 +00:00
cc758f6a8e
[AUTOGENERATED] Update autogenerated code in module entities
Hugo Sales
2020-09-07 23:47:09 +00:00
a9b6bc78a6
[CONFIG][DEV][DOCTRINE] Add doctrine stacktrace tracking in dev mode
Hugo Sales
2020-09-06 21:42:09 +00:00
b906dde059
[EXCEPTION][UI][UX] Add RedirectException, which can be thrown anywhere to redirect somewhere, and an exception handler
Hugo Sales
2020-09-06 21:38:37 +00:00
420b4767b2
[UI][NOTE] Add reply to in UI
Hugo Sales
2020-09-06 21:34:36 +00:00
9573cab4cb
[Posting] Fix form name and remove unused recycle route and controller
Hugo Sales
2020-09-05 21:28:53 +00:00
9865798766
[Media] Add cache control directive to all files served
Hugo Sales
2020-09-05 21:18:21 +00:00
6b1689e1df
[Repeat][Favourite] Only display action buttons if logged in (instead of forcing login)
Hugo Sales
2020-09-05 21:16:25 +00:00
7af424b64a
[DB] Add rendered collumn to note table, so we can preserve microtags from other services
Hugo Sales
2020-09-05 20:46:37 +00:00
460cbbd4c9
[DB] Fix local_user table to use a numeric id, since the username is editable
Hugo Sales
2020-09-05 20:19:58 +00:00
55466143f2
[UI][FEED] Fix scope in timelines; major rewrite of home timeline query, still missing scoping and paging
Hugo Sales
2020-09-05 02:37:05 +00:00
e1181ab998
[DB][DEFAULTS] Change attachment storage location from uploads to attachments
Hugo Sales
2020-09-05 02:35:46 +00:00
3b86a46625
[DB] Rename notice to activity in notification table
Hugo Sales
2020-09-05 02:34:35 +00:00
51a398f27a
[UI] Subtract self follow from total user follows
Hugo Sales
2020-09-05 02:34:01 +00:00
6e11143b79
[DB][NOTE] Update scope
Hugo Sales
2020-09-05 02:33:29 +00:00
6165f7cd55
[Media] Display images and videos inline in notes
Hugo Sales
2020-09-05 02:28:50 +00:00
a9d5f8ac5b
[UI][TWIG] Fixing note actions placement and size, more descriptive rules
rainydaysavings
2020-09-04 22:04:55 +01:00
26f01c4c92
[Posting] Fix posting form name and css
Hugo Sales
2020-09-04 19:36:37 +00:00
07078414bb
[FORM] Add names to forms
Hugo Sales
2020-09-04 19:35:41 +00:00
adc843c1d6
[DB] Add Activity table, to store all known activity
Hugo Sales
2020-09-04 18:47:13 +00:00
d95c22cb3e
[EXCEPTION] Fix exceptions not being translated
Hugo Sales
2020-09-04 18:46:12 +00:00
80cefca90d
[DB] Add wrapper for making native queries
Hugo Sales
2020-09-04 18:45:28 +00:00
a98af6ab6a
[Directory] Add directory plugin, for listing people and groups
Hugo Sales
2020-09-04 18:44:20 +00:00
6dbd239544
[Posting] Add missing includes
Hugo Sales
2020-09-03 10:48:01 +00:00
7cb13ee5e9
[UI] All radio buttons now look like they should
rainydaysavings
2020-09-04 19:29:02 +01:00