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
Rory O’Kane
63614b6f50
Set tab size in text editor to match default HTML
...
The default HTML in a new site’s `index.html` and `not_found.html` has 2-space indents. Setting the editor to match that makes the page easier to edit, because the user can use the Tab key for indentation.
This change is untested. The API call was copied from https://github.com/ajaxorg/ace/wiki/Embedding-API .
2013-06-21 22:20:25 -03:00
Kyle Drake
3a1bdb38fd
force encoding to utf-8 for external
2013-06-21 16:46:01 -07:00
Kyle Drake
538c22f61a
attempt to plug CSRF attack
2013-06-21 15:57:58 -07:00
ndarville
b31d882068
Changed e-mail input type from "text" to "email"
2013-06-22 00:51:00 +02:00
Kyle Drake
dcb224bf31
Add more indexes
2013-06-21 15:45:36 -07:00
Kyle Drake
8e64a3c12c
nsfw flag and index for site lookup
2013-06-21 14:37:35 -07:00
Kyle Drake
64126f261c
Add missing required login
2013-06-21 11:57:18 -07:00
Kyle Drake
933c354926
fix the validation again
2013-06-21 10:48:48 -07:00
Kyle Drake
4e46043aae
fix validation
2013-06-21 10:05:52 -07:00