Commit Graph

341 Commits

Author SHA1 Message Date
Przemek Dragańczuk 8734ba63d9
Create docker-image.yml (#4) 2020-09-07 16:19:14 +02:00
Przemek Dragańczuk 575c73a71b
Update README.md 2020-06-18 20:13:07 +02:00
Przemek Dragańczuk 71a91a253d
Wrong badge style 2020-06-18 20:11:00 +02:00
Przemek Dragańczuk 7caec171c3
Non-code changes to make GitHub stuff better
* Modified README.md

* Add issue templates
2020-06-18 20:09:43 +02:00
Przemek Dragańczuk e9cf90cea7 - Published to Docker HUB;
- Updated to Java 14
- A bunch of changes I wanted to do earlier
2020-05-23 19:54:27 +02:00
Przemek Dragańczuk 218f2fa368
Sqlite (#2)
* Migrated ur an sqlite database

* Removed unnecessary IOExceptions

* Removed an util class not needed anymore

* Updated README.md and docker-compose.yml to reflect new storage mechanism

* This change was not meant for this branch

* Port change with environment variable

* Unused imports

* Updated README.md

* Added basic protection against duplication
2020-05-23 19:16:27 +02:00
Przemek Dragańczuk 425b8a5f44 Official name! 2020-04-18 22:53:01 +02:00
Przemek Dragańczuk 7f275bf6af
Sqlite as storage backend (#1)
Some platforms has some problems with file locking, so I was forced to use an alternative. SQLite seems be the best option currently available


* Migrated to an sqlite database

* Removed unnecessary IOExceptions

* Removed an util class not needed anymore

* Updated README.md and docker-compose.yml to reflect new storage mechanism
2020-03-24 09:07:25 +01:00
Przemek Dragańczuk 25adf04903 Cleaned up the auth a bit 2020-03-24 07:53:17 +01:00
draganczukp f0e339e000 Cleanup of files 2020-03-24 07:44:34 +01:00
draganczukp b80c69236b Merge branch 'master' of github.com:draganczukp/url 2020-03-07 17:13:52 +01:00
Przemek Dragańczuk 487e9022ab Fixed wrong gradle configuration for auth api 2020-02-22 22:09:22 +01:00
draganczukp 5dc67cebe1 env 2020-02-22 22:05:02 +01:00
draganczukp e8a043f5bf Merge branch 'master' of github.com:draganczukp/url 2020-02-22 22:01:18 +01:00
Przemek Dragańczuk f2ac9d98b0 Update README.md 2020-02-16 16:56:52 +01:00
draganczukp 1736a67a1c Merge branch 'master' of github.com:draganczukp/url 2020-02-16 16:55:16 +01:00
draganczukp fc5563096b merge 2020-02-16 16:53:18 +01:00
Przemek Dragańczuk 6d7b065e98 Added option to delete a URL 2020-02-16 16:52:54 +01:00
Przemek Dragańczuk f47afab80b Updated README.md
Removed existing features from the planned features list
2020-02-16 16:11:14 +01:00
Przemek Dragańczuk dc171b9973 Slightly modified default docker files 2020-02-16 16:10:04 +01:00
Przemek Dragańczuk 89eb5526ce Added dashes and underscores to permitted characters 2020-02-16 16:08:06 +01:00
Przemek Dragańczuk 1322569cf6 Added a basic input validation for shortUrl 2020-02-16 16:05:09 +01:00
Przemek Dragańczuk 8cd399d2e9 Now only lowercase letters and numbers are generated 2020-02-16 15:58:37 +01:00
Przemek Dragańczuk bde40b61e6 Added documentation about authentication 2020-02-16 15:51:00 +01:00
Przemek Dragańczuk 59b6d43aea Added Basic auth and GZIP compression 2020-02-16 15:46:29 +01:00
Przemek Dragańczuk eba16d518e Update README.md 2020-02-16 15:06:06 +01:00
Przemek Dragańczuk e95636c52e Added a screenshot 2020-02-16 14:50:49 +01:00
Przemek Dragańczuk 2ea966e492 Fixed styling 2020-02-16 14:37:52 +01:00
Przemek Dragańczuk c7e205b71c Create LICENSE 2020-02-14 22:37:43 +01:00
Przemek Dragańczuk 78f3562fc2 Readme.md 2020-02-14 22:36:50 +01:00
Przemek Dragańczuk 968f8a51e8 Fixed wrong file moved 2020-02-14 21:45:33 +01:00
Przemek Dragańczuk f4109b1b2c Added basic docker support 2020-02-14 20:17:56 +01:00
Przemek Dragańczuk 0e09d22025 Switched to environment instead of property 2020-02-14 20:17:40 +01:00
Przemek Dragańczuk 20881d85d4 Small fixes 2020-02-14 20:11:02 +01:00
Przemek Dragańczuk a132a99fbe Created frontend 2020-02-14 19:52:14 +01:00
Przemek Dragańczuk a61e820b5e Fix all urls and empty shortUrl check 2020-02-14 19:43:45 +01:00
Przemek Dragańczuk 0f41363740 Dynamic port config 2020-02-14 18:42:21 +01:00
Przemek Dragańczuk 8a264c133c Cleanup 2020-02-14 18:41:56 +01:00
Przemek Dragańczuk 204d0a9bc1 Random intellij fixes 2020-02-14 18:40:36 +01:00
Przemek Dragańczuk cf4d7a8496 Added static file configuration to main 2020-02-14 18:40:14 +01:00
Przemek Dragańczuk d80024c494 Base api works 2020-02-13 23:52:33 +01:00