Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

跟随官方--develop #44

Open
wants to merge 2,339 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
2339 commits
Select commit Hold shift + click to select a range
a1b5ef5
fix: issue with CSS styles when in-between whole pixel values for vie…
davwheat Oct 29, 2021
acf16fd
chore: Minor Readme CSS code tidy up (#3138)
SychO9 Oct 29, 2021
8c3d92c
Bundled output for commit acf16fdf2e258d7986e46b41c21b12b5fc9d3f7c
flarum-bot Oct 29, 2021
7058895
fix: remove 'typeof' in 'typeof this' from AdminPage#buildSettingComp…
dsevillamartin Oct 29, 2021
6ba385e
Bundled output for commit 70588959eba3941bae4d0c5bba6b6079aef9125d
flarum-bot Oct 29, 2021
a0a0697
chore: rewrite SubtreeRetainer into Typescript (#3137)
davwheat Oct 30, 2021
7db2d0f
chore: rewrite ModalManager and state to Typescript (#3007)
davwheat Oct 30, 2021
45927f1
Bundled output for commit 7db2d0f697bb12f288495d9b05078a2daaac7252
flarum-bot Oct 30, 2021
f8232b9
chore: rewrite frontend application files to Typescript (#3006)
davwheat Oct 30, 2021
823c337
Bundled output for commit f8232b9c1be45116a946993c497b23792363f362
flarum-bot Oct 30, 2021
f260bd7
Switch to constructor MIN_SEARCH_LENGTH in Search component (#3130)
dsevillamartin Oct 30, 2021
a6f6602
Bundled output for commit f260bd7efead0287add4d363114c7abcb0c4b2ab
flarum-bot Oct 30, 2021
1e595e7
Add textarea setting type to AdminPage#buildSettingComponent (#3141)
dsevillamartin Oct 30, 2021
89dfad5
Bundled output for commit 1e595e752a879da398eb45d2ed7a44239c7ff681
flarum-bot Oct 30, 2021
cb64051
Support, update to webpack 5 (#3135)
askvortsov1 Oct 31, 2021
7b2adf3
Bundled output for commit cb6405110cf18d125bd7cd8466940ec88a0897d5
flarum-bot Oct 31, 2021
fcf23ee
feat: Default Settings Extender (#3127)
SychO9 Oct 31, 2021
c44cf42
Deprecate unused `evented` utility (#3125)
fredden Oct 31, 2021
7b80d39
Bundled output for commit c44cf42e2ced8420a24e75d8161bbf7c059015c8
flarum-bot Oct 31, 2021
2b16302
feat: Create `loadWhere` relations extender (#3116)
SychO9 Nov 1, 2021
d8e7aa5
feat: Allow registering settings as `Less` config vars through Settin…
SychO9 Nov 1, 2021
497dcce
Pass null/falsy values through Model.getIdentifier (#3131)
dsevillamartin Nov 1, 2021
9e1b05a
Bundled output for commit 497dccee567c171120549fe997c05689b616b57b
flarum-bot Nov 1, 2021
8a69c89
Fix post policy for PHP 8 (#3145)
clarkwinkelmann Nov 1, 2021
6eb05cf
chore: replace `for ... in` with `Array.reduce` (#3149)
davwheat Nov 3, 2021
26bf5d3
Bundled output for commit 6eb05cfbada8da95b1a232874ef89cdd7e3c26a9
flarum-bot Nov 3, 2021
809df29
feat: Declare & Use CSS Custom Properties (#3146)
SychO9 Nov 4, 2021
8c47b19
fix: Component.component argument typings (#3148)
davwheat Nov 4, 2021
2daee92
Bundled output for commit 8c47b197f000c5ee7e27651a62e991985739b72e
flarum-bot Nov 4, 2021
0957cca
Add aria-label attribute to navigation drawer button. (#3157)
grimmdude Nov 8, 2021
8e52ec3
Bundled output for commit 0957cca9e25fdf3274376c29b25f094b04096868
flarum-bot Nov 8, 2021
e797276
Use calculated offset when loading page in PaginatedListState (#3159)
askvortsov1 Nov 8, 2021
6aad961
Bundled output for commit e7972766069f7136490da1f31578ba43686d0da9
flarum-bot Nov 8, 2021
b90001d
Convert extend util to TypeScript (#2928)
dsevillamartin Nov 8, 2021
4c61687
Bundled output for commit b90001d98c91c23c612ffd1c08405f717798d8c6
flarum-bot Nov 8, 2021
f9f398b
feat: Use an extensible document title driver implementation (#3109)
SychO9 Nov 8, 2021
ec730d2
feat: allow use of any tag in `listItems` helper (#3147)
davwheat Nov 8, 2021
541684e
Bundled output for commit ec730d2615e5bc896f3b2efad5199a0bffa33e86
flarum-bot Nov 8, 2021
ad2cef7
chore: better typings for DiscussionListState (#3132)
davwheat Nov 9, 2021
833c754
Bundled output for commit ad2cef70d24a74d508f0f28626cfe5c94409eeb0
flarum-bot Nov 9, 2021
bfd81a8
fix(logs): assign INFO scope to correct argument
luceos Nov 9, 2021
563d40d
chore: migrate fully to Yarn (#3155)
davwheat Nov 10, 2021
bac0e59
Add typechecks, typescript coverage GH action, fix many type errors (…
askvortsov1 Nov 11, 2021
ec5214f
Bundled output for commit bac0e594eed0a8e7282c4772864075cac487d280
flarum-bot Nov 11, 2021
cab2e79
Rewrite ItemList; update ItemList typings (#3005)
davwheat Nov 11, 2021
5f110f7
Bundled output for commit cab2e797eb475f2d4b8b94215d805c0bacd3c209
flarum-bot Nov 11, 2021
4ffc26a
Adjust boolean check of is_email_confirmed to suppress extraneous use…
grimmdude Nov 11, 2021
9b9ca53
Add 'Close' & 'Back' aria-label attributes to buttons. (#3161)
grimmdude Nov 11, 2021
312ff05
Bundled output for commit 9b9ca53b81ed5388f2b80c0b7a1dca25eaca87e3
flarum-bot Nov 11, 2021
d72b8b8
Fix some typing errors
askvortsov1 Nov 12, 2021
359e9f6
Bundled output for commit d72b8b8d8e7188a4211fb04237cad76709897d92
flarum-bot Nov 12, 2021
5993c64
fix: enforce 65k character limit for setting values (#3162)
grimmdude Nov 12, 2021
c120f28
Add priority order to discussion controls (#3165)
imorland Nov 16, 2021
b4a44f7
Bundled output for commit c120f28d4267df5e7c8b0cf5072aeabdfb291f34
flarum-bot Nov 16, 2021
09fdd4c
fix: allow queue restarting (#3166)
luceos Nov 16, 2021
9b639e0
Fix errors on 20X responses with no body
askvortsov1 Nov 16, 2021
924815b
Extension permission typings, fix glitch with extension permissions grid
askvortsov1 Nov 16, 2021
390caa5
Fix minor typing error on UserListPage
askvortsov1 Nov 16, 2021
34e0ab6
Bundled output for commit 390caa51db62e9d6cc3df82b2cc4e46ccd9be008
flarum-bot Nov 16, 2021
7c12e2c
Add integration tests for settings API endpoint
askvortsov1 Nov 16, 2021
f53a81b
Apply fixes from StyleCI
askvortsov1 Nov 16, 2021
7242b18
Fix test cases for SetSettingsController
askvortsov1 Nov 16, 2021
d82ae27
fix: `Post--by-actor` not showing when comparing user instances as `d…
SychO9 Nov 19, 2021
b2c83de
Bundled output for commit d82ae2723143185fe6fc19a7890969b622200645
flarum-bot Nov 19, 2021
eaf1b86
fix(a11y): add focus traps to modals and nav drawer (#3018)
davwheat Nov 21, 2021
9117747
Bundled output for commit eaf1b867855933c0df54e63c33f68aa1966cc39d
flarum-bot Nov 21, 2021
bb817d9
fix(a11y): show post action items when focus is within the post (#3173)
davwheat Nov 21, 2021
86d23a5
chore: use `@php` in Blade templates (#3172)
davwheat Nov 23, 2021
a203469
fix: Modal typings complicate inheritance (#3178)
SychO9 Nov 23, 2021
c96fa49
Bundled output for commit a2034691096274cc57a25e376fe65eb3b8c2bc0e
flarum-bot Nov 23, 2021
94c4f26
feat: remove color validation in appearance admin page & add color in…
dsevillamartin Nov 23, 2021
1832fb0
Bundled output for commit 94c4f266e3f0e043f2998abb596868bd62850dc0
flarum-bot Nov 23, 2021
aa0b68b
Convert some common classes/utils to TS (#2929)
dsevillamartin Nov 23, 2021
afbf5f4
fix: incorrect typings for Modal `hide()` method (#3180)
davwheat Nov 23, 2021
9437037
Bundled output for commit afbf5f49054071da2aaa8abb26092a3ce15e1f45
flarum-bot Nov 23, 2021
71cb8c3
Add typing files for our translator libraries (#3175)
askvortsov1 Nov 26, 2021
38c3ccd
Bundled output for commit 71cb8c378ff0f40ff0c1ea30710d7634a963293e
flarum-bot Nov 26, 2021
29c290e
Convert routes to Typescript (#3177)
askvortsov1 Dec 1, 2021
2b87f10
Bundled output for commit 29c290e78f68b878b7d8a82c4bd5f0fe7abf3f81
flarum-bot Dec 1, 2021
c522657
Improve avatar upload experience (#3181)
askvortsov1 Dec 1, 2021
5a9f60d
Bundled output for commit c522657212fa92120001cde453474ebece4190bd
flarum-bot Dec 1, 2021
c7662a3
Fix `app.route` initialization
askvortsov1 Dec 1, 2021
17d25ba
Bundled output for commit c7662a320fc59798921d81f205f2dc564aa76587
flarum-bot Dec 1, 2021
6a90938
Move colorItems to ItemList (#3186)
imorland Dec 2, 2021
02f3510
Bundled output for commit 6a909386b24e3e769080786776fd635bfbafec85
flarum-bot Dec 2, 2021
dcc9868
Centralize pagination/canonical meta URL generation in Document (#3077)
askvortsov1 Dec 3, 2021
c219699
fix: clicking three dots on post opens all dropdowns in `.Post-action…
davwheat Dec 6, 2021
b7a9911
Bundled output for commit c219699024bb8a1f98747d842cf2cb1410d3bab4
flarum-bot Dec 6, 2021
7bab6ed
Use revision versioner to allow custom asset versioning (#3183)
luceos Dec 6, 2021
0f2824e
Make StatusWidget tools extensible (#3189)
rafaucau Dec 7, 2021
326b787
Bundled output for commit 0f2824e0f4ff597d6c804351b997b04adc5ae38d
flarum-bot Dec 7, 2021
57b413a
Split up application error handling (#3184)
askvortsov1 Dec 11, 2021
1a42082
Bundled output for commit 57b413ada59cd887f0f08df1290e49ccf345c6cc
flarum-bot Dec 11, 2021
325b9af
fix: getPlainContent causes external content to be fetched (#3193)
imorland Dec 12, 2021
a57ef5a
Bundled output for commit 325b9afca6c07db8ea3ef88690909b2171c82efd
flarum-bot Dec 12, 2021
0e00196
Make SlugManager available to blade template (#3194)
imorland Dec 12, 2021
580be37
`listItems` typing fix (#3176)
askvortsov1 Dec 12, 2021
7be0c02
Bundled output for commit 580be37eb45f57ba1b5446824c3a53f56e32eac7
flarum-bot Dec 12, 2021
bbc9143
Convert models to TS
askvortsov1 Nov 19, 2021
3a8d640
Clean up model nullability
askvortsov1 Nov 22, 2021
09a5525
format
askvortsov1 Nov 22, 2021
ab26201
Drop unnecessary JSDocs
askvortsov1 Nov 22, 2021
b85aa40
Remove unnecessary nonnull assertions
askvortsov1 Nov 22, 2021
b050459
Review changes, make Model.store non-nullable, include meta in APIPay…
askvortsov1 Nov 25, 2021
0bdb018
Add meta to ApiPayload interfaces
askvortsov1 Dec 1, 2021
44efff3
Update js/src/common/Model.ts
askvortsov1 Dec 12, 2021
d82073c
Update js/src/common/Model.ts
askvortsov1 Dec 12, 2021
53180a3
Update js/src/common/Store.ts
askvortsov1 Dec 12, 2021
3bca301
Update js/src/common/models/Discussion.ts
askvortsov1 Dec 12, 2021
528c964
Update js/src/common/models/User.ts
askvortsov1 Dec 12, 2021
4bd5bc8
Update js/src/common/models/User.ts
askvortsov1 Dec 12, 2021
4444e7c
Rename Discussion, User files to allow jsx
askvortsov1 Dec 12, 2021
306b3a9
Type-safe session instantiation
askvortsov1 Dec 12, 2021
a2c8407
`params` arguments for id-based `app.store.find` should be optional
askvortsov1 Dec 12, 2021
4759395
Post's discussion should always be present
askvortsov1 Dec 12, 2021
f26ad3e
Minor typefixes, fomat
askvortsov1 Dec 12, 2021
bd8ebb0
feat: Allow switching the ImageManager driver (#3195)
imorland Dec 12, 2021
187b5c6
Merge pull request #3174 from flarum/as/models-typing
askvortsov1 Dec 13, 2021
c2ec848
Bundled output for commit 187b5c6f0bc5976fa501ca979f704dac26e3f3a5
flarum-bot Dec 13, 2021
d0c1609
Fix `listItems` to unbrick admin extension pages
askvortsov1 Dec 13, 2021
6b7dfaa
Format
askvortsov1 Dec 13, 2021
46893a9
PermissionGrid fixes
askvortsov1 Dec 13, 2021
4ade45e
Don't lazy draw permissions dropdown
askvortsov1 Dec 13, 2021
dc48e23
Bundled output for commit 6b7dfaa5980b5c5f8d1994ddba3cafaf6e21de63
flarum-bot Dec 13, 2021
c7791b6
perf: Allow loading relations in other discussion endpoints (#3191)
SychO9 Dec 13, 2021
364575b
Make sure `this.data.attributes` is initialized.
askvortsov1 Dec 13, 2021
508be96
Don't throw errors for undefined relationships
askvortsov1 Dec 13, 2021
fb82afa
improve selected text stylization
Jul 13, 2021
080442d
Sync with v2.1 of markdown-toolbar-element
askvortsov1 Dec 13, 2021
b77f13b
Merge pull request #3200 from flarum/as/1_2_assorted_frontend_patches
askvortsov1 Dec 13, 2021
2554b9e
Bundled output for commit b77f13b7c6382a5982da8d533e771200c23916a6
flarum-bot Dec 13, 2021
1567ab0
Return undefined => return null
askvortsov1 Dec 13, 2021
6c46fc4
Merge pull request #3197 from flarum/as/permission-grid-fixes
askvortsov1 Dec 13, 2021
0d45f2a
Bundled output for commit 6c46fc42287fae877f75cc4131e42306edefad57
flarum-bot Dec 14, 2021
02a57bf
Don't assume `app.session.user` is present
askvortsov1 Dec 12, 2021
cc69211
Fix import of `mithril` for `VnodeElementTag` usage
askvortsov1 Dec 12, 2021
1bdfe01
extractText from translations where strings expected
askvortsov1 Dec 12, 2021
fe9cec0
Allow any Mithril Children where appropriate
askvortsov1 Dec 12, 2021
174345c
Fix `LoadingModal` attr typings
askvortsov1 Dec 12, 2021
162c60e
`alertAttrs` can be null
askvortsov1 Dec 12, 2021
a901409
Modal typescript cleanup and conversions
askvortsov1 Dec 12, 2021
b13bc70
Format VnodeElementTag fix
askvortsov1 Dec 12, 2021
311e858
`VnodeElementTag` must be either a string or a class.
askvortsov1 Dec 13, 2021
718e011
Slightly improve AlertManagerState `show` typing
askvortsov1 Dec 13, 2021
55dd8f1
Fix typing errors with `app.modal.show`
askvortsov1 Dec 13, 2021
4444357
Error in GH actions on type failures
askvortsov1 Dec 13, 2021
cbbb574
Format and Type Import Cleanup
askvortsov1 Dec 13, 2021
e54c5b0
Merge pull request #3196 from flarum/as/finish-typing
askvortsov1 Dec 14, 2021
f7e4413
Bundled output for commit e54c5b092488e3af67ba84d46bd010845d8268c7
flarum-bot Dec 14, 2021
c88a3e7
Merge pull request #2961 from the-turk/style-st
askvortsov1 Dec 14, 2021
10c6694
Bundled output for commit c88a3e7e8979e350058e20c9c70bcd6d400eb4b5
flarum-bot Dec 14, 2021
25dc26b
Only update notifications that are not already marked as read (#3202)
imorland Dec 14, 2021
11fd012
feat: add Less custom function extender, `is-extension-enabled` funct…
davwheat Dec 14, 2021
6136ce8
feat: Add events for Notification read / read all (#3203)
imorland Dec 14, 2021
c9a8543
feat: extract notification primaryControl items to an ItemList (#3204)
imorland Dec 14, 2021
b8b9f69
Bundled output for commit c9a854355444ecfaf27827b7cdc1ab914f786552
flarum-bot Dec 14, 2021
726661f
fix: replace throw with debug warning to fix breaking change (#3206)
davwheat Dec 15, 2021
5befaa6
Bundled output for commit 726661fe8c3f6025c00e173c3b361aeb9fa287b9
flarum-bot Dec 15, 2021
a36f98d
fix: Add a11y labels to auth modal inputs (#3207)
SychO9 Dec 16, 2021
7d9fe8e
Bundled output for commit a36f98d1fc38a0a05e9fbdc2faf5922094f6193e
flarum-bot Dec 16, 2021
4ad961c
feat: allow replacing of blade template namespaces via extender (#3167)
davwheat Dec 20, 2021
a1cc456
fix(postmeta): use app `baseUrl` instead of `location.origin` (#3216)
davwheat Dec 20, 2021
e576555
fix: breaking change in Search component - renaming of `state` proper…
davwheat Dec 20, 2021
96fdaac
Bundled output for commit e57655553f43dbc110d095af64f15da042d6c9f3
flarum-bot Dec 20, 2021
edde6be
docs: fix broken contribution link in README; add screenshot (#3211)
komandar Dec 20, 2021
7a27f49
fix: hide `WelcomeHero` when content is empty (#3219)
davwheat Dec 22, 2021
dc661bf
Bundled output for commit 7a27f494c6ffe0f5280021e1c184e6fba86e3c14
flarum-bot Dec 22, 2021
a2f417e
fix: incorrect return type on `pushPayload` (#3226)
davwheat Dec 26, 2021
4df72e5
Bundled output for commit a2f417e9c5e76038c95a8cbb9e86533134c80887
flarum-bot Dec 26, 2021
0c95d28
Fix Search error when user can't search
askvortsov1 Dec 27, 2021
d89031f
Fix drawer focus trap making login form unclickable on mobile
askvortsov1 Dec 27, 2021
d268894
chore: 1.2 JS clean-up (#3214)
davwheat Dec 27, 2021
3d62a6a
Bundled output for commit d268894e61b29dcc1b6f1919a2c919b08a758a8c
flarum-bot Dec 27, 2021
d65deec
chore: maintenance pre-1.2 release (#3213)
davwheat Dec 27, 2021
09d1e28
Bundled output for commit d65deeccb5bf8da0aebf548711adf1a1fe046249
flarum-bot Dec 27, 2021
d5cd0bd
fix: returning null breaking CommentPosts
davwheat Dec 27, 2021
2e5cd6f
Bundled output for commit d5cd0bd3395d75e163459be4f75c59e8506d0136
flarum-bot Dec 27, 2021
ad8ac4e
fix: posts tab on users page broken
davwheat Dec 27, 2021
e926758
Bundled output for commit ad8ac4e342881111d3faebf4cc717b38c69b69a1
flarum-bot Dec 27, 2021
206aa22
Only retain scroll position if coming from discussion (#3229)
askvortsov1 Dec 27, 2021
a55b61e
Use translations for page titles in frontend
askvortsov1 Dec 27, 2021
64dab13
Bundled output for commit 206aa227f29713ff364964d5e1100dce14315655
flarum-bot Dec 27, 2021
b7f2fe2
Fix consecutive shows of same modal with different attrs
askvortsov1 Dec 27, 2021
2e94e31
perf: only update last time when current value outdated (#3230)
davwheat Dec 27, 2021
cff6724
Merge pull request #3228 from flarum/as/v1.2_frontend_fixes
askvortsov1 Dec 28, 2021
066cf02
Bundled output for commit cff672424b26c04bee6bdf4e2e17413f51452afe
flarum-bot Dec 28, 2021
8096207
perf: include request info in first accesstoken touch (#3233)
davwheat Dec 28, 2021
a4fbf16
fix: mark render method in RouteResolver as optional (#3235)
davwheat Dec 28, 2021
4b25b90
Bundled output for commit a4fbf16eef788294111d810bc4260b7ee93a288f
flarum-bot Dec 28, 2021
94f9e7f
fix: don't fire deprecation warnings for Mithril-originating action (…
davwheat Dec 28, 2021
0e9c169
Bundled output for commit 94f9e7f9dea6ec57a7e78e3279ab8034e3dff2cc
flarum-bot Dec 28, 2021
993500a
fix(a11y): fix a11y warning in alert, and other a11y fixes (#3237)
davwheat Dec 28, 2021
53c3d13
Bundled output for commit 993500aae48b923bb7cf9b095da53347cb5a0291
flarum-bot Dec 28, 2021
8fac735
fix: error in funding `composer.json` block bricks frontend (#3239)
davwheat Dec 29, 2021
2541cde
fix: prevent unwarranted a11y warnings on custom Button subclasses (#…
davwheat Dec 29, 2021
9fd6e5d
Bundled output for commit 2541cdec94f715578827217559b6c53b04291313
flarum-bot Dec 29, 2021
ed3ea05
fix: `Until reply` renaming permission of discussions broken in php 8…
SychO9 Dec 31, 2021
7c3b51f
Use v1.0.0 of backend testing properly (#3247)
askvortsov1 Jan 3, 2022
af77214
Apply flarum-cli audit fix (#3248)
askvortsov1 Jan 3, 2022
85ee806
fix: broken post/discussion soft delete (#3249)
askvortsov1 Jan 4, 2022
17a8d2c
docs: add missing 1.1.1 changelog
davwheat Jan 4, 2022
fbe1a48
Fix `echo` statements not showing up in debug modals or console trace
askvortsov1 Jan 5, 2022
7cec4d1
Format
askvortsov1 Jan 5, 2022
687e1e2
Use proper log level depending on debug mode
askvortsov1 Jan 6, 2022
3978efa
LogDriver should work in debug mode
askvortsov1 Jan 6, 2022
aa44677
Apply fixes from StyleCI
StyleCIBot Jan 6, 2022
67821d9
fix: Ensure `user` not false in post component
askvortsov1 Jan 8, 2022
749e7e3
Fix frontend branch name
askvortsov1 Jan 9, 2022
c702f5e
Bundled output for commit 749e7e34f77784a6325517abdd15ca6926adb29d
flarum-bot Jan 9, 2022
a291134
fix: don't spellcheck custom LESS
askvortsov1 Jan 8, 2022
f4c29db
fix: Allow outside click on modal focus trap
askvortsov1 Jan 8, 2022
7551a14
Bundled output for commit f4c29db1828b0ff0ddab74f1f21cb1c9f3108fdb
flarum-bot Jan 9, 2022
a7aad46
fix: mark `near` as optional in discussion route (#3257)
davwheat Jan 14, 2022
54329d0
Bundled output for commit a7aad46068065cbc5671eb61732d108f8bf00f82
flarum-bot Jan 14, 2022
9f87674
chore: bump @askvortsov/rich-icu-message-formatter (#3264)
askvortsov1 Jan 18, 2022
e304cf7
Bundled output for commit 9f8767462611844325709355a6b2acb26227bb5f
flarum-bot Jan 18, 2022
beae75d
chore: fl-dev audit infra --fix
askvortsov1 Jan 20, 2022
5f4b5c0
Bundled output for commit beae75dab36d683ddb601379745056a7cb98e6e8
flarum-bot Jan 20, 2022
a04b420
fix: typings generation script
askvortsov1 Jan 20, 2022
d8b83cc
fix: build typings script
askvortsov1 Jan 20, 2022
19e4861
chore: bump rich icu message formatter
askvortsov1 Jan 20, 2022
aa77df4
Bundled output for commit 19e48617f0ae358f94396989b3855ce5294c4951
flarum-bot Jan 20, 2022
ad69cf8
Release v1.2
luceos Jan 20, 2022
bd4d533
fixing error in tests for missing timezone
luceos Jan 20, 2022
7a22527
update changelog
luceos Jan 20, 2022
1217b11
Update Application.php
luceos Jan 20, 2022
a725477
chore: bump rich text ICU Message formatter
askvortsov1 Jan 24, 2022
7c4992c
Bundled output for commit a7254773dd1a22f43b1d7ee714fe29737ba9fa9f
flarum-bot Jan 24, 2022
34c7530
chore: flarum-cli audit infra --fix
askvortsov1 Jan 27, 2022
6dba5c8
chore: drop unnecessary `ci` script
askvortsov1 Jan 30, 2022
d192185
chore: regenerate yarn.lock
askvortsov1 Jan 30, 2022
b0d9f10
Bundled output for commit d192185d13ab2a0fe6821b325f5b99bbc3dd2216
flarum-bot Jan 30, 2022
21d3e33
chore: remove call to `console.log`
davwheat Feb 6, 2022
c622070
Bundled output for commit 21d3e33613ca2112e75c7449f16d3d416a79913b
flarum-bot Feb 6, 2022
6e3051b
fix: sort posts by number instead of creation datetime (#3282)
davwheat Feb 9, 2022
d769ee2
Bundled output for commit 6e3051b36a221e706b93d6583d15f21c6e9324b7
flarum-bot Feb 9, 2022
289ea49
chore: make translator / rich translator typings available to exts
askvortsov1 Feb 9, 2022
dfa3b47
fix: refer to bundled dist-typing types instead of src ones
askvortsov1 Feb 9, 2022
851907b
Bundled output for commit dfa3b47cf3776d6747a4d3cad7b993283d3f4302
flarum-bot Feb 9, 2022
a38dc88
fix: composer header overlap with controls
davwheat Feb 6, 2022
2c902c6
fix: overlap in minimized composer
davwheat Feb 6, 2022
b58b3e2
fix: don't submit form when search clear button clicked (#3260)
davwheat Feb 21, 2022
2d18d37
Bundled output for commit b58b3e2224e7ce69d561a9f24a66893568879227
flarum-bot Feb 21, 2022
edd93da
Fix active search jumping to last item during loading
clarkwinkelmann Feb 21, 2022
6a940cd
Fix pinned pane broken after discussion creation
clarkwinkelmann Feb 21, 2022
97dfb50
Fix permission check in edit modal
clarkwinkelmann Feb 21, 2022
9b302a1
Bundled output for commit 97dfb50f17222839f4b8e32760575f74b6145148
flarum-bot Feb 22, 2022
5045254
fix: unread filter gambit does not return results when > 999 read dis…
imorland Mar 9, 2022
be1b571
Replace ColorPreviewInput preview box with 'color' input (#3271)
dsevillamartin Mar 10, 2022
5c901cf
Bundled output for commit be1b5713faf9f13742a5b27c0121b2d0cc3c3896
flarum-bot Mar 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bundled output for commit a725477
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
flarum-bot committed Jan 24, 2022
commit 7c4992c40184a832d249650d35f132fde0678c11
2 changes: 1 addition & 1 deletion js/dist/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.