Commit graph

  • 7e7e9ec049 [rating] teardown tests properly Shish 2024-01-09 22:47:10 +0000
  • 28a9724ffa fmt Shish 2024-01-09 22:13:56 +0000
  • 7b9201cb42 [core] Database::with_savepoint() Shish 2024-01-09 21:59:24 +0000
  • b2f67363a1 [core] roll back database transaction when upload fails - fixes #1007 Shish 2024-01-09 21:01:10 +0000
  • 4d011fa5e5 [core] remove add_image, send_event(DataUpload) is much clearer as to what it's actually doing Shish 2024-01-09 19:24:56 +0000
  • c16aeca4d8 [handle_pixel] don't fail silently when imagemagick fails - see #1006 Shish 2024-01-09 17:59:41 +0000
  • d986d0d378 [view] tag entry should grow as-needed, but not shrink - fixes #1005 Shish 2024-01-09 17:38:55 +0000
  • e95c47c547 [s3] when there are many actions in a single page request, queue them instead of timing out Shish 2024-01-09 17:23:34 +0000
  • edb8ec33fa more consistency for 'old' and 'new' terminology Shish 2024-01-09 15:27:02 +0000
  • cafef06b14 [core] avoid making convert show an error message Shish 2024-01-09 15:26:45 +0000
  • 81ec577b32 [core] only move file to warehouse if all the rest of the upload is ok, fixes #1004 Shish 2024-01-09 04:49:19 +0000
  • 3c90597ca8 [core] inline some single-use functions Shish 2024-01-09 04:22:59 +0000
  • 03d4045117 [core] also simplify uploading by having merge handled as a special case Shish 2024-01-09 04:07:25 +0000
  • 4c2d6d9ca4 [replace] split upload and replace completely, fixes #1001 Shish 2024-01-09 03:32:22 +0000
  • a28fb66b91 [core] have ImageReplace replace image->file with a new file, not replace a whole Image object Shish 2024-01-09 02:33:14 +0000
  • 267e176658 [core] have extensions react to ImageAdditionEvent, instead of sending ImageAddition and other events in parallel Shish 2024-01-09 01:30:55 +0000
  • baf5f38a25 [core] only check image contents if the mime type is one we can handle Shish 2024-01-09 01:05:33 +0000
  • 0762da54eb [core] have ThumbnailGenerationEvent work on an Image Shish 2024-01-09 01:03:46 +0000
  • 01261b0fa6 [regen_thumb] use common image search function Shish 2024-01-09 00:40:37 +0000
  • 14646e2bb9 [regen_thumb] use common deltree function Shish 2024-01-09 00:37:02 +0000
  • 6c2c04c602 [r34] remove dead code Shish 2024-01-09 00:34:32 +0000
  • c494bf293d [core] if image is created from a temp file, have get_image_filename() return that file Shish 2024-01-09 00:17:54 +0000
  • 8b18b73f94 fmt Shish 2024-01-08 22:08:10 +0000
  • 70882b46fd don't put white-on-yellow Shish 2024-01-08 22:08:06 +0000
  • 93ce51e189 [styles] have input font-size be equal to text font-size, see #999 Shish 2024-01-08 21:33:16 +0000
  • 7146d07f4e [style] use CSS for text-wrapping Shish 2024-01-08 21:24:41 +0000
  • 5a05f58792 [style] sortable is no longer a thing Shish 2024-01-08 21:16:45 +0000
  • a50b103a4a [themes] zebra tables are also forms Shish 2024-01-08 21:03:04 +0000
  • e564646dd8 [upload] upload form is a form Shish 2024-01-08 20:41:03 +0000
  • 8237a22029 -: Shish 2024-01-08 20:12:45 +0000
  • 9d80b1470c [upload] cleaner upload size counters Shish 2024-01-08 19:38:23 +0000
  • 29fde1388a [core] only show decimal for KB/MB/etc less than 10 Shish 2024-01-08 19:35:25 +0000
  • 7135eca9c2 [themes] remove dead styles Shish 2024-01-08 19:15:31 +0000
  • 5fccbc5ad5 [autocomplete] disable spellcheck from also trying to autocomplete Shish 2024-01-08 19:14:42 +0000
  • ae327f5a2a [autocomplete] use the same font size as the surrounding text, see #999 Shish 2024-01-08 18:56:46 +0000
  • 73eb3c96d4 [tag_edit] don't spellcheck tags Shish 2024-01-08 18:56:03 +0000
  • b1dc9892d5 [dev] open port 8000 when forwarded Shish 2024-01-08 14:50:17 +0000
  • 1df53715bd [themes/danbooru2] make font sizes a bit more consistent, see #999 Shish 2024-01-07 23:49:26 +0000
  • 4852bb0704 [autocomplete] be consistently aligned, see #999 Shish 2024-01-07 23:48:42 +0000
  • 63b479592a [core] parse CACHE_DSN using parse_url, and support username / password for redis, fixes #1000 Shish 2024-01-07 23:28:15 +0000
  • 8a82a3348f [autocomplete+home] don't limit the size of the completion list while on the home page, see #999 Shish 2024-01-07 22:28:37 +0000
  • e0f5ce21a2 [autocomplete] don't allow completions to overflow the box, or for the box to overflow the screen, see #999 Shish 2024-01-07 22:14:13 +0000
  • ad4d9c74d4 [autocomplete] no text-wrapping in the middle of completions, see #999 Shish 2024-01-07 22:06:46 +0000
  • 15582c5138 [core] default cache TTL to null rather than zero, fixes #997 Shish 2024-01-07 18:47:32 +0000
  • 046f70c3ba [docker] add php8.3-memcached library, see #997 Shish 2024-01-07 18:40:31 +0000
  • 94ee6e4bc3 [user] admins are exempt from the email requirement, fixes #996 Shish 2024-01-07 17:33:30 +0000
  • 051d6242ed [tests] add assertException because PHPUnit doesn't have it Shish 2024-01-07 17:06:47 +0000
  • 77e88f6f54 [ratings/search] remove implicit 'rating:*' from image counting process, hopefully fixes #991 Shish 2024-01-07 04:17:22 +0000
  • c79751007c [rating] fix description of user config Shish 2024-01-07 03:48:28 +0000
  • e401dd9e52 [s3] allow sync to skip files that exist Shish 2024-01-06 22:57:00 +0000
  • b4f61efbfc [s3] manual re-sync button Shish 2024-01-06 22:26:22 +0000
  • cbc75b07d0 fix upgrade test maybe Shish 2024-01-06 21:52:21 +0000
  • 3dbdfac48c fix Shish 2024-01-06 21:44:30 +0000
  • 6a2d3f49e2 typed return arrays too Shish 2024-01-06 21:28:06 +0000
  • 02da92403a fmt Shish 2024-01-06 21:28:06 +0000
  • b5ad2a6bab [blotter] fix doc Shish 2024-01-06 21:27:34 +0000
  • 9d205ad2d0 [pm_triggers] remove ext that never went anywhere Shish 2024-01-06 21:22:01 +0000
  • cff163591c [hellban] merge with user ext Shish 2024-01-06 21:20:38 +0000
  • 4c1ceb5b02 [shimmie_api] remove unstable and abandoned extension Shish 2024-01-06 21:13:44 +0000
  • d16f58ec7f [ext_manager] don't disable hidden extensions Shish 2024-01-06 21:04:12 +0000
  • 886a645a2c [ext_manager] no need to clear cached extensions - the cache key changes when the enabled list changes Shish 2024-01-06 20:55:21 +0000
  • ebbcc9fab5 [et] short date Shish 2024-01-06 20:45:32 +0000
  • e57264fd95 [ci] more specific version in /system_info, less specific version in footer Shish 2024-01-06 19:32:33 +0000
  • 4df1e935b4 autosize tag entry Shish 2024-01-06 14:09:55 +0000
  • 948f3f1bd8 min-size for tag entry Shish 2024-01-06 14:03:46 +0000
  • f4917da054 [docker] shorter name Shish 2024-01-06 14:03:35 +0000
  • 132778c9e1 [themes] fix header Shish 2024-01-05 17:40:56 +0000
  • 94e3f1ec1a sha Shish 2024-01-05 16:39:20 +0000
  • 4ef6bc9fc3 argh Shish 2024-01-05 16:37:04 +0000
  • 5d0a570194 fmt Shish 2024-01-05 16:33:59 +0000
  • 4c8029fce6 [cli] exit non-zero if there's a fatal error Shish 2024-01-05 16:30:54 +0000
  • 09744791cc [ci] 'branch-2.9' is a better approximation 'for most-recent-2.9.X tag' Shish 2024-01-05 16:31:38 +0000
  • dee7df256c [cli] exit non-zero if there's a fatal error Shish 2024-01-05 16:30:54 +0000
  • a647f700e2 bump Shish 2024-01-05 16:13:33 +0000
  • 880313ec4a bump Shish 2024-01-05 16:11:27 +0000
  • 5c2faa2135 leave composer.lock alone Shish 2024-01-05 16:10:19 +0000
  • 823e558b8b leave composer.lock alone Shish 2024-01-05 16:08:53 +0000
  • f7a7419852 pull setup-db.sh from 2.10 Shish 2024-01-05 16:05:47 +0000
  • c303630ae2 [ci] also set INSTALL_DSN in db setup Shish 2024-01-05 16:03:04 +0000
  • ccd2e5d289 [ci] an attempt at testing upgrade-from-previous-release, see #987 Shish 2024-01-05 16:00:22 +0000
  • 70fcc70c1a [ci] avoid deprecated ::set-output Shish 2024-01-05 15:59:53 +0000
  • f3d869f8c3 [docker] quieter build Shish 2024-01-05 15:59:30 +0000
  • f47c7d7ee8 [core] version alpha to beta Shish 2024-01-05 15:35:29 +0000
  • 26630a4e3b fmt Shish 2024-01-05 15:32:07 +0000
  • 4b954b2e68 [cron_uploader] don't try to upload .listing files, see #972 Shish 2024-01-05 15:31:21 +0000
  • d4b86b0e95 [core] redo deltree to also delete dotfiles, fixes #972 Shish 2024-01-05 15:30:32 +0000
  • af309601f5 [upload] separate out DataUpload, ImageAddition, and TagSet/SourceSet/LockSet/etc Shish 2024-01-05 13:53:21 +0000
  • aa494efe45 [image_hash_ban] stop putting HTML into exception text, fixes #990 Shish 2024-01-05 13:12:44 +0000
  • 668e99b140 [autocomplete] When tag categories are enabled, show foo:bar as a completion result for bar, fixes #630 Shish 2024-01-05 12:24:50 +0000
  • 87368ac56a [upload] fix empty-vs-null confusion, fixes #989 Shish 2024-01-05 04:19:42 +0000
  • f7025069ad [notes] remove debug border Shish 2024-01-05 04:09:01 +0000
  • 4edf985a73 fmt Shish 2024-01-05 04:06:19 +0000
  • 05a981d935 [notes] replace all the javascript Shish 2024-01-05 02:03:41 +0000
  • 48b3de3c6e [core] fix error in error handling Shish 2024-01-04 22:48:56 +0000
  • b060accc44 [view] don't show prev/next when the user has searched for order:... - fixes #790 Shish 2024-01-04 19:21:55 +0000
  • e3febc5488 [cron_uploader] minor fixes Shish 2024-01-04 19:21:29 +0000
  • 7524abe040 bumps Shish 2024-01-04 18:41:35 +0000
  • d8986159fe avoid passing an array as a database parameter, fixes #820 Shish 2024-01-04 18:40:02 +0000
  • 53152bf9f0 [forum] use microhtml, avoid double-escaping text, fixes #835 Shish 2024-01-04 16:08:53 +0000
  • 889f595076 [numeric_score] use Search::get_images() to find images only when they match the visibility settings, fixes #563 Shish 2024-01-04 16:08:53 +0000