Commit graph

1502 commits

Author SHA1 Message Date
Kyle Drake
7bd2ad6b51 New cache system using proxy_cache_bypass
Instead of using ngx_cache_purge which was buggy, we are trying
proxy_cache_bypass, which is internal to nginx. This is A Good Thing
(assuming it works), because when we call HEAD on the purge item, it
also warms the cache for us, which the previous system did not do. We
want newly updated files to cache warm, because they are expected to be
used quickly.
2015-07-27 15:44:34 -07:00
Kyle Drake
0f0baa78ff remove kickstarter days helper 2015-07-25 16:03:41 -07:00
Kyle Drake
0ddcd3b35a Remove old kickstarter refs 2015-07-25 16:02:50 -07:00
Kyle Drake
0a27c0a9da Remove kickstarter from home and welcome screen 2015-07-25 15:27:44 -07:00
Kyle Drake
efd9627837 Merge branch 'master' of github.com:neocities/neocities 2015-07-25 15:23:50 -07:00
Kyle Drake
766ca009ca redirect blog path to subdomain 2015-07-23 17:27:37 -07:00
Victoria Wang
5df014a221 Changed blog links to blog.neocities.org 2015-07-23 17:26:20 -07:00
Victoria Wang
91f7cda905 Changed "1 days left" on kickstarter notices to "1 day left" 2015-07-23 17:12:12 -07:00
Victoria Wang
07a1d569b7 Added kickstarter link to welcome page 2015-07-22 14:26:07 -07:00
Victoria Wang
0c6ad24110 Wording changes to site metadata 2015-07-22 14:08:56 -07:00
Victoria Wang
f2496126f8 Changed "web site" to "website" on homepage 2015-07-22 13:40:19 -07:00
Victoria Wang
fd9b82d148 Clarified in a few places that we do static hosting only 2015-07-22 13:38:19 -07:00
Kyle Drake
82fe01fb4d Merge branch 'master' of github.com:neocities/neocities 2015-07-21 22:13:53 -07:00
Kyle Drake
aca48d3b0d some fixes to browse 2015-07-21 19:38:41 -07:00
Victoria Wang
4a24983bb5 Wording changes to current /tutorials page 2015-07-21 11:56:53 -07:00
Kyle Drake
91640d87b6 update phantomjs and screencap 2015-07-20 15:41:45 -07:00
Victoria Wang
233265f8ab Fix position of Edit Site button on mobile 2015-07-20 13:14:28 -07:00
Kyle Drake
205036004b no deleted/banned/crashing sites in followings/followers 2015-07-18 18:33:57 -07:00
Kyle Drake
64fb2cf4c4 forgot the migration, of course 2015-07-18 17:13:26 -07:00
Kyle Drake
04d1ba7ae4 flag admin_nsfw 2015-07-18 17:10:37 -07:00
Kyle Drake
b85903c4f6 admin nsfw flag 2015-07-18 16:59:28 -07:00
Kyle Drake
08ce614451 fix tag browsing for surf 2015-07-18 15:30:20 -07:00
Kyle Drake
f4904b622f Merge branch 'master' of github.com:neocities/neocities 2015-07-18 15:24:58 -07:00
Kyle Drake
7408960e5d improve tag browsing 2015-07-18 15:24:54 -07:00
Victoria Wang
3166ea9a13 Dashboard file listing fixes 2015-07-17 15:59:57 -07:00
Victoria Wang
8814680678 Merge branch 'master' of github.com:neocities/neocities 2015-07-17 15:37:57 -07:00
Victoria Wang
55062092de Misc mobile fixes 2015-07-17 15:37:33 -07:00
Kyle Drake
33cfc8dacf Merge branch 'master' of github.com:neocities/neocities 2015-07-17 15:31:06 -07:00
Kyle Drake
34de6cffba add re/code article to press 2015-07-17 15:30:51 -07:00
Victoria Wang
a409016496 Minimized dashboard header on mobile 2015-07-17 15:25:50 -07:00
Victoria Wang
834a79b4ef Fix kickstarter banner on mobile 2015-07-17 15:13:12 -07:00
Kyle Drake
b30e26513f faster load of list view class 2015-07-17 14:58:32 -07:00
Kyle Drake
b3979514cd set preference for view using localStorage 2015-07-17 14:53:57 -07:00
Victoria Wang
eef333431e Fixed text editor issues on mobile 2015-07-17 14:22:17 -07:00
Victoria Wang
2fb2a43e6a Add selected color to appropriate dashboard buttons 2015-07-17 13:56:31 -07:00
Kyle Drake
0bcefd9e2d select between list view and icon view 2015-07-17 13:43:52 -07:00
Victoria Wang
afd14f012b Moved list-view class from list div to files div 2015-07-17 13:28:09 -07:00
Kyle Drake
78dcd83191 Merge branch 'dashboard_list' 2015-07-17 13:14:54 -07:00
Kyle Drake
93427dca14 merge dashboard list view, wire in live data 2015-07-17 13:14:17 -07:00
Victoria Wang
2fd5aaf850 Show dashboard list view for mobile users 2015-07-17 12:45:51 -07:00
Victoria Wang
3c08f91d8e Text editor - hide view/share buttons on mobile so filename has more room 2015-07-17 12:35:11 -07:00
Victoria Wang
b38472260c Removed search page, moved search form to bottom of browse page 2015-07-17 12:03:00 -07:00
Victoria Wang
375de16acc Few more tweaks to browse 2015-07-17 11:18:26 -07:00
Victoria Wang
ac9d314b2b Misc adjustments to browse page 2015-07-17 10:54:41 -07:00
Kyle Drake
6773034487 add http timeout for purge cache worker 2015-07-16 19:28:45 -07:00
Kyle Drake
aa56561dff further cleanups to filtering code 2015-07-15 16:23:58 -07:00
Kyle Drake
a7ee94b0c7 a start on improving reporting 2015-07-13 16:28:15 -07:00
Kyle Drake
bb44965c8e ensure forward slash 2015-07-03 16:09:42 -07:00
Kyle Drake
a5fdbfe4a7 fix cache purge test url and encode spaces 2015-07-02 19:40:42 -07:00
Kyle Drake
4b87c818e7 cache purge improvements, index path flusher 2015-07-02 17:21:19 -07:00