Commit Graph

  • b41d420ce1 add logout button to user page Mystikfluu 2022-06-16 16:03:26 +02:00
  • 824eb99851 add bot identifier to posts Mystikfluu 2022-06-16 13:51:03 +02:00
  • ae538b33af added CORS headers to post endpoint added messages to websockets Mystikfluu 2022-06-15 23:26:18 +02:00
  • f93487b7fa change colors to root variables Mystikfluu 2022-06-15 22:29:53 +02:00
  • d0f9928936 fix bug where the style changing errored Mystikfluu 2022-06-15 22:29:02 +02:00
  • 4583793131 change the greens Mystikfluu 2022-06-15 17:47:48 +02:00
  • 3fe83455a3 add key pairs for encryption, as well as better styling for posts page Mystikfluu 2022-06-15 00:16:16 +02:00
  • 286fe9d74b added limit to search Mystikfluu 2022-06-11 19:48:53 +02:00
  • cb9cf85d7f Added ToS and PrivacyPolicy Mystikfluu 2022-06-11 19:46:45 +02:00
  • 026ad8bca4 fixed crash when trying to set long bio Mystikfluu 2022-06-11 19:37:03 +02:00
  • 4fee310dbe added avatars to posts Mystikfluu 2022-06-11 19:14:19 +02:00
  • 1c5b146827 now unlinks temp files Mystikfluu 2022-06-11 15:40:59 +02:00
  • 6c239f0e9a added user avatars Mystikfluu 2022-06-11 15:36:50 +02:00
  • 5a6499cd48 added link to username changing page Mystikfluu 2022-06-11 12:09:14 +02:00
  • 68a76068b9 added simple Username change website Mystikfluu 2022-06-11 12:08:38 +02:00
  • 2a1f82b374 added changeUsername api endpoint Mystikfluu 2022-06-11 12:08:20 +02:00
  • acf89d59f0 updated api documentation Mystikfluu 2022-06-11 08:32:21 +02:00
  • 32ef07f655 simplified gitignore Mystikfluu 2022-06-11 00:04:54 +02:00
  • 8f619fc793 allowing api calls with user+pass instead of cookie Mystikfluu 2022-06-10 22:18:45 +02:00
  • 0fc8eed5a7 removed unneeded comments Mystikfluu 2022-06-10 22:08:22 +02:00
  • bf733806b9 added blocking self-revealing proxies enabled by default in the config Mystikfluu 2022-06-10 20:06:41 +02:00
  • 07e36cd2d3 added account-based ratelimiting Mystikfluu 2022-06-09 18:58:14 +02:00
  • a01db193dc better loading and error screen Mystikfluu 2022-06-09 16:36:43 +02:00
  • 5ad3b322b9 fixed search not decoding bio Mystikfluu 2022-06-09 16:24:02 +02:00
  • f473f2acc7 now shows new bio again Mystikfluu 2022-06-09 16:13:32 +02:00
  • b63246dd78 moved github link to IPost description Mystikfluu 2022-06-09 16:06:40 +02:00
  • 30a6dc64f4 loading screen now disappears after messages are loaded none 2022-06-09 10:44:22 +02:00
  • e5614a0e01 fixed error Mystikfluu 2022-06-09 10:34:27 +02:00
  • d5187c7332 added new views added loading information added no account information none 2022-06-09 10:32:08 +02:00
  • b41d97985d made logging level optional none 2022-06-09 10:05:49 +02:00
  • 98845c4454 fixed logging issue none 2022-06-09 10:04:58 +02:00
  • 7191b77f5c
    Merge pull request #6 from 002Hub/snyk-upgrade-347f0e84d43ae6cd45572501cd03658b Code002Lover 2022-06-08 03:17:56 -07:00
  • bde6b20926
    fix: upgrade helmet from 5.0.2 to 5.1.0 snyk-bot 2022-06-08 00:07:58 +00:00
  • 03bb0a0c93 updated link regex Mystikfluu 2022-06-07 15:28:35 +02:00
  • 08ccf94056 added message option Mystikfluu 2022-06-07 15:27:50 +02:00
  • e6617fecc5 added search page Mystikfluu 2022-06-07 09:16:17 +02:00
  • 2632d8c133 moved navbar to js for easier editing Mystikfluu 2022-06-04 17:00:26 +02:00
  • 3d36086134 even more input validation Mystikfluu 2022-06-04 14:09:53 +02:00
  • 6b86ab0223 better input validation for post endpoint Mystikfluu 2022-06-04 13:58:30 +02:00
  • 7f408cd87c updated api documentation Mystikfluu 2022-06-04 13:34:02 +02:00
  • 0e7be58c41 added search api endpoint Mystikfluu 2022-06-04 13:19:26 +02:00
  • 92d62685fc you know what un-base64's your website Mystikfluu 2022-06-04 13:17:35 +02:00
  • ce379e944e made it look better Mystikfluu 2022-06-04 11:55:14 +02:00
  • 45ee4acfdc moved JS code to JS file Mystikfluu 2022-06-03 08:49:20 +02:00
  • cfbf54410c fixed redirection bug Mystikfluu 2022-06-03 08:48:13 +02:00
  • eeb4bb85e0 fixed ugly style Mystikfluu 2022-06-03 08:47:46 +02:00
  • a11cc7380c fixed server error when not passing along a username or password Mystikfluu 2022-06-03 08:47:34 +02:00
  • c05c5d47e0 user page style now similar to login Mystikfluu 2022-06-03 08:42:30 +02:00
  • 00e5ed3c21 added /api/getalluserinformation endpoint new endpoint shows all user information that is being stored Mystikfluu 2022-06-02 22:47:28 +02:00
  • 543c86072f hides user and posts when not logged in Mystikfluu 2022-06-02 22:24:13 +02:00
  • 98ea1c7e3a added doctype and html tag Mystikfluu 2022-06-02 16:42:55 +02:00
  • 89a44cf837 now using this.seed instead of seed Mystikfluu 2022-06-01 20:49:00 +02:00
  • 48abd6274f fixed word-overflow in long posts Mystikfluu 2022-06-01 20:48:24 +02:00
  • 0c53ec31b3 Merge branch 'master' of https://github.com/Mystikfluu/authwebsite Mystikfluu 2022-05-31 10:03:52 +02:00
  • 73ffb69917 fixed #5 none 2022-05-31 10:03:13 +02:00
  • e41aefd9cc added log levels Mystikfluu 2022-05-27 12:56:45 +02:00
  • 03e022b3d8 added logfiles Mystikfluu 2022-05-27 12:52:18 +02:00
  • 36fd7ff7ff expanded username length in posts Mystikfluu 2022-05-27 01:50:54 +02:00
  • ac6853062b moved navbar Mystikfluu 2022-05-26 16:50:23 +02:00
  • fc7d73e5b4 added navbar and global css Mystikfluu 2022-05-26 16:49:22 +02:00
  • f63388a919 changed api link to working one Mystikfluu 2022-05-26 16:39:56 +02:00
  • bb6b637ec3 added link to API documentation in footer Mystikfluu 2022-05-26 16:38:42 +02:00
  • dbcb147c1f changed name Mystikfluu 2022-05-26 16:30:54 +02:00
  • 025bdcfd4f added API documentation Mystikfluu 2022-05-26 16:26:15 +02:00
  • 28dacbd50a changed name Mystikfluu 2022-05-26 16:26:05 +02:00
  • 3a16265fe7 fixed minor bugs Mystikfluu 2022-05-26 15:20:43 +02:00
  • 69790c32d5 made the index webpage into two parts added register/login links when not logged in when logged in, chat and profile links are shown Mystikfluu 2022-05-26 14:37:13 +02:00
  • eee57759f9 now actually sends a correct statuscode when not being logged in Mystikfluu 2022-05-26 14:36:05 +02:00
  • d2d3e8828f moved from html style node to css file Mystikfluu 2022-05-26 14:16:32 +02:00
  • bc2fc5d9a1 optimized sql queries Mystikfluu 2022-05-26 14:10:57 +02:00
  • 6c39e7dfaa
    Merge pull request #1 from 002Hub/snyk-upgrade-1f11965264097799fb3eae603282392b Code002Lover 2022-05-26 05:06:15 -07:00
  • 4f23a1c35b
    Merge branch 'master' into snyk-upgrade-1f11965264097799fb3eae603282392b Code002Lover 2022-05-26 05:06:08 -07:00
  • a12f22e379
    Merge pull request #2 from 002Hub/snyk-upgrade-21928dbcb65a5bbc05a03aeacb306124 Code002Lover 2022-05-26 05:04:57 -07:00
  • 1a87c81b89
    Merge branch 'master' into snyk-upgrade-21928dbcb65a5bbc05a03aeacb306124 Code002Lover 2022-05-26 05:04:51 -07:00
  • 2eff0bab79
    Merge pull request #3 from 002Hub/snyk-upgrade-84ab7df4770387ecd4097fed99178823 Code002Lover 2022-05-25 22:32:42 -07:00
  • 177fb3da3d
    Merge branch 'master' into snyk-upgrade-84ab7df4770387ecd4097fed99178823 Code002Lover 2022-05-25 22:32:25 -07:00
  • bb879d9762
    Merge pull request #4 from 002Hub/snyk-upgrade-736aa8ea6363762debd8d9428ba83b81 Code002Lover 2022-05-25 22:30:03 -07:00
  • d76f298aee
    fix: upgrade ws from 8.5.0 to 8.6.0 snyk-bot 2022-05-26 05:25:18 +00:00
  • 3bb2484de2
    fix: upgrade express from 4.17.3 to 4.18.1 snyk-bot 2022-05-26 05:25:13 +00:00
  • c137a72aa2 added sql file for creating the schema Mystikfluu 2022-05-25 17:55:09 +02:00
  • bb969aa39a better ip handling no longer stores ips as plaintext, instead hashes them Mystikfluu 2022-05-25 17:41:04 +02:00
  • 06e9924777 usernames now allow non-utf8 characters as well Mystikfluu 2022-05-25 17:36:37 +02:00
  • 531b0cab53 now trims posts Mystikfluu 2022-05-25 17:35:59 +02:00
  • a6743bcb07 added non-utf8 character compatability Mystikfluu 2022-05-25 13:38:54 +02:00
  • ce7409684d centered and rounded posts Mystikfluu 2022-05-24 19:57:03 +02:00
  • 68f3b432ba now only shows domain of url Mystikfluu 2022-05-24 19:56:54 +02:00
  • dac0b094c2
    fix: upgrade ws from 8.5.0 to 8.6.0 snyk-bot 2022-05-22 23:06:25 +00:00
  • 26b71411f1
    fix: upgrade express from 4.17.3 to 4.18.0 snyk-bot 2022-05-16 23:31:29 +00:00
  • fe09679b0a added config file x-forwarded-for request header is now ignored when getting the ip Mystikfluu 2022-05-07 15:21:17 +02:00
  • e5ad0562cf Merge branch 'master' of https://github.com/Mystikfluu/authwebsite Mystikfluu 2022-05-06 20:39:47 +02:00
  • 429ea5d132 added link to github Mystikfluu 2022-05-06 20:39:33 +02:00
  • 438a5a84af changed title to "Posts" Mystikfluu 2022-05-01 12:34:53 +02:00
  • 733c5860f1 dont readme Mystikfluu 2022-04-27 23:13:30 +02:00
  • 5f7e6fce10 changed random string generation Mystikfluu 2022-04-27 22:52:07 +02:00
  • 32c404cdd0 changed mysql connections now using a pool of up to 10 connections instead of one Mystikfluu 2022-04-27 15:46:40 +02:00
  • ab8c16dc82 added replies Mystikfluu 2022-04-26 19:43:59 +02:00
  • 182ff8fcad added new features added user bio added getotheruser endpoint sending better responses in post api Mystikfluu 2022-04-26 19:43:33 +02:00
  • 12106f0492 added bio Mystikfluu 2022-04-26 19:42:01 +02:00
  • 8d71f47c81 added link styling Mystikfluu 2022-04-26 19:41:41 +02:00
  • b9473c8753 links now open in a new tab Mystikfluu 2022-04-24 18:59:18 +02:00