Commit Graph

  • 4a0f460ffe Refactored Twig function initialization and extracted functions to their own invokable classes Chris Kankiewicz 2019-12-23 10:25:51 -07:00
  • 0760f4da84 Added .env.example Chris Kankiewicz 2019-12-23 01:01:10 -07:00
  • 9560aa403f Goodbye themes, hello views as a first-class citizen Chris Kankiewicz 2019-12-23 00:41:36 -07:00
  • d00e9a22f6 Added title to file info button on hover Chris Kankiewicz 2019-12-22 23:46:53 -07:00
  • 9684f75886 Updated dark theme file info modal styles Chris Kankiewicz 2019-12-22 23:46:29 -07:00
  • 3dc44c1e9d Updated configuration to use Config::createFromDirectory() method Chris Kankiewicz 2019-12-22 23:18:11 -07:00
  • 8dd8d62053 Updated application dependencies Chris Kankiewicz 2019-12-22 23:03:40 -07:00
  • 01249824fb Dismiss file info modal on background click Chris Kankiewicz 2019-12-22 19:14:09 -07:00
  • b6830c1d49 Implemented file info modal Chris Kankiewicz 2019-12-22 01:17:16 -07:00
  • 3b93044062 Added /file-info path for retrieving file hashes and more in the future Chris Kankiewicz 2019-12-16 21:23:48 -07:00
  • 47de12c0b9 Reduced imports in index.php Chris Kankiewicz 2019-12-16 21:22:31 -07:00
  • 480207a1d6 Protected internal methods in ViewComposer Chris Kankiewicz 2019-12-16 09:25:27 -07:00
  • 3ddd0919f9 Extracted hidden files generation to a method in FinderComposer Chris Kankiewicz 2019-12-16 09:25:02 -07:00
  • b1d404c2c6 Refactored application component composition into dedicated files per component to improve separation of concerns Chris Kankiewicz 2019-12-15 22:16:23 -07:00
  • 9de11b5c21 Static analysis fixes Chris Kankiewicz 2019-12-15 20:38:38 -07:00
  • 6ae4cec19a Fixed some dark-mode styles Chris Kankiewicz 2019-12-15 00:08:59 -07:00
  • 9fe558dc56 Hide app files from listing by default with a configuration option to override Chris Kankiewicz 2019-12-14 23:52:25 -07:00
  • d7fa7e9bbd Added initial unit tests Chris Kankiewicz 2019-12-14 23:39:53 -07:00
  • 149ccc108c Tightened up vertical margins to improve spacing consistency Chris Kankiewicz 2019-12-14 22:54:25 -07:00
  • 4ec01f1f0d Updated default theme JavaScript dependencies Chris Kankiewicz 2019-12-14 22:53:48 -07:00
  • 8ff82d5363 Added dynamic 'scroll to top' link Chris Kankiewicz 2019-12-14 22:44:21 -07:00
  • 6b3af10fcb Added docblock to icon theme function Chris Kankiewicz 2019-12-12 22:49:39 -07:00
  • 38f90ea8bf Implemented theme config and dark-mode Chris Kankiewicz 2019-12-12 22:49:20 -07:00
  • 86eb25d2f0 Renamed themes config.php to functions.php Chris Kankiewicz 2019-12-12 21:42:07 -07:00
  • e67b5a5249 Extracted file entry to dedicated component Chris Kankiewicz 2019-12-12 21:40:26 -07:00
  • 7580f6f2f8 Added hover state to Directory Lister link in theme footer Chris Kankiewicz 2019-12-08 00:08:10 -07:00
  • 0ef29b9c1a Enabled sort order configiration Chris Kankiewicz 2019-12-08 00:07:37 -07:00
  • d7c91269c4 Added 'previous directory (..)' link for navigating up a single directory Chris Kankiewicz 2019-12-08 00:06:00 -07:00
  • 73051d8866 Updated syfony/finder to 5.0 Chris Kankiewicz 2019-12-08 00:04:31 -07:00
  • 69e62a0be1 Updated vulcas/phpdotenv to 4.0 Chris Kankiewicz 2019-12-07 23:47:32 -07:00
  • c132a5caf0 Updated application dependencies Chris Kankiewicz 2019-12-07 23:41:00 -07:00
  • e41393e18c Updated theme dependencies Chris Kankiewicz 2019-12-07 21:25:52 -07:00
  • 33a45e3e82 Extracted Finder composition to a dedicated FilesComposer class Chris Kankiewicz 2019-12-06 00:42:05 -07:00
  • f8af2d3ba6 Minor fixes Chris Kankiewicz 2019-12-06 00:16:36 -07:00
  • 58e6489bba Improvements to hidden file handling Chris Kankiewicz 2019-12-06 00:15:52 -07:00
  • 5d3eb78dea Extracted theme path to a property Chris Kankiewicz 2019-12-05 20:58:28 -07:00
  • a772dc867d Reorganized and cleaned up index and ViewComposer a bit Chris Kankiewicz 2019-11-29 00:24:51 -07:00
  • 95c38554c0 Filter hidden files Chris Kankiewicz 2019-11-29 00:24:18 -07:00
  • 3a6691df8d Added psalm config file Chris Kankiewicz 2019-11-28 22:42:54 -07:00
  • 217f919560 Minor updates to index.php Chris Kankiewicz 2019-11-28 22:42:33 -07:00
  • 4a816d01a6 Fixed some static analysis issues Chris Kankiewicz 2019-11-28 22:42:20 -07:00
  • 8dd0a9b542 Updated PHP dependencies Chris Kankiewicz 2019-11-16 23:13:22 -07:00
  • 99c0ce57d6 Updated JavaScript dependencies Chris Kankiewicz 2019-11-16 23:12:43 -07:00
  • 663cb20ee3 Set open_basedir to restrict file access to the current directory Chris Kankiewicz 2019-11-16 23:12:24 -07:00
  • f491786b8e Enabled per-theme functions via a theme config.php file and moved 'icons' Twig function definition into the default theme config Chris Kankiewicz 2019-11-16 23:11:07 -07:00
  • 9bc99a8506 Use Font Awesome for icons Chris Kankiewicz 2019-11-12 23:05:47 -07:00
  • 1b267d2102 Updated PHP dependencies Chris Kankiewicz 2019-11-09 00:37:51 -07:00
  • fc92d5d302 Set default values for values retrieved from the config Chris Kankiewicz 2019-11-09 00:28:17 -07:00
  • 1e2cc71bd5 Updated cache location in Makefile Chris Kankiewicz 2019-11-09 00:24:44 -07:00
  • 6706081010 Minor style improvments Chris Kankiewicz 2019-11-09 00:22:38 -07:00
  • 070e9f18fe Extracted twig configuration to a dedicated ViewComposer class and reorganized a bit Chris Kankiewicz 2019-11-09 00:22:23 -07:00
  • 4e826cdb37 Added GitHub meta files Chris Kankiewicz 2019-11-04 22:17:15 -07:00
  • dbfe720977 Initial README contents Chris Kankiewicz 2019-11-04 22:16:20 -07:00
  • 45b9d8c1cf Initial theme work Chris Kankiewicz 2019-11-04 22:15:01 -07:00
  • 0ade6a099f Updated PHP dependencies Chris Kankiewicz 2019-11-04 22:08:50 -07:00
  • 522f5826e7 Updated config files Chris Kankiewicz 2019-11-04 22:08:06 -07:00
  • 0005828f9e Removed Font Awesome npm configuration from Dockerfile Chris Kankiewicz 2019-11-04 21:04:05 -07:00
  • 0ed6614e6e Updated .gitignore Chris Kankiewicz 2019-11-04 21:03:25 -07:00
  • b99365a4e9 Reorganization Chris Kankiewicz 2019-10-30 21:41:40 -07:00
  • 97eb476448 Added README and LICENSE files Chris Kankiewicz 2019-10-24 16:49:15 -07:00
  • 20bf4e23b5 Updated default theme index with proper HTML boiler plate Chris Kankiewicz 2019-10-24 16:48:43 -07:00
  • 73338017b3 Moved to the 'App' namespace Chris Kankiewicz 2019-10-24 16:48:04 -07:00
  • 4e3267c6b6 First commit Chris Kankiewicz 2019-10-24 16:03:34 -07:00
  • b3de57990a Added FUNDING file 2.7.2 Chris Kankiewicz 2019-10-15 09:24:08 -07:00
  • f261b15af3 Removed erroneous 'web' directory Chris Kankiewicz 2019-08-20 19:18:11 -07:00
  • e912a093e5 Merge pull request #202 from sockke/master Chris Kankiewicz 2018-05-17 09:17:19 -07:00
  • fdc4d1086b Update DirectoryLister.php sockke 2018-05-17 08:31:04 +02:00
  • a85b063c4a Fixed error when navigating to a parent directory via it's breadcrumb 2.7.1 Chris Kankiewicz 2017-06-23 23:55:26 -07:00
  • 149628c43d Bumped to v2.7.0 2.7.0 Chris Kankiewicz 2017-06-10 18:59:14 -07:00
  • f36b4efe7f Removed some extra line breaks in README Chris Kankiewicz 2017-06-10 18:58:58 -07:00
  • 7760531ef0 Updated copyright dates to 2017 Chris Kankiewicz 2017-06-10 18:56:00 -07:00
  • 22661b6272 Tweaking and optimizing PR #116 Chris Kankiewicz 2017-06-10 18:54:33 -07:00
  • 01c4a37187 Resolved merge conflict in default.config.php Chris Kankiewicz 2017-06-10 18:38:05 -07:00
  • 37b50174ce Merge branch 'MaSteve-master' Chris Kankiewicz 2017-06-10 18:24:45 -07:00
  • 11753104bb Reformatted directory path conditional statement Chris Kankiewicz 2017-06-10 18:17:23 -07:00
  • 26b9c148d9 Merge branch 'master' of https://github.com/MaSteve/DirectoryLister into MaSteve-master Chris Kankiewicz 2017-06-10 18:12:32 -07:00
  • 84975fa810 Merge pull request #159 from jgranick/patch-2 Chris Kankiewicz 2017-06-10 18:01:04 -07:00
  • a03386eed9 Merge branch 'master' into patch-2 Chris Kankiewicz 2017-06-10 18:00:47 -07:00
  • c0be8a90de Renamed 'date_display' config option to 'date_format' Chris Kankiewicz 2017-06-10 17:56:40 -07:00
  • ff802e6573 Merge pull request #123 from marcinlawnik/master Chris Kankiewicz 2017-06-10 17:53:31 -07:00
  • f9c1b9596b Merge pull request #136 from pierew/master Chris Kankiewicz 2017-06-10 17:51:56 -07:00
  • e48b1dc107 Make the name of the 'Home' label configurable Joshua Granick 2017-06-08 09:21:02 -07:00
  • 32fb73f1b9 Modify listBreadcrumbs Marco Antonio Garrido Rojo 2017-03-29 16:14:33 +02:00
  • f0e0af5825 Adding Support for Servers behind a Reverse Proxy Piere Wöhl 2016-11-03 18:16:56 +01:00
  • 5b8d2f214c Add the ability to change date format in config. Implements #108. Marcin Lawniczak 2016-07-26 17:43:09 +02:00
  • a288b822c3 Update index.php Ozan Kurt 2016-04-22 16:01:03 +03:00
  • 14a3b2967d Update default.config.php Ozan Kurt 2016-04-22 16:00:34 +03:00
  • c459bb8298 Update DirectoryLister.php Ozan Kurt 2016-04-22 16:00:14 +03:00
  • d341687193 Bumped version to 2.6.1 2.6.1 Chris Kankiewicz 2015-10-16 23:36:09 -07:00
  • 5646fa1396 Merge pull request #103 from a1exM8/master Chris Kankiewicz 2015-10-16 23:30:38 -07:00
  • 8d761982c5 First assign to var, then use it oleksandrtkachuk 2015-10-17 00:28:35 +03:00
  • 2cab5374c1 Bumped version to 2.6.0 2.6.0 Chris Kankiewicz 2015-08-20 12:56:48 -07:00
  • fb857b06dd Cleaned up PR #96 Chris Kankiewicz 2015-08-20 12:56:17 -07:00
  • 63788345a8 Allow to download directories as zip files Konstantin Dmitriev 2015-08-14 21:58:13 +06:00
  • bab26baa45 Bumped version to 2.5.8 2.5.8 Chris Kankiewicz 2015-08-06 14:48:13 -07:00
  • f4b02fa1b7 Documentation fixes Chris Kankiewicz 2015-08-06 14:37:07 -07:00
  • 51e18d25ec Cleaned up PRs Chris Kankiewicz 2015-08-06 14:32:52 -07:00
  • 9352c1dbda Merge pull request #77 from emamut/master Chris Kankiewicz 2015-08-06 14:27:38 -07:00
  • df200a7d4a Merge pull request #88 from insink71/patch-2 Chris Kankiewicz 2015-08-06 14:24:10 -07:00
  • db764ff0d8 Bumped version to 2.5.7 2.5.7 Chris Kankiewicz 2015-07-07 09:54:26 -07:00