Commit Graph

87 Commits

Author SHA1 Message Date
Alexis
50ba8b7f9c Added prewrap class for api text 2021-01-16 19:56:11 +01:00
Alexis
dde2e63b61 Temporary test ground for updating user form 2020-12-30 22:17:28 +01:00
Alexis
70283da8e0 Added favicon.png for public client files 2020-12-30 22:13:25 +01:00
Alexis
752cfb4227 Reinstated valid register form 2020-12-27 19:09:00 +01:00
Alexis
c9bd0aa0ab Changed login and register views accordingly 2020-12-26 22:55:19 +01:00
Alexis
15ba9e19c9 Added API check for banned/unverified users 2020-12-26 22:54:26 +01:00
Alexis
3cf131ef6f Reinstated old code (works with new method) 2020-12-26 20:59:41 +01:00
Alexis
36a82a643e Added comments explaining the changes 2020-12-26 17:07:09 +01:00
Alexis
79c34a6ad1 Added cookie check and changed store actions 2020-12-26 17:06:52 +01:00
Alexis
167722fab6 Removed global cookie expiration 2020-12-26 17:06:25 +01:00
Alexis
7b932f1b86 - Added detail pages for both spells and schools 2020-12-24 22:54:18 +01:00
Alexis
02c0216c26 - Added title and meta info to current views 2020-12-24 18:24:31 +01:00
Alexis
ad84673fba - Added vue-meta and fixed vulnerabilities 2020-12-24 18:23:32 +01:00
Alexis
01df57f510 - Implemented register date for users 2020-12-24 17:55:32 +01:00
Alexis
65abb41a9f - Implemented store for register methods 2020-12-23 20:25:43 +01:00
Alexis
eba2669176 - Fixed the way components get store data 2020-12-19 17:04:22 +01:00
Alexis
fa945e45c9 - Fixed my revert hahaha :) 2020-12-18 20:34:47 +01:00
Alexis
0587656ba6 - Store files 2020-12-18 19:34:02 +01:00
Alexis
de90b7d747 Revert "- Added timeline page (will need to be redone anyways)"
This reverts commit 0178f15bf1.
2020-12-18 18:55:05 +01:00
Alexis
0178f15bf1 - Added timeline page (will need to be redone anyways) 2020-12-18 11:58:16 +01:00
Alexis
b89839c8fd - Added timeline page 2020-10-09 21:30:12 +02:00
Alexis
a2d5d89487 - Navbar fixed top 2020-10-09 21:10:37 +02:00
Alexis
7dbaabd7a5 - Fixed scss structure 2020-10-09 21:07:37 +02:00
Alexis
d7631cb0e8 Merge branch 'dependabot/npm_and_yarn/client/node-fetch-2.6.1' into dev 2020-09-13 19:16:38 +02:00
dependabot[bot]
9467926745 Bump node-fetch from 2.6.0 to 2.6.1 in /client
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-13 00:13:45 +00:00
Alexis
cbeaad410f Merge branch 'dependabot/npm_and_yarn/client/elliptic-6.5.3' into dev 2020-08-04 21:26:12 +02:00
Alexis
78a7219883 Merge branch 'dependabot/npm_and_yarn/client/lodash-4.17.19' into dev 2020-08-04 21:26:08 +02:00
Alexis
ee287d1722 Trivialized cookie and renamed a function 2020-08-03 22:28:14 +02:00
dependabot[bot]
62535a9c91 Bump elliptic from 6.5.2 to 6.5.3 in /client
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-02 01:36:32 +00:00
dependabot[bot]
8ab53a4529 Bump lodash from 4.17.15 to 4.17.19 in /client
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 20:25:24 +00:00
Alexis
117d174480 - Added check to functions to add/edit/remove spells if !user 2020-07-17 22:15:32 +02:00
Alexis
d2acdbb179 - Removed useless stuff 2020-07-17 21:20:42 +02:00
Alexis
7711816a71 - Reworked client structure and optimized fonts 2020-07-17 21:02:13 +02:00
Alexis
e1df40f474 - Added proper commands because i'm lazy 2020-07-17 17:38:17 +02:00
Alexis
080c46593c - Added error handler to register form 2020-07-07 23:24:10 +02:00
Alexis
9b10cd473e - Implemented store and logged states 2020-07-06 21:22:03 +02:00
Alexis
27ab62e36f - Added login check for navbar actions 2020-07-06 18:24:54 +02:00
Alexis
78587f8544 - Added basic user login 2020-07-06 12:49:09 +02:00
Alexis
0a4a59f6e6 - Added pages for register and scoped styles 2020-07-05 21:48:49 +02:00
Alexis
5d1b44cf6d - Added more pages and fixed some links (schools, single spell, and login page) 2020-07-03 22:19:31 +02:00
Alexis
939e384722 - Fixed some api calls 2020-07-02 23:06:21 +02:00
Alexis
9abf084530 - Reworded api calls 2020-07-02 23:05:21 +02:00
Alexis
293451288d - Fixed methods of spell list 2020-06-29 16:18:26 +02:00
Alexis
60c179f357 - Fixed an API call 2020-06-29 16:02:14 +02:00
Alexis
4e04014b32 - Fixed some typos 2020-06-29 15:55:37 +02:00
Alexis
f8a1a9e73f - Fixed scroll trigger and error message 2020-06-28 23:13:47 +02:00
Alexis
eadbaa53ac - Added loader for spells list 2020-06-28 17:57:34 +02:00
Alexis
52a7348d7e - added search to spells list 2020-06-23 21:45:58 +02:00
Alexis
7819cf004d - dear god lazy loading why but it works good night 2020-06-22 23:37:24 +02:00
Alexis
96d13ec6e9 - Removed test data from db files, cleaned structures, and fix other things 2020-06-22 21:36:51 +02:00