Commit graph

  • 8fc919052f
    Merge c2f0ed65f6 into f2121e2414 dependabot[bot] 2024-09-06 20:44:13 +0000
  • c2f0ed65f6
    Bump axios from 1.7.2 to 1.7.4 dependabot/npm_and_yarn/axios-1.7.4 dependabot[bot] 2024-09-06 20:44:10 +0000
  • f2121e2414 Update to laravel 11.1.5 master Kevin MacMartin 2024-09-06 16:43:28 -0400
  • b51fd03058
    Merge ba301b868e into 826339a610 dependabot[bot] 2024-08-31 18:06:57 +0000
  • ba301b868e
    Bump micromatch from 4.0.5 to 4.0.8 dependabot/npm_and_yarn/micromatch-4.0.8 dependabot[bot] 2024-08-31 18:06:56 +0000
  • d06c726057
    Merge e98d3503d1 into 826339a610 dependabot[bot] 2024-08-31 06:58:31 +0000
  • e98d3503d1
    Bump webpack from 5.93.0 to 5.94.0 dependabot/npm_and_yarn/webpack-5.94.0 dependabot[bot] 2024-08-31 06:58:30 +0000
  • 366a6b8c50
    Bump phpoffice/phpspreadsheet from 2.2.0 to 2.2.1 dependabot[bot] 2024-08-29 18:28:41 +0000
  • 62a2409a52
    Merge f07208b874 into 826339a610 dependabot[bot] 2024-07-25 16:41:44 +0000
  • f07208b874
    Bump ws, engine.io-client, engine.io and socket.io-adapter dependabot/npm_and_yarn/multi-d143a95b26 dependabot[bot] 2024-07-25 16:41:42 +0000
  • 2eb944f3b6
    Merge fd5bfd289d into 826339a610 dependabot[bot] 2024-07-25 16:41:08 +0000
  • 826339a610 Don't use global function names in the sass Kevin MacMartin 2024-07-25 12:40:56 -0400
  • 18cbaa338e Update dependencies and replace the aspect-ratio mixin with the aspect-ratio css tag Kevin MacMartin 2024-07-25 12:37:37 -0400
  • 64f59928aa Fix the traditional-bootstrap gulpfile Kevin MacMartin 2024-07-25 12:18:03 -0400
  • f1a4c41e91 Don't re-declare the submit variable in a lower scope since nothing overrides the top level one Kevin MacMartin 2024-07-24 17:09:15 -0400
  • fd5bfd289d
    Bump braces from 3.0.2 to 3.0.3 dependabot/npm_and_yarn/braces-3.0.3 dependabot[bot] 2024-06-10 20:49:49 +0000
  • a5e49c051b Update npm dependencies Kevin MacMartin 2024-06-10 16:46:39 -0400
  • 14017268f7 Update composer dependencies Kevin MacMartin 2024-06-10 16:19:55 -0400
  • 7e96da9186 Update to laravel 11.1.1 Kevin MacMartin 2024-06-10 16:15:14 -0400
  • 75e8637421 Remove popper.js as it wasn't being used and had a major version upgrade Kevin MacMartin 2024-05-21 16:39:49 -0400
  • 40dd19c183 Update npm dependencies and use the new gulp 5 sass plugin Kevin MacMartin 2024-05-21 16:35:48 -0400
  • 9aa4ca556a Return the state of the language toggle rather than the previous route when changing language in vue Kevin MacMartin 2024-05-20 13:16:27 -0400
  • d9ccb3eaa8 Use the APP_LOCALE variable in place of DEFAULT_LANGUAGE Kevin MacMartin 2024-05-10 16:19:59 -0400
  • 2d8fc06dae Use a post route for metadata so we can request paths that are more than one layer deep Kevin MacMartin 2024-04-22 20:46:55 -0400
  • c2e59f2e32 Have links and button inherit their text color Kevin MacMartin 2024-04-10 23:30:45 -0400
  • 6b2126e5a0 Add buttons to image and file uploads on edit-item pages that clear the currently selected upload content Kevin MacMartin 2024-04-10 18:39:48 -0400
  • 5e8bc06c51 Fix the alignment of file upload inputs in dashboard edit item pages Kevin MacMartin 2024-04-10 18:25:20 -0400
  • c70b82b611 Add a title to the 404 page Kevin MacMartin 2024-04-10 18:07:32 -0400
  • 1b2ed30f31 Better explain the dashboard_type variable in the readme Kevin MacMartin 2024-04-10 18:03:41 -0400
  • 58e466681e Outline with the accent colour Kevin MacMartin 2024-04-10 17:43:42 -0400
  • bffabed0c1 Don't assume a page's meta title should have APP_NAME appended to it Kevin MacMartin 2024-04-10 15:35:19 -0400
  • 031aca199c Add placeholders for correctly-sized social share images Kevin MacMartin 2024-04-09 23:05:07 -0400
  • 2f5ed84e2b Handle metadata in the database for a few reasons: the method is the same between traditional and vue, the user has control over the values, we can create dynamic titles a bit more easily, and with vue the values are populated before the SPA loads so search engines can pick it up more easily Kevin MacMartin 2024-04-03 22:35:43 -0400
  • 338a2517b2 Update npm dependencies Kevin MacMartin 2024-04-03 16:19:01 -0400
  • 5cd881d588 Update to laravel 11.0.5 Kevin MacMartin 2024-04-03 16:17:36 -0400
  • 6bd95e31a8 Fix the fonts gulp task to work with v5 Kevin MacMartin 2024-04-01 16:40:55 -0400
  • 9809d803da Update npm dependencies and migrate to gulp v5 Kevin MacMartin 2024-04-01 00:54:53 -0400
  • fc599e4996 Remove the user API route Kevin MacMartin 2024-03-20 16:09:00 -0400
  • c7163fa6f9 Update dependencies Kevin MacMartin 2024-03-19 17:13:21 -0400
  • c4396dc63f Upgrade to Laravel 11.0.3 Kevin MacMartin 2024-03-19 17:11:58 -0400
  • d4b58b3865 Remove flex-fix as it's no longer required (ie11 is fully unsupported now) Kevin MacMartin 2024-03-11 17:16:33 -0400
  • 312d2fdea7 Update npm deps in the traditional bootstrap Kevin MacMartin 2024-02-08 22:10:57 -0500
  • 4e5f631ce0 Update dependencies Kevin MacMartin 2024-02-08 22:10:04 -0500
  • e6a488e59a Define __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ to avoid warnings Kevin MacMartin 2024-02-01 18:19:00 -0500
  • bfb99237da Update npm dependencies Kevin MacMartin 2024-01-12 22:05:27 -0500
  • bc9e607c4a Update to laravel 10.3.2 Kevin MacMartin 2024-01-12 22:03:27 -0500
  • e4a4dbbedb Fix sass minification Kevin MacMartin 2023-12-13 15:52:17 -0500
  • a527fdb30a Update composer dependencies Kevin MacMartin 2023-10-06 16:23:23 -0400
  • 276d9b7fa8 Update npm dependencies Kevin MacMartin 2023-10-06 16:22:11 -0400
  • 8a11d94707 Don't produce an error when the edit list is empty and the filter column isn't Kevin MacMartin 2023-10-03 14:22:42 -0400
  • da721d7e38 Fix linter error in the init.sh Kevin MacMartin 2023-08-22 21:43:48 -0400
  • 5138f7499c Fix bots without user agents causing the is mobile stuff to produce errors Kevin MacMartin 2023-08-01 15:24:03 -0400
  • a7bd81e37b Account for really long words in the mobile version of the views table Kevin MacMartin 2023-07-24 12:29:21 -0400
  • 83fb55cad8 Fix a spacing issue with the view table on mobile Kevin MacMartin 2023-07-24 12:24:36 -0400
  • 8e3cc32e77 Revert "Revert the User model password hash cast as this breaks things" Kevin MacMartin 2023-07-14 16:40:08 -0400
  • 340f3e1f23 Revert the User model password hash cast as this breaks things Kevin MacMartin 2023-07-13 22:10:02 -0400
  • a548e27d16 Update npm dependencies Kevin MacMartin 2023-07-13 17:26:13 -0400
  • 74ee87cf5d Upgrade to laravel 10.2.5 Kevin MacMartin 2023-07-13 17:09:38 -0400
  • 86289db0e0 Fix a typo in the output of the init.sh Kevin MacMartin 2023-07-12 21:00:02 -0400
  • d6f16fa432 Remove the bottom margin from list elements in dashboard help text Kevin MacMartin 2023-07-03 22:26:24 -0400
  • ae2f980135 Only force unique columns to be unique when they aren't empty (otherwise, use required to ensure the column is empty) Kevin MacMartin 2023-07-03 22:18:19 -0400
  • 8f4764f9b6 Add helper function to the DashboardModel that converts line breaks to <br />s Kevin MacMartin 2023-07-03 21:15:43 -0400
  • ced98ebb81 Allow the main_ext to be webp by not creating or deleting a webp copy when this is the case, and delete thumbnails when DashboardModel items are deleted Kevin MacMartin 2023-05-31 23:21:14 -0400
  • f8aa6e9984 Generate thumbnails for images that get used in the edit-list (and potentially elsewhere) Kevin MacMartin 2023-05-24 00:02:27 -0400
  • e1da7267b3 Fix the edit-list when there are no items and the number of options is set to unlimited Kevin MacMartin 2023-05-23 23:06:51 -0400
  • c6d298a8b9 Update composer dependencies Kevin MacMartin 2023-05-08 21:32:09 -0400
  • c2ceff49e7 Update npm dependencies Kevin MacMartin 2023-05-08 21:31:33 -0400
  • f5b83ce994 Upgrade to laravel 10.1.1 Kevin MacMartin 2023-05-05 15:31:58 -0400
  • 7b628dee90 Update dependencies Kevin MacMartin 2023-04-20 21:05:00 -0400
  • 31fb84f579 Fix back button scroll behaviour Kevin MacMartin 2023-04-05 22:02:43 -0400
  • 873a45dc32 Update the traditional bootstrap dependencies Kevin MacMartin 2023-04-05 16:27:57 -0400
  • c5b3baab10 Update dependencies Kevin MacMartin 2023-04-05 16:26:42 -0400
  • 73f02376a7 Update npm dependencies Kevin MacMartin 2023-03-13 17:51:06 -0400
  • cf2636aa2f
    Bump ua-parser-js and browser-sync dependabot[bot] 2023-03-13 21:38:02 +0000
  • a2b3c07613 Revert change to the create_personal_access_tokens_table expires_at column Kevin MacMartin 2023-03-13 17:35:21 -0400
  • 6b111a301a Upgrade to laravel 10.0.4 Kevin MacMartin 2023-03-13 17:33:19 -0400
  • c85820b8fa
    Bump symfony/http-kernel from 6.2.4 to 6.2.6 dependabot[bot] 2023-02-01 18:59:51 +0000
  • 0ae598a7de
    Bump json5 from 2.2.1 to 2.2.3 dependabot[bot] 2023-01-08 21:20:15 +0000
  • 4eb1588217
    Bump qs and browser-sync dependabot[bot] 2022-12-30 21:33:14 +0000
  • b6192c1c26
    Bump json5 from 2.2.1 to 2.2.2 dependabot[bot] 2022-12-30 21:32:45 +0000
  • 3c3b050922 Update to laravel 9.4.1 Kevin MacMartin 2022-12-30 16:31:49 -0500
  • e1bb877830
    Bump decode-uri-component from 0.2.0 to 0.2.2 dependabot[bot] 2022-12-02 02:28:22 +0000
  • 9637f50d18
    Bump engine.io from 6.2.0 to 6.2.1 dependabot[bot] 2022-11-22 05:22:59 +0000
  • 25275638f1
    Bump loader-utils from 2.0.2 to 2.0.4 dependabot[bot] 2022-11-17 06:37:53 +0000
  • bc584d4d62
    Bump loader-utils from 2.0.2 to 2.0.3 dependabot[bot] 2022-11-09 08:49:56 +0000
  • 11ecd7c5a3 Update composer dependencies Kevin MacMartin 2022-10-20 21:42:18 -0400
  • b046a8cf1a
    Bump terser from 5.14.1 to 5.15.1 dependabot[bot] 2022-10-21 01:42:08 +0000
  • a4df62741c Update npm dependencies and update the axios import to reflect new requirements Kevin MacMartin 2022-10-20 21:40:57 -0400
  • b758203d06 Fix broken 404 page Kevin MacMartin 2022-10-20 21:33:40 -0400
  • 719b932ac7 Update to laravel 9.3.8 Kevin MacMartin 2022-10-11 18:14:02 -0400
  • 9fa05b8249
    Bump terser from 5.14.1 to 5.15.0 dependabot/npm_and_yarn/terser-5.15.0 dependabot[bot] 2022-08-29 23:19:19 +0000
  • b26a350078
    Bump terser from 5.14.1 to 5.14.2 dependabot[bot] 2022-08-29 21:47:01 +0000
  • 734f7bdf56 Update dependencies Kevin MacMartin 2022-08-29 16:16:58 -0400
  • 254ecb57cc Fix the 404 page for vue3 Kevin MacMartin 2022-08-01 17:31:24 -0400
  • 026ef6193b Adjust brackets in the dashboard edit list preview check Kevin MacMartin 2022-07-25 17:17:57 -0400
  • d16f5ebbce Allow image previews in the dashboard edit list Kevin MacMartin 2022-07-25 17:16:55 -0400
  • f8f90ec15e Update the traditional bootstrap Kevin MacMartin 2022-07-20 17:14:36 -0400
  • 729e2b058c Fix language selection by using window.axios rather than http in the vuex mutation Kevin MacMartin 2022-07-20 17:07:24 -0400
  • 345e315272 Be a bit more explicit about the saveImage aspect ratio preservation (even though in theory intervention/image handles that) Kevin MacMartin 2022-07-19 15:20:29 -0400
  • dcf86efa0f Update dependencies Kevin MacMartin 2022-07-19 15:03:52 -0400