Kyle Drake
|
0212167b3e
|
fix for username length spam
|
2017-05-23 12:39:11 -07:00 |
|
Kyle Drake
|
4d397df015
|
update gems, fix warning about must_equal nil test
|
2017-05-22 18:10:26 -07:00 |
|
Kyle Drake
|
8a4fcd3d44
|
Merge branch 'master' into upgrade
|
2017-05-22 17:39:56 -07:00 |
|
Kyle Drake
|
bf089379aa
|
fixes for upload hash check, catch index.html delete scenario
|
2017-05-21 20:16:37 -07:00 |
|
Kyle Drake
|
61bf9012d6
|
dont set cookie for api calls
|
2017-05-21 20:12:47 -07:00 |
|
Kyle Drake
|
4a2926508e
|
api: add upload_hash for checking file hash before uploading
|
2017-05-21 17:32:26 -05:00 |
|
Kyle Drake
|
7d17202f39
|
add WebDAV windows alt; restrict zipball downloads44444444 for large sites
|
2017-05-21 15:37:50 -05:00 |
|
Kyle Drake
|
cfef4bc9c9
|
use cache control ip from config
|
2017-05-13 23:21:42 -05:00 |
|
Kyle Drake
|
6e873a0778
|
add documentation for /api/key
|
2017-05-13 18:55:48 -05:00 |
|
Kyle Drake
|
9f8afbd18e
|
ability to return api key from api using login
|
2017-05-13 18:31:51 -05:00 |
|
Kyle Drake
|
1274e9fa63
|
API key support
|
2017-05-13 18:18:34 -05:00 |
|
Kyle Drake
|
73ec613283
|
replace some http:// links with https://
|
2017-05-10 22:41:13 -07:00 |
|
Kyle Drake
|
05711b6c7f
|
Use https:// for password reset
|
2017-05-10 22:40:01 -07:00 |
|
Kyle Drake
|
31b864227a
|
upgrades ruby gems, related fixes
|
2017-05-08 02:54:19 -07:00 |
|
Kyle Drake
|
282ae9e45d
|
Instructions on how to disable site commenting / email notification
|
2017-05-07 00:25:37 -07:00 |
|
Kyle Drake
|
6038517c24
|
bump up screenshot quality a bit
|
2017-05-05 16:12:00 -07:00 |
|
Kyle Drake
|
0e3b6ee3a0
|
enforce disposable email policy on email verifications / changes
|
2017-05-05 16:02:03 -07:00 |
|
Kyle Drake
|
2e5cc9b243
|
Merge branch 'master' of github.com:neocities/neocities
|
2017-05-05 14:30:31 -07:00 |
|
Kyle Drake
|
d2fc7a3a16
|
Disable v6 check for trumpplan, tempfix for purge cache, uncomment
manifest entries
|
2017-05-05 14:29:34 -07:00 |
|
Kyle Drake
|
14d8b5e986
|
lower jerk threshold, ask for commenters to be nice
|
2017-05-05 14:26:13 -07:00 |
|
Kyle Drake
|
d0a59f5de1
|
Merge branch 'master' into trumpplan
|
2017-05-03 02:29:51 -07:00 |
|
Kyle Drake
|
7d352be907
|
Remove weird margin that uncentered dash header
|
2017-05-03 02:28:53 -07:00 |
|
Kyle Drake
|
443552f3d5
|
Add images for trump plan luxury portal
|
2017-04-26 16:50:20 -07:00 |
|
Kyle Drake
|
ebc3ffe7e9
|
Add TRUMP PLAN to pay for upcoming Net Neutrality
Removes the free plan for the White House, FCC, US Senate and Trump
hotels. Introduces special Trump Plan, 2MB of disk space for only $100/mo.
|
2017-04-26 16:38:43 -07:00 |
|
Kyle Drake
|
b7d629a87e
|
stats: huge DB transactions were locking up DB
|
2017-04-26 03:18:32 -07:00 |
|
Kyle Drake
|
e7be10fb8e
|
add index for sites.parent_site.id
|
2017-04-25 15:43:49 -07:00 |
|
Kyle Drake
|
f5da0d4ef0
|
remove old mocking code
|
2017-04-25 15:36:08 -07:00 |
|
Kyle Drake
|
b0c5c95b5e
|
Don't do expensive re-open of zip for each file add
|
2017-04-22 17:30:40 -07:00 |
|
Kyle Drake
|
f1f91763fb
|
fix for follow_count with compute scores
|
2017-04-05 05:02:43 -07:00 |
|
Kyle Drake
|
0d2e2afb35
|
fix for tag browse
|
2017-04-05 04:06:07 -07:00 |
|
Kyle Drake
|
f9c885c23b
|
use one query to get tag names for sites in browse
|
2017-04-03 01:09:47 -07:00 |
|
Kyle Drake
|
2b69e9cb8a
|
more speedups for browsing
|
2017-04-03 00:35:32 -07:00 |
|
Kyle Drake
|
07be2dcecc
|
throw a short temp cache around excluded_actioning_site_ids
|
2017-04-02 22:42:32 -07:00 |
|
Kyle Drake
|
9d9ada3acc
|
event index for actioning_site_id
|
2017-04-02 22:19:49 -07:00 |
|
Kyle Drake
|
baf9b6100d
|
index for follow_count/view/updated
|
2017-04-02 21:26:03 -07:00 |
|
Kyle Drake
|
04af230f8d
|
performance: denormalize count of followers
|
2017-04-02 20:47:06 -07:00 |
|
Kyle Drake
|
a542796ce3
|
continuing to fight travis: new .yml config changes
|
2017-04-02 14:29:35 -07:00 |
|
Kyle Drake
|
c8f980e152
|
try switching back to psql 9.3 to fix travis
|
2017-04-02 14:19:13 -07:00 |
|
Kyle Drake
|
3fdd165f41
|
update vagrant, travis to ruby 2.4
|
2017-04-02 14:14:51 -07:00 |
|
Kyle Drake
|
d6f51a1cbb
|
fix failing tests
|
2017-04-02 13:59:14 -07:00 |
|
Kyle Drake
|
b7685009bd
|
Check for Integer not Fixnum (ruby 2.4)
|
2017-04-02 13:58:32 -07:00 |
|
Kyle Drake
|
1300ff1ab9
|
Update coveralls/simplecov
|
2017-04-02 13:58:16 -07:00 |
|
Kyle Drake
|
73523236f7
|
Merge branch 'master' of github.com:neocities/neocities
|
2017-04-02 12:26:36 -07:00 |
|
Kyle Drake
|
cc476e5b15
|
Fix for flash dumping all keys
|
2017-04-02 12:25:59 -07:00 |
|
Kyle Drake
|
746f0b48e0
|
Reduce site record lookups needed for auth, webdav
|
2017-04-02 12:25:34 -07:00 |
|
Kyle Drake
|
7a1b9989b2
|
REPENT TO YOUR WEATHER LORDS
|
2017-04-01 23:26:09 -07:00 |
|
Kyle Drake
|
11f6367e55
|
Merge branch 'weatherishappening'
|
2017-04-01 00:30:52 -07:00 |
|
Kyle Drake
|
ff5e424c4b
|
Fix missing shard_dir link in thumbnail test
|
2017-03-30 15:41:39 -07:00 |
|
Kyle Drake
|
26a53995db
|
Clean up junk from previous tests when running new tests
|
2017-03-30 15:40:36 -07:00 |
|
Kyle Drake
|
29a6e95a2a
|
Disable site file max hard check, getting too slow
|
2017-03-30 15:40:12 -07:00 |
|