Commit graph

  • 55c2766149
    remove import functionality Luna D. 2025-02-20 11:37:44 +0100
  • a27a03d13c
    mix format Luna D. 2025-02-20 11:23:07 +0100
  • d783e60356
    derp Luna D. 2025-02-20 11:16:08 +0100
  • fd9560269c
    Merge remote-tracking branch 'philo/master' Luna D. 2025-02-20 11:13:54 +0100
  • d2f4665d1f
    Merge 1e3b3430fc into 7673183d6f liamwhite 2025-02-19 01:37:28 +0200
  • a29e828538
    Merge e840ed2618 into 7673183d6f liamwhite 2025-02-19 01:37:28 +0200
  • 27f516730a
    Merge 9b077ae195 into 7673183d6f MareStare 2025-02-19 01:37:28 +0200
  • 040c1d10e8
    Merge 0e0026458f into 7673183d6f MareStare 2025-02-19 01:37:28 +0200
  • b30499e4a5
    Merge 5d6604b57b into 7673183d6f May Tusek 2025-02-18 18:24:01 -0500
  • 7673183d6f
    Merge pull request #414 from mdashlw/source-changes-info master liamwhite 2025-02-18 18:23:51 -0500
  • 0e0026458f Start a v2 rewrite of completions code. Add keydown handling, fix some bugs, don't select item on hover, just highlight it slightly. Simplify history store to use a flat string list. MareStare 2025-02-18 04:44:14 +0000
  • b7d49b8774 Better styling, some bug fixes and server-side completions support MareStare 2025-02-16 04:11:46 +0000
  • 5d6604b57b Updates test to use extract_user_token. May Tusek 2025-02-15 17:54:15 -0800
  • f77043be03 Fixes minor typo. May Tusek 2025-02-15 17:32:03 -0800
  • 657f5c18cb Formats. May Tusek 2025-02-15 17:29:50 -0800
  • f887eace1a Adds deactivated fixture. Removes token after use. Updates tests. May Tusek 2025-02-15 17:29:23 -0800
  • 7e19e41621 Formats. May Tusek 2025-02-15 16:58:45 -0800
  • dca1c3ae4a Removes flaky integration-esque testing. May Tusek 2025-02-15 16:58:19 -0800
  • 3417c7a2eb Switch to prefix match, dirty UI prototyping MareStare 2025-02-15 18:28:23 +0000
  • b66f6014e1 First batch of bug fixes MareStare 2025-02-15 06:22:28 +0000
  • 3b4bd7d0ab Render history suggestions MareStare 2025-02-15 05:34:09 +0000
  • 482434a983 Add fuzzysort dependency MareStare 2025-02-13 19:11:21 +0000
  • 9b077ae195 Fix missing ac -> autocomplete renaming MareStare 2025-02-15 05:35:18 +0000
  • dcb5e03bee Adds some basic documentation. May Tusek 2025-02-14 16:47:14 -0800
  • 5e082e2abd Adds retry mechanism to prevent flakiness. May Tusek 2025-02-14 16:40:52 -0800
  • b3492b4459 Updates controllers and tests to be not hardcoded and use show convention. May Tusek 2025-02-14 16:03:53 -0800
  • 4ce618f3a8 Adds missing doc comment. May Tusek 2025-02-14 15:23:19 -0800
  • 71838fbc50
    Update lib/philomena_web/router.ex May Tusek 2025-02-14 15:21:01 -0800
  • 32aba2a975 Updates formatting. May Tusek 2025-02-14 15:05:53 -0800
  • 994979d5f1 Updates tests to handle email finding in CI. May Tusek 2025-02-14 15:01:46 -0800
  • 1afd0bbd88 Fixes minor typo in test. May Tusek 2025-02-14 14:55:54 -0800
  • cc35ea1f71 Adds some extra clean up as a treat. May Tusek 2025-02-14 14:46:44 -0800
  • cb9cf4c868 Further clean up. May Tusek 2025-02-14 14:45:30 -0800
  • 6988e7caf4 Cleans up imports and unusued variables. May Tusek 2025-02-14 14:40:09 -0800
  • eaf54d4126 Adds new tests. May Tusek 2025-02-14 14:37:41 -0800
  • c4f483e5ee Formatting and presentation changes. May Tusek 2025-02-13 22:27:08 -0800
  • b3460cde6b Reverts formatting change. May Tusek 2025-02-13 22:10:53 -0800
  • 367cc6cb00 Finishes adding reactivation functionality. May Tusek 2025-02-13 22:02:02 -0800
  • 94abf230d3 Adds deaction page and begins working on reactivation. May Tusek 2025-02-13 19:26:22 -0800
  • 2ee51590e6
    Merge pull request #421 from MareStare/feat/disable-typeof-undefined-lint liamwhite 2025-02-13 16:02:54 -0500
  • 351c4cff19 Disable no-undefined ESLint lint MareStare 2025-02-13 19:16:18 +0000
  • 20035f6411 Rename ac to autocomplete consistently across all files MareStare 2025-02-12 22:37:52 +0000
  • 237d2ec0c2 Remove extra whitespace from attributes [] syntax MareStare 2025-02-12 05:11:16 +0200
  • a9d42683ee Refactoring of autocomplete and tag inputs MareStare 2025-02-12 02:59:15 +0000
  • a6fee28bf8 Fix unused Liam 2025-02-13 07:15:48 -0500
  • abfab90cfe Updates button styling. May Tusek 2025-02-12 22:05:23 -0800
  • 7a2e46490f Scaffolds out deactivation page. May Tusek 2025-02-12 20:06:51 -0800
  • eb164ab11f
    Merge pull request #420 from koloml/suggestions-aliases-handling-in-local-ac liamwhite 2025-02-12 21:11:14 -0500
  • f8490085ff
    Merge pull request #415 from mdashlw/firehose-image-merges liamwhite 2025-02-12 21:11:07 -0500
  • 5da1080ed9 Replaced undefined check with the type check KoloMl 2025-02-12 21:30:06 +0400
  • 235d7ab362 Fixed local autocompleter returning aliases even when tag is matched by prefix KoloMl 2025-02-12 21:03:34 +0400
  • 988ba6b019 Revert "Don't display aliases when prefix is matching both alias and tag name" KoloMl 2025-02-12 20:51:31 +0400
  • 69a8af4044 Revert "Bump esbuild" Liam 2025-02-11 22:38:09 -0500
  • c4c243a865 Bump esbuild Liam 2025-02-11 22:31:29 -0500
  • 3b226f4988
    Merge pull request #418 from MareStare/feat/split-long-line-in-dockerfile liamwhite 2025-02-11 22:07:55 -0500
  • a80ac954da Split long line in the app Dockerfile MareStare 2025-02-12 03:01:32 +0000
  • a0c5284a20
    Merge 7a54049d42 into a6faa53999 liamwhite 2025-02-11 21:57:47 +0200
  • a6faa53999
    Merge pull request #416 from koloml/dont-show-aliases-starting-with-prefix liamwhite 2025-02-11 11:25:49 -0500
  • 15d09cf9ba Don't display aliases when prefix is matching both alias and tag name KoloMl 2025-02-11 19:56:46 +0400
  • 28e85c3469
    Merge pull request #409 from koloml/show-aliases-in-suggestions liamwhite 2025-02-11 08:51:46 -0500
  • 02aed2c7e6
    Merge pull request #413 from mdashlw/bluesky-update liamwhite 2025-02-11 08:50:43 -0500
  • ee9c6b8bd6
    Merge pull request #410 from koloml/autocomplete-on-textareas liamwhite 2025-02-11 08:45:52 -0500
  • 4a173345d3
    Merge pull request #411 from mdashlw/diff-color-space liamwhite 2025-02-11 08:42:47 -0500
  • 0c2436a255
    Broadcast image merges to firehose mdashlw 2025-02-11 10:01:19 +0000
  • 9499931da9
    Implement added filters and image count to source changes pages mdashlw 2025-02-11 12:07:50 +0000
  • 7fefbf884d Don't require ?del on duplicate images for mods mdashlw 2025-02-11 10:06:48 +0000
  • 9a9f2de402 Removed unnecessary variable for line offset KoloMl 2025-02-11 12:24:24 +0400
  • 63a9f0317f Run active line search unconditionally KoloMl 2025-02-11 12:23:00 +0400
  • b768e75cf6 Handle bluesky's recordWithMedia mdashlw 2025-02-11 08:13:06 +0000
  • 9b2c7dc8b8 Don't redirect to duplicate_id for any del value mdashlw 2025-02-11 07:29:17 +0000
  • a8f84ec4cb Use can? :create_comment instead of image.commenting_allowed mdashlw 2025-02-11 06:46:09 +0000
  • 771c7de9bb use can? :show image in Json.ImageView mdashlw 2025-02-11 06:27:54 +0000
  • e583fd499c Fix View/Download buttons in _image_meta for hidden images mdashlw 2025-02-11 05:41:44 +0000
  • e2d284be60 Duplicate images in API mdashlw 2025-02-11 05:29:28 +0000
  • 8a23d3d56b Allow regular users to see duplicate images mdashlw 2025-02-11 05:02:50 +0000
  • 45fb02b255 Specify sRGB color space for overlay diff mdashlw 2025-02-11 03:59:27 +0000
  • 4f772c5c69 Extracted formatting function and added aliases support KoloMl 2025-02-10 05:45:34 +0400
  • e840ed2618 Move commission searching to context commissions-to-context Liam 2025-02-06 19:06:59 -0500
  • 10616da04f
    Merge pull request #407 from philomena-dev/reindex-after-update liamwhite 2025-02-09 14:02:05 -0500
  • 0b04fba4b4 Including the autocomplete to complex filter fields KoloMl 2025-02-08 05:30:19 +0400
  • fefa7b51d7 Finding the active line in textarea, treating each line as different queries KoloMl 2025-02-08 05:30:01 +0400
  • 9ec847e1c9 Support calling autocomplete on textarea KoloMl 2025-02-08 05:28:54 +0400
  • 4ceb3beb35 Add reindex_after_update helper to comments, images, tags contexts Liam 2025-02-05 14:34:14 -0500
  • d6e360a3a5
    Merge pull request #406 from philomena-dev/docs liamwhite 2025-02-06 22:03:01 -0500
  • 8d5bb25788 Add doc comments to context modules Liam 2025-02-05 14:18:56 -0500
  • 6cb0d4719e
    Merge pull request #405 from philomena-dev/batch liamwhite 2025-02-06 21:31:18 -0500
  • 360cafece6 Fixup Liam 2025-02-06 19:09:36 -0500
  • e6de5fdaed Update vitest Liam 2025-02-06 19:08:22 -0500
  • 02c5673b31
    Merge 0ff502e638 into bba88626f6 liamwhite 2025-02-06 21:05:42 +0200
  • ecd0cb8958 Use PhilomenaQuery.Batch for UserWipe Liam 2025-02-05 14:01:25 -0500
  • bba88626f6
    Merge pull request #404 from koloml/undo-upload-submit-disabling-from-back-forward-cache liamwhite 2025-02-03 18:26:41 -0500
  • 3ecc59896e Moved oncePersistedPageShown to events, added tests KoloMl 2025-02-04 01:12:06 +0400
  • 77352a3c77 Detect when page is loaded from back-forward-cache and undo the disabling KoloMl 2025-02-03 23:21:06 +0400
  • 47ba4747b3 Bail out early if submit button isn't present KoloMl 2025-02-03 23:20:20 +0400
  • b24a252cb8 Update aspect ratio on dimension change Liam 2025-01-27 20:11:55 -0500
  • 8e6e45d540
    Merge pull request #403 from philomena-dev/cant-help-myself liamwhite 2025-01-26 11:49:46 -0500
  • a134d65b17 Further optimize clientside autocomplete execution Liam 2025-01-25 12:55:07 -0500
  • e3e58d90e4 Fix lint Liam 2025-01-25 15:38:33 -0500
  • 39d1eb6dee Escape more characters for markdown Liam 2025-01-25 12:09:33 -0500
  • 3c7c1e1ec1 Fix local settings page for anonymous users Liam 2025-01-24 20:05:36 -0500