|
2fd46ca886
|
[TOOLS] Continue raising PHPStan level to 6
|
2022-10-19 22:39:17 +01:00 |
|
|
259d2da05a
|
[CORE][Controller] Add default handler for when using http methods
|
2022-03-23 13:23:43 +00:00 |
|
|
7a8d67f1e2
|
[CORE][Controller] Fix bug where a JSON request could not recieve a redirect response
|
2022-03-04 15:14:05 +00:00 |
|
|
5188a473d0
|
[TOOLS] Fix errors reported by PHPStan
|
2022-02-28 15:47:37 +00:00 |
|
|
adf484f58a
|
[COMPONENTS][Posting] No error to ignore was reported on line 161, removed ignore
[PLUGINS][Directory] Further documentation work
[CORE][Controller] Separating workflows, setting proper return types
[TWIG][Security] Removing unused stylesheet calls
|
2022-01-26 20:54:55 +00:00 |
|
|
a8a8cc4046
|
[COMPONENT][Posting] Plumb in reply_to and redirecto to GET from
|
2022-01-03 21:20:26 +00:00 |
|
|
f5fc7b6cd1
|
[CORE][Controller] Add facility for either returning null or throwing, from Controller->{int,string,bool}
|
2022-01-03 18:02:33 +00:00 |
|
|
5fa8056899
|
[COMPONENT][Collection] Refactoring: Further work in abstracting collections
|
2022-01-03 02:18:43 +00:00 |
|
|
f42e91d2bc
|
[CORE][Controller] Allow plugins to override redirect responses
|
2022-01-02 23:50:14 +00:00 |
|
|
362fc6c7dd
|
[CORE][Controller] Set some safe default headers for every response
|
2022-01-02 23:50:14 +00:00 |
|
|
acc84d757c
|
[CORE][Controller] Make Controller->{int,bool,string} functions return null if the GET parameter doesn't exist
|
2022-01-01 20:03:40 +00:00 |
|
|
b7872ba4ee
|
[CORE][Controller][FeedController] Use controller instance for filtering, making FeedControler->postProcess function non-static
|
2021-12-31 21:03:17 +00:00 |
|
|
0ae24f6088
|
[CORE][Controller][FeedController] Use controller instance for filtering, making FeedControler->postProcess function non-static
|
2021-12-30 18:28:57 +00:00 |
|
|
b84315c95b
|
[TOOLS] Fix errors reported by PHPStan at level 4
|
2021-12-27 17:35:33 +00:00 |
|
|
3e13765f62
|
[CORE][SCOPE] Implement basic visibility in feeds
|
2021-12-26 16:48:34 +00:00 |
|
|
7d8cce3b27
|
[COMPONENT][Feed] Correct queries and introduce new feeds
Refactor feeds and search to use a common query builder
|
2021-12-24 00:44:39 +00:00 |
|
|
23f94ac961
|
[CORE][Controller] Define html format as default
|
2021-12-20 13:32:49 +00:00 |
|
|
3b8a3e953d
|
[CONTROLLER][FeedController] Make post processing happen more automatically, reducing noise in individual controllers. Now it's enough to simply extends App\Core\Controller\FeedController, to implement a feed
|
2021-12-08 10:20:37 +00:00 |
|
|
d8147cbd2d
|
[PLUGINS][AttachmentShowRelated] Fixed note template error. Fixed if statement.
[CORE][Controller] Commented CSP out.
|
2021-11-24 12:46:32 +00:00 |
|
|
8077bdb0b5
|
[CORE][Controller] CSP default-src changed to 'self' to allow internal redirects.
|
2021-11-17 01:29:36 +00:00 |
|
|
1d31bd651e
|
[CORE][Controller] Added Content-Security-Policy response header.
|
2021-11-17 00:49:23 +00:00 |
|
|
bf5ffe7d3d
|
[CACHE][TEST] Fix errors in cache implementation found by tests
|
2021-11-15 19:25:44 +00:00 |
|
|
c352e40518
|
[CORE][Controller] Allow plugins to override the Twig templates
|
2021-10-28 14:29:34 +01:00 |
|
|
99ab24ec23
|
[CORE][Controller] Allow routes without text/html response
Improve GET getters
|
2021-10-27 04:19:23 +01:00 |
|
|
2d8b220e92
|
[CORE][Controller] Make Controller abstract, handle an optional non static method and use static::class rather than get_called_class
|
2021-09-27 19:50:56 +01:00 |
|
|
67d62cf37b
|
[TWIG] Remove kludge event TwigPopulateVars
|
2021-09-18 07:27:35 +01:00 |
|
|
365edbaff0
|
[ActivityStreamsTwo] Initial Actor support
Various bug fixes
|
2021-09-15 10:26:53 +01:00 |
|
|
4e30e5aad9
|
[TOOLS] Fix all issues found by PHPStan level 2
|
2021-09-14 13:13:44 +01:00 |
|
|
add8f4a52f
|
[TOOLS] Fix all errors found by PHPStan level 1
|
2021-09-14 13:13:42 +01:00 |
|
|
e8ae0b74e0
|
[CORE][Controller] Switch order for content negotiation: allow events to take precedence. Bring back default JSON response
|
2021-09-14 13:13:41 +01:00 |
|
|
1d5fd1aefa
|
[CORE][Controller] Fix Controller::__invoke so it actually passes on the route parameters to the controller method. Add Controller->string , which gets a query parameter as a string value, or null if not set
|
2021-09-14 13:13:40 +01:00 |
|
|
be27a10244
|
[EVENTS] Rename event RouteInFormat to ControllerResponseInFormat
|
2021-09-14 13:13:39 +01:00 |
|
|
fd3b57dc24
|
[CORE][Controller] Make it possible for plugins to add different content-types to existing routes
|
2021-09-14 13:13:37 +01:00 |
|
|
bda839be7b
|
[MODULES] Add InitiializeModule and CleanupModule events, similar to v2
|
2021-09-14 13:13:37 +01:00 |
|
|
26bf78360b
|
[ROUTER][UTIL] Allow specifying the Accept format for a route
|
2021-09-14 13:13:34 +01:00 |
|
|
21a5bbe639
|
[CORE][Controller] Fix JSON response and add test annotations
|
2021-09-14 13:13:23 +01:00 |
|
|
51f8f004b3
|
[CORE][CONTROLLER] Add TODO to Controller base class as to where our custom exception pages would be implemented
|
2021-09-14 13:13:18 +01:00 |
|
|
e6d20bd30d
|
[CORE][Controller][TESTS] Fix issue that arrises in tests where the Accept header is not specified
|
2021-09-14 13:13:16 +01:00 |
|
|
ce39f6ca4a
|
[DOCS][Dev] Add Routes and Controllers
|
2021-09-14 13:13:10 +01:00 |
|
|
e9a96f1c9b
|
[DOCUMENTATION] Add high level code walkthrough to developer docs
|
2021-09-14 13:12:55 +01:00 |
|
|
0d01f1d060
|
[CORE] Add functionality to App\Core\Controller to get and validate GET parameters
|
2021-09-14 13:11:50 +01:00 |
|
|
460712e15e
|
[GIT] Change my email to the new one in all files and bump copyright year
|
2021-09-14 13:06:56 +01:00 |
|
Hugo Sales
|
e8feb2ae84
|
[DOCUMENTATION][REFACTOR] Add documentation to all flagged function and do some small cleanup
|
2021-09-14 13:06:55 +01:00 |
|
Hugo Sales
|
1949e0b987
|
[EVENT] Rename event names to camel case to make finding handlers easier
|
2021-09-14 13:06:55 +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
|
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
|
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
|
e1002eb605
|
[MEDIA] Move avatar fetching and adding to ouput to media component
|
2021-09-14 13:05:55 +01:00 |
|
Hugo Sales
|
8716d700a6
|
[CORE][DB] Fix uses of db tables after previous restructure
|
2021-09-14 13:05:53 +01:00 |
|
Hugo Sales
|
4128a5403d
|
[MEDIA][EXCEPTIONS] Fix errors and deprecations
|
2021-09-14 13:05:51 +01:00 |
|