Hailey Clark
d59cdc89d1
Changing to postgresql..
...
Changed some schema. This database sorta loads, will refactor the .sql to have some basic info for testing logins and such.
3 years ago
Hailey Clark
575553e831
Order of operations
...
Reordered things
3 years ago
Hailey Clark
8732480c46
BACKWARDS
...
I did it backwards
3 years ago
Hailey Clark
d82507757b
Fixed variable ref
...
Variable was referenced when it wasnt in that function... should be fixed.. I should prolly check everything else before commiting this but I didnt! bwhahahahaa </drunk> this keyboard is funny
3 years ago
Hailey Clark
5d8cb32663
Changes... Contact info and requirements
...
Added some preliminary contact info for matrix. I also added some notes to install.txt and will eventually make that into a proper guide.
3 years ago
Hailey Clark
c5781755c2
Forgot to stage matrix-info
...
Matrix info forgot to get staged...
3 years ago
Hailey Clark
5c45d99b44
Added matrix info and changed css
...
Changed some CSS so that the background was consistant to what it use to be once upon a time.
I also re-arranged the homepage and added a separate page for matrix chat info.
TODO: I will be adding more such as a howto guide later.
3 years ago
Hailey Clark
42d2995673
Auto stash before merge of "master" and "origin/master"
3 years ago
Hailey Clark
743ad31c17
Merging things
...
Merging back to sanity....
3 years ago
Hailey Clark
3f9ee3ae08
Merge pull request #10 from hailey/dependabot/pip/waitress-2.1.1
...
Bump waitress from 1.4.4 to 2.1.1
3 years ago
dependabot[bot]
3caeb13ad5
Bump waitress from 1.4.4 to 2.1.1
...
Bumps [waitress](https://github.com/Pylons/waitress ) from 1.4.4 to 2.1.1.
- [Release notes](https://github.com/Pylons/waitress/releases )
- [Changelog](https://github.com/Pylons/waitress/blob/master/CHANGES.txt )
- [Commits](https://github.com/Pylons/waitress/compare/v1.4.4...v2.1.1 )
---
updated-dependencies:
- dependency-name: waitress
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Hailey Clark
51b6d3e922
Merge pull request #9 from hailey/dependabot/pip/ujson-5.1.0
...
Bump ujson from 4.0.2 to 5.1.0
3 years ago
dependabot[bot]
ced03426fa
Bump ujson from 4.0.2 to 5.1.0
...
Bumps [ujson](https://github.com/ultrajson/ultrajson ) from 4.0.2 to 5.1.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases )
- [Commits](https://github.com/ultrajson/ultrajson/compare/4.0.2...5.1.0 )
---
updated-dependencies:
- dependency-name: ujson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Hailey Clark
2386e0f5ee
Added app.thewords.faith link
4 years ago
Hailey Clark
95bb74c5bc
Matrix info
...
Updated some text for the current info for the homeserver URI and such.
4 years ago
Hailey Clark
d56c2e64d3
Changed XMPP info over to Matrix
...
Added description for matrix server. Hopefully integration with a bot will come soon.
4 years ago
Hailey Clark
f13fa51bf0
Added direction colors
...
Made it alternate colors depending on who if the message is inbound or outbound.
4 years ago
Hailey Clark
eea34ee8ad
Dependancy update
...
Updated dependencies. It seems to work, may fork the flowroute sdk so that it works with the latest versions of everything.
4 years ago
Hailey Clark
deff8d85db
SQL and Logic changes
...
Added the change in SQL and re-ordered the logic in the /subscribe/ handler.
4 years ago
Hailey Clark
7dcf992117
Subscription updates
...
It looks like I need https to be able to do push on this, I dont know why it worked on the sample but not this, so here goes nothing.
4 years ago
Hailey Clark
018a7b9a04
Partial addition of push notifications.
...
Push notifications are the next step and this is an intermediary step to that goal.
4 years ago
Hailey Clark
954f4355ca
Inbox plus refresh
...
Added the innbox section and added some refresh into the jquery.
5 years ago
Hailey Clark
cb2db16ad0
Syntax cleaning
...
A lot of cleaning of syntax after re-installing my computer and having to re-setup mariadb. I will try and make a dump of the example database.
5 years ago
Hailey Clark
af2539da84
Construction changes
...
Just put an under construction thing up.
5 years ago
Hailey Clark
c804c20cd3
Password hashing
...
Added support for hashing the passwords before being stored in the database.
5 years ago
Hailey Clark
1416b3a27d
jQuery update and some more password logic
...
As said above, I updated jQuery to the latest version and added some logic for the password changing.
5 years ago
Hailey Clark
98bc147363
Fixing
...
Made it work in a development environment to send and receive messages.
5 years ago
Hailey Clark
4fcb1a837e
Minor html changes
5 years ago
Hailey Clark
7a82490ddc
Some changes to a new development enviroment. Some updates with indexes and tuples and such.
5 years ago
Hailey Clark
f569b1119f
Intermediate change
5 years ago
Hailey Clark
28c6b4b088
Sweeping updates
...
Login semi works, just need to do some jquery and change responses to be a lil better. I made some db updates in order to use this code so check the database.md file.
5 years ago
Hailey Clark
9784528122
Removing google_auth and starting new auth
...
Using app_auth to handle all authentication, while removing the google support, it was fun but silly. I'll be making database changes soon and setting up the rest of the login code.
5 years ago
Hailey Clark
60b2b212d9
Just a test of git functionality inside atom
5 years ago
Hailey Clark
3c1a002a20
Updated readme
5 years ago
Hailey Clark
7e2c46b954
Merge branch 'master' of https://github.com/hailey/sms-proj
6 years ago
Hailey Clark
61ba05ed06
Staging some logic changes and renamed app.py to smsproj.py
6 years ago
Hailey Clark
50835c9b55
Merge branch 'master' of https://github.com/hailey/sms-proj
6 years ago
Hailey Clark
7c023adb91
Still in a broken state sadly.
6 years ago
Hailey Clark
11bc1bdfbe
Merge branch 'master' of https://github.com/hailey/sms-proj
6 years ago
Hailey Clark
8e7d1975e8
Logic changes
...
I'm hoping this logic works.
6 years ago
Hailey Clark
9d6655f3a3
yep
6 years ago
Hailey Clark
f78566957b
Merge branch 'master' of https://github.com/hailey/sms-proj
6 years ago
Hailey Clark
79c4878e82
Changes are happening
6 years ago
Hailey Clark
73445c8a6a
Yarr, one line of code
6 years ago
Hailey Clark
cfb921ad22
Merge branch 'master' of https://github.com/hailey/sms-proj
6 years ago
Hailey Clark
9094b81095
Tiny changes
...
More tiny changes leading up to the legit change
6 years ago
Hailey Clark
c19e80c6f3
I can't figure anything out, so I'm calling it for the night.
6 years ago
Hailey Clark
0f27e1baef
Fixing some logic
...
I hope the logic works.
6 years ago
Hailey Clark
fde27f0c71
Merge branch 'master' of https://github.com/hailey/sms-proj
6 years ago
Hailey Clark
e425b4512d
So much to say...
...
Added the beginnings of local user creation alongside google integration. Google has made me jump through hoops to not have to do this but I am going to have to do it anyhow. The next step is to create a new user from scratch.
6 years ago