Commit graph

242 commits

Author SHA1 Message Date
e3205f3259 Delete .gitlab-ci.deploy.yml 2025-03-02 21:35:29 +00:00
e9b8131dc1 Update .gitlab-ci.yml 2025-03-02 21:35:16 +00:00
20caa87419 1.0.1
modified:   README.rst
	modified:   development.ini
	modified:   setup.py
2025-03-02 16:21:54 -05:00
d7410f2b80 Update development.ini 2025-03-02 18:23:38 +00:00
ca34177f28 Merge branch 'pypi' into 'master'
pypi release prep!

See merge request engineering/make-post-sell/make_post_sell!39
2025-03-02 13:54:38 +00:00
2c46bc1e11 modified: README.rst 2025-03-02 08:51:57 -05:00
79aa2ddd6c pypi release prep!
modified:   .gitlab-ci.yml
	modified:   Makefile
	modified:   README.rst
	modified:   setup.py
2025-03-02 08:36:51 -05:00
29e8d9a503 Update journal.rst 2025-02-28 13:03:29 +00:00
60a92030a6 modified: journal.rst 2025-02-28 07:08:54 -05:00
625298636e Merge branch 'play-button-all-the-things' into 'master'
Content now display thumbnails and play buttons for a broader range of audio and video file formats, enhancing the viewing experience for more media types

See merge request engineering/make-post-sell/make_post_sell!38
2025-02-15 15:30:17 +00:00
19b5e8cc35 Content now display thumbnails and play buttons for a broader range of audio and video file formats, enhancing the viewing experience for more media types 2025-02-15 15:30:17 +00:00
ac49dc8ed4 Merge branch 'better-smtp-developer-user-story' into 'master'
remove SMTP server from dev and use console logs instead.

See merge request engineering/make-post-sell/make_post_sell!37
2025-01-10 13:10:38 +00:00
906e4a93e1 remove SMTP server from dev and use console logs instead. 2025-01-10 13:10:37 +00:00
e101026d98 Spam next= middleware detection and prevention.
modified:   make_post_sell/__init__.py
	modified:   make_post_sell/request_methods.py
	modified:   make_post_sell/views/__init__.py
2024-12-25 16:23:37 -05:00
4e4c459e3f Merge branch 'fu-next-recursion-spammers' into 'master'
remove next query string from authentication logic.

See merge request engineering/make-post-sell/make_post_sell!36
2024-12-14 21:57:08 +00:00
eb5f05f2a0 remove next query string from authentication logic. 2024-12-14 21:57:08 +00:00
c9aa05574e Jenn asked for more buttons. so I made more buttons.
modified:   make_post_sell/templates/cart_checkout.j2
	modified:   make_post_sell/templates/user_addresses.j2
2024-12-13 19:14:42 -05:00
59da0d34f4 grrrrrr request next spammer 2024-12-13 18:00:59 -05:00
9e0eb03384 next spam.
modified:   make_post_sell/request_methods.py
2024-12-13 08:26:03 -05:00
04b5615b36 Merge branch 'stripe-test-mode' into 'master'
stripe test mode

See merge request engineering/make-post-sell/make_post_sell!35
2024-12-13 00:58:29 +00:00
e84a58061d stripe test mode 2024-12-13 00:58:29 +00:00
11c5b7eecb lowercase emails
modified:   models/user.py
2024-12-12 18:28:43 -05:00
7bebbf318c fix address placeholder to make mention of Full Name.
modified:   templates/user_addresses.j2
2024-12-12 17:30:05 -05:00
6cfd614829 Merge branch 'user-purchases-page' into 'master'
user purchase page upgraded with invoice links

See merge request engineering/make-post-sell/make_post_sell!34
2024-12-12 14:20:48 +00:00
d4bada52a2 user purchase page upgraded with invoice links 2024-12-12 14:20:48 +00:00
d9ef51031d fu spammers
modified:   make_post_sell/request_methods.py
2024-12-11 14:49:28 -05:00
55b4599684 fix regression on shop_user add view
modified:   make_post_sell/views/shop.py
2024-12-11 13:28:43 -05:00
688abe7b75 better on mobile.
modified:   make_post_sell/static/css/common.css
	modified:   make_post_sell/templates/sales.j2
	modified:   make_post_sell/templates/sales_details.j2
