Commit Graph

85 Commits

Author SHA1 Message Date
Ryan Tharp 471b923065 loki/v1/f/ - allow \. in file extensions/use fileUploadPath so can be unit tested 2021-03-03 04:14:43 +00:00
Ryan Tharp 6b15f1e781 fix encryptRespV2 returning extra bytes including memory contents 2021-03-03 02:50:28 +00:00
Maxim Shishmarev 9ab84c5369 Enable loki/v1/f/:file handler 2020-11-06 17:47:30 +11:00
Maxim Shishmarev 587f4627de Add v3/lsrpc endpoint for more compact (base64) file responses 2020-11-06 14:54:27 +11:00
Maxim Shishmarev ef1bbc9cac Add a dummy get v2/lsrpc handler 2020-10-27 12:45:52 +11:00
Maxim Shishmarev 3ec1799c18 Adding existing uncommitted code 2020-10-26 14:19:50 +11:00
Maxim Shishmarev e9b7a37c62 Onion requests v2 fixes 2020-10-21 12:09:00 +11:00
Maxim Shishmarev a368fab1c9 Onion requests v2 2020-10-20 13:30:58 +11:00
Ryan Tharp 17bdacce0f allow channels other than one 2020-08-17 06:24:39 +00:00
Ryan Tharp b9e9596fbb load configUtil in exports fucntion to delay file exists check so CI can run 2020-08-17 06:10:35 +00:00
Ryan Tharp f04c1b03d3 getMessage prototype change 2020-08-17 05:34:04 +00:00
Ryan Tharp dc5f888d3b Merge branch 'refactor' of https://github.com/neuroscr/loki-messenger-public-server into refactor 2020-08-17 04:02:29 +00:00
Ryan Tharp 8e32879795 get rid of pubkey warnings 2020-08-17 04:02:02 +00:00
Ryan Tharp 3cee372d5c allow mobile delete endpoint 2020-08-17 03:52:55 +00:00
Ryan Tharp 86cc151561 improve logging 2020-07-16 05:33:16 +00:00
Ryan Tharp 1298137b49 refactor support, add channels/X/messages/Y and /users for unit tests 2020-07-16 01:38:00 +00:00
Ryan Tharp f5801e53bf remove modules specific to file server 2020-07-14 01:46:18 +00:00
Ryan Tharp be280f53eb fix homepage for refactor 2020-07-08 03:23:22 +00:00
Ryan Tharp 80998744a3 make sure error code returns the parameter with the correct case that we expect it to be 2020-07-08 03:23:04 +00:00
Ryan Tharp 7c01e9f3ce respect isQuiet logging flag 2020-07-07 04:25:39 +00:00
Ryan Tharp 8346c9a9eb bring file server dialects in 2020-07-02 05:28:30 +00:00
Ryan Tharp 7318a47fc0 remove dead code 2020-07-02 05:27:33 +00:00
Ryan Tharp 36b1c97775 purge more duplicate code 2020-07-02 02:20:38 +00:00
Ryan Tharp ee0db3d601 update prototype to match refactor 2020-07-02 01:40:08 +00:00
Ryan Tharp 16edcb243d configure max file size from config.json 2020-06-25 03:23:55 +00:00
Ryan Tharp 5aa1b1a922 add proper logging prefix 2020-06-25 03:12:36 +00:00
Ryan Tharp c2e43ca7eb Merge branch 'master' of https://github.com/neuroscr/loki-messenger-public-server 2020-06-09 23:52:14 +00:00
Ryan Tharp cc31708e09 allow /token if in whitelist mode 2020-06-09 23:48:47 +00:00
Ryan Tharp 482bad533a public_host => public_url 2020-06-03 23:48:40 +00:00
Ryan Tharp f924f8ccee deprecate api/api.public_url, use nconf web:public_host, remove dead code 2020-06-03 23:29:53 +00:00
Ryan Tharp 73180a72e1 expose nconf to handler 2020-06-03 23:29:11 +00:00
Ryan Tharp 093e03cf13 api.public_url => nconf web:public_host 2020-06-03 23:16:59 +00:00
Ryan Tharp 66ff6b8ba7 fix logging misleading case 2020-06-03 23:16:05 +00:00
Ryan Tharp d6bb4b23a2 lower debug 2020-06-03 22:47:12 +00:00
Ryan Tharp 01302887d2
Merge pull request #36 from neuroscr/master
Fix unit-tests
2020-06-01 18:24:40 -07:00
Ryan Tharp 4221b5218a tweak logging 2020-06-02 01:00:24 +00:00
Ryan Tharp 4e45971650 check memory driver happy 2020-06-01 23:13:29 +00:00
Ryan Tharp 54de9d330a transport subsystem from file server 2020-05-21 00:40:33 +00:00
Ryan Tharp e842abf815 allow public/ files 2020-05-21 00:09:37 +00:00
Ryan Tharp f19b50dc08 get page data 2020-05-21 00:08:57 +00:00
Ryan Tharp 8accb08761 /public mounts, set view engine 2020-05-20 23:49:23 +00:00
Ryan Tharp 6f94a93701 homepage 2020-04-08 06:51:10 +00:00
Ryan Tharp c98107aa2d allow file uploads, homepage, and pomf upload 2020-02-27 09:56:49 +00:00
Ryan Tharp 62ef086649 support subscribe/unsubscribe 2020-02-18 04:27:07 +00:00
Ryan Tharp fc9be8a4dc pomf file passthru 2020-02-18 04:06:46 +00:00
Ryan Tharp db2bb2f46e new loki_control dialect 2020-02-17 08:56:27 +00:00
Ryan Tharp cbe85fa8fe move getUserAccess from config to overlay, improve logging, deny token if not on whitelist 2020-02-17 08:52:30 +00:00
Ryan Tharp 2d7052e344 pass overlay and start purge endpoints 2020-02-17 08:51:48 +00:00
Ryan Tharp 304418bf96 moved getUserAccess from config to overlay, fix pageParams to more than 20, filter out null objects 2020-02-17 08:51:25 +00:00
Ryan Tharp a1d4b2aa75 whitelist endpoints 2020-02-17 08:50:34 +00:00