Commit Graph

346 Commits

Author SHA1 Message Date
Alexander Andreev ff2240b267
Added a new post. 2021-03-11 18:33:15 +04:00
Alexander Andreev 94f911e559
Updated a favicon. 2021-03-08 23:58:01 +04:00
Alexander Andreev 1c90d27fee
Changed sizes attribute to any for scalable SVG icon. 2021-03-08 02:22:11 +04:00
Alexander Andreev 421c095ad0
Radio's files list update. 2021-03-08 01:18:32 +04:00
Alexander Andreev 6645e89efb
Just swapped lines for table's styles. 2021-03-08 01:17:15 +04:00
Alexander Andreev 0b4272e991
Changed favicon from PNG to SVG. 2021-03-07 23:07:37 +04:00
Alexander Andreev 75ceb97440
A new SVG favicon. 2021-03-07 23:06:44 +04:00
Alexander Andreev 1daf215a0b
Updated backup of the database. 2021-03-05 22:30:10 +04:00
Alexander Andreev 88b0c0b0b2
Now every row is highlighted and a link is clickable along whole cell. 2021-03-04 23:55:42 +04:00
Alexander Andreev 9622b18305
Updated list of files on the radio. 2021-03-04 23:52:35 +04:00
Alexander Andreev 01b0427a40
Removed entry_id from query since it's not used in RSS. 2021-02-20 22:55:35 +04:00
Alexander Andreev d15ed2ef97
Added my last name for author fields in RSS. 2021-02-20 22:54:10 +04:00
Alexander Andreev 3b5c08936d
Moved queryFormat func that is used in several places to util.js. 2021-02-20 22:52:39 +04:00
Alexander Andreev 02f046c789
Updated package.json. 2021-02-20 22:45:42 +04:00
Alexander Andreev 608d9e8457
A little cleanup. Removed favicon from root, since it is in shared dir. 2021-02-20 20:38:26 +04:00
Alexander Andreev 17e1889d8a
A little cleanup. Removed fonts from homepage's directory, since they are stored in shared dir. 2021-02-20 20:35:36 +04:00
Alexander Andreev de78ad5d31
Fixed a mess I wrote last night. Ahahaha! 2021-02-17 19:34:44 +04:00
Alexander Andreev d3b298ee8b
Updated backup of a guestbook. 2021-02-17 19:17:42 +04:00
Alexander Andreev ef50bf9c5a
Fixed links in a post. Added http://. 2021-02-17 19:14:23 +04:00
Alexander Andreev 8a9c7cd3c2
Updated links in a playlist. 2021-02-17 03:51:10 +04:00
Alexander Andreev 34884caef4
From now on if JS is disabled you will still see radio's status. 2021-02-17 03:44:34 +04:00
Alexander Andreev efbb18cdea
Made getTimezone into an exported lambda. 2021-02-17 03:28:23 +04:00
Alexander Andreev 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. 2021-02-17 03:05:50 +04:00
Alexander Andreev f728f4de4f
Removed adding base_url since it is perfectly handled by browsers. And it reduces size of a page. 2021-02-17 02:05:54 +04:00
Alexander Andreev 8e36ac8439
Forgot to take condition in braces that resulted in returning octet-stream MIME. 2021-02-16 23:57:37 +04:00
Alexander Andreev 830a97b5c0
Fixed link to playlist that is displayed when audio tag is not supported by browser. 2021-02-16 23:55:37 +04:00
Alexander Andreev 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. :) 2021-02-16 02:16:03 +04:00
Alexander Andreev 682cb65feb
Have old getBaseHost function removed. It was replaced by getServiceByHost. 2021-02-16 01:45:11 +04:00
Alexander Andreev 2d6f74e692
Have deleted commented out static files handling. 2021-02-16 01:43:52 +04:00
Alexander Andreev e0feb2eddf
Set vertical-align of table rows to top. 2021-02-16 01:40:44 +04:00
Alexander Andreev e7c00b3c8b
Fast fix. Forgot that convertSize returns array of size and unit. 2021-02-12 22:59:02 +04:00
Alexander Andreev 37511381ec
Moved incrementation of total_files_size to if's file branch. So it won't add size of directories (4KiB each). 2021-02-12 22:51:48 +04:00
Alexander Andreev bd9964d300
Added showing stats on how many files and directories in a current directory, and a total size of files in it. 2021-02-12 22:36:01 +04:00
Alexander Andreev 9000d3b2f7
Updated links. Added modifying links' hostnames based on host of visited site. 2021-02-11 02:57:18 +04:00
Alexander Andreev e44321a2eb
Updated a blog post with links to hidden services. 2021-02-10 23:51:07 +04:00
Alexander Andreev e30c320c1f
Updated links to radio. 2021-02-10 23:50:27 +04:00
Alexander Andreev f95c0189bf
Fixed link to font. 2021-02-10 23:49:56 +04:00
Alexander Andreev 09880a3bcc
Removing no longer needed images. 2021-02-10 20:07:00 +04:00
Alexander Andreev 3b54438e04
Made heading in articles into links. 2021-02-10 19:56:44 +04:00
Alexander Andreev 3f503c7a86
Changed links for I2P services. 2021-02-10 04:00:13 +04:00
Alexander Andreev 60ca5a1463
Added support for a X-Client-Timezone header to convert dates to client's local format gotten from IP using GeoIP. 2021-02-10 03:24:14 +04:00
Alexander Andreev 73795b3755
Added @media query for services section so it'll arrange links vertically on small screen. 2021-02-10 03:21:42 +04:00
Alexander Andreev 9a974ee8dd
Turned off static routes since they are handled by nginx now. 2021-02-10 02:02:28 +04:00
Alexander Andreev a2feb95904
Fixed problem with timezones. Turned out that I forgot to tell what timezone db server do use. 2021-02-10 01:58:04 +04:00
Alexander Andreev 8b3e93d5e0
Changed ctime to mtime. And turned off static routes. They are handled by nginx now. 2021-02-10 01:56:53 +04:00
Alexander Andreev 23861292d1
Initial commit. 2021-02-10 01:01:50 +04:00