Commit graph

  • 9ed58a69a0 [setup] drop hideable setup sections Shish 2023-12-30 04:06:12 +00:00
  • c2befbdf9f remove modernizr Shish 2023-12-30 03:45:29 +00:00
  • 8f143a6bac [view] use vanilla JS to change info box edit/view modes Shish 2023-12-30 03:45:21 +00:00
  • cc69ecb74a hide site-specific extension Shish 2023-12-30 02:24:09 +00:00
  • 21a7912f9b [docker] router.php isn't used any more Shish 2023-12-30 02:12:00 +00:00
  • cc36f32ffc [flash] remove flash extension, browsers don't support it any more Shish 2023-12-30 01:54:24 +00:00
  • 65d858c1ca [autocomplete] when tags have the same number of uses, sort by name Shish 2023-12-29 12:17:00 +00:00
  • d82df9d7d8 [autocomplete] optimistic client-side filtering Shish 2023-12-29 12:04:05 +00:00
  • 0e887175e0 [autocomplete] allow keyboard to override an idle mouse Shish 2023-12-29 11:39:00 +00:00
  • ef5f1f8599 [autocomplete] min-width rather than wrapping Shish 2023-12-29 11:37:44 +00:00
  • 4c5af15a88 [autocomplete] default to returning 1000 results from the server instead of all of them Shish 2023-12-29 11:10:58 +00:00
  • 8007ed8532 [autocomplete] only render the top 100 results Shish 2023-12-29 11:00:56 +00:00
  • 05d137cd6d [autocomplete] set innerText rather than HTML to avoid need for HTML parsing Shish 2023-12-29 10:47:51 +00:00
  • 81f68f1e90 [autocomplete] remove the whole completions div instead of removing each child individually Shish 2023-12-29 10:42:12 +00:00
  • 6608e3c33e [autocomplete] avoid a rerender Shish 2023-12-29 10:38:24 +00:00
  • 15a07205fd [autocomplete] refactor getCurrentWord Shish 2023-12-29 10:35:23 +00:00
  • 8eb13f59e6 [autocomplete] allow right-arrow for completion Shish 2023-12-29 10:32:35 +00:00
  • 09051249a7 [autocomplete] force wrapping for completions Shish 2023-12-29 10:28:56 +00:00
  • 840b0849df [user] make email-requiredness a setup option Shish 2023-12-26 23:47:12 +00:00
  • f902fba814 theme notes Shish 2023-12-26 22:53:09 +00:00
  • f506ab8b13 [docker] rely on shimmie to choose files from ext/static_files vs themes/static Shish 2023-12-26 14:20:43 +00:00
  • fbd6869d85 [themes/r34] be less custom Shish 2023-12-26 13:08:50 +00:00
  • 7617daa15c [autocomplete] rely on autocomplete-script to disable browser built-in where appropriate Shish 2023-12-26 12:53:46 +00:00
  • d04ec4296b [upload] saner error reporting Shish 2023-12-26 12:50:37 +00:00
  • ec85a0bd76 [autocomplete] touch too Shish 2023-12-26 04:18:40 +00:00
  • a92d1ac7c5 [autocomplete] argh Shish 2023-12-26 04:11:35 +00:00
  • 33adf9aeff [autocomplete] don't lose focus after selecting a completion Shish 2023-12-26 03:40:30 +00:00
  • 574087ffdb align Shish 2023-12-26 03:21:45 +00:00
  • 0eef0cc42b [autocomplete] specify exact position Shish 2023-12-26 03:18:31 +00:00
  • 5f69545b65 style tweak Shish 2023-12-26 02:57:10 +00:00
  • b55b5a0a0f [autocomplete] new from-scratch autocomplete implementation Shish 2023-12-24 21:21:25 +00:00
  • 85b1e54904 Refactoring auto-complete functionality for alias editor and auto tagger myname 2023-11-16 22:10:14 -06:00
  • e5c8bf7b18 one cookie set function, for consistent samesite/path/expires Shish 2023-12-26 02:36:51 +00:00
  • 532dbdc751 [themes] inline background image Shish 2023-12-26 02:15:42 +00:00
  • 1af62eca83 Auto-merge master to main Github Actions 2023-12-25 15:36:43 +00:00
  • 6d370b0aa3 [all themes] use rems for more consistent font sizing Shish 2023-12-25 15:33:57 +00:00
  • 75a7b79380 [themes] set font-size on :root rather than BODY so that REMs work consistently Shish 2023-12-25 13:08:14 +00:00
  • 1f4d2a5b3e [user_config] remove duplicate style file Shish 2023-12-25 10:39:37 +00:00
  • 7a3e90d524 Auto-merge master to main Github Actions 2023-12-24 23:19:44 +00:00
  • ce962cb358 [style] keep form elements wide even if in a span Shish 2023-12-24 23:16:46 +00:00
  • 61000a7742 Auto-merge master to main Github Actions 2023-12-24 23:08:18 +00:00
  • 89dfd33290 allow tags to wrap Shish 2023-12-24 23:06:26 +00:00
  • 8354f158ad Auto-merge master to main Github Actions 2023-12-24 22:52:26 +00:00
  • cf9d6ebfa0 [docker] disable healthcheck Shish 2023-12-24 22:49:50 +00:00
  • 2ac243d20d [core] use rawurlencode/decode consistently, deprecate caret system Shish 2023-12-24 21:12:59 +00:00
  • be353450d8 [docker] prod-mode doesn't need git, which means we don't need perl, which saves another 100MB Shish 2023-12-24 18:55:44 +00:00
  • 79299398f5 [docker] static ffmpeg to save 300MB of dependencies Shish 2023-12-24 16:30:19 +00:00
  • 7f02a77ecb [docker] flatten build a bit Shish 2023-12-24 15:50:54 +00:00
  • 8b31fea14e fix downvote link typo Shish 2023-12-24 13:46:59 +00:00
  • 6212566aea [docker] make exec friendlier Shish 2023-12-23 01:12:48 +00:00
  • 56a238e421 [docker] add php-curl Shish 2023-12-23 00:55:07 +00:00
  • 0dd09b444b Merge branch 's3' Shish 2023-12-21 21:57:07 +00:00
  • 8015d69acf [s3] extension for adding/deleting images on an S3 compatible host Shish 2023-12-21 15:51:27 +00:00
  • ad181377c8 [userclass] ghosts should still be able to read PMs Shish 2023-12-21 21:09:49 +00:00
  • a491d70b0e [ratings] don't crash if rating isn't set yet Shish 2023-12-21 15:26:30 +00:00
  • 4decd03898 avoid duplicating tests when pushing to a PR branch Shish 2023-12-19 12:19:19 +00:00
  • d489a4fa18 [user_config] remove redundant overrides Shish 2023-12-19 12:08:39 +00:00
  • 9e7f3cb397 Make SHM_POST_INFO more logical Shish 2023-12-19 11:36:35 +00:00
  • 60da9efba9 github is standard enough now Shish 2023-12-18 10:18:20 +00:00
  • 0df98d6ce1 update readme badges Shish 2023-12-18 01:46:55 +00:00
  • 095a51a4d2 [setup] column-width is standard now Shish 2023-12-18 01:26:31 +00:00
  • 6069e9455a UPLOAD_MAX_FILESIZE with unit Shish 2023-12-18 01:23:46 +00:00
  • 7fae66e7e8 Set default UID/GID Shish 2023-12-18 00:43:34 +00:00
  • bfce3fa82f build future-proofing Shish 2023-12-17 22:43:06 +00:00
  • 64e6460f22 don't look at cookies if bearer token was ok Shish 2023-12-17 00:08:06 +00:00
  • 77892c5d92 fix entrypoint Shish 2023-12-16 23:44:46 +00:00
  • 282d13f632 Use nginx Unit rather than the php development server Shish 2023-11-07 20:58:46 +00:00
  • f00a4e3d90 fewer loose functions Shish 2023-12-16 11:04:52 +00:00
  • 71341be3a8 move testcase to core, so that require(ext/X/*.php) can work Shish 2023-12-16 10:52:50 +00:00
  • 9a56b50d84 [bulk_add_csv] align help Shish 2023-12-16 10:42:32 +00:00
  • b1c6894fbc cleaner extension loading Shish 2023-12-16 00:37:40 +00:00
  • dba8acea02 enable static analysis for all themes Shish 2023-12-16 01:25:56 +00:00
  • 62e4354598 simplify Shish 2023-12-16 01:15:34 +00:00
  • f8ec844745 [themes] move disable_left to base class Shish 2023-12-15 21:23:26 +00:00
  • e4bbdc2ac6 [themes/lite] remove rr Shish 2023-12-15 21:14:43 +00:00
  • 3581945e09 [comment] check null once Shish 2023-12-15 19:01:15 +00:00
  • 23c3bf00fb run server in devcontainer Shish 2023-12-15 19:00:52 +00:00
  • f6919cf9c9 theme updates Shish 2023-12-15 17:20:34 +00:00
  • c1acf5c38c remove dead import Shish 2023-12-15 13:23:20 +00:00
  • 10ba2ccb7f fix search encoding Shish 2023-12-15 07:55:38 +00:00
  • 2dc79e9569 Merge branch 'main' Shish 2023-12-14 22:32:17 +00:00
  • c5e96a7202 functions Shish 2023-12-14 22:31:53 +00:00
  • 401869d536 Auto-merge master to main Github Actions 2023-12-14 22:10:46 +00:00
  • 98a199645a sync Shish 2023-12-14 22:09:21 +00:00
  • 19c3953519 ai-generated border color Shish 2023-12-14 22:08:31 +00:00
  • d8a7ac985d make cache table name into a valid postgres identifier for notifications Shish 2023-12-14 17:21:41 +00:00
  • 7f98412d8b cache_get_or_set function Shish 2023-12-14 17:06:54 +00:00
  • 672ef4ac53 php8.3 is stable now Shish 2023-12-14 17:10:09 +00:00
  • a5c6f1321b refactor search a little and add much better testing Shish 2023-12-14 16:33:21 +00:00
  • df0a8c28d9 Add some useful extensions to devcontainer Shish 2023-12-14 02:07:36 +00:00
  • 4c8274161f fix more search edge-cases Shish 2023-12-14 02:08:50 +00:00
  • e114057dfe PHPUnit 10 (and other bumps) Shish 2023-12-14 00:14:24 +00:00
  • 5897bfdb7b Basic devcontainer setup Shish 2023-12-13 23:51:51 +00:00
  • fd1bb21f9d bumps Shish 2023-11-11 21:49:12 +00:00
  • 848797030e nits Shish 2023-11-07 21:01:03 +00:00
  • 89673fb776 Merge remote-tracking branch 'yls4/Pool_Search' Shish 2023-11-07 21:00:27 +00:00
  • 3c63d1d107 Remove redundant button Fix parent-id type issue myname 2023-11-05 09:40:12 -06:00
  • e498eb87c7 Fix pool Post/List view myname 2023-11-06 06:47:59 -06:00
  • 5b2666164f Create function to search pool by name myname 2023-11-05 23:50:33 -06:00
  • 40244138f3 Remove redundant button Fix parent-id type issue myname 2023-11-05 09:40:12 -06:00