David Taylor
2a524624df
DEV: Introduce syntax_tree for ruby formatting ( #70 )
2022-12-29 13:35:49 +01:00
Discourse Translator Bot
e9ad98f65f
Update translations ( #69 )
2022-11-29 15:40:12 +01:00
David Taylor
88b0be9cb3
Fix .discourse-compatiblity pin ( #68 )
...
We need the pin to apply to all `2.8.x` versions. Easiest to pin to a more recent beta.
2022-11-29 10:58:57 +00:00
Selase Krakani
353a00701f
FIX: Use period filters passed into plugin for admin reports ( #67 )
...
This replaces previously undefined period filters passed into
`AdminReport` component with args passed in from core
2022-11-25 00:50:22 +00:00
Selase Krakani
a9d6614526
DEV: Adopt modern ember primitives ( #66 )
...
Modernise components and controllers
2022-11-22 12:30:03 +00:00
discoursebot
7137499c69
DEV: Update CI workflows ( #65 )
...
Co-authored-by: discoursebuild <build@discourse.org>
2022-11-07 14:16:59 -06:00
Jan Cernik
db8479fbce
DEV: Replace bootbox confirm dialog ( #64 )
2022-10-27 16:21:54 -03:00
David Taylor
fafc8647ab
DEV: Bump rubocop-discourse ( #63 )
...
* DEV: Bump rubocop-discourse
* Fix rubocop violations
2022-10-03 22:22:03 +02:00
chapoi
ce0c433d53
UX: add btn-default class ( #62 )
2022-07-15 16:44:26 +02:00
Jarek Radosz
d4fe487e8d
DEV: Loading sanitizer was deprecated 6 years ago ( #61 )
...
in 3d21805022
2022-07-13 01:30:10 +02:00
Discourse Translator Bot
d423b40bad
Update translations ( #60 )
2022-06-21 15:46:43 +02:00
discoursebot
e7ced7d3d3
DEV: Update CI workflows ( #59 )
...
Co-authored-by: discoursebuild <build@discourse.org>
2022-06-17 22:23:09 +02:00
Jarek Radosz
a7dcbf0765
DEV: Update linting setup and fix issues ( #58 )
2022-06-17 15:25:17 +02:00
Isaac Janzen
3f06516cf6
DEV: Remove use of run-loop-and-computed-dot-access ( #57 )
...
Context: https://deprecations.emberjs.com/v3.x/#toc_deprecated-run-loop-and-computed-dot-access
2022-06-17 15:01:51 +02:00
discoursebot
12b361f7b1
DEV: Update CI workflows ( #56 )
...
Co-authored-by: discoursebuild <build@discourse.org>
2022-05-24 19:15:19 +02:00
dependabot[bot]
cd940e5533
Bump ansi-regex from 4.1.0 to 4.1.1 ( #55 )
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 18:19:08 +02:00
dependabot[bot]
c32993de61
Bump async from 2.6.3 to 2.6.4 ( #54 )
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 18:04:01 +02:00
Roman Rizzi
549f46d62c
FIX: Make sure the user is an EmberObject. ( #53 )
...
User is a plain JSON object due to discourse-chat fetching a flagged message's user differently than other reviewables. While we work on making things consistent, let's make sure the user is always an EmberObject before calling get
on it.
2022-04-26 10:29:35 -03:00
dependabot[bot]
f93339bd6d
Bump minimist from 1.2.5 to 1.2.6 ( #52 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25 11:13:17 +01:00
Jarek Radosz
552c25a840
DEV: Fix imports ( #51 )
2022-03-07 00:32:37 +01:00
Jarek Radosz
7f05e6877d
DEV: Lose the es6 suffix ( #50 )
2022-03-07 00:20:28 +01:00
dependabot[bot]
e76e01cede
Bump ajv from 6.12.2 to 6.12.6 ( #49 )
2022-02-12 16:04:02 +01:00
Discourse Translator Bot
97c6ef9250
Update translations ( #48 )
2022-01-18 14:43:24 +01:00
Discourse Translator Bot
4f9489ed25
Update translations ( #47 )
2022-01-11 14:23:36 +01:00
discoursebot
61c8a28e25
DEV: Update CI workflows ( #46 )
...
Co-authored-by: discoursebuild <build@discourse.org>
2021-12-16 22:51:55 +00:00
Jarek Radosz
549f76495d
DEV: Fix `store:main` deprecation ( #45 )
...
* DEV: Fix `store:main` deprecation
* more
2021-11-20 02:55:40 +01:00
Martin Brennan
8abc3ed1fb
DEV: Update code for eslint object-shorthand-rule ( #44 )
...
See 4f7aba06c0
2021-11-10 12:00:25 +11:00
Penar Musaraj
6713e8c541
UX: Fix alignment of user profile buttons ( #43 )
2021-09-27 18:03:39 -04:00
discoursebot
0ceefd4276
DEV: Update CI workflows ( #42 )
...
Co-authored-by: CvX <CvX@users.noreply.github.com>
2021-09-15 20:04:04 +02:00
janzenisaac
1c72862328
Fix Plugin Depreciations ( #41 )
...
Co-authored-by: Isaac Janzen <isaac@brandnewbox.com>
2021-09-12 19:50:25 +02:00
dependabot[bot]
21902fd9fa
Bump path-parse from 1.0.6 to 1.0.7 ( #40 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 10:49:59 -04:00
Jordan Vidrine
737f3fdb0c
Add border to top of add-user-note button ( #39 )
2021-08-03 09:43:48 -05:00
Discourse Translator Bot
36f8929634
Update translations ( #38 )
2021-07-27 15:20:18 +02:00
Discourse Translator Bot
c98ed7282d
Update translations ( #37 )
2021-07-13 20:37:01 +02:00
discoursebot
33dedf3fdb
DEV: Update CI workflows ( #36 )
...
Co-authored-by: davidtaylorhq <davidtaylorhq@users.noreply.github.com>
2021-07-02 16:25:50 +02:00
dependabot[bot]
ad27cf6756
Bump glob-parent from 5.1.1 to 5.1.2 ( #35 )
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 09:56:33 -04:00
Discourse Translator Bot
a14437ce32
Update translations ( #34 )
2021-06-01 15:09:10 +02:00
Penar Musaraj
31dcacbbdc
DEV: Remove SCSS color vars fallbacks ( #33 )
2021-05-12 16:23:23 -04:00
dependabot[bot]
63f93fb2dc
Bump lodash from 4.17.19 to 4.17.21 ( #32 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 10:33:24 +02:00
dependabot[bot]
e685e23e48
Bump handlebars from 4.7.6 to 4.7.7 ( #31 )
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 10:46:58 +10:00
dependabot[bot]
7b0bfb8a36
Bump rexml from 3.2.4 to 3.2.5 ( #30 )
...
Bumps [rexml](https://github.com/ruby/rexml ) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases )
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md )
- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-02 17:09:06 +02:00
discoursebot
51f7c58007
DEV: Update CI workflows ( #24 )
...
Co-authored-by: CvX <CvX@users.noreply.github.com>
2021-04-27 12:12:55 +02:00
Joffrey JAFFEUX
1326c7d07f
DEV: apply ember-template-lint fixes ( #29 )
2021-04-27 12:01:59 +02:00
Roman Rizzi
a50c72e769
UX: "Show post" should be a link so admins can open the post in a new tab. ( #27 )
2021-04-06 17:05:36 -03:00
dependabot[bot]
e0c9f67e90
Bump y18n from 4.0.0 to 4.0.1 ( #28 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-01 09:59:48 +02:00
Discourse Translator Bot
76a0a094d5
Update translations ( #26 )
2021-03-16 15:46:22 +01:00
Justin DiRose
22b37a7ab8
Add missing link to meta topic in README ( #25 )
2021-02-23 19:20:26 +01:00
Discourse Translator Bot
300b279d20
Update translations ( #23 )
2021-02-09 14:45:38 +01:00
Discourse Translator Bot
9bb2fa6cbc
Update translations ( #22 )
2021-01-26 14:47:32 +01:00
Discourse Translator Bot
1b52698aca
Update translations
2020-12-22 14:45:15 +01:00