Commit Graph

3923 Commits

Author SHA1 Message Date
598df41b1d set default in display, not build to avoid errors 2015-04-18 10:42:08 +01:00
be18140944 added option to hide random link on paginator (only post/list should show now) 2015-04-18 10:41:32 +01:00
a7de21523f user confirm on mass source set 2015-04-18 10:40:02 +01:00
83c0c284ac fix first setup block positioning 2015-04-18 10:39:56 +01:00
05cfbde372 .tables only works with the SQLite3 CLI program
http://www.sqlite.org/faq.html#q7
2015-04-18 10:39:48 +01:00
b1ec0c434e move tag category css to it's own file 2015-04-18 10:39:42 +01:00
8c2d8df81d use html5 input types
we would use type='url' for source but non-urls can be used as source too
2015-04-18 10:39:34 +01:00
7166259cc5 autocomplete='off' for tag input
this disables autocomplete/captilize on "most" mobile keyboards
autocompletejs still works with this off
2015-04-18 10:39:22 +01:00
845543b2ba fixes #478 - import now uses AddAliasEvent rather than manually adding itself 2015-04-18 10:39:09 +01:00
6289402f2e make sure aliases.csv is downloaded, and not opened in browser
SEE: http://stackoverflow.com/questions/6468517
2015-04-18 10:38:57 +01:00
b81d457bf7 DEBUG_SQL isn't defined during install, use quotes to avoid errors 2015-04-18 10:38:39 +01:00
55c3fd8f38 show PHP version (particularly useful when debugging php vs hhvm) 2015-04-18 10:31:24 +01:00
926e3ff5c0 turn off auto-select-first-item in autocomplete, apparently power users find it annoying? o.o 2015-04-18 10:31:24 +01:00
97a0aa7e4c give unread PM count a class, so custom themes can make it red if they wish 2015-04-18 10:31:24 +01:00
1703cd9caa bump 2015-03-13 09:49:25 +00:00
f5c4321322 bump 2015-03-13 09:48:54 +00:00
519749559f Merge pull request #481 from jgen/develop
Fix XSS in arrowkey extension
2015-03-13 08:37:08 +00:00
adec7e1763 Fix XSS vulnerability. 2015-03-12 23:12:27 -07:00
3511711008 Should be consistent about using the int_escape method. 2015-03-12 23:12:06 -07:00
bdbf95f2fa Merge branch 'develop' of https://github.com/shish/shimmie2 into develop 2015-02-08 04:28:03 +00:00
f92f286fa0 remove all reports from user 2015-02-08 04:27:54 +00:00
610b144fb2 minor CSS tweak 2015-02-07 22:29:07 +00:00
1c50616cdb Merge pull request #479 from jgen/develop
Change generated links to be aware of HTTPS.
2015-02-02 08:14:41 -08:00
8e3fc1da9f Change generated links to be aware of HTTPS. 2015-02-02 00:13:05 -08:00
d523781481 Merge branch 'develop' of https://github.com/shish/shimmie2 into develop 2015-01-30 03:54:31 +00:00
52dc36cfa6 str_getcsv rather than explode, for handling quotes 2015-01-30 03:53:58 +00:00
99be9c2fdb Merge branch 'master' into develop 2015-01-25 23:00:07 +00:00
09d03d9036 allow dashes and underscores in static files, for apple-touch-icon 2015-01-25 22:58:25 +00:00
86716082e1 32x32 favicon 2015-01-25 22:57:49 +00:00
0d2d7eedd7 minor opt-in class to style 2015-01-25 06:55:37 +00:00
eae385f4c0 bump 2015-01-24 17:11:25 +00:00
cbbc0bab26 version bump 2015-01-24 17:10:23 +00:00
8eee2c0c92 logstash logger 2015-01-24 16:57:28 +00:00
67628816a4 Finally commit ext for purging varnish on-demand 2015-01-24 16:54:18 +00:00
b47e4aacb1 Merge branch 'develop' of https://github.com/shish/shimmie2 into develop 2015-01-24 16:44:33 +00:00
edde7848b8 add mp3 to thumbless filetypes, see #454 2015-01-24 16:44:27 +00:00
67fc50e6c3 Merge pull request #475 from Diftraku/ouroboros_api
Fix duplicate handling
2015-01-24 08:41:06 -08:00
8dc27c6b97 home page mobile tweaks 2015-01-08 23:31:24 +00:00
3af95b5ebe Fix duplicate handling
Now with 17% less fat:
* Moved validation logic into OuroborosPost for sanity
* Added sanity checks for OuroborosPost values
* Changed defaults to be more sane (mainly tags)
* OuroborosPost now accepts an MD5 hash along the metadata (like it
should!)
* Fixed dupe handling logic
2015-01-05 13:47:53 +02:00
92bc8b0709 Merge branch 'develop' of https://github.com/shish/shimmie2 into develop 2014-12-31 13:16:24 +00:00
217559dc22 set statement_timeout for postgres 2014-12-31 13:16:00 +00:00
1cb0f13820 Merge pull request #471 from ElementAB/develop
Fixed information box link generation
2014-12-29 12:35:33 +00:00
b555fab819 Fixed information box link generation
Fixed issue where the information box would generate an incorrect link for the image source if the source was given as https:// instead of http://.
2014-12-25 01:38:51 -06:00
3d17310581 Fixed information box link generation
Fixed issue where the information box would generate an incorrect link for the image source if the source was given as https:// instead of http://.
2014-12-25 01:36:18 -06:00
9ee2250e63 Fixed information box link generation
Fixed issue where the information box would generate an incorrect link for the image source if the source was given as https:// instead of http://.
2014-12-24 12:34:32 -06:00
0fcfa49e75 Merge branch 'develop' of https://github.com/shish/shimmie2 into develop 2014-12-18 14:38:37 +00:00
be4ae9da32 fix missing global (how did this pass tests? o.o) 2014-12-18 14:38:22 +00:00
caa2691bb9 Merge pull request #468 from jgen/develop
Allow Shimmie to work with older versions of FFmpeg
2014-12-17 13:44:25 +00:00
7bcf2fc29e Merge pull request #465 from shish/min_space_config
Turn MIN_FREE_SPACE into a userspace config option
2014-12-17 13:41:55 +00:00
c0279565f4 Merge pull request #462 from shish/bypass_comment_checks
Allow admins to bypass comment checks (rate limit etc)
2014-12-17 13:40:06 +00:00