Commit Graph

  • fa0d3d4047 Removed no longer needed async/await when building api client Alejandro Celaya 2020-03-05 09:23:53 +01:00
  • 397a183f65 Converted MenuLayout into a functional component with hooks Alejandro Celaya 2020-03-05 09:08:50 +01:00
  • bc8905ee7f Ensured server is properly loaded before trying to render any children component Alejandro Celaya 2020-03-05 08:59:07 +01:00
  • 853032ac7f Displayed preloader when a server is being loaded Alejandro Celaya 2020-03-05 08:41:55 +01:00
  • 3b0e282a52 Merge pull request #211 from acelaya-forks/feature/jest-each Alejandro Celaya 2020-02-17 18:32:52 +01:00
  • bb28cb3862 Updated changelog Alejandro Celaya 2020-02-17 18:25:21 +01:00
  • d0f458bece Uninstalled jest-each and replaced by jest's native each Alejandro Celaya 2020-02-17 18:21:52 +01:00
  • da54a72b3e Merge pull request #206 from acelaya-forks/feature/match-domain v2.3.1 Alejandro Celaya 2020-02-08 11:04:58 +01:00
  • 86c155d8d1 Updated changelog Alejandro Celaya 2020-02-08 10:47:44 +01:00
  • 666d2d3065 Ensured domain is dispatched when modifying a short URL somehow Alejandro Celaya 2020-02-08 10:46:11 +01:00
  • 01e69fb6ca Merge pull request #204 from acelaya-forks/feature/multi-domain-fixes Alejandro Celaya 2020-02-08 10:24:49 +01:00
  • 30e5253acd Simplified instructions removing redundant vars Alejandro Celaya 2020-02-08 10:07:34 +01:00
  • c67ce3918b Removed redundant function call Alejandro Celaya 2020-02-08 10:02:33 +01:00
  • 58077f2d86 Updated changelog Alejandro Celaya 2020-02-08 09:59:13 +01:00
  • 098c94bccf Ensured domain is passed when deleting a short URL on a specific domain Alejandro Celaya 2020-02-08 09:57:18 +01:00
  • 861a3c068f Ensured domain is passed when editing meta for a short URL on a specific domain Alejandro Celaya 2020-02-08 09:52:30 +01:00
  • 3b95e8ebc0 Ensured domain is passed when editing tags for a short URL on a specific domain Alejandro Celaya 2020-02-08 09:48:35 +01:00
  • 170e427530 Ensured domain is passed when loading detail for a short URL on a specific domain Alejandro Celaya 2020-02-08 09:38:19 +01:00
  • 707c9f4ce6 Created VisitStatsLink test Alejandro Celaya 2020-02-08 09:20:19 +01:00
  • dc672bf0f0 Ensured domain is passed when loading visits for a short URL on a specific domain Alejandro Celaya 2020-02-08 09:07:55 +01:00
  • c682737505 Standardized date-picker selected day color Alejandro Celaya 2020-02-02 09:30:41 +01:00
  • 46fa3d4345 Merge pull request #201 from acelaya-forks/feature/document-routing-fallback Alejandro Celaya 2020-01-31 20:51:17 +01:00
  • 9b7bc4b495 Updated documentation Alejandro Celaya 2020-01-31 20:37:50 +01:00
  • 4385061499 Merge pull request #200 from acelaya-forks/feature/refactor-edit-tags-modal Alejandro Celaya 2020-01-31 20:22:04 +01:00
  • e17498e68b Updated changelog Alejandro Celaya 2020-01-31 20:13:18 +01:00
  • 3e298f010b Simplified DeleteShortUrlModal component and shortUrlDeletion reducer Alejandro Celaya 2020-01-31 20:12:22 +01:00
  • 30117bd121 Simplified EditTagsModal component and shortUrlTags reducer Alejandro Celaya 2020-01-31 20:06:28 +01:00
  • 93f33b6218 Fixed some tests after not injecting a component Alejandro Celaya 2020-01-31 20:04:03 +01:00
  • 535d08a607 Merge pull request #197 from MartinH0/master Alejandro Celaya 2020-01-31 16:21:30 +01:00
  • 6ac3a49db2 Updated nginx.conf (optimization for future) MartinH0 2020-01-31 01:36:17 +01:00
  • c16f760d79 Update .htaccess MartinH0 2020-01-31 01:29:41 +01:00
  • 965c2b243f Update .htaccess MartinH0 2020-01-31 01:27:13 +01:00
  • 703addddb9 updated htaccess MartinH0 2020-01-30 21:05:20 +01:00
  • ab6dff5c31 Updates htaccess MartinH0 2020-01-30 20:51:23 +01:00
  • 2ef330c62b Updated htaccess MartinH0 2020-01-30 20:49:46 +01:00
  • 72e71aff40 Updated htaccess to meet required functions. MartinH0 2020-01-30 19:06:50 +01:00
  • cefd6ec752 Add htaccess to redirect if not found to index MartinH0 2020-01-30 18:51:38 +01:00
  • aec3de18aa Deleted .htaccess at wrong directory MartinH0 2020-01-30 18:51:32 +01:00
  • 97620cb583 Add htaccess to redirect if not found to index MartinH0 2020-01-30 18:36:02 +01:00
  • cf4e8190a4 Merge pull request #195 from acelaya-forks/feature/server-version-wrapper Alejandro Celaya 2020-01-28 19:55:24 +01:00
  • 8af7436f13 Updated changelog Alejandro Celaya 2020-01-28 19:47:41 +01:00
  • c53520ae56 Moved logic to dynamically render components based on server version to a separated component Alejandro Celaya 2020-01-28 19:46:36 +01:00
  • 3adcaef455 Merge pull request #194 from acelaya-forks/feature/fix-set-empty-max-visits Alejandro Celaya 2020-01-28 18:51:18 +01:00
  • 43cd9722a9 Updated project to node 12.14.1 Alejandro Celaya 2020-01-28 18:40:33 +01:00
  • f3154e770e Fixed maxVisits being set to 0 when trying to reset it Alejandro Celaya 2020-01-28 18:36:23 +01:00
  • 44aca4aeda Merge pull request #192 from acelaya-forks/feature/version-constraints v2.3.0 Alejandro Celaya 2020-01-19 21:37:56 +01:00
  • 5762342d6c Ensured edit meta menu item is only displayed when shlink v1.18 or greater is run Alejandro Celaya 2020-01-19 21:30:01 +01:00
  • 2236ed467e Ensured date range filtering is only displayed if Shlink v1.21 ow higer is run Alejandro Celaya 2020-01-19 21:25:45 +01:00
  • d244b830ac Updated date on license file Alejandro Celaya 2020-01-19 21:11:07 +01:00
  • e89b68fe1e Merge pull request #190 from acelaya-forks/feature/edit-meta Alejandro Celaya 2020-01-19 21:15:25 +01:00
  • 1f588c5b13 Updated changelog with v2.3.0 Alejandro Celaya 2020-01-19 21:00:31 +01:00
  • 38cad143a0 Created EditMetaModal test Alejandro Celaya 2020-01-19 20:59:01 +01:00
  • f52bcc5389 Ensured state is reset on edit meta modal after closing it Alejandro Celaya 2020-01-19 20:37:12 +01:00
  • caa6f7bcd8 Created shortUrlMetaReducer test Alejandro Celaya 2020-01-19 20:21:59 +01:00
  • 207a8cef20 Updated tests from modified code Alejandro Celaya 2020-01-19 13:20:46 +01:00
  • d44a4b260e Finished component to allow metadata to be edited on existing short URLs Alejandro Celaya 2020-01-19 13:07:33 +01:00
  • 80a8e0b55c Created component to edit short URLs meta Alejandro Celaya 2020-01-17 21:07:59 +01:00
  • 2d60f830f7 Improved icons on short URL menu Alejandro Celaya 2020-01-15 20:25:58 +01:00
  • 90751a09f7 Merge pull request #188 from acelaya-forks/feature/visits-amount Alejandro Celaya 2020-01-15 18:42:09 +01:00
  • 301da4bb2a Recovered behavior to show amount of visits in selected date range on visits detail page Alejandro Celaya 2020-01-15 18:31:28 +01:00
  • c90cd46095 Removed old ExternalLink component in favor of external one Alejandro Celaya 2020-01-15 18:16:12 +01:00
  • 7826000384 Merge pull request #187 from acelaya-forks/feature/date-filter Alejandro Celaya 2020-01-14 20:59:01 +01:00
  • b48dcdd5e1 Fixed wrong files being picked for mutations Alejandro Celaya 2020-01-14 20:48:01 +01:00
  • 4f6326b139 Updated changelog Alejandro Celaya 2020-01-14 20:21:14 +01:00
  • cff96eeccc Created DateRangeRow test Alejandro Celaya 2020-01-14 20:20:27 +01:00
  • 5eb4a3adec Fixed tests and typos Alejandro Celaya 2020-01-14 20:12:30 +01:00
  • b60908a5e9 Added filtering by date to short URLs list Alejandro Celaya 2020-01-14 19:59:25 +01:00
  • 124441238b Moved style to the proper scope Alejandro Celaya 2020-01-12 12:08:26 +01:00
  • 4ec0287a74 Merge pull request #185 from Starbix/patch-2 Alejandro Celaya 2020-01-12 11:01:38 +01:00
  • 05c67a5c99 Update nginx base image Cédric Laubacher 2020-01-12 10:50:40 +01:00
  • f507a3628c Merge pull request #184 from acelaya-forks/feature/show-max-visits Alejandro Celaya 2020-01-11 20:23:02 +01:00
  • 89e9d2b2d1 Fixed accidentally refactored string Alejandro Celaya 2020-01-11 20:11:41 +01:00
  • 595858ac4b Used visits count component in short URL visits view Alejandro Celaya 2020-01-11 20:10:12 +01:00
  • 3f2162fe62 Extracted visits count component to reuse it in other places Alejandro Celaya 2020-01-11 19:58:04 +01:00
  • f2cb30409a Updated changelog Alejandro Celaya 2020-01-11 19:41:41 +01:00
  • 5c4fec5a2f Displayed amount of max visits on those URLs which have it Alejandro Celaya 2020-01-11 19:40:16 +01:00
  • e96c119432 Merge pull request #183 from acelaya-forks/feature/support-shlink-2 Alejandro Celaya 2020-01-11 14:25:25 +01:00
  • 0920962d72 Used already unpacked property Alejandro Celaya 2020-01-11 14:16:23 +01:00
  • aaeb0fff78 Updated changelog Alejandro Celaya 2020-01-11 14:13:58 +01:00
  • de41f50945 Ensured preview menu item is hidden when consuming Shlink 2 Alejandro Celaya 2020-01-11 14:12:58 +01:00
  • 0f51bf95e3 Updated ShlinkApiClient so that it retries API version when v2 is not supported Alejandro Celaya 2020-01-11 13:55:37 +01:00
  • ba8cade6fc When handling API errors, use the type prop and fallback to error if not found Alejandro Celaya 2020-01-11 12:24:45 +01:00
  • dbefae5a01 Merge pull request #173 from Starbix/patch-1 Alejandro Celaya 2019-11-21 11:35:49 +01:00
  • 727b219742 Update nginx image to latest version Cédric Laubacher 2019-11-21 07:55:40 +01:00
  • fb25e44b58 Used strict version number for nginx base image Alejandro Celaya 2019-11-21 07:52:50 +01:00
  • fe2d394831 Update baseimages Cédric Laubacher 2019-11-16 10:24:34 +01:00
  • efd08ff1d6 Updated changelog Alejandro Celaya 2019-11-10 13:04:15 +01:00
  • 4b861a5376 Removed profanity Alejandro Celaya 2019-11-10 08:47:13 +01:00
  • 2076e7d5e8 Merge pull request #171 from MartinH0/master Alejandro Celaya 2019-11-10 08:44:59 +01:00
  • 37f6f1f90c rename to favicon MartinH0 2019-11-09 22:34:41 +01:00
  • 81f76e0bd6 SVG FavIcon Fix MartinH0 2019-11-09 22:32:13 +01:00
  • 69b305cd8a Added SVG FavIcon MartinH0 2019-11-09 22:29:37 +01:00
  • 45742a066e Added SVG FavIcon MartinH0 2019-11-09 22:28:44 +01:00
  • 86fb8b3f7c Added FavIcons MartinH0 2019-11-09 19:38:50 +01:00
  • 9c0fc8e1d2 Adjusted to FavIcons MartinH0 2019-11-09 19:37:31 +01:00
  • 10d6302180 Added all FavIcons to Manifest MartinH0 2019-11-09 19:22:55 +01:00
  • da7ed6992f FavIcon MartinH0 2019-11-09 19:17:45 +01:00
  • 32c9375ac8 FavIcons edits MartinH0 2019-11-09 19:16:12 +01:00
  • 7ed1334a51 Updated FavIcons MartinH0 2019-11-07 21:47:57 +01:00
  • d9097896f6 Added github funding Alejandro Celaya 2019-10-22 19:33:59 +02:00