Commit Graph

54 Commits

Author SHA1 Message Date
SinTan1729
8956519a10 Renamed one folder 2022-11-12 18:01:15 -06:00
SinTan1729
b803f5805d Proper error handling for when clipboard is unavailable 2022-11-12 17:57:14 -06:00
SinTan1729
2c8076e2e1 Automatically add https if no protocol specified for longurl 2022-11-11 18:52:22 -06:00
SinTan1729
99073bfd6c Changed name of folder, project etc. 2022-11-11 17:50:12 -06:00
SinTan1729
3598199957 For random shorturl adjective-name pair is used 2022-11-11 17:33:31 -06:00
SinTan1729
e5f1839822 Code cleanup 2022-11-10 23:19:42 -06:00
SinTan1729
53ba9eb129 Do not show url scheme for short url 2022-11-10 20:31:25 -06:00
SinTan1729
deeba64e74 Allow setting site_url 2022-11-10 20:17:39 -06:00
SinTan1729
e2656ff94e Clicking on shortUrl copies it and bug fix 2022-11-10 19:01:21 -06:00
SinTan1729
d196c0373f Copy shortUrl after adding to db 2022-11-10 18:11:57 -06:00
SinTan1729
68ae439f5b Disable forced lowercase for placeholder 2022-11-09 23:44:30 -06:00
SinTan1729
e88cc1f738 Updated screenshot 2022-11-09 22:05:11 -06:00
SinTan1729
a9af9fddbb Remove the ugly shadow in delete button 2022-11-09 21:49:33 -06:00
SinTan1729
c81573c3de Rounded delete buttons 2022-11-09 19:26:17 -06:00
SinTan1729
a21933d3eb Improve display of url table 2022-11-09 18:55:50 -06:00
SinTan1729
b73148706d Confirm before deleting entries 2022-11-09 17:58:15 -06:00
SinTan1729
77f835430b Add logo in interface 2022-11-09 17:46:54 -06:00
SinTan1729
b9dbe7f09d Favicons now work on mobile 2022-11-09 02:16:12 -06:00
SinTan1729
1dba76a08f Add a favicon 2022-11-09 01:45:09 -06:00
SinTan1729
4e10ce7003 Properly break long links during display 2022-11-08 22:32:32 -06:00
SinTan1729
4e18a6aeb9 Add error box in async 2022-11-08 19:29:01 -06:00
SinTan1729
3d239c189c Refactor error box adding 2022-11-08 19:18:14 -06:00
SinTan1729
6e2f1df108 Bug fix 2022-11-08 18:48:52 -06:00
SinTan1729
74e5b5d1c7 Stop creating multiple error dialogs 2022-11-08 18:39:23 -06:00
SinTan1729
fab2924250 Avoid adding duplicate shortUrl 2022-11-08 18:23:41 -06:00
SinTan1729
0740bc79aa Auto convert shortlinks to lower case 2022-11-06 22:36:53 -06:00
SinTan1729
81fc707d27 Change invalid shorturl error message 2022-11-05 19:18:04 -05:00
SinTan1729
b0e7f1ee57 Added logging number of hits 2022-11-03 16:53:04 -05:00
SinTan1729
0c101a55bf Limit link table row height 2022-11-03 15:19:22 -05:00
SinTan1729
04421a592b Change order of display for long and short url 2022-11-03 14:47:38 -05:00
SinTan1729
25c12960f3 Put shorturl directions inside placeholder 2022-11-02 18:56:58 -05:00
SinTan1729
769db79fde Fix error when shorturl is empty 2022-11-02 08:10:27 +00:00
SinTan1729
58e956b2ef Fix grammar 2022-11-02 08:09:36 +00: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
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
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
Przemek Dragańczuk
6d7b065e98 Added option to delete a URL 2020-02-16 16:52:54 +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
59b6d43aea Added Basic auth and GZIP compression 2020-02-16 15:46:29 +01:00
Przemek Dragańczuk
2ea966e492 Fixed styling 2020-02-16 14:37:52 +01:00
Przemek Dragańczuk
968f8a51e8 Fixed wrong file moved 2020-02-14 21:45:33 +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