Commit Graph

126 Commits

Author SHA1 Message Date
Franz Liedke
afc746703b Release v0.1.0-beta.13 2020-05-01 10:42:55 +02:00
Franz Liedke
fca62108ae Update Webpack 2020-05-01 10:30:43 +02:00
Franz Liedke
8c90c1d2da Use new Model extender 2020-04-24 15:55:35 +02:00
Franz Liedke
e308a7ae60 npm audit fix 2020-04-24 14:30:28 +02:00
dependabot[bot]
eadb603853 Bump acorn from 6.4.0 to 6.4.1 in /js (#18)
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 20:26:18 +01:00
Daniël Klabbers
7afae64629 remove author, updated deps 2020-03-03 13:59:55 +01:00
Daniël Klabbers
7d5a1b2db6 changelog for beta 12 2020-03-03 13:59:36 +01:00
Daniël Klabbers
ea60da9ee5 Merge pull request #17 from the-turk/master
Fix notifications for [deleted] users
2020-03-03 13:57:25 +01:00
the-turk
08bcdbd8da notification fix 2020-02-26 20:13:12 +03:00
flarum-bot
ce79f60b4b Bundled output for commit 2a27ba15ec [skip ci] 2020-02-11 20:45:05 +00:00
Franz Liedke
2a27ba15ec Update Webpack 2020-02-11 21:43:52 +01:00
Franz Liedke
af13438c76 Apply fixes from StyleCI 2019-11-29 23:02:05 +00:00
Franz Liedke
ba4e4e6b6d Update copyright claims in LICENSE 2019-11-30 00:01:01 +01:00
Franz Liedke
090b8fbd63 Update vulnerable JS dependencies 2019-09-13 15:34:23 +02:00
Franz Liedke
6fc6e7d9f4 Add GitHub workflow for JavaScript building 2019-08-20 23:54:23 +02:00
Daniël Klabbers
79e1f7c051 changelog and constraint for beta 8.1 2019-06-24 12:07:38 +02:00
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
Toby Zerner
48c8b8907a Merge pull request #13 from milescellar/patch-1
Update license year range to 2018
2018-01-16 15:31:07 +10:30