MyShaarli/application/front/controller/admin
ArthurHoaro bf8bec322b New Core Plugin: ReadItLater
Create a new core plugin allowing to mark bookmarks to read them later.
When enabled:

  * checkbox is displayed in editlink view for new bookmarks
  * a plugin setting is available to check it or not it by default
  * in bookmark list:
    * new global filter to display only bookmark flagged as read it
      later
    * for each bookmarks, new action icon to toggle read it later status
    * for each « readitlater » bookmark, red label « To Read » added,
      and red line on the right of the bookmark added (default template)

Fixes #143

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
2022-08-12 19:58:07 +02:00
..
ConfigureController.php Manually fix remaining PHPCS errors 2020-11-09 10:56:49 +01:00
ExportController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
ImportController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
LogoutController.php Process Shaarli install through Slim controller 2020-07-23 21:19:21 +02:00
ManageTagController.php Handle pagination through BookmarkService 2021-01-20 15:01:29 +01:00
MetadataController.php Add a setting to retrieve bookmark metadata asynchrounously 2020-10-15 09:08:46 +02:00
PasswordController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
PluginsController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
ServerController.php Fix: soft fail if the mutex is not working 2020-11-24 13:39:35 +01:00
SessionFilterController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
ShaareAddController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00
ShaareManageController.php New Core Plugin: ReadItLater 2022-08-12 19:58:07 +02:00
ShaarePublishController.php Fix: synchronous metadata retrieval is failing in strict mode 2020-12-16 14:04:32 +01:00
ShaarliAdminController.php Inject BookmarkServiceInterface in plugins data 2020-09-03 15:08:08 +02:00
ThumbnailsController.php Handle pagination through BookmarkService 2021-01-20 15:01:29 +01:00
TokenController.php Process token retrieve through Slim controller 2020-07-23 21:19:21 +02:00
ToolsController.php Apply PHP Code Beautifier on source code for linter automatic fixes 2020-11-09 10:56:24 +01:00