David Wheatley
98d0fbd4ae
chore: better typings for DiscussionListState
2021-10-27 17:17:01 +02:00
Alexander Skvortsov
83014a5a9f
Hide webkit search button ( #3128 )
2021-10-27 09:28:40 -04:00
flarum-bot
9a264b9319
Bundled output for commit 227177d0a92576b1f88c3f4ff6d90ead7767bd98
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-10-26 21:35:14 +00:00
Alexander Skvortsov
227177d0a9
ExtensionPage: rename "Uninstall" to "Purge" ( #3123 )
...
https://i.imgur.com/aOOkqhk.png
2021-10-26 17:32:39 -04:00
Alexander Skvortsov
1ff239df80
Pass IP address to API Client pipeline ( #3124 )
...
The `ProcessIp` middleware won't run twice as that's in the global middleware stack, which the API client doesn't go through.
2021-10-26 17:11:40 -04:00
Sami Mazouz
61b3539271
fix: Use laravel validator to replace avatar validation error params ( #2946 )
2021-10-26 14:45:27 +01:00
flarum-bot
d30bbbf847
Bundled output for commit 9117aac0bdf78f3e15797b7ca34abea1c8c3a654
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-10-25 21:37:01 +00:00
Alexander Skvortsov
9117aac0bd
Catch errors when uploading white avatar ( #3119 )
2021-10-25 17:34:39 -04:00
flarum-bot
d840205161
Bundled output for commit 1adb9ca553072a694396e7b96aeaafe628a613a7
...
Includes transpiled JS/TS.
[skip ci]
2021-10-25 17:59:41 +00:00
David Wheatley
1adb9ca553
Revert "feat: encapsulate markdown buttons in itemlist"
...
This reverts commit d4aecfc9e3f6af078fc0c0eb157179f2e1b363f3.
2021-10-25 19:58:28 +02:00
flarum-bot
11f5958dae
Bundled output for commit d4aecfc9e3f6af078fc0c0eb157179f2e1b363f3
...
Includes transpiled JS/TS.
[skip ci]
2021-10-25 17:57:50 +00:00
flarum-bot
0a30aa1663
Bundled output for commit bae89a2f44ffb934f0315553c5fa45f105de01f1
...
Includes transpiled JS/TS.
[skip ci]
2021-10-25 17:57:29 +00:00
David Wheatley
d4aecfc9e3
feat: encapsulate markdown buttons in itemlist
2021-10-25 19:56:35 +02:00
Lucas Fernandes
bae89a2f44
Add missing translation for the reason flag ( #30 )
2021-10-25 13:56:17 -04:00
MatusMak
f508c829db
#2492 - Groups filtering & retrieve single endpoint ( #3084 )
...
Fixes #2492
* Added api/groups/{id} endpoint for retrieving a single group by its id
* Fixed GroupRepository incorrectly opening query to User instead of Group model
* Added filtering & paging abilities to GET api/groups endpoint
* Added test for sorting for GET api/groups endpoint
Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com>
2021-10-25 11:48:25 -04:00
flarum-bot
3640daabeb
Bundled output for commit cc9da3324a7b6f09556b67f62e2b3b83eaa681e2
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2021-10-25 05:47:17 +00:00
Clark Winkelmann
cc9da3324a
Fix mail settings select component never being used ( #3120 )
2021-10-25 01:44:46 -04:00
Alexander Skvortsov
16aeed9689
Throw error if required route params missing ( #3118 )
...
Co-authored-by: Daniël Klabbers <daniel@klabbers.email>
Co-authored-by: luceos <luceos@users.noreply.github.com>
Co-authored-by: David Wheatley <hi@davwheat.dev>
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
2021-10-23 14:05:47 -04:00
SychO9
a144c026f3
Move to flarum
2021-10-21 10:52:51 +01:00
flarum-bot
892259f448
Bundled output for commit 44bdb68ccd4e8ab4226c51fbc7538540ca8320e9
...
Includes transpiled JS/TS.
[skip ci]
2021-10-20 20:49:41 +00:00
Alexander Skvortsov
44bdb68ccd
Comply with bypassTagCounts permission in UI ( #148 )
2021-10-20 16:48:13 -04:00
SychO9
f8791ac48a
chore: Update version constant to 1.2.0-dev
2021-10-18 21:04:07 +01:00
flarum-bot
b245b41b67
Bundled output for commit ffd982df7f0089884a9d43ba0883eeb8c2ffff5a
...
Includes transpiled JS/TS.
[skip ci]
2021-10-18 19:53:25 +00:00
SychO9
ffd982df7f
Merge branch 'v1.1.1'
...
# Conflicts:
# js/dist/forum.js
# js/dist/forum.js.map
2021-10-18 20:49:03 +01:00
SychO9
f1f6da10fd
chore: Release v1.1.1
2021-10-18 20:27:11 +01:00
Sami Mazouz
3437d7229e
fix: Missing #
from autocompleted user mention format ( #74 )
2021-10-18 20:17:22 +01:00
flarum-bot
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
Alexander Skvortsov
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
flarum-bot
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
Sami Mazouz
890fd4e38d
fix: import app from common app instead ( #3104 )
...
Introduced in #3099
2021-10-14 14:41:22 +01:00
flarum-bot
e63f030094
Bundled output for commit a2832af01fbe2b1b6bada85651b1207de5f5af9e
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 18:58:59 +00:00
flarum-bot
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
Alexander Skvortsov
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
David Sevilla Martin
766dba39e2
Lazy draw dropdowns to improve performance ( #2925 )
2021-10-13 14:55:32 -04:00
Fransiscus Rolanda Malau
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
Maarten Bicknese
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
Wouter
49a92de58d
Added new translations for the user editing modal ( #3093 )
2021-10-13 14:52:17 -04:00
flarum-bot
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
Braunson Yager
7fa4189fc1
Added ES6 local support for formatNumber helper as per #2951 ( #3099 )
2021-10-13 14:48:37 -04:00
Sergiy Petrov
894707c61a
Test against php 8.1 ( #3102 )
2021-10-13 14:48:03 -04:00
flarum-bot
a8937161db
Bundled output for commit c5e988104613cb19a50ee97ced89027521777d3d
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 11:07:54 +00:00
David Wheatley
c5e9881046
chore: fix JS
2021-10-13 12:06:46 +01:00
flarum-bot
4f3b797b75
Bundled output for commit 152a9bed14791797c53cd500db703abe2faed6c1
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 11:06:14 +00:00
David Wheatley
152a9bed14
chore: fix JS
2021-10-13 12:05:05 +01:00
flarum-bot
6ced7809b1
Bundled output for commit 11e10406bdaf56261aa83adab59cb10367192cf3
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 11:03:16 +00:00
flarum-bot
408a1bba51
Bundled output for commit 6f117a24e4861c8a4c6f8511325eb490101d5c9d
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 11:02:15 +00:00
David Wheatley
11e10406bd
chore: fix JS
2021-10-13 12:02:15 +01:00
David Wheatley
6f117a24e4
chore: update lockfile
2021-10-13 12:01:03 +01:00
David Wheatley
15dee0ca48
chore: fix JS
2021-10-13 12:00:05 +01:00
flarum-bot
b5c3d630d5
Bundled output for commit 06813fae861f5f28fd8462d7e63736fa02a819b2
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 10:59:00 +00:00