flarum-bot
7b2e506fb8
Bundled output for commit c59c1becadaad06394473cafbaa9d7fba03b010a
...
Includes transpiled JS/TS.
[skip ci]
2021-10-12 01:27:11 +00:00
Alexander Skvortsov
022e480084
Release v1.1.0
2021-10-11 21:18:24 -04:00
Alexander Skvortsov
d377fee8c9
Release v1.1.0
2021-10-11 21:17:37 -04:00
Alexander Skvortsov
75f3ec0b36
Release v1.1.0
2021-10-11 21:16:54 -04:00
Alexander Skvortsov
72d43427ab
Release v1.1.0
2021-10-11 21:16:13 -04:00
Alexander Skvortsov
941647cde0
Release v1.1.0
2021-10-11 21:15:40 -04:00
Alexander Skvortsov
5910bd98bc
Release v1.1.0
2021-10-11 21:14:35 -04:00
Alexander Skvortsov
04576fd209
Release v1.1.0
2021-10-11 21:13:44 -04:00
Alexander Skvortsov
c1318d641c
Release v1.1.0
2021-10-11 21:12:56 -04:00
Alexander Skvortsov
162784f611
Release v1.1.0
2021-10-11 21:12:06 -04:00
Alexander Skvortsov
4547a4416b
Release v1.1.0
2021-10-11 21:11:21 -04:00
Alexander Skvortsov
c59c1becad
Release v1.1.0
2021-10-11 21:10:46 -04:00
Alexander Skvortsov
9db9cb2ed0
Release v1.1.0
2021-10-11 21:09:59 -04:00
Alexander Skvortsov
aae835e9d2
Release v1.1.0
2021-10-11 21:07:45 -04:00
Alexander Skvortsov
126b457604
Release v1.1.0
2021-10-11 21:05:20 -04:00
Alexander Skvortsov
8109eda0c6
Release v1.1.0
2021-10-11 21:04:49 -04:00
Alexander Skvortsov
1436f073a5
Release v1.1.0
2021-10-11 21:03:10 -04:00
Alexander Skvortsov
ad168f345c
Release v1.1.0
2021-10-11 21:02:26 -04:00
Alexander Skvortsov
e127d8606b
Release v1.1.0
2021-10-11 21:00:48 -04:00
flarum-bot
ebe0f74618
Bundled output for commit 51922760627ab92ef3fc377f0ebdbd535eb1a6ab
...
Includes transpiled JS/TS.
[skip ci]
2021-10-07 22:34:32 +00:00
Alexander Skvortsov
5192276062
Make clicking edit tag button easier
...
Currently, tags will be dragged immediately on touch, which makes it very hard to click the edit button, as any non-perfect touch drags the tag. This commit adds a delay on mobile devices only, so that the tag can be both dragged and edited easily.
Closes https://github.com/flarum/core/issues/3098
2021-10-07 18:22:36 -04:00
flarum-bot
367cca8cc7
Bundled output for commit 2cb00d67731f01a8a93a8eb6fed14dd91f9fc5c1
...
Includes transpiled JS/TS.
[skip ci]
2021-10-06 20:31:59 +00:00
Alexander Skvortsov
2cb00d6773
Fix missing space after mentions inserted via post reply
...
Closes https://github.com/flarum/core/issues/3096
2021-10-06 16:30:45 -04:00
flarum-bot
7c954129f0
Bundled output for commit 84dcde4e857d5d42527f600dadca0a60c49377c9
...
Includes transpiled JS/TS.
[skip ci]
2021-10-06 20:24:50 +00:00
Alexander Skvortsov
84dcde4e85
Fix delayed mention search results
...
Fixes https://github.com/flarum/core/issues/3095
2021-10-06 16:22:04 -04:00
Alexander Skvortsov
03c6db4c8d
Import function correctly
...
There was a typo in the function's name which broke mentions.
2021-10-06 16:15:01 -04:00
SychO9
7e174dd08a
[untested] Major Update handler ( #1 )
2021-10-03 10:58:17 +01:00
SychO9
2ce28f8e5c
Improve update checking and add UI for major flarum update
2021-10-01 17:52:15 +01:00
SychO9
0aed124911
yarn format
2021-09-30 21:45:09 +01:00
SychO9
68a3133bbb
Prepend input to composer output log ( Fixes #7 )
2021-09-30 21:44:27 +01:00
Sami Mazouz
de6d291a09
fix: $relationsArray
can end up containing closures ( #146 )
...
* fix: `$relationsArray` can end up containing closures
Not sure I didn't simply unset the first time around..
* Use a new array instead of modifying one
2021-09-29 21:58:32 +01:00
SychO9
670a4dd26a
Add docs link
2021-09-29 14:31:07 +01:00
SychO9
2b8a85c933
fix: Only core update available not showing up
2021-09-29 14:19:02 +01:00
SychO9
79b5629125
fix: Buffer output
2021-09-29 14:04:53 +01:00
SychO9
1b65c6862e
Log composer command outputs ( Fixes #5 )
2021-09-29 13:00:36 +01:00
SychO9
d878eeb92a
Global Update ( Fixes #2 )
2021-09-29 12:07:53 +01:00
SychO9
77f0dca47e
Extension state exceptions
2021-09-29 11:03:13 +01:00
SychO9
e19c9ea67c
Post Composer Actions ( Fixes #3 )
2021-09-29 10:40:40 +01:00
SychO9
19da2e9827
Minor flarum update
2021-09-27 10:16:01 +01:00
SychO9
2812eada2c
show remove option only when extension is disabled and isn't the package manager
2021-09-25 20:42:44 +01:00
SychO9
b3a62bbac4
Add Extension Updating
2021-09-25 18:33:17 +01:00
SychO9
26e09d1e9d
Add Update Checker
2021-09-25 13:59:59 +01:00
SychO9
40e0a9672b
File permissions alert and clear command failure message.
2021-09-22 22:08:51 +01:00
flarum-bot
48b29b90db
Bundled output for commit 8111b5a56c995a9c80d27b8739edc637fe4527bf
...
Includes transpiled JS/TS.
[skip ci]
2021-09-20 22:07:46 +00:00
David Sevilla Martin
8111b5a56c
Prevent browser/system shortcuts from triggering when applying editor style from shortcut ( #32 )
2021-09-20 18:06:47 -04:00
flarum-bot
798fadbddc
Bundled output for commit 6173c3d6124d04cad7d2b788b90af47f8bb39276
...
Includes transpiled JS/TS.
[skip ci]
2021-09-20 17:43:50 +00:00
David Wheatley
6173c3d612
Minor refactors in frontend JS ( #69 )
...
* Add Prettier
* Update dependencies; add typescript setup
* Add tsconfig
* Rewrite some mentions frontend into TS
* Fix use of username instead of display name
* Change back to JS
* Remove commented code
* Update function name to match filename
* Update getMentionText.js
* Simplify condition
* Bump packages to stable versions; use prettier package
* Make functions use camel case
* Update js/package.json
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
* Don't access data directly
* Update js/src/forum/addComposerAutocomplete.js
Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com>
* Update tsconfig.json
Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com>
2021-09-20 18:42:38 +01:00
SychO9
ea5ee5a9a3
Merge remote-tracking branch 'origin/1.0.5'
2021-09-20 16:56:28 +01:00
Sami Mazouz
b020db4f46
Fix unauthorized view of restricted tags ( #145 )
...
* test: Not allowed to see tags even if included as a relation
* fix: Scope loaded related tags where actor has permission
2021-09-20 16:51:28 +01:00
Sami Mazouz
2f37a8bd58
Fix discussions hidden from all users including admins ( #140 )
...
* test: Start by adding tests for this case scenario
* fix: All discussions hidden from everyone when minSecondary > 0 and no secondary tags
* test: Test the scenario for primary tags as well
* fix: Properly fix the general case of more tags required than available
* Adjust to only check with the `viewForum` ability
* Test Cases for private discussions
2021-09-20 16:19:43 +01:00