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 1adb9ca553
...
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 d4aecfc9e3
.
2021-10-25 19:58:28 +02:00
flarum-bot
11f5958dae
Bundled output for commit d4aecfc9e3
...
Includes transpiled JS/TS.
[skip ci]
2021-10-25 17:57:50 +00:00
flarum-bot
0a30aa1663
Bundled output for commit bae89a2f44
...
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 cc9da3324a
...
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 44bdb68ccd
...
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 ffd982df7f
...
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 35986a050c
...
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 890fd4e38d
...
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 a2832af01f
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 18:58:59 +00:00
flarum-bot
3b523e5542
Bundled output for commit 766dba39e2
...
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 7fa4189fc1
...
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 c5e9881046
...
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 152a9bed14
...
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 11e10406bd
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 11:03:16 +00:00
flarum-bot
408a1bba51
Bundled output for commit 6f117a24e4
...
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 06813fae86
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 10:59:00 +00:00
David Wheatley
06813fae86
chore: fix JS
2021-10-13 11:58:02 +01:00
flarum-bot
62345237ac
Bundled output for commit a3edd16e47
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 10:57:12 +00:00
David Wheatley
a3edd16e47
chore: fix JS
2021-10-13 11:56:17 +01:00
flarum-bot
4bda5c540a
Bundled output for commit 462bf60e88
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 10:55:25 +00:00
David Wheatley
462bf60e88
chore: fix JS
2021-10-13 11:54:31 +01:00
flarum-bot
aebd638097
Bundled output for commit ea5994f2e4
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 10:53:15 +00:00
David Wheatley
ea5994f2e4
chore: fix JS
2021-10-13 11:52:14 +01:00