Franz Liedke
d6604dfa74
Update changelog
2019-02-15 00:30:03 +01:00
Franz Liedke
d515b16303
Depend on Laravel 5.7 for correct index names
2019-02-03 20:51:23 +01:00
Franz Liedke
c0f08ff907
Get rid of event subscribers that resolve services too early
...
Refs flarum/core#1578 .
2018-12-15 16:58:00 +01:00
Toby Zerner
6ac090c0cb
Add changelog
2018-12-07 09:12:50 +10:30
flarum-bot
bea2bc2869
Bundled output for commit ab30e484c1
[skip ci]
2018-12-03 23:51:00 +00:00
Toby Zerner
ab30e484c1
Fix travis builds
2018-12-04 10:16:33 +10:30
Toby Zerner
bdda467ae1
Prevent crash if likes relationship hasn't been loaded
...
This could theoretically happen if a post is loaded in some other context
(without its likes relationship) and overwrites the full version in the
store. While this should ideally never happen, it's better to fail
gracefully if it does.
Fixes flarum/core#1665
2018-12-04 09:23:11 +10:30
Toby Zerner
72ba762fed
Truncate notification excerpts
2018-12-03 09:37:14 +10:30
Franz Liedke
732432d00b
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:26 +01:00
Toby Zerner
a54f1e2bc5
Fix index names in migrations
...
This can be reverted when we upgrade to Laravel 5.7.
2018-11-27 22:33:32 +10:30
Toby Zerner
aa00a2d51b
Remove sudo: false
...
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-21 18:57:14 +10:30
flarum-bot
3565f6b8a4
Bundled output for commit 1cce9b251a
[skip ci]
2018-11-21 08:21:06 +00:00
Toby Zerner
1cce9b251a
Make npm package private, update deps, change watch
to dev
2018-11-21 18:45:10 +10:30
Toby Zerner
ef3b7c03f1
Remove copyright year from LICENSE
2018-11-21 18:37:20 +10:30
Toby Zerner
9ed1b6ee32
Update dependencies
2018-11-17 18:53:38 +10:30
flarum-bot
11a57c5892
Bundled output for commit 25ae502f2f
[skip ci]
2018-10-21 04:50:32 +00:00
Toby Zerner
25ae502f2f
Rename package
2018-10-21 15:16:21 +10:30
Toby Zerner
94ea0fbb6d
Rename package
2018-10-17 13:44:47 +10:30
Toby Zerner
8ebe83d006
Rename bootstrap.php
2018-09-21 11:46:37 +09:30
flarum-bot
58612392fd
Bundled output for commit e038aebfa0
[skip ci]
2018-09-21 01:58:54 +00:00
Toby Zerner
e038aebfa0
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:27:45 +09:30
flarum-bot
2539f4aec7
Bundled output for commit 9caf5108c3
[skip ci]
2018-09-21 01:02:34 +00:00
Toby Zerner
9caf5108c3
Update dependencies
2018-09-21 10:25:47 +09:30
flarum-bot
482303a820
Bundled output for commit 74fac8c206
[skip ci]
2018-09-16 18:51:31 +00:00
Toby Zerner
74fac8c206
Database changes ( #16 )
...
* Add foreign keys
* Rename table
* Use whereColumn
* Update core attribute names
2018-09-16 20:49:51 +02:00
Franz Liedke
7526b70cf5
Use new Frontend extender
...
See flarum/core#851 .
2018-07-23 16:28:46 +02:00
flarum-bot
1132bf653c
Bundled output for commit 5e28acaf8b
[skip ci]
2018-06-20 05:26:47 +00:00
Toby Zerner
5e28acaf8b
Fix Travis' deploy key
2018-06-20 14:31:52 +09:30
Toby Zerner
3a4fa7754a
Remove progress flag
2018-06-20 13:54:01 +09:30
Toby Zerner
8efb08dcfa
Webpack ( #15 )
...
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:14 +09:30
AFR
f25cf83e9b
Adapt to FontAwesome v5.0.6 icon name changes ( #14 )
2018-02-23 23:47:15 +01:00
Franz Liedke
8cbceb8d96
Extender: List all assets explicitly
2018-01-21 21:09:27 +01:00
Franz Liedke
88826fa9ae
Adapt new bootstrap format, use Asset extender
2018-01-16 23:18:30 +01:00
Miles Cellar
69664a94be
Update license year range to 2018
2018-01-15 19:35:18 +01:00
Toby Zerner
6a0de0828d
Require beta 8
2018-01-11 12:25:23 +10:30
Toby Zerner
f38103e077
Fix likes relationship method arguments
...
As per https://laravel.com/docs/5.5/upgrade (under "Eloquent")
2017-12-26 20:09:44 +10:30
Toby Zerner
1c7855b646
Merge branch 'master' into next-back
...
# Conflicts:
# src/Listener/SendNotificationWhenPostIsLiked.php
2017-12-26 19:59:27 +10:30
Franz Liedke
2ba7554b5c
Fix some namespaces
2017-10-03 16:29:42 +02:00
Toby Zerner
4a7d5ba788
Fix notifications not including post content
...
closes flarum/core#1248
2017-09-24 18:01:56 +09:30
Charlie
f17f789878
Update for beta 8 ( #12 )
...
* Update for beta 8
* Make StyleCI happy
2017-09-01 16:37:48 +09:30
Toby Zerner
a7f53dbe63
Require b7 for new migration helper
2017-07-22 12:19:55 +09:30
Toby Zerner
1f258c362a
Use new migration helper
2017-07-22 12:19:29 +09:30
VSN Reddy Janga
c621c4cf20
Hide diff for compiled diff files
2017-02-20 19:31:23 +05:30
Miles Cellar
9b92c66d19
Update year
2017-01-01 22:43:17 +01:00
Toby Zerner
d1872217ff
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2016-11-29 05:29:40 +00:00
Toby Zerner
9515c66447
Recompile JS
2016-11-19 22:08:34 +10:30
Toby Zerner
0cd623be60
Update StyleCI rules
2016-11-16 15:46:15 +10:30
Toby Zerner
a73340fbaa
v0.1.0-beta.6
2016-10-19 21:13:14 +10:30
Toby Zerner
55f7fa8fdb
Use new event name
2016-06-03 11:01:45 +09:30
Toby Zerner
f4e4f10624
Recompile dist JS using latest version of babel
2016-06-03 11:01:39 +09:30