Commit Graph

16 Commits

Author SHA1 Message Date
dev
af59aaf236 Fix issue with multiple payments
If someone sent multiple Monero transactions in 1 tx, it was only
getting the first one.

Monero GUI wallet and Cake Wallet support this feature but xmrmemes did
not. This should be fixed now.

All past multi-payments that were not counted will be counted and the
meme creators will recieve the XMR.
2021-09-27 19:46:08 -07:00
dev
87ef210e1f Add sorting on home page and jumbotron 2021-08-11 17:47:43 -07:00
dev
ab412aa68d Temporary comment out backup cron 2021-08-11 01:30:54 -07:00
dev
66c43be0a2 Add backup library 2021-08-11 01:27:41 -07:00
dev
4c1b493943 Add tips count to leaderboard
Also rename memes_total to memes_count to make it more consistent
2021-08-10 21:55:34 -07:00
dev
c7784806c7 Launch :) 2021-08-10 18:24:48 -07:00
dev
22d711435f Try to fix payout issue
The sweep_all seems to throw timeout errors sometimes (not always) which
causes saving the outbound transaction to fail which is very
problematic.

Now we will run that last and save the outbound transactions before
hand. This hopefully should fix the issue
2021-08-10 16:25:44 -07:00
dev
163e049aff Try to fix bug with sending payments 2021-08-07 19:34:37 -07:00
dev
a1b773cca2 Make cron run every 5 minutes not 1 minute 2021-08-06 17:46:39 -07:00
dev
f792803c99 Fix some bugs
- Remove json ld seo because it can be xss attacked and isn't needed
anyways
- Add try catch to sweep_all function incase error (for example: if tip
is too small, it can't cover the fee)
- Add note about tips being too small that they cant send in FAQ on
contact page
2021-08-06 16:50:23 -07:00
dev
934a34f004 Add message once meme is submitted in dashboard 2021-08-06 14:31:08 -07:00
dev
58fb2d2834 Finish SEO 2021-08-06 14:01:16 -07:00
dev
d5a3175bea Remove email confirmation for privacy 2021-08-06 13:32:18 -07:00
dev
821fb9b1ed Finish rough draft of website
Update the payment code so everything is working now

Improve DB structure

Improve design

Add API

Validate XMR Address upon registration

And Much More...

Still Need to work on:

- SEO
- Dropdown in menu (bug, not dropping down)
2021-08-06 13:06:07 -07:00
dev
dbfda5cf9e Almost complete site
Add dark / light theme

Add social sharing on meme pages

Add approving / pending admin section

Improve design

Add pagination on profiles

Make front end date time user friendly

Finish rough draft of site

And Much more...

Still need to fix a few minor things before it goes live. Almost
complete.
2021-07-31 00:03:33 -07:00
dev
cc2af611e1 Initial Commit 2021-07-15 23:35:54 -07:00