Commit Graph

8329 Commits

Author SHA1 Message Date
892259f448 Bundled output for commit 44bdb68ccd4e8ab4226c51fbc7538540ca8320e9
Includes transpiled JS/TS.

[skip ci]
2021-10-20 20:49:41 +00:00
44bdb68ccd Comply with bypassTagCounts permission in UI (#148) 2021-10-20 16:48:13 -04:00
f8791ac48a chore: Update version constant to 1.2.0-dev 2021-10-18 21:04:07 +01:00
b245b41b67 Bundled output for commit ffd982df7f0089884a9d43ba0883eeb8c2ffff5a
Includes transpiled JS/TS.

[skip ci]
2021-10-18 19:53:25 +00:00
ffd982df7f Merge branch 'v1.1.1'
# Conflicts:
#	js/dist/forum.js
#	js/dist/forum.js.map
2021-10-18 20:49:03 +01:00
f1f6da10fd chore: Release v1.1.1 2021-10-18 20:27:11 +01:00
3437d7229e fix: Missing # from autocompleted user mention format (#74) 2021-10-18 20:17:22 +01:00
c1e1182d7e Bundled output for commit 35986a050cf13b04109850443bd2feb85bac4493
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2021-10-14 18:33:00 +00:00
35986a050c Handle post rendering errors to avoid bricking (#3061)
Whether it's due to corrupted content, missing tags, caching issues, or other assorted reasons, post content can't be rendered. Currently, this results in an exception that crashes the entire forum and is hard to debug. Instead, we should log the error and show an indicator message that rendering has failed.

Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
Co-authored-by: David Wheatley <hi@davwheat.dev>
2021-10-14 14:30:18 -04:00
13b312d445 Bundled output for commit 890fd4e38dcb364ab6e973aa06c04329076c0b2a
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2021-10-14 13:43:57 +00:00
890fd4e38d fix: import app from common app instead (#3104)
Introduced in #3099
2021-10-14 14:41:22 +01:00
e63f030094 Bundled output for commit a2832af01fbe2b1b6bada85651b1207de5f5af9e
Includes transpiled JS/TS.

[skip ci]
2021-10-13 18:58:59 +00:00
3b523e5542 Bundled output for commit 766dba39e29b0027ff0ee7d8845bbd300caa2f42
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2021-10-13 18:58:05 +00:00
a2832af01f Only search users via rest API if user has permission (#73)
Closes https://github.com/flarum/core/issues/3070

If the user doesn't have permission to search users, there will currently be browser errors, as the current implementation will still attempt to search and autocomplete. In this PR, we check for permission before searching. The dropdown will still support autocomplete of users currently participating in the discussion.
2021-10-13 14:57:45 -04:00
766dba39e2 Lazy draw dropdowns to improve performance (#2925) 2021-10-13 14:55:32 -04:00
ee6886382c Add missing autocomplete attributes to input fields (#3088)
* Add missing autocomplete attributes to input fields
* Add autocomplete attributes to password fields
* Attribute should use new-password
2021-10-13 14:53:35 -04:00
cf5662abb3 Disallow dashes in database prefix (#3089)
As a temporary fix it has been requested to disallow dashes in the database prefix. The installation process fails when the prefix does include a dash.

#3022
2021-10-13 14:52:53 -04:00
49a92de58d Added new translations for the user editing modal (#3093) 2021-10-13 14:52:17 -04:00
2077dfea3a Bundled output for commit 7fa4189fc196bb2158b6c76050168e270a913bad
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2021-10-13 18:51:06 +00:00
7fa4189fc1 Added ES6 local support for formatNumber helper as per #2951 (#3099) 2021-10-13 14:48:37 -04:00
894707c61a Test against php 8.1 (#3102) 2021-10-13 14:48:03 -04:00
a8937161db Bundled output for commit c5e988104613cb19a50ee97ced89027521777d3d
Includes transpiled JS/TS.

[skip ci]
2021-10-13 11:07:54 +00:00
c5e9881046 chore: fix JS 2021-10-13 12:06:46 +01:00
4f3b797b75 Bundled output for commit 152a9bed14791797c53cd500db703abe2faed6c1
Includes transpiled JS/TS.

[skip ci]
2021-10-13 11:06:14 +00:00
152a9bed14 chore: fix JS 2021-10-13 12:05:05 +01:00
6ced7809b1 Bundled output for commit 11e10406bdaf56261aa83adab59cb10367192cf3
Includes transpiled JS/TS.

[skip ci]
2021-10-13 11:03:16 +00:00
408a1bba51 Bundled output for commit 6f117a24e4861c8a4c6f8511325eb490101d5c9d
Includes transpiled JS/TS.

[skip ci]
2021-10-13 11:02:15 +00:00
11e10406bd chore: fix JS 2021-10-13 12:02:15 +01:00
6f117a24e4 chore: update lockfile 2021-10-13 12:01:03 +01:00
15dee0ca48 chore: fix JS 2021-10-13 12:00:05 +01:00
b5c3d630d5 Bundled output for commit 06813fae861f5f28fd8462d7e63736fa02a819b2
Includes transpiled JS/TS.

[skip ci]
2021-10-13 10:59:00 +00:00
06813fae86 chore: fix JS 2021-10-13 11:58:02 +01:00
62345237ac Bundled output for commit a3edd16e474850ca47b7fa24000dabcac2fd0123
Includes transpiled JS/TS.

[skip ci]
2021-10-13 10:57:12 +00:00
a3edd16e47 chore: fix JS 2021-10-13 11:56:17 +01:00
4bda5c540a Bundled output for commit 462bf60e88bbf79bbbbe7c24da856b574e142726
Includes transpiled JS/TS.

[skip ci]
2021-10-13 10:55:25 +00:00
462bf60e88 chore: fix JS 2021-10-13 11:54:31 +01:00
aebd638097 Bundled output for commit ea5994f2e486b3f0e8eba57ec5e61ada3b40d155
Includes transpiled JS/TS.

[skip ci]
2021-10-13 10:53:15 +00:00
ea5994f2e4 chore: fix JS 2021-10-13 11:52:14 +01:00
619317d023 Bundled output for commit 3fe2ccc1603f09bdc5632e6eb80c3a249b3f42cf
Includes transpiled JS/TS.

[skip ci]
2021-10-13 09:02:29 +00:00
3fe2ccc160 attempt build fix 2021-10-13 10:01:11 +01:00
f03e666a77 use ^4.46.0 for webpack 2021-10-13 10:30:56 +02:00
9a339fea6a lock webpack to 4.* 2021-10-13 10:28:53 +02:00
77f625df34 compiled for v1.1.0 2021-10-13 10:22:20 +02:00
dba3ec69e8 chore: bump bundled extension constraint to core 1.1 2021-10-13 08:25:37 +01:00
92463465e6 chore: bump bundled extension constraint to core 1.1 2021-10-13 08:06:02 +01:00
8a0035e040 chore: bump bundled extension constraint to core 1.1 2021-10-13 08:05:58 +01:00
6ee1f10d44 chore: bump bundled extension constraint to core 1.1 2021-10-13 08:05:53 +01:00
7b4234ee71 chore: bump bundled extension constraint to core 1.1 2021-10-13 08:05:47 +01:00
ac427a8a4a chore: bump bundled extension constraint to core 1.1 2021-10-13 08:05:43 +01:00
8c0c46f8e0 chore: bump bundled extension constraint to core 1.1 2021-10-13 08:05:34 +01:00