Shish
|
639a1bc3cd
|
format text for image reports
|
2018-07-20 00:37:43 +01:00 |
|
Shish
|
8ea25a4e90
|
.autocomplete_tags as the class to indicate we want tag autocompletion
|
2018-07-20 00:32:49 +01:00 |
|
Shish
|
c75e7060e6
|
hide by default
|
2018-07-19 22:17:19 +01:00 |
|
Shish
|
1b372b2575
|
typo
|
2018-07-19 20:09:36 +01:00 |
|
Shish
|
8768284602
|
add r34 ext
|
2018-07-19 19:55:28 +01:00 |
|
Shish
|
d91b0ec218
|
regen thumbnail from cli
|
2018-07-19 19:53:20 +01:00 |
|
Shish
|
9b0edcf449
|
also don't even follow links from deep search pages
|
2018-07-19 08:51:19 +01:00 |
|
Shish
|
71445fdf96
|
Merge branch 'develop' of https://github.com/shish/shimmie2 into develop
|
2018-07-17 01:15:27 +01:00 |
|
Shish
|
4c73b27d1e
|
tell google to stop indexing /post/list/-cake%20-pie/34342
|
2018-07-15 20:34:52 +01:00 |
|
Shish
|
c9d7bd1ae3
|
delete cached thumb blocks after replacing images
|
2018-06-20 03:08:40 +01:00 |
|
Shish
|
bc68137797
|
use svg-sanitize to sanitize SVG files
|
2018-02-20 22:00:24 +00:00 |
|
Shish
|
cf95e28144
|
firefox complains about invalid email in an email field
|
2017-10-28 20:28:23 +01:00 |
|
Shish
|
7d478a809c
|
this is PHP :(
|
2017-09-21 15:35:13 +01:00 |
|
Shish
|
977c3db1e3
|
PHP7 type annotations
|
2017-09-21 05:21:42 +01:00 |
|
Shish
|
df3f061533
|
PHPUnit 6
|
2017-09-21 04:16:36 +01:00 |
|
Shish
|
8a4616bc7d
|
Merge branch 'develop'
|
2017-09-18 23:56:40 +01:00 |
|
Shish
|
236b444ccd
|
fix test
|
2017-09-17 19:38:44 +01:00 |
|
Shish
|
186ea55348
|
safety
|
2017-09-17 19:11:51 +01:00 |
|
Shish
|
5763b77e2b
|
strnorm
|
2017-09-17 19:10:10 +01:00 |
|
Shish
|
2c0e49507e
|
limit / offset
|
2017-09-17 19:06:10 +01:00 |
|
Shish
|
47ff7f185e
|
Merge branch 'develop' of https://github.com/shish/shimmie2 into develop
|
2017-09-17 19:00:40 +01:00 |
|
Shish
|
860e828c3e
|
Merge branch 'develop' of https://github.com/shish/shimmie2 into develop
|
2017-09-17 18:59:59 +01:00 |
|
Shish
|
a32bc6448c
|
make user list slightly more useful
|
2017-09-17 18:59:48 +01:00 |
|
Shish
|
cdbb4e8c7b
|
add resize/script.js
|
2017-09-17 15:09:25 +01:00 |
|
Shish
|
408b45e4cc
|
Merge branch 'develop' of https://github.com/shish/shimmie2 into develop
|
2017-08-24 10:17:47 +01:00 |
|
Shish
|
473c0f0bcb
|
explicitly mark some block types as ignored when calculating 404ness
|
2017-08-24 10:17:24 +01:00 |
|
Shish
|
d875ab66a1
|
60 second post-list cache
|
2017-08-22 01:05:18 +01:00 |
|
im-mi
|
08f1475007
|
Fixed bookmarklets on imageboards running gelbooru
|
2017-08-06 20:30:38 -04:00 |
|
Shish
|
3c3529a4cc
|
don't respond to autocomplete requests for blank string
|
2017-07-20 23:29:17 +01:00 |
|
Shish
|
8fcf721045
|
use image link for video
|
2017-07-20 23:28:55 +01:00 |
|
Shish
|
d105644d1b
|
use php sorting for alphabetic tag list, as utf8 sort ignores punctuation
|
2017-06-08 09:36:59 +01:00 |
|
Shish
|
9f4caaddea
|
remove some unused variables
|
2017-06-01 20:44:26 +01:00 |
|
Shish
|
53c6f6df30
|
bulk thumb regen
|
2017-06-01 20:44:17 +01:00 |
|
Shish
|
2666d83579
|
fix URL for video fallback flash player
|
2017-06-01 20:44:02 +01:00 |
|
jgen
|
fc7d96b530
|
Another location where $tags should be an array instead of a string.
|
2017-05-14 22:18:44 -07:00 |
|
jgen
|
cf5aacaddf
|
Use empty array instead of array with empty string. (Thanks Shish!)
|
2017-05-14 14:00:20 -07:00 |
|
jgen
|
3ffb2da91c
|
More checking to ensure tags is an array.
|
2017-05-13 23:18:47 -07:00 |
|
jgen
|
7ebe301ffd
|
Check if already an array before exploding.
|
2017-05-13 18:01:31 -07:00 |
|
jgen
|
f492c6c2c3
|
Ensure that the Image object tag_array and the metadata array tags are always arrays.
|
2017-05-12 00:57:50 -07:00 |
|
jgen
|
c0e87ae2ae
|
Fix issue with archive handler if no add_status method.
|
2017-05-11 23:43:10 -07:00 |
|
John Brooks
|
f934baa207
|
bulk_add_csv: Run Tag::explode() on the tags before passing them to handlers
Fixes #575
|
2017-04-23 02:21:39 +00:00 |
|
im-mi
|
495776cac1
|
Fixed bookmarklet when logged in on imageboards running gelbooru
|
2017-03-23 20:46:30 -04:00 |
|
Daku
|
acba60e7aa
|
remove extra newline
|
2017-03-18 00:49:08 +00:00 |
|
Daku
|
2b62cc8171
|
loading SVG via <img> instead of <object> to stop inline JS execution
|
2017-03-18 00:13:16 +00:00 |
|
jgen
|
204ea1d239
|
And more linting.
|
2017-03-12 17:13:32 -07:00 |
|
Scrutinizer Auto-Fixer
|
1caef6d633
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2017-03-12 23:45:38 +00:00 |
|
jgen
|
7bd581b530
|
Scrutinizer commets.
|
2017-03-12 14:29:35 -07:00 |
|
Shish
|
44bead8b92
|
Merge pull request #603 from jgen/develop
PHP Version check in the code should use a configurable value.
|
2017-03-12 16:13:02 +00:00 |
|
Shish
|
7968f336fd
|
Merge pull request #601 from DakuTree/develop
Updated/removed various libs + tweaks
|
2017-03-12 16:12:01 +00:00 |
|
jgen
|
ec4111430d
|
More linting.
|
2017-03-12 00:29:10 -08:00 |
|