1
0
mirror of https://github.com/flarum/core.git synced 2025-01-17 14:18:33 +01:00

Commit Graph

  • 8c7fe79178
    chore Sami Mazouz 2024-11-29 13:22:01 +01:00
  • d53b39b27f
    chore Sami Mazouz 2024-11-29 13:13:00 +01:00
  • a7fe0700b6
    chore Sami Mazouz 2024-11-29 13:04:13 +01:00
  • 489998edf6
    Merge branch '2.x' into fork/n-peugnet/run-flarum-testing-tests Sami Mazouz 2024-11-29 13:02:08 +01:00
  • 60466aec11
    chore Sami Mazouz 2024-11-29 12:54:51 +01:00
  • 7f001dfe3b
    fix: validate required cli install args (#4093) Sami Mazouz 2024-11-29 11:17:30 +01:00
  • 9b7970ac6e
    Merge branch '2.x' into sm/validate-installation-required-args Sami Mazouz 2024-11-29 11:08:03 +01:00
  • 5fbb9fe9a7 Bundled output for commit 33a72f5c14c00671eedcee5d64a0edf5d6db3441 Includes transpiled JS/TS, and Typescript declaration files (typings). flarum-bot 2024-11-29 09:57:59 +00:00
  • 33a72f5c14
    fix(tags): wrong tag input width with CJK chars (#4127) 2024-11-29 17:55:21 +08:00
  • af2a32a3a4
    fix: larastan changes frequently Sami Mazouz 2024-11-29 10:37:44 +01:00
  • bcff06a362
    chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#4121) dependabot[bot] 2024-11-29 10:12:04 +01:00
  • be27dab12c
    fix: increase email field length in email_tokens as well (#4125) Davide Iadeluca 2024-11-28 10:57:30 +01:00
  • a54d1049fa fix: rename setAvatarUrlDriver to setAvatarDriver for consistency Ngo Quoc Dat 2024-11-24 16:43:37 +07:00
  • 6db0e31a7d fix: remove unused GravatarDriver import from nicknames extension Ngo Quoc Dat 2024-11-24 16:41:09 +07:00
  • e98976a6cf feat: add support for customizable user avatar drivers Ngo Quoc Dat 2024-11-24 16:39:42 +07:00
  • e4f4147e12
    Merge 4c80e00e5abfedf480ea10f5fadb3175865cfc4f into e1c82a19dc5d2f563819b89abe407d281347627d 2024-11-23 15:30:52 +01:00
  • e1c82a19dc
    chore: improve form section group styling Sami Mazouz 2024-11-23 14:36:03 +01:00
  • 770feabb59
    fix(regression): improve discussion list item styling extensibility (#4128) Sami Mazouz 2024-11-23 14:31:03 +01:00
  • aca66cbea1
    fix(regression): improve discussion list item styling extensibility Sami Mazouz 2024-11-23 13:36:29 +01:00
  • 464b67f848
    fix: skip resource eager loading if manually eager loaded Sami Mazouz 2024-11-23 09:31:38 +01:00
  • db8012c73b
    chore: code format YUCLing 2024-11-23 14:30:49 +08:00
  • 860247cf04
    fix: tag input width when containing CJK chars YUCLing 2024-11-23 11:37:15 +08:00
  • 41e5ff2525
    feat: recover support for ico favicon (#4126) Sami Mazouz 2024-11-22 16:53:19 +01:00
  • e24451a7cb
    Apply fixes from StyleCI StyleCI Bot 2024-11-22 12:59:56 +00:00
  • 522ffc5073
    feat: recover support for ico favicon Sami Mazouz 2024-11-22 13:59:34 +01:00
  • 49064f6912
    fix: increase length of email field (#4118) Davide Iadeluca 2024-11-22 11:03:04 +01:00
  • 99be3005cc
    fix: increase email field length in email_tokens as well Davide Iadeluca 2024-11-22 10:54:43 +01:00
  • e3f0b2018f
    refactor: split migration Davide Iadeluca 2024-11-22 10:35:05 +01:00
  • 7cfa560b4e Bundled output for commit 70081a267f64464e99e80ff401752284ff307e5e Includes transpiled JS/TS, and Typescript declaration files (typings). flarum-bot 2024-11-22 09:29:22 +00:00
  • 70081a267f
    fix: passing lazy loaded module to app.current.matches(...) Sami Mazouz 2024-11-22 10:26:39 +01:00
  • 70158aa0ef
    fix(regression): reply button width Sami Mazouz 2024-11-22 10:26:20 +01:00
  • 5e7fbcb0e8
    feat: allow adding endpoints before/after others (#4115) Sami Mazouz 2024-11-22 08:45:26 +01:00
  • 553d74d1f3
    chore: enable 8.4 flows IanM 2024-11-20 20:19:10 +00:00
  • a94bf44072
    1.8.8 & 1.8.9 change log (#4123) v1.8.9 Davide Iadeluca 2024-11-20 17:14:08 +01:00
  • 6de033ecf5
    docs: add 1.8.9 change log Davide Iadeluca 2024-11-20 16:59:37 +01:00
  • 428acec89c
    docs: add 1.8.8 change log Davide Iadeluca 2024-11-20 16:52:26 +01:00
  • ce82834a58
    chore: response can return ResponseInterface IanM 2024-11-20 13:51:54 +00:00
  • 4c80e00e5a
    wip: remove jquery removed jquery from extensions: - embed - emoji YUCLing 2024-11-20 17:17:50 +08:00
  • 397642ab5a
    [1.x] Implement Support for Translatable Validation Attribute Errors (#4070) Davide Iadeluca 2024-11-20 09:51:17 +01:00
  • 0cdb1b79fd
    chore: make sure using computed styles YUCLing 2024-11-20 16:18:05 +08:00
  • ea21ef4c23
    fix: AffixedSidebar positioning YUCLing 2024-11-20 12:44:10 +08:00
  • 5a9736ec68
    style: formatting Davide Iadeluca 2024-11-20 01:08:32 +01:00
  • 5bde54cdbb
    chore Davide Iadeluca 2024-11-20 01:05:15 +01:00
  • c725a8f246
    perf: cache getAttributeNames Davide Iadeluca 2024-11-19 22:38:37 +01:00
  • cddb72ccdb
    chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 dependabot[bot] 2024-11-19 22:55:09 +00:00
  • 19ffca70a0
    perf: cache getAttributeNames Davide Iadeluca 2024-11-19 22:38:37 +01:00
  • 79e17b3bde
    chore: comment 8.4 for now IanM 2024-11-19 20:11:38 +00:00
  • c6ba2cd0d5
    chore: remove 8.4 until 1.8.9 release IanM 2024-11-19 20:08:02 +00:00
  • 5d6795c353
    [1.x] chore: PHP 8.4 support (#4105) IanM 2024-11-19 17:26:02 +00:00
  • d61c3cf277
    chore: change private to protected, allowing extensibility (#4119) IanM 2024-11-19 17:24:02 +00:00
  • a0b9add2d8 Bundled output for commit 88abe63a8f2a387687ec960d159338b05a07ddb7 Includes transpiled JS/TS, and Typescript declaration files (typings). flarum-bot 2024-11-19 17:22:16 +00:00
  • 88abe63a8f
    fix: change condition when unread label is shown in Scrubber (#4116) Davide Iadeluca 2024-11-19 18:18:11 +01:00
  • 9d00490591
    chore: bump ver (#4120) IanM 2024-11-19 17:11:05 +00:00
  • 7c1f55d985 Bundled output for commit 345023242bde5276df16b111f53dba1bfb115afe Includes transpiled JS/TS, and Typescript declaration files (typings). flarum-bot 2024-11-19 17:09:27 +00:00
  • 345023242b
    [1.x] chore(core, tags): resolve a11y warnings in Admin Frontend (#4114) Davide Iadeluca 2024-11-19 17:57:49 +01:00
  • 00329eaee0
    fix: return empty object if selected mail driver is unavailable (#4113) Davide Iadeluca 2024-11-19 17:56:56 +01:00
  • 5e9ac9c85a
    chore: bump ver IanM 2024-11-19 16:50:36 +00:00
  • 6c89f8161e
    [1.x] fix: change length of email field (#4117) Davide Iadeluca 2024-11-19 17:49:17 +01:00
  • 20117733d3
    chore: change private to protected, allowing extensibility IanM 2024-11-19 16:44:06 +00:00
  • 609aae90ad
    wip: remove jquery removed jquery from core YUCLing 2024-11-18 22:44:44 +08:00
  • 11fc74db3f
    wip: remove jquery removed jquery from component: AffixedSidebar YUCLing 2024-11-18 22:31:57 +08:00
  • 8261f2e77e
    chore: remove unnecessary tests Davide Iadeluca 2024-11-18 12:22:20 +01:00
  • 893759e61b
    chore: remove unnecessary tests Davide Iadeluca 2024-11-18 12:22:05 +01:00
  • c9c5cf9889
    fix: change length of email field Davide Iadeluca 2024-11-18 12:13:49 +01:00
  • 6cb0d27c24
    style: formatting Davide Iadeluca 2024-11-18 12:12:13 +01:00
  • d180ca14ca
    style: formatting Davide Iadeluca 2024-11-18 12:00:34 +01:00
  • 9dbefafb6a
    test: write failing tests for email length Davide Iadeluca 2024-11-18 11:59:34 +01:00
  • c828b0a6b8
    test: write test for email with too long local part Davide Iadeluca 2024-11-18 11:55:07 +01:00
  • e9d6b055f6
    fix: change length of email field Davide Iadeluca 2024-11-18 11:36:38 +01:00
  • e04957b0ed
    style: formatting Davide Iadeluca 2024-11-18 11:35:21 +01:00
  • c783206ac3
    style: formatting Davide Iadeluca 2024-11-18 11:33:34 +01:00
  • b54ea07dd9
    test: write failing tests for email length Davide Iadeluca 2024-11-18 11:24:10 +01:00
  • c58dc5536a
    fix: change condition when unread label is shown in Scrubber Davide Iadeluca 2024-11-18 07:15:42 +01:00
  • 1644f2e938
    chore: format code YUCLing 2024-11-18 10:07:22 +08:00
  • ef8a3339b4
    wip: remove jquery removed jquery from components: - AvatarEditor - CommentPost - HeaderList - LogInButton - NotificationGrid - PostMeta - PostsPage - PostStream - ReplyPlaceholder - SignUpModal - WelcomeHero - ComposerState fix: wrong usage of select fix: incorrect selector syntax YUCLing 2024-11-18 09:49:25 +08:00
  • f85c77e2d2
    fix: phpstan Sami Mazouz 2024-11-16 17:30:46 +01:00
  • 6780af1bde
    feat: allow adding endpoints before/after others Sami Mazouz 2024-11-16 17:18:06 +01:00
  • 4feb4a3820
    fix(regression): unnecessary breaking change Sami Mazouz 2024-11-15 15:44:55 +01:00
  • c20c48ef5c
    chore: add accessible label to edit tag button Davide Iadeluca 2024-11-15 12:13:38 +01:00
  • 82d3db7327
    chore: add accessible label to scope removal button Davide Iadeluca 2024-11-15 12:09:46 +01:00
  • 297a3d6a91
    wip: remove jquery removed jquery from components: - ForumApplication - AbstractPost - Search YUCLing 2024-11-15 19:07:43 +08:00
  • 7f3302646f
    fix: return empty object if selected mail driver is unavailable Davide Iadeluca 2024-11-15 11:30:44 +01:00
  • 6323314ad7
    fix(regression): cannot cast as json on mariadb 10 (#4110) Daniël Klabbers 2024-11-15 08:46:11 +01:00
  • e761327a0b
    style: formatting Davide Iadeluca 2024-11-14 15:51:35 +01:00
  • 356624b026
    chore: change translation key Davide Iadeluca 2024-11-14 15:50:06 +01:00
  • f1f96fb898
    feat: implement ability to translate validation attributes Davide Iadeluca 2024-11-14 15:48:52 +01:00
  • e29df8aee3
    fix: discussion list pane broken if has no items YUCLing 2024-11-14 22:43:21 +08:00
  • 40acd7bd00
    wip: remove jquery removed jquery from component: ConfirmDocumentUnload fix: anchor scroll cannot accept string YUCLing 2024-11-14 22:34:36 +08:00
  • f91ca0e393
    wip: remove jquery removed jquery from components: - EditUserModal - FormModal - SearchModal - TextEditor - UploadImageButton - highlight - anchorScroll - GambitsAutocomplete YUCLing 2024-11-14 22:30:22 +08:00
  • e500c63a78
    fix: modal not showing up YUCLing 2024-11-14 22:07:48 +08:00
  • fcb5f01792
    chore: correct comment YUCLing 2024-11-14 21:55:14 +08:00
  • 292528d764
    wip: remove jquery removed jquery from components: - AutocompleteDropdown - KeyboardNavigatable YUCLing 2024-11-14 21:48:15 +08:00
  • 9efe6091ea
    chore: add validation translations Davide Iadeluca 2024-11-14 12:55:36 +01:00
  • 35686b96e9
    chore: detailed comment YUCLing 2024-11-14 13:04:43 +08:00
  • 4afd2fb1b1
    deprecate: global jquery YUCLing 2024-11-14 13:04:19 +08:00
  • 3871fcf229
    wip: remove jquery & upgrade: bootstrap to v5 marked jquery as deprecated removed jquery from the following components: - AbstractGlobalSearch - Dropdown - Page - Tooltip - Drawer - DiscussionListItem - DiscussionListPane - IndexPage - LogInModal - Pane - slidable - liveHumanTimes YUCLing 2024-11-14 01:06:45 +08:00
  • 4ce58e038e
    Apply fixes from StyleCI StyleCI Bot 2024-11-13 14:54:45 +00:00
  • 3b45d1ee05 chore: cleanup and fix sqlite ci error Daniël Klabbers 2024-11-13 15:53:38 +01:00
  • f7e6e56b3e
    Apply fixes from StyleCI StyleCI Bot 2024-11-13 14:44:01 +00:00
  • 99e3050846 fix: cannot cast as json on mariadb 10 Daniël Klabbers 2024-11-13 15:42:58 +01:00