1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2025-04-19 11:20:00 -05:00
Commit graph

21 commits

Author SHA1 Message Date
0d58e626a4
fix: Hide the disabled wrong password text area in dialog 2025-03-04 00:11:34 -06:00
babf3d8911
new: Automatic dark mode support 2025-03-03 18:10:53 -06:00
6f419c7b3d
new: Enforce ordering of data
Closes #46
Data is returned in order of id, which should match the order it was
inserted in. In the WebUI, the entries are shown in reverse, so the
latest link is at the top.
2025-03-03 12:27:59 -06:00
37a5300015
fix: Disable copying to clipboard on WebKit, fixes #36
This disables clipboard copying and lets the user
manually copy the links.
2024-11-07 19:33:34 -06:00
e55c6f82b4
fix: Make the link clickable when securecontext is missing 2024-05-29 19:14:31 -05:00
39e4d2df74
chg: Show the whole link when clipboard is not accessible 2024-05-29 16:03:03 -05:00
b1632c4c87
fix: Fixed some UI visibility related stuff 2024-05-29 10:40:51 -05:00
3445d5366a
fix: Properly handle visibility of elements 2024-05-29 10:40:51 -05:00
0fce881654
new: Got public mode working, testing needed 2024-05-28 18:16:58 -05:00
931b4a95e4
chg: Added SPDX headers 2024-04-03 20:40:26 -05:00
86ec787d96
fix: Errors in script.js 2024-04-02 21:26:18 -05:00
30c0b8b50a
fix: Typo in script.js 2024-04-02 21:02:11 -05:00
7ad874a1ff
chg: Cleaned up the js code 2024-04-01 02:07:43 -05:00
604e95aa9c
chg: More readable response when not logged in 2024-04-01 00:58:18 -05:00
f2b5e1ab6d
chg: Use json for sending url list 2024-03-31 15:38:59 -05:00
99b5298cd8
chg: Use json while sending form for new url 2024-03-31 15:17:54 -05:00
9a520c122e
chg: Disable column separators and right align hits 2024-03-31 00:12:48 -05:00
d6dcd2f18d
fix: Remove surrounding quotes for siteurl 2024-03-24 16:43:27 -05:00
d278021e1b
fix: Support working inside subdirectories 2024-03-23 18:08:25 -05:00
2cab341e8b
fix: Broken table 2024-03-18 19:27:58 -05:00
8b1af0a169
chg: Moved the resources folder out of actix since it isn't Rust 2024-03-08 10:41:52 -06:00
Renamed from actix/resources/static/script.js (Browse further)