1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-26 16:30:52 +01:00
Commit Graph

2959 Commits

Author SHA1 Message Date
czaks
afd5bf7510 Disable the sucky chrome autofill
It used to force login into "embed" field and password into post password.

Disabling autocomplete (at form) didn't work. Recreating the fields either.
Trying to induce default values didn't as well. x-autocompletetype didn't.

What worked – creating two dummy fields:
  <input type='text'>
  <input type='password'>
...just before the real post password.
2014-04-10 11:44:38 +02:00
czaks
29a81e87b4 webm i18n 2014-04-06 22:32:48 +02:00
czaks
561c2e5824 webm: more integration 2014-04-06 22:28:26 +02:00
czaks
793dce3456 no need to hover WebM Settings 2014-04-06 22:06:04 +02:00
czaks
22ab426842 update containerchan readme 2014-04-06 21:56:34 +02:00
czaks
1dbc1e6fdb add a webm posthandler 2014-04-06 21:54:22 +02:00
czaks
f681a359fd add a webm icon 2014-04-06 21:51:41 +02:00
czaks
18de02655f fix paths in templates 2014-04-06 21:48:31 +02:00
czaks
5402e1c644 finalize the work and remove a temporary containerchan/ directory 2014-04-06 21:47:24 +02:00
czaks
6bbc320e7a more work on containerchan 2014-04-06 21:39:33 +02:00
czaks
73875ff532 work on player.php (webm) 2014-04-06 21:32:23 +02:00
czaks
c4dee402c7 matroska elements go there 2014-04-06 21:29:09 +02:00
czaks
267472b45f video.png goes into static 2014-04-06 21:28:03 +02:00
czaks
96a52dcfae move webm js into a better place 2014-04-06 21:27:41 +02:00
czaks
a305870d3f remove license, since it's just a Tinyboard license 2014-04-06 21:23:10 +02:00
czaks
2315b8f08f move php files to a more sane directory 2014-04-06 21:21:17 +02:00
czaks
d686644ec5 containerchan styles 2014-04-06 21:19:32 +02:00
czaks
80ed0e7553 Merge ../containerchan into containerchan-integration 2014-04-06 21:16:42 +02:00
czaks
9e0a095666 move the containerchan files to a dedicated directory so that we can preserve history 2014-04-06 21:15:37 +02:00
8chan Admin
e2b3ba02f0 Catalog fix for threads 2014-04-06 00:47:18 +00:00
8chan Admin
195c587dc0 Catalog 8chan fixes 2014-04-05 21:04:46 +00:00
8chan Admin
89fd0a67ad add footer to page.html 2014-04-05 16:25:39 +00:00
8chan Admin
f0be54b98b add meta_description 2014-04-05 16:25:20 +00:00
8chan Admin
ec317221d7 fix posthover bug introduced by sti 2014-04-05 16:25:05 +00:00
8chan Admin
b448fac149 add column to listBoards 2014-04-05 16:24:53 +00:00
8chan Admin
3301548eee fix bug where mods could see bans not on their board on IP page 2014-04-05 16:24:26 +00:00
czaks
e37375790a tag for vichan-devel-4.4.97 2014-03-31 10:27:08 +02:00
czaks
fb804eae28 SECURITY: local path discovery fix 2014-03-31 10:23:34 +02:00
czaks
6db593830b SECURITY: remove XSS vulnerability 2014-03-30 16:40:14 +02:00
kaf
089364edad Added: fr_FR translation. Need lot of changes. 2014-03-29 17:43:57 +01:00
czaks
ee3a9f3543 tag for vichan-devel-4.4.96 2014-03-27 13:17:07 +01:00
czaks
d613084bf3 SECURITY: fix XSS vulnerability 2014-03-27 13:10:53 +01:00
czaks
6566f19629 Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
	post.php
2014-03-25 13:43:55 +01:00
czaks
70b57ac410 minor boardlist fixes for caffe and stripes stylesheets 2014-03-25 13:37:39 +01:00
czaks
652720a063 stripes.css: fix for ≠ firefox 2014-03-25 13:26:38 +01:00
czaks
1305e34096 remove cotas == festaduro 2014-03-25 13:07:09 +01:00
czaks
f89d08b24d this either 2014-03-25 13:02:34 +01:00
czaks
ea719f164a i believe tooltipster doesn‘t belong to here 2014-03-25 13:02:22 +01:00
sinuca
f52679bb0e Added css styles
czaks: removed blinky stylesheets, rearranged images, made commit sane
2014-03-25 13:02:11 +01:00
czaks
08f9de25b0 rugby.css 2014-03-25 12:59:38 +01:00
czaks
02749292a5 fix caffe 2014-03-25 12:54:37 +01:00
czaks
c257493666 caffe theme by some anon on pl.vi/meta/ 2014-03-25 12:48:53 +01:00
ccd0
37887abfd4 clarify license information 2014-03-19 16:04:23 -07:00
czaks
88f3999957 fix link_prefix. thanks to anon on http://tinyboard.org/demo/mod.php?/sup/res/1210.html 2014-03-13 22:39:32 +01:00
czaks
2cae7e4d90 Revert "post-hover.js: fix long loop"
This reverts commit f0ae0174c9.
2014-03-13 22:21:16 +01:00
8chan Admin
6d992068aa Merged sti/Tinyboard 2014-03-13 15:50:17 +00:00
ccd0
5b74472eeb deal with absent/disabled localStorage 2014-03-10 13:24:41 -07:00
czaks
932ffd6e07 it's spanish not italian ;_; 2014-03-10 10:21:30 +01:00
czaks
a5bc99c402 enable 4chan api by default. it bears some extra CPU time with it, but giving API to the users by default is the way to go. 2014-03-09 01:51:39 +01:00
czaks
936b8df153 Revert "why not extend this freaky 4chan api a bit?"
This reverts commit faaa0eab3a.

This improves on bug vichan-devel#24 a little bit
2014-03-09 01:46:14 +01:00