|
2c9bd3575b
|
[AUTOGENERATED] Update auto generated code in entities
|
2021-04-14 15:37:23 +00:00 |
|
|
e1941b6612
|
[TOOLS] Use GSActor rather than Gsactor in autogenerated code
|
2021-04-14 15:37:23 +00:00 |
|
|
256169a3c4
|
[GIT] Change my email to the new one in all files and bump copyright year
|
2021-04-14 15:37:23 +00:00 |
|
|
f51a772826
|
Add some missing documentation to ActivityPub
|
2021-04-14 15:37:23 +00:00 |
|
|
0d2cf6eaa6
|
[DB] Merge definition of SchemaDefDriver with SchemaDefPass for clarity
|
2021-04-14 15:37:23 +00:00 |
|
|
8a14222d51
|
[NETWORK][TreeNotes] Add TreeNotes plugin which takes over the responsibility of displaying a conversation as a tree, in order to reduce the number of queries
|
2021-04-14 15:37:23 +00:00 |
|
|
9c2a911dab
|
[Reply] Fix bug where wrong variable is used when replying to a note
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
cfc8af675f
|
[DEPENDENCIES] Update all dependencies
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
b1cb923036
|
Ensure group table name is quoted, as it's a reserved word in postgreSQL
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
ff1d6d9df8
|
Small update to php dockerfile
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
5c1b3b99f4
|
[DEPENDENCIES] Update dependencies
|
2021-04-14 15:37:23 +00:00 |
|
|
7e9ffbe033
|
[DOCUMENTATION] Add mdBook stub
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
38deea85e2
|
[CONFIGURATION] Remove the individual language settings from social.yaml, as these are not something that changes at runtime
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
91eb3354e3
|
[COMMAND] Change the way ListEventsCommand outputs the results to use the output interface and add some formatting
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
5cced1c9ed
|
[DOCUMENTATION][REFACTOR] Add documentation to all flagged function and do some small cleanup
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
9cc7b6adf5
|
[HOOKS] Update pre-commit script to check for missing documentation in functions
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
1f4f080bd2
|
[DEPENDENCIES] Update dependencies
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
8eb32add3a
|
[DEPENDENCIES] Update dependencies
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
fdaa89e3c9
|
[EVENT] Rename event names to camel case to make finding handlers easier
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
dd8fe29a98
|
[REGISTER] Add self follow when registering, fixing the '-1 followers' bug
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
ed9e4be6b2
|
[SETTINGS][NOTIFICATIONS] Fix error when displaying the user notification settings page
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
69202ce7a0
|
[Reply] Fix missing use statement
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
88ce4cbf80
|
[CONTROLLER] Fix use of undefined variable
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
4c021a2838
|
[POSTING] Fix missing use statement
|
2021-04-14 15:37:23 +00:00 |
|
Tiago Magalhaes
|
4050222bc8
|
[CORE] made configure script explicitly fail when bootstrap.env is not present
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
4b4da170f2
|
[CONFIG][CACHE] Move cache configuration from environment variables to the configuration file
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
8ef85e90e9
|
[UI] Make configured instance name show in UI, fix repeat icon
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
06e92344cc
|
[CONFIG] Various fixes to use new configuration format
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
a9944592c4
|
[CONFIG] Fix error on missing or empty local configuration
|
2021-04-14 15:37:23 +00:00 |
|
Hugo Sales
|
02c7bdf4f0
|
[CONFIG][DB] Remove config from the database, put it in yaml, so it can be baked into the container
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
b34307b74c
|
[DEPENDENCIES] Update dependencies
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
c43f25f4b8
|
[CSS][UI] Update CSS to fix reply note action (icon swap needed) and remove duplication
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
8547c54103
|
[CORE] Add missing use statement in module base class
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
db608ca3c1
|
[UTILS] Make bitmap not use a static class var and set object properties as lowercase
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
abc32ecc0e
|
[NoteAction] Refactor duplicated code out to base class
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
d7ff38fe24
|
[NOTE] Add isVisibleTo
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
4b84ef5183
|
[Directory] Add missing use statement
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
a7b7d487d7
|
POSTING remove REPLY route
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
7e7bfd1958
|
[EXCEPTION] Make findOne return NotFoundException
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
9f4a53dbbd
|
[EXCEPTION] Add base class to invalid form exception and add URL arguments to redirect exception
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
96415f8523
|
[SECURITY] Fix getRoles
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
e0672e559a
|
[MODULES] Fix module manager dev-mode rebuild
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
c8b6db650a
|
[UI] Only show note action buttons if a user is logged in
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
9ae31501cc
|
[Controller] Fix exception handler to recurse on the exception's previous (in some contexts, RedirectException gets wrapped)
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
1330c96681
|
[UTIL] Update bitmap base class, making using easier
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
774d7ffdf9
|
[Reply] Move reply functionality to a plugin
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
0492d71294
|
[NoteActions] Refactor note actions and fix bug in favourite
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
1c37eb7c72
|
[UI] Display error when submitted form is invalid
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
34fab45b6b
|
[MODULE][DB] Added support for loading entity definitions from modules
|
2021-04-14 15:37:22 +00:00 |
|
Hugo Sales
|
b1e49f67f4
|
FIXUP WITH DOCTRINE DEV
|
2021-04-14 15:37:22 +00:00 |
|