ccd0
bb911dfead
remove captcha doubling from report window
2014-06-09 14:40:06 -07:00
ccd0
08ee499d57
don't run jsMath parsing until post is inserted into the document
2014-05-24 15:41:53 -07:00
ccd0
6a1706f5b6
check that jsMath and jsMath.Autoload exist
2014-05-24 01:15:21 -07:00
ccd0
6b838f7992
fix failure of jsMath to load in cross-thread quotes
2014-05-24 00:25:24 -07:00
ccd0
b2d1ac11f4
fix jsMath loading error
2014-05-23 23:58:56 -07:00
ccd0
cb828fa9c4
quote all the attributes
2014-05-15 17:32:38 -07:00
ccd0
05014b7f13
rewrite HTML escaping in post building
2014-05-15 17:02:17 -07:00
ccd0
e74fc2765a
move escape function to Build
2014-05-15 10:02:27 -07:00
ccd0
4b757fb0a3
only need single quotes here
2014-05-15 09:30:08 -07:00
ccd0
1189b71029
this seems to be a common pattern
2014-05-14 14:16:16 -07:00
ccd0
6ce8bef709
Drop HTML in custom board titles.
...
This could be useful, but the fact that it's been broken almost
since its creation indicates nobody's actually using it.
As with the file info formatting, I'll mention it on the changelog
and add it back with better security if someone actually wants to
use it.
2014-05-13 15:03:10 -07:00
ccd0
0415828e27
Disallow custom HTML in file info format.
...
I doubt anyone is using it, and if someone manages to inject a
malicious script into the page, this could be used to install a
script permanently to be executed each time 4chan is visited.
I'll mention it in the changelog, and if anyone complains, I can
add it back with some security checks.
2014-05-13 14:20:19 -07:00
ccd0
3365e67c0a
' should be '
2014-05-13 02:26:28 -07:00
ccd0
43a99b9291
update catalog.neet.tv board list
2014-05-12 23:56:53 -07:00
Zixaphir
02ed8d2db0
4gropes has been broken for awhile, I guess? Fix #687
...
If anyone has a new catalog to replace 4gropes, CC me.
2014-05-12 23:46:58 -07:00
ccd0
97ca89c83d
Escape file info more aggressively.
...
Most of this isn't strictly necessary, but it makes the script
more robust against changes, either in 4chan or the script itself.
I don't want to have to review this code for vulnerabilities each
time something changes.
2014-05-12 22:20:04 -07:00
ccd0
57ed5e8055
fix privilege escalation vulnerability
2014-05-12 21:46:18 -07:00
ccd0
c3f04314cc
make things work with Quick Reply and Thread Updater disabled
2014-05-11 17:36:13 -07:00
ccd0
e1ff987c1e
enable keybinds on catalog
2014-04-26 22:51:48 -07:00
ccd0
c1ea97cb6f
remove old InfiniScroll code
2014-04-26 19:39:17 -07:00
ccd0
cc0cc82c4c
fix comment expansion
2014-04-20 01:21:37 -07:00
ccd0
823eace903
begin work on restoring comment expansion
2014-04-19 21:44:13 -07:00
ccd0
bf45917000
Merge branch 'newnames'
...
Conflicts:
src/General/lib/post.class
2014-04-19 16:57:17 -07:00
ccd0
ec03ab524d
Merge branch 'page1'
2014-04-19 15:28:56 -07:00
ccd0
7aeb46abb9
transition to new HTML
2014-04-19 00:28:19 -07:00
ccd0
a452b732fd
change res -> thread in JSON API URLs
2014-04-13 01:46:18 -07:00
ccd0
c5b06f6988
Merge branch 'page1' into newnames
2014-04-13 01:38:24 -07:00
ccd0
9fe486d637
Merge branch 'master' into page1
2014-04-13 01:19:02 -07:00
ccd0
814b64b31c
update URLs to 4cdn.org
2014-04-12 22:37:27 -07:00
ccd0
4ecd6f8cfe
res -> thread
2014-04-12 21:16:01 -07:00
ccd0
1182047357
more indexing changes
2014-04-12 18:41:05 -07:00
ccd0
1ee5c11968
restore non-JSON navigation keybinds
2014-04-12 04:03:27 -07:00
ccd0
aedaac2b24
get thread expansion working
2014-04-07 03:32:47 -07:00
Zixaphir
337b43591b
Fix webm PDF bug
...
Conflicts:
builds/4chan-X.user.js
builds/crx/script.js
2014-04-04 16:07:08 -07:00
Zixaphir
6dd0cac797
Merge branch 'master' of https://github.com/Spittie/4chan-x into v3
...
Conflicts:
CHANGELOG.md
LICENSE
builds/4chan-X.meta.js
builds/4chan-X.user.js
builds/crx/script.js
src/Archive/Redirect.coffee
src/General/Header.coffee
src/Monitoring/Favicon.coffee
2014-02-16 01:00:41 -07:00
Kabir Sala
601312d9f6
Add OpenSUSE emoji
2014-02-10 15:44:48 +01:00
Zixaphir
b6749b91a5
Merge branch 'mayhem' into v3
...
Conflicts:
CHANGELOG.md
CONTRIBUTING.md
css/style.css
html/General/Settings-section-Main.html
json/archives.json
package.json
src/Archive/Redirect.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/lib/$.coffee
src/General/lib/thread.class
src/Linkification/Linkify.coffee
src/Miscellaneous/AnnouncementHiding.coffee
src/Monitoring/ThreadStats.coffee
2014-01-22 12:10:34 -07:00
Mayhem
508ab4f884
Make $.addClass/rmClass use multiple classes at once.
2014-01-21 15:30:47 +01:00
Mayhem
7495a905dd
Fix thread expanding.
...
Apparently an xhr's reponse is read-only.
2014-01-21 15:17:00 +01:00
Mayhem
710655f13e
Use xhr.responseType = 'json'.
2014-01-21 14:46:26 +01:00
Zixaphir
dc5daeba06
I really don't like iterating through objects.
2014-01-14 20:17:44 -07:00
Zixaphir
1b368e4edc
Merge branch 'master' of https://github.com/seaweedchan/4chan-x into v3
...
Conflicts:
LICENSE
builds/4chan-X.user.js
builds/crx/script.js
src/Archive/Redirect.coffee
src/General/Index.coffee
2014-01-12 14:52:47 -07:00
seaweedchan
e5fd95158b
Start work on infinite scrolling
2014-01-12 01:15:31 -07:00
Zixaphir
a20e85d30f
Features can *and should* handle under what context they disconnect
2014-01-11 12:03:50 -07:00
Zixaphir
a44e75862f
Merge branch 'v3' into json
...
Conflicts:
LICENSE
builds/4chan-X.user.js
builds/crx/script.js
2014-01-10 17:18:23 -07:00
Jordan
64b13ef184
Board title and announcement tweaks
...
Close #232 , close #233
2014-01-10 08:34:56 -07:00
Jordan
52a287f11f
Announcement hiding button in font awesome
...
Close #231
2014-01-10 07:44:54 -07:00
Zixaphir
79cf8713a4
Add some stuff, hopefully should reduce errors
2014-01-09 23:10:32 -07:00
Zixaphir
8bad58920a
Fix not var in obj, var not in obj
2013-12-24 16:31:09 -07:00
Zixaphir
91233b8d61
remove [].contains. It was a bad idea.
...
I shouldn't be messing with stuff like this without a really good
reason for doing so, and the longer I thought about it, the more
it occurred to me that I didn't have one.
2013-12-24 14:41:21 -07:00