Kyle Drake
a456232e05
nsfw banning, and ip banning for spammers
2013-06-24 13:13:58 -07:00
Kyle Drake
4b82bdec2e
add ip of site creators so we can block spammers
2013-06-24 12:49:24 -07:00
Kyle Drake
3108ffb516
Add image of site
2013-06-23 22:22:15 -07:00
Kyle Drake
b4bd856154
finish box
2013-06-23 22:06:27 -07:00
Kyle Drake
c86fc5c0b3
better copy
2013-06-23 22:02:45 -07:00
Kyle Drake
3c2d97046d
nsfw flag
2013-06-23 21:59:56 -07:00
Kyle Drake
d661711204
Merge branch 'master' of https://github.com/kyledrake/neocities-web
2013-06-23 21:41:33 -07:00
Kyle Drake
ba98a28899
index and not_found using groundfloor
2013-06-23 21:41:28 -07:00
Kyle Drake
0e3a15aa62
filter NSFW pages from main browse listing until I can figure out what to do wit hthem
2013-06-23 21:39:57 -07:00
Kyle Drake
d7db5913f3
support for page creation
2013-06-23 20:49:36 -07:00
Kyle Drake
ed240b44f4
Merge branch 'master' of https://github.com/kyledrake/neocities-web
2013-06-23 19:53:26 -07:00
Kyle Drake
91fd038d5c
The world's easiest blog engine
2013-06-23 19:53:20 -07:00
Kyle Drake
52713937c5
timeout fixes, UTF8 for templates
2013-06-23 18:40:34 -07:00
Kyle Drake
14480062ba
Merge pull request #6 from julienq/patch-1
...
Set default encoding to UTF-8
2013-06-23 18:06:21 -07:00
Scott O'Hara
2feecd69fe
Merge branch 'master' of https://github.com/kyledrake/neocities-web
2013-06-23 19:11:07 -04:00
Scott O'Hara
97900d9e57
updated base template file
...
new code for default html files
2013-06-23 19:10:27 -04:00
Kyle Drake
c2ff6ca2e4
scale phantomjs, enable js for screenshots, strong browse visits
2013-06-23 15:40:46 -07:00
Kyle Drake
90e40168a2
Merge pull request #10 from bleachedgraphics/master
...
Moving of Upload button
2013-06-23 15:09:29 -07:00
Scott O'Hara
28a29f36c8
remove style tag
...
was going to try something more in-depth out, decided against it. deleting remnant style tag that was from that idea...
2013-06-23 17:34:49 -04:00
Scott O'Hara
f965269c9d
update location of upload button
...
move to right column
2013-06-23 17:31:01 -04:00
Scott O'Hara
2b844fc3d3
move location of upload file
...
moved the location of upload file to the right column, above download entire site.
better ux than constantly having to scroll to the bottom of a long list of files, to upload a new one.
2013-06-23 17:26:51 -04:00
Kyle Drake
8153b29537
reverse ordering of lookup for browse as an experiment
2013-06-23 13:35:39 -07:00
Kyle Drake
ebec39dcea
clean up browse some more
2013-06-23 13:23:29 -07:00
Kyle Drake
dde1c86b91
ignore the damned
2013-06-23 13:19:36 -07:00
Kyle Drake
2a680c5dc6
Make it easier to view more pages
2013-06-23 12:00:14 -07:00
Kyle Drake
c68cbeb5a4
fixes to banhammer
2013-06-23 00:06:52 -07:00
Kyle Drake
41b214b99f
remove shitlist check for now
2013-06-22 23:31:54 -07:00
Kyle Drake
c29852ea2d
add banned sites folder
2013-06-22 23:29:34 -07:00
Kyle Drake
7ed7ad183e
secret zone dont look at this commit
2013-06-22 23:21:41 -07:00
Kyle Drake
5e7346300e
PAY NO ATTENTION TO THIS COMMIT, NOTHING TO SEE HERE
2013-06-22 22:14:32 -07:00
Kyle Drake
2a54b5c0c3
username shitlist for fake phishing sites (sorry guys)
2013-06-22 20:30:49 -07:00
Kyle Drake
1cb55490dd
Im being nit picky
2013-06-22 20:05:27 -07:00
Kyle Drake
22400c4ed1
styling
2013-06-22 20:04:21 -07:00
Kyle Drake
26cd4d4ef5
show how to embed images
2013-06-22 20:01:07 -07:00
Kyle Drake
d8f1eb0bb7
a little re-arranging
2013-06-22 19:52:03 -07:00
Kyle Drake
e463968ec5
remove unused code
2013-06-22 19:50:47 -07:00
Kyle Drake
adab70e619
fix for percentage on dashboard
2013-06-22 19:19:45 -07:00
Kyle Drake
8ff5cd4305
Merge pull request #3 from roryokane/patch-1
...
Set tab size in text editor to match default HTML
2013-06-22 19:04:23 -07:00
Kyle Drake
00f79bb3ee
Add BSD 2-clause license
2013-06-22 18:59:38 -07:00
Kyle Drake
c0e55e0af4
Merge pull request #2 from ndarville/patch-1
...
Changed e-mail input type from "text" to "email"
2013-06-22 18:56:40 -07:00
Kyle Drake
957beb4b50
Merge pull request #7 from julienq/master
...
Template file should have a DOCTYPE declaration
2013-06-22 18:49:08 -07:00
Julien Quint
c5338e4b0e
Adding DOCTYPE declaration
2013-06-23 10:05:54 +09:00
Julien Quint
d0e622ecc8
Set default encoding to UTF-8
2013-06-23 10:01:54 +09:00
Kyle Drake
458a86c26f
Merge branch 'csrf_fix'
2013-06-22 14:30:48 -07:00
Kyle Drake
e93c131598
Merge pull request #4 from mikeycgto/csrf_fix
...
Updates for CSRF protection
2013-06-22 14:28:03 -07:00
mikeycgto
bcf9b63fa4
Update csrf_safe? to check the headers. Add some JS code to insert the CSRF token into the XHR request headers.
2013-06-22 16:53:39 -04:00
mikeycgto
bdfaf0022a
Add csrf_token input to dash, new, and site_files/new views
2013-06-22 16:10:47 -04:00
mikeycgto
751a668725
Add CSRF token into signin view
2013-06-22 12:01:09 -04:00
mikeycgto
be9c7cad5a
Use a random token and verify it on POST requests
2013-06-22 12:00:43 -04:00
Kyle Drake
ab9f5fbeb2
A fix for the encoding issue, finally.
2013-06-21 20:58:44 -07:00