Montelion
179c0f080a
Differentiate between the navbar title and the page title.
...
Differentiate between the navbar title and the page title.
2020-04-23 09:07:34 +02:00
Montelion
9cc562456d
Updated navbar.hbs
...
Differentiate between the navbar title and the page title.
2020-04-23 09:03:54 +02:00
Montelion
ccd4cb2c96
Fixed the quotes
2020-04-23 08:29:49 +02:00
Montelion
22dfaa4235
Fixed missing comma
2020-04-23 07:52:21 +02:00
Montelion
a231538872
Every translatable text is now in US_en.json
...
Every translatable word/sentence now refers to its file in /locales. This means that translations are now easier to make (you just need to create a REGIONCODE_languagecode.json in locales with the translated .json)
2020-04-22 22:23:05 +02:00
Jonathan Barrow
bb4e21bcfe
Merge pull request #19 from PretendoNetwork/dependabot/npm_and_yarn/acorn-5.7.4
...
Bump acorn from 5.7.3 to 5.7.4
2020-04-20 21:53:47 -04:00
Jip
d24617139e
Merge pull request #20 from NexoDevelopment/patch-1
...
Missing avatar for myself
2020-04-02 09:10:45 +02:00
Tarik Chettibi
76169ab26f
Missing avatar for myself
2020-04-01 18:02:02 +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
Jip Fr
2e5bdd74d7
Remove stray character and update icon URLs on home page
2020-03-13 18:06:26 +01:00
Jonathan Barrow
22603e6c52
Merge pull request #18 from JipFr/master
...
Some UI / UX improvements
2020-03-12 17:02:18 -04:00
Jip Fr
0863f2857b
Add myself to the credits
2020-03-11 15:03:05 +01:00
Jip Fr
c4cdb43c89
Fix off-center icon and wrap text in seperate div
2020-03-09 19:36:48 +01:00
Jip Fr
442aaa9099
Small UI / UX improvements
2020-03-09 13:13:12 +01:00
Jonathan Barrow
6fce3fcbfd
Grammar in FAQ
2020-03-08 22:46:41 -04:00
Jonathan Barrow
e812333a5b
Merge pull request #17 from PretendoNetwork/dev
...
Merge dev
2020-03-08 22:27:14 -04: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
mrjvs
c305e3b455
editable user info frontend, pretty sure all frontend is now done.
2019-01-13 16:29:50 +01:00
mrjvs
73d5fbd2df
fixed typo
2019-01-12 17:28:54 +01:00
mrjvs
ef448836e7
added forget password frontend
2019-01-12 17:17:58 +01:00
mrjvs
c66709b1b1
updated email verification popup with animations and functionality
2019-01-08 17:26:16 +01:00
mrjvs
5ed544822b
password reset frontend
2019-01-08 16:57:04 +01:00
mrjvs
cef701c869
fixed spelling mistakes
2019-01-02 00:17:59 +01:00
mrjvs
237f49fce4
fixed small frontend issues, upgraded placeholder text.
2019-01-01 14:49:11 +01:00
mrjvs
86b5aec033
fixed some frontend issues (and reverted something I mistakenly added)
2019-01-01 13:25:21 +01:00
mrjvs
6dbfd5dd6c
added email validation popup
2019-01-01 12:27:31 +01:00
mrjvs
214456b2b8
more metatags / SEO
2018-12-30 12:07:37 +01:00
mrjvs
b8c4317f89
SEO, metatags and robots.txt
2018-12-30 11:41:08 +01:00
mrjvs
8be8632d0c
fixed some client-side errors
2018-12-27 21:54:27 +01:00
mrjvs
5becdb4241
added error messages for login/register
2018-12-27 21:49:14 +01:00
mrjvs
d519b4ae0e
made auth forms usuable for end user
2018-12-27 14:10:35 +01:00
mrjvs
efa1626818
added hamburger icon
2018-12-27 13:42:38 +01:00
mrjvs
5383b42581
dashboard is now responsive
2018-12-18 18:34:48 +01:00
mrjvs
0759e78217
reactivated captcha, whoops
2018-12-18 18:23:38 +01:00
mrjvs
c15284dbea
updated 404, added profile picture, templating, fixed registration bugs
2018-12-18 18:21:54 +01:00
RedDucks
aa1f5e5157
Merge pull request #15 from RedDuckss/dev
...
Starting bringing over a better comment scheme for methods (see helpers/api.js), addedemail confirmation sending, proper logging, fixed registration
2018-11-30 22:18:39 -05:00
RedDucks
166a46a338
moved mailer to helper folder as per request
2018-11-30 22:15:07 -05: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
mrjvs
908269d20c
Merge pull request #13 from RedDuckss/dev
...
Added more locale stuff, added morgan, removed body-parser, misc changes
2018-11-25 12:22:44 +01:00
RedDucks
5703e42de2
oops
2018-11-23 23:47:51 -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
RedDucks
705a52a641
Merge pull request #2 from PretendoNetwork/dev
...
Dev
2018-11-23 20:31:51 -05:00
mrjvs
dc140676db
responsiveness!
2018-11-23 16:59:05 +01:00
mrjvs
37385a5383
updated admin dashboard
2018-11-23 15:20:34 +01:00
mrjvs
115934a7c1
removed some debug logs
2018-11-23 14:47:31 +01:00
mrjvs
388ab27f31
templated posts on home.
2018-11-23 14:44:27 +01:00
mrjvs
6b7379741f
start register card styling + added logout endpoint
2018-11-23 14:26:15 +01:00
mrjvs
63643c73d5
client js login system + login card styling + fixed template issues
2018-11-22 21:30:31 +01:00