Alexander Andreev Arav
Arav pushed to master at Arav/Dwelling 2021-03-11 18:35:06 +04:00
f725da5635 Added Tor and I2P links to a git.
812a0ebfe6 Moved a curly brace. :)
ff2240b267 Added a new post.
Compare 3 commits »
Arav pushed to master at Arav/Dwelling 2021-03-08 23:58:42 +04:00
94f911e559 Updated a favicon.
Arav pushed to master at Arav/Dwelling 2021-03-08 02:22:42 +04:00
1c90d27fee Changed sizes attribute to any for scalable SVG icon.
Arav pushed to master at Arav/Dwelling 2021-03-08 01:18:45 +04:00
421c095ad0 Radio's files list update.
6645e89efb Just swapped lines for table's styles.
Compare 2 commits »
Arav pushed to master at Arav/Dwelling 2021-03-07 23:07:55 +04:00
0b4272e991 Changed favicon from PNG to SVG.
75ceb97440 A new SVG favicon.
Compare 2 commits »
Arav pushed to master at Arav/Dwelling 2021-03-05 22:31:02 +04:00
1daf215a0b Updated backup of the database.
Arav pushed to master at Arav/Dwelling 2021-03-04 23:55:54 +04:00
88b0c0b0b2 Now every row is highlighted and a link is clickable along whole cell.
9622b18305 Updated list of files on the radio.
Compare 2 commits »
Arav pushed to master at Arav/Dwelling 2021-02-20 22:55:55 +04:00
01b0427a40 Removed entry_id from query since it's not used in RSS.
d15ed2ef97 Added my last name for author fields in RSS.
3b5c08936d Moved queryFormat func that is used in several places to util.js.
02f046c789 Updated package.json.
608d9e8457 A little cleanup. Removed favicon from root, since it is in shared dir.
Compare 5 commits »
Arav pushed to master at Arav/Dwelling 2021-02-20 20:36:14 +04:00
17e1889d8a A little cleanup. Removed fonts from homepage's directory, since they are stored in shared dir.
Arav pushed to master at Arav/Dwelling 2021-02-17 19:35:18 +04:00
de78ad5d31 Fixed a mess I wrote last night. Ahahaha!
d3b298ee8b Updated backup of a guestbook.
ef50bf9c5a Fixed links in a post. Added http://.
Compare 3 commits »
Arav pushed to master at Arav/Dwelling 2021-02-17 03:51:31 +04:00
8a9c7cd3c2 Updated links in a playlist.
34884caef4 From now on if JS is disabled you will still see radio's status.
Compare 2 commits »
Arav pushed to master at Arav/Dwelling 2021-02-17 03:28:49 +04:00
efbb18cdea Made getTimezone into an exported lambda.
Arav pushed to master at Arav/Dwelling 2021-02-17 03:06:19 +04:00
1c632dcf80 Okay, I fixed issue with special characters in file's names passed to proxy by serving files by NGiNX. So now I add a /files prefix to a full path. So previous commit is partly reverted. :) And need in file-type package is eliminated.
Arav commented on issue Arav/Dwelling#1 2021-02-17 02:56:48 +04:00
# sign and, probably, other special characters are giving 404 on NGiNX Proxy.

Okay, I "fixed" that by adding /files/ location in NGiNX and adding that prefix to all files. This way, files downloading is handled by NGiNX now, which is absolutely fine. Probably even will delete…

Arav closed issue Arav/Dwelling#1 2021-02-17 02:56:48 +04:00
# sign and, probably, other special characters are giving 404 on NGiNX Proxy.
Arav opened issue Arav/Dwelling#1 2021-02-17 02:11:22 +04:00
# sign and, probably, other special characters are giving 404 on NGiNX Proxy.
Arav pushed to master at Arav/Dwelling 2021-02-17 02:06:29 +04:00
f728f4de4f Removed adding base_url since it is perfectly handled by browsers. And it reduces size of a page.
8e36ac8439 Forgot to take condition in braces that resulted in returning octet-stream MIME.
830a97b5c0 Fixed link to playlist that is displayed when audio tag is not supported by browser.
Compare 3 commits »
Arav pushed to master at Arav/Dwelling 2021-02-16 03:54:17 +04:00
714b0821fb Moved all code for file type negotiation to fileType function. Removed handling of static routes in main route. Moved comparing function out of getDirectoryList as a standalone function. And renamed sizeUnits to SIZE_UNITS, it's a global constant after all. :)
682cb65feb Have old getBaseHost function removed. It was replaced by getServiceByHost.
2d6f74e692 Have deleted commented out static files handling.
e0feb2eddf Set vertical-align of table rows to top.
Compare 4 commits »
Arav pushed to master at Arav/Dwelling 2021-02-12 22:59:31 +04:00
e7c00b3c8b Fast fix. Forgot that convertSize returns array of size and unit.
Arav pushed to master at Arav/Dwelling 2021-02-12 22:52:33 +04:00
37511381ec Moved incrementation of total_files_size to if's file branch. So it won't add size of directories (4KiB each).