Commit Graph

237 Commits

Author SHA1 Message Date
54660c2cc8 Update dependencies 2018-11-17 19:06:29 +10:30
c8a3c3c22b Bundled output for commit 1f04c732a0a4356fe3e2ac60ce6eba5f0abd8630 [skip ci] 2018-11-14 03:07:37 +00:00
1f04c732a0 Fix cursor not being placed correctly after mention insertion 2018-11-14 13:36:21 +10:30
7075998b87 Use canonical username for user profile link. fixes flarum/core#1265 2018-11-14 12:10:24 +10:30
7929d2e4bf Bundled output for commit dd500ec54bc816b2a17e83efcff352b0c78d5a75 [skip ci] 2018-11-12 10:35:09 +00:00
dd500ec54b Add mention button to text editor toolbar 2018-11-12 17:37:25 +10:30
d34c7745f8 Bundled output for commit 4bd704c9c5cde1729ae514a6c2272b253a108479 [skip ci] 2018-11-06 08:42:37 +00:00
4bd704c9c5 Trigger mention autocomplete on any kind of input 2018-11-06 19:11:25 +10:30
6a2ed43a51 Bundled output for commit 5a35480db2301c51213629f20a16851c1b6f00c3 [skip ci] 2018-10-21 04:51:03 +00:00
5a35480db2 Rename package 2018-10-21 15:16:21 +10:30
068f55e8e6 Rename package 2018-10-17 13:44:48 +10:30
3fda95bd34 Bundled output for commit f11562f27bff31df60ea963df5e1a419350f3713 [skip ci] 2018-09-21 02:23:13 +00:00
f11562f27b Fix user mentions page 2018-09-21 11:52:13 +09:30
6700eeecfd Rename bootstrap.php 2018-09-21 11:48:36 +09:30
11c581d3f7 Bundled output for commit 8d67e6dcf5dd3d413061c5b33d37c279945428bb [skip ci] 2018-09-21 02:12:33 +00:00
8d67e6dcf5 Fix live preview 2018-09-21 11:41:32 +09:30
78050e8c4e Bundled output for commit 061a6cdafa13041b49c3ae617f8ebbe444329aac [skip ci] 2018-09-21 01:59:11 +00:00
061a6cdafa Remove notification pluralization logic
Since we don't return an "unread count" in the API, this pluralization
logic is useless at the moment. Related to #643 and #716 but really
needs further thought in #868.
2018-09-21 11:28:11 +09:30
f7df6b7d58 Bundled output for commit dffcb660aae4a3b49e0e3d0defda016e3ac7e05c [skip ci] 2018-09-21 01:03:27 +00:00
dffcb660aa Update dependencies 2018-09-21 10:25:47 +09:30
c1b2427e16 Bundled output for commit 67c7b45dc85945bd6deaae554d0176f7a02748f9 [skip ci] 2018-09-16 18:52:34 +00:00
67c7b45dc8 Database changes (#34)
* Implement database changes

* Split foreign keys in to their own migrations; rename pivot tables

* Use whereColumn

* Update core attribute names
2018-09-16 20:50:16 +02:00
f8ad54cb1f Use new Frontend extender
See flarum/core#851.
2018-07-23 16:29:48 +02:00
800e68bf4c Bundled output for commit 2e9c184b3b3bfc8e3f69232324cd9cee02f6cecd [skip ci] 2018-07-23 12:29:20 +00:00
2e9c184b3b Fix positioning of mention dropdown
Previously, the positioning logic did not account for the case
when the textarea was already scrolled down a bit, thus often
rendering the dropdown off-screen.

Fixes flarum/core#1021.
2018-07-23 14:28:09 +02:00
8214638cb5 Bundled output for commit 20ddf72ec90cff30afcd40faee4276e4fa397b5f [skip ci] 2018-06-20 05:19:54 +00:00
20ddf72ec9 Fix Travis' deploy key 2018-06-20 14:30:24 +09:30
42235cbed2 Remove progress flag 2018-06-20 13:54:01 +09:30
d1f4d5a739 Webpack (#33)
See https://github.com/flarum/core/pull/1367

* Replace gulp with webpack and npm scripts for JS compilation
* Set up Travis CI to commit compiled JS
* Restructure `js` directory; only one instance of npm, forum/admin are "submodules"
* Restructure `less` directory
2018-06-20 13:35:33 +09:30
ca805afdfe Change fa icon prefix to fas 2018-05-10 15:01:02 +07:00
5bf642046d Remove unused parameter 2018-03-07 04:04:19 +01:00
AFR
c5818ba87d Adapt to FontAwesome v5.0.6 icon name changes (#30) 2018-02-23 23:43:43 +01:00
11292223a7 Fix incorrect query parameter when searching for users 2018-02-09 07:41:25 +10:30
c25b8e1510 Extender: List all assets explicitly 2018-01-21 21:09:52 +01:00
30e21bb37d Remove unused import 2018-01-17 08:27:19 +01:00
ee07f29d5a Adapt new bootstrap format, use Asset extender 2018-01-16 23:27:32 +01:00
b4ee4a6299 Update license year range to 2018 2018-01-15 19:36:14 +01:00
ba4ce1a9c9 Require beta 8 2018-01-11 12:25:45 +10:30
89ec1d77df Fix class names 2017-12-27 16:09:20 +10:30
2d9839ee66 Fix relationship method arguments
As per https://laravel.com/docs/5.5/upgrade (under "Eloquent")
2017-12-26 20:21:47 +10:30
c145121516 Merge branch 'master' into next-back
# Conflicts:
#	src/Listener/AddPostMentionedByRelationship.php
#	src/Listener/FormatPostMentions.php
#	src/Listener/FormatUserMentions.php
#	src/Listener/UpdatePostMentionsMetadata.php
#	src/Listener/UpdateUserMentionsMetadata.php
2017-12-26 20:20:31 +10:30
14215773b3 Fix positioning of quote button when parents are positioned relatively 2017-11-10 17:45:21 +10:30
101af171b1 Don't sanitize values in plain-text emails 2017-11-05 15:29:46 +10:30
41980082ea Fix class names 2017-10-03 19:44:29 +02:00
d528cd03e2 Fix class names 2017-10-03 19:22:33 +02:00
3fc150cd23 Update namespaces for beta 8
Refs flarum/core#1235.
2017-10-01 20:25:23 +02:00
17e181bb0d Fix notifications not including post content 2017-09-22 16:45:45 +09:30
fa3194fcef Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-20 07:37:55 +00:00
408d882598 Update to sub in "display names" from database when rendering
This also improves the behaviour of mentions in the JS preview (no more
broken links, mention is only picked up if corresponding user/post is
found).

See flarum/core#1246

Closes flarum/core#315
2017-09-19 20:16:30 +09:30
acd3195491 Make autocomplete dropdown slightly less tall so that it fits below the cursor 2017-09-19 19:38:02 +09:30