Commit Graph

43 Commits

Author SHA1 Message Date
Jip Fr
56bb915c70 locales(dutch): add Dutch locale
Thanks to @therealprocyon for correcting a bunch of my silly mistakes!
2021-12-01 13:56:08 +01:00
Jonathan Barrow
7250d43db1 0.12.0 broke getOrgBoards 2021-11-25 13:01:02 -05:00
Jonathan Barrow
b497588749 Updated dependencies 2021-11-25 12:51:00 -05:00
Jonathan Barrow
8feae58ddd Merge branch 'dev' of https://github.com/PretendoNetwork/website into dev 2021-11-20 19:55:31 -05:00
Jonathan Barrow
4079e3f99a Discord account linking 2021-11-20 17:41:17 -05:00
Monty
1087c94eab
Merge branch 'master' into dev 2021-11-15 19:11:38 +01:00
Jip Frijlink
2a720ba1ba fix: fix Monty links 2021-11-05 12:31:21 +00:00
Jonathan Barrow
60d70d1c8e Check if Trello API is available before updating 2021-10-18 22:30:53 -04:00
Monty
aef4036212
feat(account): add basic account management page + Discord OAuth 2021-10-15 21:40:21 +02:00
dependabot[bot]
401df1bff0
Bump ansi-regex from 5.0.0 to 5.0.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 19:43:12 +00:00
Jip Fr
fc6cd2e013 chore(credits): replace Ben with Monty, add newer folks in US_EN 2021-09-29 14:51:57 +02:00
Monty
a78baa1b61
feat(blog): add /blog page generation, add /blog preview generation 2021-09-15 06:50:01 +02:00
Jip Fr
852b1de7c9 feat(blog): add hard-coded blog page w/ base design 2021-09-13 15:33:46 +02:00
montylion
ee83ca7067
Add Arabic language to dropdown, fix header locale not working 2021-08-23 16:35:28 +02:00
mrjvs
cdcd91bfbe
Merge branch 'dev' into mrjvs-progress-github-links 2021-08-23 00:08:10 +02:00
Jonathan Barrow
53e2f9c1b5 added real IDs, need to make repo for SMM and BOSS 2021-08-22 18:03:50 -04:00
montylion
19a42d3613
Replace trello-new with trello (reverts f8c7eca)
OK so apparently trello-new is broken
2021-08-22 23:55:29 +02:00
montylion
de9180d312
Get module from npm, not github 2021-08-22 22:41:27 +02:00
montylion
f8c7eca294
Fix vulnerabilities
Switch from trello to trello-new, a clone of the original package with security fixes
2021-08-22 22:28:04 +02:00
montylion
8e0a40079c
Add auto locale detection and custom locale selection (preference saved to cookie) 2021-08-22 16:37:51 +02:00
Jip Fr
0475b71fd8 Dev > master... I think? 2021-05-26 22:16:02 +02:00
Jip Fr
5f575aec22 Fix Rambo's GH username 2021-05-26 09:58:46 +02:00
Jonathan Barrow
17174a18a7 Added more debug logging 2021-04-23 19:06:17 -04:00
Jonathan Barrow
9be553cd9f Get progress info from trello 2021-04-19 16:21:50 -04:00
Jip Fr
d66cfdd10b Apply linting rules 2021-03-16 20:21:29 +01:00
Jip Fr
a82bebb07a Web server & hero! 2020-05-06 20:22:58 +02:00
Jip Fr
e84f7f4d0f Clean slate 2020-05-06 18:06:53 +02:00
dependabot[bot]
a56c8f4e85
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 07:00:17 +00:00
Jonathan Barrow
6d65ac3912 Stripped down and reworked pages
Stripped down the website to remove account managment and API handling. These features may be brought back in the future when the network goes live. A few new pages such as the Cemu and FAQ pages were added along with a finished credits list
2020-03-08 22:25:38 -04:00
Jonathan Barrow
ab65bdf950 Changes to work with new account server 2019-06-06 20:48:32 -04:00
RedDucks
1486511463 Starting bringing over a better comment scheme for methods (see helpers/api.js), addedemail confirmation sending, proper logging, fixed registration
Server now sends confirmation emails to the provided email address. The values can not yet be validated, but they are stored so validation can be added at any time. Added Winston for event logging. Winston has a log level system that merges certain log types into the same file. Maybe we should use a custom logger solution? Registration now works (was not working for me), with added reCaptcha protection, password validation, and the storing of usernames/email validation values. Also changed the PID to a number, cuz it's a number
2018-11-28 14:49:31 -05:00
RedDucks
e52ccfdfd8 Added morgan, removed body-parser, misc changes
Added morgan for some route debugging. Removed body-parser since it's built into express now. Made some error returns more clear and modern-ized some random snippets
2018-11-23 23:41:09 -05:00
RedDucks
4c0f6d4290 Added more locale stuff
Added more entries to the US_en locale. Also added a default "ERROR" locale if the requested one cannot be found. Also changed some internals to fit semantics better and made views use some new locale entries.
2018-11-23 22:58:55 -05:00
mrjvs
9a2ac674d7 pid generation and double hashing 2018-10-18 19:11:58 +02:00
mrjvs
89caba14ef pnid account creation start. still stuff to fix and change tho 2018-10-17 22:33:49 +02:00
mrjvs
eee42ab329 refactored helpers into seperate files 2018-10-16 15:20:06 +02:00
mrjvs
a5b546a99d admin loggin in works. 2018-10-12 21:23:57 +02:00
RedDuckss
26058d8fa9 Added linting
Added the linter ESLint, added a custom set of rules and fixed linting issues
2018-10-11 04:09:13 -04:00
mrjvs
32c0aedc0e lots of setup for other stuff + adminuser registration 2018-10-10 22:23:22 +02:00
mrjvs
5f91171259 blog post display and loading 2018-10-01 15:55:49 +02:00
superwhiskers
20876db6d8 actually add a license 2018-03-11 17:13:39 -05:00
Luke
f01a28c7a4 Barebones website backend 2018-03-11 18:16:59 +00:00
RedDucks
eae7bf2967 Initial commit 2018-02-20 16:59:53 -05:00