Commit Graph

  • eefdf74658
    Ensure group table name is quoted, as it's a reserved word in postgreSQL Hugo Sales 2021-01-31 18:16:56 +00:00
  • ab252accb2
    Small update to php dockerfile Hugo Sales 2021-01-31 18:15:28 +00:00
  • 411884bfc5
    [DEPENDENCIES] Update dependencies Hugo Sales 2020-11-09 23:04:56 +00:00
  • 1b946586e1
    [DOCUMENTATION] Add mdBook stub Diogo Peralta Cordeiro 2021-03-29 09:43:14 +01:00
  • 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
  • c0ce25c352
    [MODULES] Fix module manager dev-mode rebuild Hugo Sales 2020-09-10 20:42:17 +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
  • a69c9a4f25
    [TWIG] Improving view template structure rainydaysavings 2020-09-05 06:37:30 +01:00
  • 099c4220d2
    [TWIG] Adding active rules rainydaysavings 2020-09-05 06:36:39 +01:00
  • 244aa4af08
    [UI] CSS polish all around rainydaysavings 2020-09-05 06:34:41 +01:00
  • 492360ceeb
    [CONTROLLER][ROUTE] Favourites page initial query implementation and routing rainydaysavings 2020-09-05 05:10:33 +01:00
  • 651ec890d6
    [UI] Fixing Login CSS issues rainydaysavings 2020-09-05 05:08:58 +01: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
  • ff9b5d9c01
    [PLUGIN] Removing unnecessary labels rainydaysavings 2020-09-04 19:20:06 +01:00
  • 0649095e88
    [TWIG] Making notes view more easily customizable rainydaysavings 2020-09-04 19:19:03 +01:00
  • a7744351dd
    [UI] Fixing note actions views rainydaysavings 2020-09-04 19:17:15 +01:00
  • 6188524586
    [PLUGIN] Recycle initial implementation rainydaysavings 2020-09-04 17:38:48 +01:00
  • 8a0418d8cf
    [Favourite] Add backend support for favourite rainydaysavings 2020-09-04 15:18:58 +01:00
  • b6fb0255da
    [DB] Temporarily add favourite entity in core, as plugins don't support them yet rainydaysavings 2020-09-04 15:17:10 +01:00
  • 5b7fcc44cf
    [DB] Add helper for removing entities Hugo Sales 2020-09-04 15:15:58 +01:00
  • ea4f2c522b
    [DB] Add support for calling methods with FQCN Hugo Sales 2020-09-04 15:15:03 +01:00
  • 4328a11eb1
    [TWIG] Various routes added rainydaysavings 2020-09-04 00:18:16 +01:00
  • 3d3db96312
    [UI] Replies border fix and other minor fixes rainydaysavings 2020-09-04 00:17:15 +01:00
  • 413247d344
    [CONTROLLER] Replies and network queries implemented rainydaysavings 2020-09-04 00:15:18 +01:00
  • a804c5f981
    [COMPONENT][CONTROLLER][TWIG] Recycle component work rainydaysavings 2020-09-04 00:13:58 +01:00
  • 55e468bd70
    [TWIG][UI] Replies CSS fixes rainydaysavings 2020-09-04 00:11:10 +01:00
  • 62e76cb036
    [ROUTE] Network and replies routes added rainydaysavings 2020-09-04 00:09:29 +01:00
  • e1e3e2d9b3
    [COMPONENT] Favourite initial implementation rainydaysavings 2020-09-02 22:48:55 +01:00
  • fee81f8499
    [UI] Fixing note actions placement rainydaysavings 2020-09-02 22:47:42 +01:00
  • 0b3543aaff
    [UI] Responsiveness overall polish rainydaysavings 2020-08-31 21:03:16 +01:00
  • baac5ef19c
    [UI] Browser compatibility improvements, various small fixes rainydaysavings 2020-08-31 00:43:35 +01:00
  • 59da3df28c
    [UI] Checkboxes now display a custom tick rainydaysavings 2020-08-30 22:12:37 +01:00
  • 189da22204
    [TWIG] Timeline attachment form restructure rainydaysavings 2020-08-29 06:22:54 +01:00
  • 04f43a9d37
    [Controller] Attempting to fix home timeline query rainydaysavings 2020-08-29 06:21:04 +01:00
  • ecdd393c8e
    [UI] No focus outlines by default rainydaysavings 2020-08-29 06:20:02 +01:00
  • 47901e7ed6
    [UI] Reply icon now shows accordingly, same for the replies themselves rainydaysavings 2020-08-29 06:18:55 +01:00
  • 1742bce78e
    [UI] Custom and accessible checkboxes, radio buttons and normal buttons rainydaysavings 2020-08-29 06:17:45 +01:00
  • f1a687b057
    [COMPONENT] Fixing typo rainydaysavings 2020-08-29 06:16:01 +01:00
  • 0b50905ac8
    [NOTE][UI] Add note replying and UI displaying Hugo Sales 2020-08-28 20:16:26 +00:00
  • 459f0bf41f
    [CACHE] Fix bug in list caching Hugo Sales 2020-08-28 20:14:31 +00:00