1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00
Commit graph

272 commits

Author SHA1 Message Date
6e2f1df108 Bug fix 2022-11-08 18:48:52 -06:00
74e5b5d1c7 Stop creating multiple error dialogs 2022-11-08 18:39:23 -06:00
fab2924250 Avoid adding duplicate shortUrl 2022-11-08 18:23:41 -06:00
0740bc79aa Auto convert shortlinks to lower case 2022-11-06 22:36:53 -06:00
01930f6d62 Fix .gitlab-ci.yml 2022-11-05 19:21:13 -05:00
81fc707d27 Change invalid shorturl error message 2022-11-05 19:18:04 -05:00
0ef85242ec Fix .gitlab-ci.yml 2022-11-05 15:12:06 -05:00
79e01a4145 Run CI tasks only when actual code is changed 2022-11-05 14:49:05 -05:00
946afbf726 Update docker compose instructions 2022-11-05 14:44:15 -05:00
0367e74a7c Make docker compose the recommended method of usage 2022-11-05 14:41:00 -05:00
99757dceb6 Updated screenshot and README.md 2022-11-04 18:53:13 -05:00
de58a15282 Fix typo in .gitlab-ci.yml 2022-11-04 18:45:14 -05:00
82410ef035 Switch from master to main as the default branch 2022-11-04 18:37:09 -05:00
3b3babeaf4 Docker badge links to docker hub 2022-11-04 01:52:42 -05:00
82e6dadd53 Updated README.md 2022-11-04 01:41:15 -05:00
6ad4c8b44d Added image to docker hub 2022-11-04 01:39:53 -05:00
55cd69f1f2 Updated README.md 2022-11-04 01:36:38 -05:00
6881b8b557 Change image location 2022-11-04 01:14:47 -05:00
e06b744e3c Autogenerated config 2022-11-04 01:14:03 -05:00
b0e7f1ee57 Added logging number of hits 2022-11-03 16:53:04 -05:00
0c101a55bf Limit link table row height 2022-11-03 15:19:22 -05:00
04421a592b Change order of display for long and short url 2022-11-03 14:47:38 -05:00
25c12960f3 Put shorturl directions inside placeholder 2022-11-02 18:56:58 -05:00
769db79fde Fix error when shorturl is empty 2022-11-02 08:10:27 +00:00
58e956b2ef Fix grammar 2022-11-02 08:09:36 +00:00
Przemek Dragańczuk
d26466b84c Merge branch 'master' of gitlab.com:draganczukp/simply-shorten into master 2020-11-09 10:37:27 +01:00
Przemek Dragańczuk
f394f30c17 Now sending data using request body, instead of URL parameters (fixes #7)
Small fixes that I should have done earlier
2020-11-09 10:30:30 +01:00
Przemek Dragańczuk
d9ccd947a3 Merge branch 'ci' into 'master'
Migrate to GitLab

See merge request draganczukp/simply-shorten!8
2020-11-01 15:22:19 +00:00
Przemek Dragańczuk
ef8f81be54 Migrate to GitLab 2020-11-01 15:22:19 +00:00
Przemek Dragańczuk
2714c4c9e0
Update README.md 2020-11-01 14:59:40 +00:00
Przemek Dragańczuk
a26e3fb98f
Closes #5 (#7)
* Added an option to remove authentication

* Updated README to document disabling authentication

Co-authored-by: Przemek Dragańczuk <admin@draganczuk.tk>
2020-09-19 10:01:36 +02:00
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