2024-12-11 12:51:30 -05:00
2c78ba4317 shop sales pages
modified:   Makefile
	modified:   development.ini
	modified:   make_post_sell/models/invoice.py
	modified:   make_post_sell/models/shop.py
	modified:   make_post_sell/routes.py
	modified:   make_post_sell/static/css/common.css
	modified:   make_post_sell/templates/actions_view.j2
	new file:   make_post_sell/templates/sales.j2
	new file:   make_post_sell/templates/sales_details.j2
	modified:   make_post_sell/views/cart.py
	new file:   make_post_sell/views/sales.py
2024-12-11 12:03:54 -05:00
17a700799d gtfo next redirect spammers
this prevents a denial of service, otherwise uwsgi is oom'd by linux.

	modified:   make_post_sell/request_methods.py
2024-12-10 18:09:39 -05:00
15b9cf1806 prevent errors when people activate carts.
modified:   make_post_sell/views/cart.py
2024-12-06 18:11:01 -05:00
1f0a91ba5c prevent errors when deleting a product not in cart 2024-12-06 17:11:13 -05:00
ae5543a072 location shipping is flat rate.
modified:   make_post_sell/templates/shop_location_form.j2
2024-12-06 08:41:15 -05:00
55dadce4fe fix cart page when physical items. 2024-12-06 08:34:55 -05:00
0ead63ac58 configure a default location if one or more!
modified:   make_post_sell/request_methods.py
2024-12-06 08:09:46 -05:00
54317628e0 download button for content!
modified:   make_post_sell/views/content.py
2024-10-29 06:38:32 -04:00
8f5c341539 bump 2024-10-28 12:51:27 +00:00
29d9128502 Make it possible to see created ago and updated ago as HTML comments
new file:   make_post_sell/lib/time_funcs.py
	modified:   make_post_sell/models/cart.py
	modified:   make_post_sell/models/product.py
	modified:   make_post_sell/templates/base.j2
2024-10-28 05:50:26 -04:00
5de3af5469 Merge branch 'content-cp3' into 'master'
Add support for MP3 format in product extensions

See merge request engineering/make-post-sell/make_post_sell!33
2024-10-07 00:19:56 +00:00
3ec72fd5a7 Add support for MP3 format in product extensions 2024-10-07 00:19:56 +00:00
f878fd6720 fix once and for all 2024-07-05 13:39:56 -04:00
91cf33f939 Merge branch 'develop' into 'master'
run deploy jobs at the same time

See merge request engineering/make-post-sell/make_post_sell!32
2024-07-05 17:03:41 +00:00
6088d883f1 run deploy jobs at the same time 2024-07-05 12:59:51 -04:00
4ffbce63ed Merge branch 'develop' into 'master'
fix markdown editor for descriptions content

See merge request engineering/make-post-sell/make_post_sell!31
2024-07-05 16:45:40 +00:00
1d12f5852f fix markdown editor for descriptions content
modified:   .gitlab-ci.deploy.yml
	modified:   make_post_sell/models/product.py
	modified:   make_post_sell/routes.py
	modified:   make_post_sell/templates/product_edit.j2
	modified:   make_post_sell/views/product.py
2024-07-05 12:34:10 -04:00
689c372913 Merge branch 'fix-file-uploads' into 'master'
fix file uploads especially for content.

See merge request engineering/make-post-sell/make_post_sell!30
2024-07-05 15:47:28 +00:00
955702d6fc fix file uploads especially for content. 2024-07-05 15:47:27 +00:00
bb95314c0e fix content urls
modified:   make_post_sell/models/product.py
2024-07-04 15:52:46 -04:00
909eebfac5 modified: make_post_sell/lib/render.py 2024-07-04 14:27:05 -04:00
f5769643bb lets try to allow our makepostsell.com domain for cleaner by default
modified:   make_post_sell/lib/render.py
2024-07-04 14:22:34 -04:00