Kyle Drake
709509fd15
Clean up CSS for comment contents, add word-break
2017-03-18 11:53:50 -07:00
Kyle Drake
ca8f8146c7
Merge branch 'master' of github.com:neocities/neocities
2017-03-05 11:07:41 -08:00
Kyle Drake
7b5c34b29b
Reset domain fail count to 0 on success
2017-03-05 11:07:17 -08:00
Kyle Drake
18e6b9f9ff
Merge branch 'master' of github.com:neocities/neocities
2017-03-05 03:53:57 +00:00
Kyle Drake
5aeb1b0c8b
Merge branch 'master' of github.com:neocities/neocities
2017-03-04 19:53:47 -08:00
Kyle Drake
49ffeb77c7
Fix for missing supporter hearts in news feed
2017-03-04 19:53:30 -08:00
Kyle Drake
3c1e155a76
Merge branch 'master' of github.com:neocities/neocities
2017-03-04 17:23:25 +00:00
Kyle Drake
cdcc65e951
LetsEncryptWorker: Follow redirects for verification
2017-03-04 17:22:55 +00:00
Kyle Drake
788f99831d
Merge pull request #226 from joppiesaus/followyourselffix
...
Fixes #215
2017-03-03 20:47:10 -08:00
Kyle Drake
f3ab1a6f24
Merge branch 'master' of github.com:neocities/neocities
2017-03-03 20:38:06 -08:00
Kyle Drake
8d5a1e95f1
Partial for new flash code
2017-03-03 20:37:54 -08:00
Kyle Drake
ae1f3a81e3
DRY up flash display code, fix colors for success/error
2017-03-03 20:36:58 -08:00
Kyle Drake
3e485fcf30
Merge pull request #227 from joppiesaus/browsemodefix
...
Fixed browsing tiles leading to unintended pages
2017-03-03 11:04:17 -08:00
Kyle Drake
57e13ffcae
Merge pull request #243 from topaz/topaz-patch-1
...
Fix minor grammatical error
2017-03-03 10:56:04 -08:00
Kyle Drake
019ceff01c
Remove add link when maximum tags is reached
2017-03-03 10:52:43 -08:00
Kyle Drake
460dea3f5e
Merge branch 'master' of github.com:neocities/neocities
2017-03-02 12:07:10 -08:00
Kyle Drake
8c787e0352
Fixed position for ace search ctrlf
2017-03-02 12:06:32 -08:00
Kyle Drake
395ae6b4f9
screenshot_worker: fixes weird chmod permissions error with mount
2017-03-02 04:24:40 +00:00
Kyle Drake
dd40671576
Merge pull request #244 from Retroity/master
...
Change all Twitter links to @Neocities from @NeocitiesWeb
2017-02-28 17:20:49 -08:00
Kyle Drake
2c6ef58e6f
nginx mapfile for subdomains to domains - switch to contact form from
...
email
2017-02-28 14:50:21 -08:00
Retroity
229537d975
Update _team.erb
2017-02-28 15:19:59 -06:00
Retroity
b74ab7dd15
Update _footer.erb
2017-02-28 15:19:28 -06:00
Retroity
c383229489
Update email_welcome.erb
2017-02-28 15:18:11 -06:00
Retroity
732e4d3adc
Update supporter_upgrade.erb
2017-02-28 15:17:21 -06:00
Retroity
03b74dcd1f
Update email_subscription.erb
2017-02-28 15:15:51 -06:00
Retroity
4b120c19d3
Update gateway_error.html
2017-02-28 15:14:28 -06:00
Kyle Drake
3dc38bfc5a
tipping: only show tipping sites with paypal/btc input
2017-02-25 10:19:14 -08:00
Kyle Drake
42b3f25b11
browse: Exclude null records for site updated at
2017-02-25 10:01:12 -08:00
Eric Wastl
55e78edcd6
Update _compare.erb
2017-02-22 04:47:14 -05:00
Eric Wastl
58559ffaea
Update welcome.erb
2017-02-22 04:45:07 -05:00
Kyle Drake
e50199bd57
XCF file support
2017-02-17 16:27:08 -08:00
Kyle Drake
0562c549b3
remove old code that was blocking resubs
2017-02-15 21:45:05 -08:00
Kyle Drake
3bb3312831
app/webhooks.rb: halt for nil customer
2017-02-15 20:32:12 -08:00
Kyle Drake
ba628805bd
check for database record for require_login
2017-02-15 18:38:44 -08:00
Kyle Drake
6c939eaa83
dont 500 for missing customer in stripe webhook
2017-02-15 18:24:41 -08:00
Kyle Drake
13e67fc264
prevent duplicate comments
2017-02-13 19:32:39 -08:00
Kyle Drake
48884994e1
fix for apostrophe/special character drama
2017-02-13 19:04:47 -08:00
Kyle Drake
5d8f9df7e0
sort sites by tipping enabled
2017-02-13 12:05:40 -08:00
Kyle Drake
036a45630e
Initial CSP header idea - enable tipping site-wide
2017-02-11 15:39:11 -08:00
Kyle Drake
dc38851163
Remove site reporting link.
...
It was 49% spam, 50% trolling, and 1% legitimate reports.
2017-02-09 11:22:25 -08:00
Kyle Drake
f6550555b0
Templates for tip emails
2017-02-07 22:48:15 -08:00
Kyle Drake
b556795f78
Missing xml file for blog feed test
2017-02-07 22:47:35 -08:00
Kyle Drake
28a71d275a
Tests for paypal tipping webhook
2017-02-07 22:46:39 -08:00
Kyle Drake
bd1ed0d732
Database migration for tips table changes
2017-02-07 22:46:17 -08:00
Kyle Drake
cc07e90b44
Code to display tips submitted on news feed
2017-02-07 22:45:29 -08:00
Kyle Drake
621e45b6a2
Modify domain registration record structure.
2017-02-07 22:44:03 -08:00
Kyle Drake
e52aa29290
Fix tempfile returning nil for empty files
...
This is an "monkey patch" to have Tempfile return 0 instead of nil when
a tempfile is empty. This has caused an unexplained exception in our
logs for years, and I was really surprised when I caught it, and more
surprised that nobody has ever reported it to us before.
I really think this is a bug, and have filed it as a bug on the ruby
tracker. I haven't seen any consequences (yet) to doing this, so I'm
just going to run with it and see what happens. If it blows
something up (how? what scenario?), I'll try a different approach.
2017-02-06 11:26:14 -08:00
Kyle Drake
28000fc73c
Send email notifications for email and password changes
2017-02-04 11:31:48 -08:00
Kyle Drake
80b31c29cb
Consolidate file uploads into a single call
2017-02-02 15:25:49 -08:00
Kyle Drake
0d9c366555
Don't set whitelist captcha using session variable
2017-02-02 11:33:02 -08:00