Commit Graph

74 Commits

Author SHA1 Message Date
zefie
3ffadd8422 dont send pc services to webtv client
+ fix stuff
2022-11-30 20:43:59 -05:00
zefie
24dc795680 remove ZefieTV.gif
(it belongs in zefieTV's UserServiceVault)
2022-11-30 16:15:30 -05:00
zefie
5cf94173c9 allow user logo on homepage 2022-11-30 15:48:14 -05:00
zefie
5c74ea22ec update sanitizer 2022-11-30 14:23:11 -05:00
zefie
d8e9496296 this should render new updates in proper order 2022-11-30 14:10:26 -05:00
zefie
c1ad83b152 html news post is proper RFC mime attachment 2022-11-30 14:05:59 -05:00
zefie
eba56942a1 fix debugging 2022-11-30 13:41:52 -05:00
zefie
0bdc16b0cb enable html mail and usenet bodies
- also move subject for usenet
2022-11-30 13:33:10 -05:00
zefie
bb60066100 Feature Packs -> Feature Bits 2022-11-30 12:23:28 -05:00
zefie
5c9fb66a2e remove unused debug var 2022-11-30 12:23:04 -05:00
zefie
93259f8d84 fix wtvshared getServiceDep 2022-11-30 12:03:36 -05:00
zefie
e4542542cf fix 4th line of welcome table 2022-11-30 11:37:46 -05:00
zefie
46688eb8ee add service_description option 2022-11-30 11:28:24 -05:00
zefie
ca18ab3de6 add https pc services support 2022-11-30 10:45:35 -05:00
zefie
08de059758 clean up file structure 2022-11-30 10:42:10 -05:00
zefie
b7b17b7a33 prepend 0 if crc is <= 16 2022-11-29 16:51:12 -05:00
zefie
83e2d779f2 generate proper ssids 2022-11-29 16:47:20 -05:00
zefie
402d7c8b0a attempt 5 million at fixing double reg 2022-11-28 19:37:40 -05:00
zefie
6d15fbc9b4 fix could not unregister if multiple users existed 2022-11-28 14:28:40 -05:00
zefie
6ae898a2b7 fix debug spammy WTVRegister.js 2022-11-28 12:11:01 -05:00
zefie
12dfd49992 version bump
- new homepage theme inspired by @GraspYonOx
- connect setup also mostly by @GraspYonOx
- some 'fixes' regarding module unloading, hopefully fixing call stack issue
- fixes to wtvshared.isAdmin() to not show log as if it was an access attempt
2022-11-28 09:51:13 -05:00
zefie
201a0a35d7 add ability to check if user is wtv-admin authorized 2022-11-28 07:32:58 -05:00
zefie
3179d60fd2 add minisrv logo 2022-11-28 04:51:09 -05:00
zefie
f15ff00b75 sync WTVShared.js changes from pbdev 2022-11-27 13:21:15 -05:00
zefie
1b3cfd6726 Fix security issues 2022-11-25 11:40:11 -05:00
zefie
76d0720727 fix security issue with favorites 2022-11-23 23:45:48 -05:00
zefie
ce4ea4b973 fix checkUsernameAvailable function 2022-11-14 03:04:54 -05:00
zefie
d5bb38e808 Fix couldn't register if accounts directory didn't exist 2022-11-05 15:48:37 -04:00
zefie
37fcc6aff3 wtv-news fixes 2022-11-03 13:25:59 -04:00
MattMan
7da1929d2d Update AppData--2.5-HE.zip 2022-10-31 13:53:15 -04:00
zefie
93460b5798 minor updates to flashrom 2022-10-31 12:22:18 -04:00
zefie
9b8c0ccc2d fix last commit 2022-10-31 12:12:11 -04:00
zefie
9b46b39da1 WTVMail fixes 2022-10-29 11:07:43 -04:00
zefie
315e973e1f update reserved names 2022-10-22 23:29:36 -04:00
zefie
b169a2c863 add support for comments in config files. 2022-10-22 22:49:30 -04:00
zefie
e507672c27 fix adding users 2022-10-22 21:30:19 -04:00
zefie
0bb95df5dc i tried, the box wont listen (attempt to workaround http/1.0 issue) 2022-10-22 20:05:50 -04:00
zefie
de33d39a93 implement proper nodejs debugging
- will start to phase out using console.log for actual debugging
- existing "debug" (verbose) messages will stay as is
- future code debugging will use debug() to debug WIP, therefore not showing to most users if it is accidently left in
2022-10-22 19:07:11 -04:00
zefie
745de7de1f fix issue where users could bypass username sanity checks with direct urls 2022-10-22 18:41:50 -04:00
zefie
5055f862b0 implement reserved_names option 2022-10-22 18:41:37 -04:00
zefie
222976f416 fix vm readback and flashrom 2022-10-19 22:00:28 -04:00
zefie
4d36e305ba BREAKING CHANGE: Move accounts into subfolder of SessionStore
- provided migrate_accounts.js for ease of transistion
2022-10-17 10:25:51 -04:00
zefie
f285751467 updates to wtv-admin 2022-10-16 17:41:08 -04:00
zefie
f42837b8bb rename custon nntp-server module to nntp-server-zefie
- seems like if a package exists on npm you will get that version regardless of the git configured in package.json
2022-10-15 22:15:14 -04:00
zefie
5bf073d075 implement Fast Splash (and tweaks page for future) 2022-10-15 21:13:05 -04:00
zefie
e7a5cc6ed6 fix object cloning (aka log filtering) 2022-10-15 20:56:44 -04:00
zefie
894b2e733e make welcome message templatable 2022-10-15 20:03:30 -04:00
zefie
47e87a4ebc implement UserTemplates for overriding templates. Call your templates with wtvshared.getTemplate(service_name,'path_to_template.ext'); 2022-10-15 18:57:02 -04:00
zefie
8fc0d116f6 wtv-mail-count header should return mail for all users instead of just the primary one if you aren't logged in
- this was a deeper rabbit hole than I expected
2022-10-15 18:12:45 -04:00
zefie
f36733e9c1 allow error messages to be customized via config 2022-10-15 16:23:01 -04:00