Alex Ling
|
4f599fb719
|
Add back accidentally deleted OPDS routes
Resolves https://github.com/hkalexling/Mango/issues/255#issuecomment-1097588181
|
2022-04-18 08:49:09 +00:00 |
|
Alex Ling
|
0d52544617
|
Use sessid and not token and fix get_username
|
2022-03-21 03:41:24 +00:00 |
|
Alex Ling
|
2091053221
|
Allow CORS
|
2022-03-20 09:57:36 +00:00 |
|
Alex Ling
|
bf3900f9a2
|
Add host to config
|
2021-03-03 17:35:39 +00:00 |
|
Alex Ling
|
6fa575cf4f
|
Bind localhost when a proxy auth header is set
|
2021-03-03 16:28:31 +00:00 |
|
Alex Ling
|
3071d44e32
|
Fix admin API bypassing
|
2021-01-17 08:10:43 +00:00 |
|
Alex Ling
|
af2fd2a66a
|
Remove the Context and Router classes
|
2020-12-30 15:58:51 +00:00 |
|
Alex Ling
|
87b6e79952
|
Use macro to DRY the self.default method
|
2020-07-21 12:33:50 +00:00 |
|
Alex Ling
|
ae7c72ab85
|
Decouple Queue and related classes from MangaDex
|
2020-07-21 11:47:14 +00:00 |
|
Alex Ling
|
6d97bc083c
|
Break library.cr into multiple files
|
2020-07-15 16:12:36 +00:00 |
|
Alex Ling
|
0d11cb59e9
|
Break util.cr into multiple files
|
2020-07-12 08:53:04 +00:00 |
|
Alex Ling
|
de690fbf29
|
Store token and callback URI in memory session
|
2020-06-07 16:18:34 +00:00 |
|
Alex Ling
|
8a0e9250c8
|
Finish OPDS
|
2020-06-05 14:21:47 +00:00 |
|
Alex Ling
|
7233e6e5c3
|
Type annotate the self.default methods
|
2020-05-17 06:28:33 +00:00 |
|
Alex Ling
|
34b11dc2c7
|
Only hijack HTTP 500 when in release mode
|
2020-05-07 15:41:02 +00:00 |
|
Alex Ling
|
1bec9f0108
|
Use singleton in various classes
|
2020-05-07 10:12:58 +00:00 |
|
Alex Ling
|
8262a163db
|
Finish the API endpoint for cover upload
|
2020-04-14 06:09:23 +00:00 |
|
Alex Ling
|
8b184ed48d
|
Project-wise code formatting
|
2020-04-08 05:25:12 +00:00 |
|
Alex Ling
|
306edc3c77
|
Handle HTTP 404 and 500 errors
|
2020-03-02 16:54:29 +00:00 |
|
Alex Ling
|
7f0088f45a
|
Fix typo (embeded -> embedded)
|
2020-02-29 00:08:27 +00:00 |
|
Alex Ling
|
1649f286aa
|
Split routes in server.cr into small files
|
2020-02-20 23:39:54 +00:00 |
|
Alex Ling
|
8119f718db
|
- better logging
|
2020-02-17 00:33:43 +00:00 |
|
Alex Ling
|
7168c6bfb2
|
- use logger
|
2020-02-16 21:24:19 +00:00 |
|
Alex Ling
|
bb936b1fa6
|
- group config/library/storage into context
|
2020-02-16 18:25:28 +00:00 |
|
Alex Ling
|
713694fd85
|
- formating
|
2020-02-16 16:53:20 +00:00 |
|
Alex Ling
|
7c66b05872
|
- move the initialization of config/library/storage to mango.cr
- remove duplicate initialization of server in server.cr
|
2020-02-16 04:14:38 +00:00 |
|
Alex Ling
|
e7583ce788
|
- create scan method to prepare for periodic scanning
|
2020-02-16 04:01:30 +00:00 |
|
Alex Ling
|
93e6d7cae6
|
- option to resume/start from beginning at the title view
- option to toggle read/unread status at the title view
- move all embeded JS to public/
|
2020-02-16 03:19:29 +00:00 |
|
Alex Ling
|
5a7a54d17e
|
- next entry/exit reader after finishing an entry
|
2020-02-16 01:00:52 +00:00 |
|
Alex Ling
|
7cf401e645
|
- formaring in server.cr
|
2020-02-15 23:35:05 +00:00 |
|
Alex Ling
|
21fcde944d
|
- when building for release, embed the static files in binary
|
2020-02-15 23:29:11 +00:00 |
|
Alex Ling
|
0c177c3d31
|
- move all routes to server.cr
|
2020-02-15 19:27:12 +00:00 |
|