Commit graph

58 commits

Author SHA1 Message Date
a28903c8b7 Revisit the loader implementation (again) 2024-10-02 06:44:54 -03:00
07788b4e5e Inject vendor.js via loader 2024-08-30 14:07:23 -03:00
8397ca1778 Add: surah.{urlName,translitName}
Replaces surah.roman.{name,slug}
2024-08-13 16:36:35 -03:00
c6313cd476 Fix 'npm outdated' 2024-07-28 22:45:24 -03:00
bb29f2a549 Update postman/README.md 2024-05-24 14:45:36 -03:00
9627c60021 Add translatedBy to surahs.json 2024-05-19 20:22:14 -03:00
e1249e7b81 Add Farsi support
This change is a big one. It adds Farsi support,
which by itself is significant. In the process of
adding Farsi support other significant improvements
were made:

* Select.tsx component
* TLocale (Quran/index.ts)
* ...
2024-05-19 16:51:37 -03:00
a966e8a8e2 Restructure info.json
The schema has been changed to be easily
interchangeable between different locales,
and these changes make it easier to adopt
Farsi support as well.
2024-05-16 16:17:12 -03:00
976f716aec Apply readonly more broadly 2024-05-15 22:18:20 -03:00
dda1f9abfd Group Quran/src/index.ts 2024-05-15 22:09:48 -03:00
bbceeec340 Add jsdoc documentation 2024-05-15 21:56:21 -03:00
deae96fc4b Add Quran.locales 2024-05-15 21:51:04 -03:00
7a3a696072 Depend on rubygems.org for server.rb 2024-05-02 08:27:11 -03:00
fd9d0b6cd6 Remove unused file 2024-05-02 08:19:25 -03:00
d62e34dd3e Replace noise-y generic types 2024-05-01 08:07:00 -03:00
e8347fa5a5 Add packages/typescript/Quran/ 2024-04-30 09:43:30 -03:00
337a2460e3 Add packages/ruby/server.rb as a git submodule 2024-03-23 14:44:22 -03:00
d71267970f Add ability to bind to a unix socket. 2024-03-22 10:47:45 -03:00
b8642cb3f0 Add ability to bind to any host, port
For example:
rake server[0.0.0.0,8888]
2024-03-10 08:53:33 -03:00
0317773fe4 Remove .gitmodules 2024-02-24 22:03:27 -03:00
1f6f039ba3 Add per-env webpack configuration files 2024-02-18 09:26:04 -03:00
0927a76085 Add option to provide 'RequestInit' to items that use fetch 2023-10-08 06:31:29 -03:00
9415547461 Remove 'fetchOptions' 2023-10-08 06:31:29 -03:00
599f37d2fe Update t 2023-10-07 19:29:52 -03:00
8800e7a060 server: fix cache bust 2023-07-09 02:16:55 -03:00
dd4e76b3f9 server: update local name 2023-07-08 19:19:01 -03:00
d5704b0813 Add If-None-Match support to Server::ETag 2023-07-05 15:28:00 -03:00
b048016dc9 server: add Server::ETag 2023-07-05 13:58:31 -03:00
d186dce484 postman: add second argument for custom props 2023-06-30 23:28:48 -03:00
fe108563fa Add "server" rake task 2023-06-30 16:14:21 -03:00
d5382e158f Assign @mime_types 2023-06-29 12:45:48 -03:00
d89f3fd8b9 server: add gzip support 2023-06-29 12:37:50 -03:00
786700e6ea server: add "internal server error" handler 2023-06-27 15:22:18 -03:00
63d5206a10 server: fakeweb -> webroot 2023-06-27 13:55:12 -03:00
3fddb22b02 server: add json file test 2023-06-27 13:54:48 -03:00
092d3ec623 server: add image file test 2023-06-27 04:36:12 -03:00
e02115303c server: add javascript test 2023-06-26 10:56:25 -03:00
76b1d24669 server: add TTF font support 2023-06-26 07:49:50 -03:00
40f51387bd server: add "page not found" test 2023-06-26 06:18:18 -03:00
e0fffe0ac8 server: handle "permission denied" error 2023-06-26 05:54:04 -03:00
Robert
3e640c22a2
server: add content-type based on path extname (#133)
### Summary

Add content-type based on path extname using `Rack::Mime`.
2023-06-25 21:21:00 -03:00
Robert
bf1558eeb0
Add packages/ruby/server/ (#132)
### Summary

The `server` package implements a static file web server intended to be 
used during development. The goal is to have it as close to a production
environment as possible. Not there yet. This is the first step.
2023-06-25 21:03:07 -03:00
564b01da62 postman: update readme 2023-06-24 00:01:43 -03:00
89bfac58a2 postman: update readme 2023-06-24 00:00:47 -03:00
04df34d00d postman: update readme 2023-06-23 23:58:36 -03:00
99f2cbe27e postman: update readme 2023-06-23 23:54:09 -03:00
7d4834558a postman: update readme 2023-06-23 23:52:22 -03:00
344192862f postman: update readme 2023-06-23 23:52:09 -03:00
bd40397477 postman: update readme 2023-06-23 23:48:26 -03:00
7db6e9829f postman: update readme 2023-06-23 23:42:19 -03:00