Commit graph

  • da7ed6992f
    FavIcon MartinH0 2019-11-09 19:17:45 +0100
  • 32c9375ac8
    FavIcons edits MartinH0 2019-11-09 19:16:12 +0100
  • 7ed1334a51
    Updated FavIcons MartinH0 2019-11-07 21:47:57 +0100
  • d9097896f6
    Added github funding Alejandro Celaya 2019-10-22 19:33:59 +0200
  • 359b16e700
    Merge pull request #168 from acelaya-forks/feature/default-servers-issue v2.2.2 Alejandro Celaya 2019-10-21 19:52:31 +0200
  • 0237af771d Fixed outdated comment Alejandro Celaya 2019-10-21 19:45:35 +0200
  • 86cce5b205 Updated changelog Alejandro Celaya 2019-10-21 19:39:59 +0200
  • fc7a2e0c6d Ensured response from servers.json has been parsed to a json array Alejandro Celaya 2019-10-21 19:38:32 +0200
  • f74d135922 Ensured default servers is validated as JSON and ignored otherwise Alejandro Celaya 2019-10-21 19:26:09 +0200
  • 66124370a6 Added json extension to the list of known static files that have to fall back to 404 on nginx Alejandro Celaya 2019-10-21 18:49:47 +0200
  • e9fc2bb73a
    Merge pull request #166 from acelaya-forks/feature/fix-create-short-url v2.2.1 Alejandro Celaya 2019-10-18 17:48:02 +0200
  • 12f6b94ece Ensured server version is properly parsed to avoid errors due to invalid semver Alejandro Celaya 2019-10-18 17:39:38 +0200
  • d9a8243d36
    Merge pull request #163 from acelaya-forks/feature/update-deps v2.2.0 Alejandro Celaya 2019-10-05 20:09:22 +0200
  • 232c54885e Updated node version in which builds are run Alejandro Celaya 2019-10-05 19:58:27 +0200
  • 42c43f6c78 Added v2.2 to changelog Alejandro Celaya 2019-10-05 19:54:10 +0200
  • 9d2494834c Fixed timing issue when navigating to another server Alejandro Celaya 2019-10-05 19:51:50 +0200
  • a7613435ea Fixed test throwing unhandled promise Alejandro Celaya 2019-10-05 19:31:47 +0200
  • c9df044e1a Updated docker image versions Alejandro Celaya 2019-10-05 19:26:06 +0200
  • 5a37787042 Fixed warnings in tests Alejandro Celaya 2019-10-05 19:13:57 +0200
  • 923cc3ba01 Updated dev dependencies Alejandro Celaya 2019-10-05 19:08:50 +0200
  • 8fcf72f564 Updated production dependencies to latest versions Alejandro Celaya 2019-10-05 18:50:49 +0200
  • a7f7666ccd
    Merge pull request #162 from acelaya-forks/feature/domain Alejandro Celaya 2019-10-05 11:15:09 +0200
  • c181948afe Updated changelog Alejandro Celaya 2019-10-05 11:05:03 +0200
  • ce9ecd7b93 Defined custom function to compare versions which defines the operator in the middle Alejandro Celaya 2019-10-05 11:03:17 +0200
  • 354d19af1b Disabled domain component for Shlink versions not supporting it Alejandro Celaya 2019-10-05 10:54:58 +0200
  • 6d996baf5d Added tests for new logics Alejandro Celaya 2019-10-05 10:40:32 +0200
  • 4120d09220 Loaded version of selected server and created component to filter content based on that version Alejandro Celaya 2019-10-05 10:20:33 +0200
  • 67a23bfe33 Added domain input to create short url form Alejandro Celaya 2019-10-05 09:02:02 +0200
  • 08b710930d
    Merge pull request #161 from acelaya-forks/feature/further-issue-template-improvements Alejandro Celaya 2019-09-29 09:46:57 +0200
  • 7ec3b332ed Solved inconsistencies in issue templates due to copy-pasting from other project Alejandro Celaya 2019-09-29 09:46:19 +0200
  • 722eb060f0
    Merge pull request #160 from acelaya-forks/feature/improved-issue-templates Alejandro Celaya 2019-09-29 09:42:45 +0200
  • ce740aed68 Added improved issue templates and funding config Alejandro Celaya 2019-09-29 09:36:57 +0200
  • 09f582daa1
    Merge pull request #159 from acelaya-forks/feature/fix-docker-image-reload v2.1.1 Alejandro Celaya 2019-09-22 12:02:18 +0200
  • 1b5f7b0d76 Added nginx congif which ensures client-side paths are served as the index.html Alejandro Celaya 2019-09-22 11:55:21 +0200
  • 2c93e9a587
    Merge pull request #158 from acelaya-forks/feature/improved-pagination Alejandro Celaya 2019-09-22 11:44:54 +0200
  • ab0976981b Fixed style files being excluded when finding what files to mutate Alejandro Celaya 2019-09-22 11:35:52 +0200
  • 959ce42137 Updated changelog Alejandro Celaya 2019-09-22 11:16:16 +0200
  • 1c25db9179 Created SimplePaginator test Alejandro Celaya 2019-09-22 11:14:08 +0200
  • 810ddd7717 Added foldable pagination to SimplePaginator Alejandro Celaya 2019-09-22 10:41:31 +0200
  • 7bbff114a4 Extracted paginator used in SortableBarGraph to its own component Alejandro Celaya 2019-09-21 18:29:58 +0200
  • 849e533931 Ensure nginx serve SPA on all path Haocen Xu 2019-09-19 13:41:16 -0400
  • 99475fc311
    Merge pull request #154 from Haocen/151 Alejandro Celaya 2019-09-15 15:26:17 +0200
  • df121eb294 Fix an inaccurate variable name in test Haocen Xu 2019-09-15 09:14:00 -0400
  • 138194a149
    Merge pull request #153 from Haocen/151 Alejandro Celaya 2019-09-15 09:30:11 +0200
  • ab99213d8c When no order is specified, the order by indicator(triangle) in column header should be Cleared Haocen Xu 2019-09-14 12:23:26 -0400
  • 1c69e19b09 Default sort short URLs list by Created at DESC Haocen 2019-09-14 10:11:38 -0400
  • 2fe923678e Installed react-external-links Alejandro Celaya 2019-08-29 17:47:18 +0200
  • 34f194c714
    Merge pull request #143 from acelaya-forks/feature/docker-versions-bump Alejandro Celaya 2019-08-24 16:42:22 +0200
  • 2bef398d4c Added repository and license fields to package.json Alejandro Celaya 2019-08-24 16:38:44 +0200
  • 404b5c45dd Updated changelog Alejandro Celaya 2019-08-24 16:33:23 +0200
  • f607ade508 Bumbed version of docker images Alejandro Celaya 2019-08-24 16:31:54 +0200
  • 158ed84ec5 Updated changelog v2.1.0 Alejandro Celaya 2019-05-19 20:31:57 +0200
  • 7c22713d7d
    Merge pull request #139 from acelaya/feature/coverage-80 Alejandro Celaya 2019-05-19 20:30:13 +0200
  • fb94077260 Created shortUrlTags reducer test Alejandro Celaya 2019-05-19 13:22:16 +0200
  • d3491869bd Created tags list reducer test Alejandro Celaya 2019-05-19 12:54:19 +0200
  • 5cefadbf37 Added missing link in changelog to docs on new feature Alejandro Celaya 2019-05-19 11:42:24 +0200
  • 95462b0c1d
    Merge pull request #137 from acelaya/feature/pre-configure-servers Alejandro Celaya 2019-04-28 18:01:46 +0200
  • 258330f985 Mentioned that pre-configured servers won't work on versions previous to 2.1.0 Alejandro Celaya 2019-04-28 17:53:35 +0200
  • a09b661b51 Updated changelog Alejandro Celaya 2019-04-28 17:42:20 +0200
  • a1a0b935c7 Improved documentation mentioning how to pre-configure servers Alejandro Celaya 2019-04-28 17:41:01 +0200
  • 4c11d9c6d5 Catched error when loading servers from a servers.json file Alejandro Celaya 2019-04-28 13:07:55 +0200
  • 78c34a342d Added tests for new use cases Alejandro Celaya 2019-04-28 12:40:50 +0200
  • 20820c47d4 Updated list servers action so that it tries to fetch servers from the servers.json file when no local servers are found Alejandro Celaya 2019-04-28 12:07:09 +0200
  • 502c8a7e02 Echoing travis commit range Alejandro Celaya 2019-04-22 19:13:02 +0200
  • ce8a198acd
    Merge pull request #136 from acelaya/feature/stryker Alejandro Celaya 2019-04-22 10:11:32 +0200
  • 32f171d861 Updated travis to run mutations on changed files only Alejandro Celaya 2019-04-22 10:04:41 +0200
  • b83c0e0aba Improved stryker config Alejandro Celaya 2019-04-21 23:18:35 +0200
  • 831c0444d6 Added stryker to the project Alejandro Celaya 2019-04-21 23:03:37 +0200
  • e5ef2eb5c6
    Merge pull request #135 from acelaya/feature/shlink-client-improvements Alejandro Celaya 2019-04-21 11:37:14 +0200
  • 7b80d78dc5 Removed duplicated code when building ShlinkApiClient Alejandro Celaya 2019-04-21 11:31:40 +0200
  • 48f7103205
    Merge pull request #134 from acelaya/feature/jest-mocks Alejandro Celaya 2019-04-19 13:02:28 +0200
  • bc8de096be Updated changelog Alejandro Celaya 2019-04-19 12:55:41 +0200
  • ba3189fd46 Removed no longer needed constants Alejandro Celaya 2019-04-19 12:54:56 +0200
  • 33d67cbe3d Simplified code making it easier to read Alejandro Celaya 2019-04-19 12:52:55 +0200
  • 28ca54547e Removed remaining usages of sinon Alejandro Celaya 2019-04-19 12:41:59 +0200
  • f8de069567 First replacements of sinon mocks with jest mocks Alejandro Celaya 2019-04-19 10:29:49 +0200
  • 2cd6e52e9c
    Merge pull request #133 from acelaya/feature/remove-yarn Alejandro Celaya 2019-04-14 22:06:59 +0200
  • 372d3f17cc Replaced yarn by npm Alejandro Celaya 2019-04-14 21:58:10 +0200
  • 92d5b2eb3e
    Merge pull request #132 from acelaya/feature/issue-template Alejandro Celaya 2019-04-11 22:11:12 +0200
  • 6be55e30d9 Dockerignored .gihub folder Alejandro Celaya 2019-04-11 22:03:53 +0200
  • fd517ccbe2 Created issue template with some reminders Alejandro Celaya 2019-04-11 22:01:11 +0200
  • b8eca2b18d
    tag text white on white when creating link 2114L3 2019-03-24 20:05:10 +1000
  • c2a34b4079
    Merge pull request #127 from acelaya/feature/check-existing Alejandro Celaya 2019-03-17 18:41:22 +0100
  • ce0f036bef Created custom react hook that can be used to handle toggles Alejandro Celaya 2019-03-17 18:35:47 +0100
  • 977e143b4e Fixed coding styles Alejandro Celaya 2019-03-17 18:24:09 +0100
  • d847ccf0f4 Updated changelog Alejandro Celaya 2019-03-17 18:17:29 +0100
  • 7eeed76539 Created UseExistingIfFoundInfoIcon test Alejandro Celaya 2019-03-17 18:14:36 +0100
  • 2e452993ff Created Checkbox test Alejandro Celaya 2019-03-17 18:09:10 +0100
  • f4dbd03c7e Added checkbox to control the findIfExists shlink flag Alejandro Celaya 2019-03-17 17:48:05 +0100
  • 312c6cd550
    Merge pull request #126 from acelaya/feature/redux-actions Alejandro Celaya 2019-03-17 10:31:13 +0100
  • 8d9e8565f0 Updated changelog Alejandro Celaya 2019-03-17 10:23:17 +0100
  • d1c10e4895 Removed test cases for the old default on reducers switch statements Alejandro Celaya 2019-03-17 10:17:44 +0100
  • 232c059e4f Replaced usages of defaultState by initialState Alejandro Celaya 2019-03-17 10:11:20 +0100
  • 5bb9d15e27 Refactored tagEdit reducer to take advantage of redux-actions Alejandro Celaya 2019-03-17 10:07:28 +0100
  • 879034c9c6 Refactored tagDelete reducer to take advantage of redux-actions Alejandro Celaya 2019-03-17 10:02:44 +0100
  • 740aacbbf1 Refactored tagsList reducer to take advantage of redux-actions Alejandro Celaya 2019-03-17 09:59:26 +0100
  • fcfab79bed Refactored shortUrlDetail reducer to take advantage of redux-actions Alejandro Celaya 2019-03-17 09:38:37 +0100
  • 468e34aa3d Refactored shortUrlVisits reducer to take advantage of redux-actions Alejandro Celaya 2019-03-17 09:36:07 +0100
  • 7ff7318089 Refactored shortUrlTags reducer to take advantage of redux-actions Alejandro Celaya 2019-03-17 09:32:53 +0100
  • 4654bff737 Refactored shortUrlDeletion reducer to takle advantage of redux-actions Alejandro Celaya 2019-03-17 09:27:01 +0100