1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-28 09:20:58 +01:00
Commit Graph

7575 Commits

Author SHA1 Message Date
8chan
c6f6dae87f Prevent double / in templates/post/flag 2015-03-16 16:48:31 -07:00
8chan
8763cc9327 Let global volunteers do ?/reassign so it's not just me/lowcard 2015-03-16 16:48:10 -07:00
marktaiwan
b073dc74a8 post-filter.js: prevent extra space characters
prevent extra spaces in comment caused by joining strings with leading
or trailing space.
2015-03-16 22:36:26 +08:00
Fredrick Brennan
554da7f6a7 Merge branch 'master' of https://github.com/ctrlcctrlv/infinity 2015-03-16 16:32:50 +08:00
Fredrick Brennan
b85e1f2f0b Make it so board owners can force flags
For country flags, a "?" will now show if the flag is unknown (for example, if the user is using Tor or just has an IP that is not in the GeoIP database)

For board owner-defined flags, "None" option disappears and posting is impossible without choosing a valid flag.

This commit is for /fringe/.
2015-03-16 16:31:01 +08:00
marktaiwan
ca7207c5dd Run on index and thread
Clear file queue after upload success

corrected fallback detection
2015-03-16 03:16:15 +08:00
marktaiwan
6e054239e7 initial commit file-selector.js 2015-03-15 22:18:58 +08:00
marktaiwan
72898dbecf initial commit stylesheet 2015-03-15 22:18:47 +08:00
marktaiwan
26ce0158d8 initial commit templates 2015-03-15 22:18:27 +08:00
marktaiwan
455ec06b91 Merge branch 'master' into post-form 2015-03-15 21:28:12 +08:00
8chan
bbf43d4587 Actually commit code tags 2015-03-15 05:08:07 -07:00
8chan
b087c3db34 Merge https://github.com/ctrlcctrlv/infinity 2015-03-15 05:03:35 -07:00
8chan
e82cd57dba Make .post-table th a little wider 2015-03-15 05:03:26 -07:00
Fredrick Brennan
86d99b332b Make js/options/favs.js actually usable
I pretty much had to rework this completely to get it into a usable state

Reference ctrlcctrlv/infinity#424
2015-03-15 19:56:28 +08:00
Fredrick Brennan
51510f09ce Merge branch 'master' of https://github.com/ctrlcctrlv/infinity 2015-03-15 17:41:44 +08:00
Fredrick Brennan
4e65041615 Make Youtube size inputs look a little nicer 2015-03-15 17:41:38 +08:00
Fredrick Brennan
aee9cd8455 Better organize auto-update options 2015-03-15 17:40:27 +08:00
8chan
968491b8b8 No more country flags in <title> 2015-03-14 22:03:08 -07:00
8chan
fcad3ca11a Expire update: check openBoard, fix ghost board bug 2015-03-14 22:02:16 -07:00
8chan
0396fe9a8a Merge https://github.com/ctrlcctrlv/infinity 2015-03-15 05:01:38 +00:00
Fredrick Brennan
16d1149541 Merge pull request #424 from yrrah2/patch-4
Create fav.js
2015-03-15 11:26:32 +08:00
8chan
f70adfbd01 Add version/scripts included to main.js 2015-03-14 00:06:16 -07:00
8chan
cd598df4e9 boards.html on dark/tomorrow 2015-03-14 00:05:25 -07:00
8chan
d26e5e516c Hopefully fix regression in multi-image.js 2015-03-14 00:04:22 -07:00
8chan
647c0618ce Fix Notification.requestPermission on first run 2015-03-14 00:03:54 -07:00
8chan
30c4f7ed41 Fix code tags not working 2015-03-14 00:03:36 -07:00
Fredrick Brennan
8aad0dea98 Desktop notifications in auto-reload.js 2015-03-13 19:18:56 +08:00
Fredrick Brennan
06570f8560 Oops forgot a file 2015-03-13 12:53:27 +08:00
Fredrick Brennan
83d74fdf69 Fix some templates 2015-03-13 12:46:36 +08:00
Fredrick Brennan
6186be4837 Rewrite report system due to flooding 2015-03-13 12:45:57 +08:00
8chan
221af170cb Time to commit our CAPTCHA 2015-03-12 16:48:05 -07:00
Fredrick Brennan
ba34a81f38 Attempt to stop screen flashes with stylechooser 2015-03-12 15:44:33 +08:00
8chan
e4e25d86e3 Oops, bug when lS undefined 2015-03-12 00:35:08 -07:00
Fredrick Brennan
5f1042db9d New stylesheet system 2015-03-12 14:58:49 +08:00
Fredrick Brennan
3ac306b6ea Fix AJAX bug, wasn't triggering if called immediately from QR 2015-03-12 12:19:30 +08:00
marktaiwan
2aeb4db98b Added missing <tbody> tag 2015-03-12 11:02:03 +08:00
marktaiwan
13ca4b6a77 Minimize post form width change on options toggle
Added linebreaks before the hints in the Options row
2015-03-12 10:57:06 +08:00
Fredrick Brennan
7e9eca4fb4 We don't need to buildJS in ?/settings anymore 2015-03-12 09:44:31 +08:00
8chan
a97b08db42 New option: $config[twig_cache] 2015-03-11 18:22:42 -07:00
8chan
bebd364a59 some style fixes 2015-03-11 18:22:22 -07:00
8chan
4602fa3117 Fix some bugs with new post form 3 2015-03-11 16:16:35 -07:00
8chan
800c3ddde3 Fix some bugs with new post form 2 2015-03-11 05:44:46 -07:00
8chan
ca39eb255a Fix some bugs with new post form 2015-03-11 05:43:51 -07:00
8chan
7d8bdb4e53 Add hint classes to post form 2015-03-11 05:43:28 -07:00
8chan
04fb5d74c6 Merge https://github.com/ctrlcctrlv/infinity 2015-03-11 03:08:01 -07:00
Fredrick Brennan
dfbad99cfb New post form part 2 2015-03-11 18:04:31 +08:00
Fredrick Brennan
0171adc8df Fix oekaki setting not saving 2015-03-11 18:03:36 +08:00
Fredrick Brennan
0294923058 Add helpful warning to user-js 2015-03-11 18:01:59 +08:00
Fredrick Brennan
1b29eb5291 Fix an install bug in index.php 2015-03-11 18:01:42 +08:00
Fredrick Brennan
440b0d5f82 Make oekaki a $config option, make locales load from inc/locale, one main.js file now possible again! 2015-03-11 18:01:04 +08:00