Commit Graph

290 Commits

Author SHA1 Message Date
5855b0367f Update Webpack 2020-05-01 11:56:01 +02:00
a552b957ba Use new Model extender 2020-04-24 15:55:50 +02:00
9587d3b416 npm audit fix 2020-04-24 14:30:29 +02:00
dd89498150 Bump acorn from 6.4.0 to 6.4.1 in /js (#45)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-17 21:52:38 +01:00
9c674f0a8b Fix mentioning a deleted user's post (#41)
Fixes #1956 - ErrorException: Trying to get property 'display_name' of 
non-object. ConfigureMentions::addPostId method set mention details 
based on if there was an existing post. This caused an error if there 
was an existing post, but the user who posted had been deleted. The 
mention details are now only set if there is a user associated with the 
post being mentioned.
2020-03-06 23:04:24 +01:00
090483e3ab remove author, updated deps 2020-03-03 14:29:50 +01:00
62ec7dc2fc Bundled output for commit 969638a31147e58e7f7d9fea12fab8fa90acbda6 [skip ci] 2020-02-11 20:44:30 +00:00
969638a311 Update Webpack 2020-02-11 21:43:28 +01:00
3390bd5b02 Apply fixes from StyleCI 2019-11-29 23:02:17 +00:00
8227426aa0 Update copyright claims in LICENSE 2019-11-30 00:01:02 +01:00
0b80dfe837 updated requirement with flarum/core 2019-09-16 09:34:22 +02:00
9bb4894ec0 Update changelog for beta.10 2019-09-15 22:43:58 +02:00
d9fb5ab31b Update vulnerable JS dependencies 2019-09-13 15:33:06 +02:00
dd43db2ddb Add GitHub workflow for JavaScript building 2019-08-20 23:54:24 +02:00
7afdbb1ea9 Remove like with and compare with equals (#37)
`_` is special character in mysql so like query was fetching different result for user who's unsername starts with or contains `_`
2019-08-16 15:57:35 +02:00
f21b062b3d update constraint 2019-06-24 12:01:04 +02:00
6b8fc76283 changelog for 0.1.0-beta.9 2019-06-24 11:23:29 +02:00
0e0159c397 Update changelog 2019-06-13 01:32:20 +02:00
b9c4a003f2 Fixes : use display_name in mail and in subject (#35) 2019-03-06 23:25:23 +01:00
55b1fd5461 Update changelog 2019-02-15 00:30:03 +01:00
95d01f3136 Depend on Laravel 5.7 for correct index names 2019-02-03 20:51:10 +01:00
70a66a9529 Get rid of event subscribers that resolve services too early
Refs flarum/core#1578.
2018-12-16 16:24:05 +01:00
c2cabd7c2e I can do this! 2018-12-15 16:24:31 +01:00
99adb8e998 Fix copy-paste mistake 2018-12-15 16:01:03 +01:00
3656072ff4 Use Formatter extender to avoid resolving the UrlGenerator too early
Refs flarum/core#1578.
Fixes flarum/core#1703.
2018-12-15 12:06:58 +01:00
875daf3ce2 Rely on TextFormatter to unparse the post content
Refs flarum/core#920.
Possibly fixing flarum/core#537.
2018-12-11 22:56:16 +01:00
4ce3348e1e Add changelog 2018-12-07 09:12:41 +10:30
ce1f81a460 Bundled output for commit 87ed42157f407a27e0a811da91f556d3b19adc30 [skip ci] 2018-12-03 23:43:48 +00:00
87ed42157f Fix travis builds 2018-12-04 10:11:51 +10:30
e2bb04ce34 Truncate notification excerpts 2018-12-03 09:37:01 +10:30
731da10088 Migrations: Fix dropping foreign keys
Passing an array to dropForeign does not mean dropping multiple indices,
but rather dropping a key on multiple tables.

Passing a string means that this string will be interpreted as index
name, not as name of the indexed column. Passing an array with one
string is therefore correct, in order to benefit from automatic index
name generation.
2018-11-30 14:04:44 +01:00
147fc1a65e Fix index names in migrations
This can be reverted when we upgrade to Laravel 5.7.
2018-11-27 22:33:45 +10:30
814a47c00f Remove sudo: false
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
4f190d6b74 Bundled output for commit 2786476ab1ede152954164b203a65a8f25a71667 [skip ci] 2018-11-21 08:23:18 +00:00
2786476ab1 Make npm package private, update deps, change watch to dev 2018-11-21 18:45:36 +10:30
3225539c0b Remove copyright year from LICENSE 2018-11-21 18:37:21 +10:30
a808ccab69 Bundled output for commit 54660c2cc81d4364c4ddba40a64f21237cb68022 [skip ci] 2018-11-17 08:37:36 +00:00
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