Commit Graph
502 Commits
Author SHA1 Message Date
Discourse Translator Bot d3005f26af Update translations (#169) 2023-04-11 15:44:40 +02:00
Osama Sayegh c2057a5056 FEATURE: Add per-ad visibility settings for anons and logged-in users (#168)
This commit adds 2 new settings to house ads to control whether an ad is shown to anonymous users and logged in users. Existing ads that were created before this feature will default to true for both settings; i.e., they will remain to be visible to both anonymous and logged-in users, but it will be possible to change the settings. Turning off both settings will effectively disable the ad completely.
2023-04-07 17:56:22 +03:00
Discourse Translator Bot bfd4438b97 Update translations (#167) 2023-02-21 17:11:00 +01:00
Rishabh 4d2ec950d0 Ensure README images are pointing to discourse/gh-owned repositories (#166) 2023-01-25 17:30:08 +05:30
discoursebotanddiscoursebuild 165ecdefc5 DEV: Update CI workflows (#165)
Co-authored-by: discoursebuild <[email protected]>
2023-01-10 18:02:36 +00:00
David Taylor c519b4bc92 DEV: Update eslint-config-discourse, use prettier for hbs (#163) 2023-01-04 13:34:08 +01:00
Discourse Translator Bot dc48bea931 Update translations (#164) 2022-12-30 17:49:25 +01:00
David Taylor c73ac98748 DEV: Introduce syntax_tree for ruby formatting (#161) 2022-12-29 13:29:26 +01:00
Discourse Translator Bot ff6b767796 Update translations (#160) 2022-12-28 13:31:54 +01:00
Discourse Translator Bot 116795aff3 Update translations (#159) 2022-11-29 15:35:21 +01:00
dependabot[bot] fd6ac11ee9 Bump minimatch from 3.0.4 to 3.1.2 (#157)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-27 17:33:42 +01:00
Discourse Translator Bot 203eedb915 Update translations (#156) 2022-11-16 11:36:55 +01:00
discoursebotanddiscoursebuild 8ac32a06c3 DEV: Update CI workflows (#155)
Co-authored-by: discoursebuild <[email protected]>
2022-11-07 12:45:46 -06:00
Discourse Translator Bot f52ac0775f Update translations (#154) 2022-11-02 15:12:51 +01:00
Penar Musaraj fa2ec23ebc DEV: Use popupAjaxError instead of bootbox (#153) 2022-10-18 13:58:55 -04:00
Discourse Translator Bot f7d9d13de8 Update translations (#152) 2022-10-05 15:31:18 +02:00
David Taylor a647813ce7 DEV: Bump rubocop-discourse (#151)
* DEV: Bump rubocop-discourse

* Fix rubocop violations
2022-10-03 21:36:57 +02:00
Discourse Translator Bot a570a46ad2 Update translations (#150) 2022-09-27 19:07:32 +02:00
Discourse Translator Bot 3b50a509f2 Update translations (#149) 2022-07-26 15:20:46 +02:00
Roman Rizzi 4940d0ea19 FIX: Ensure we won't render the connector if there are no ads (#148) 2022-07-14 15:58:29 -03:00
Roman Rizzi d9b739f803 FIX: Don't render the connector when we shouldn't display an ad in the topic list item. (#146)
We expose the ad-slot logic to determine which ads are potentially available for each slot and don't render the connector when there are none. Leaking the component logic is not ideal, but I don't see a better solution given the
current design.
2022-07-12 16:13:18 -03:00
Discourse Translator Bot a4aa6332bb Update translations (#147) 2022-07-12 17:25:54 +02:00
Roman Rizzi 469771db1d DEV: Skip assertion temporarily. (#145)
The code-review plugin overrides the core's topic-list template, which makes all the connectors for the outlets there stop working. I'm temporarily skipping this assertion until we remove the override.
2022-07-07 15:07:16 -03:00
5901a52dbc FEATURE: support placing ads between topic list for house ads (#143)
* init

* more

* Pass td and colspan to component

* various fixes for house ads between n topics and add a test

* Make adComponents condition easier to read

Co-authored-by: Jordan Vidrine <[email protected]>
Co-authored-by: Penar Musaraj <[email protected]>
Co-authored-by: romanrizzi <[email protected]>
2022-07-07 08:53:29 -03:00
Discourse Translator Bot c27f5717e4 Update translations (#144) 2022-07-06 09:14:50 +02:00
Discourse Translator Bot a514c7aee2 Update translations (#142) 2022-06-21 15:25:57 +02:00
discoursebotanddiscoursebuild 3f951116fa DEV: Update CI workflows (#141)
Co-authored-by: discoursebuild <[email protected]>
2022-06-17 21:32:32 +02:00
Isaac Janzen fb73dda584 DEV: Remove 'htmlSafe' string prototype extensions (#140)
Context: https://deprecations.emberjs.com/v3.x/#toc_ember-string-prototype_extensions
2022-06-01 11:37:01 -05:00
discoursebotanddiscoursebuild b9ac5516bf DEV: Update CI workflows (#139)
Co-authored-by: discoursebuild <[email protected]>
2022-05-23 16:58:32 +02:00
dependabot[bot] e56197505f Bump async from 2.6.3 to 2.6.4 (#136)
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 18:02:21 +02:00
dependabot[bot] 208b56b130 Bump ansi-regex from 4.1.0 to 4.1.1 (#135)
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 13:53:32 +02:00
dependabot[bot] 898de0c9c8 Bump minimist from 1.2.5 to 1.2.6 (#134)
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 13:51:42 +02:00
discoursebotanddiscoursebuild 8ca041846a DEV: Update CI workflows (#133)
Co-authored-by: discoursebuild <[email protected]>
2022-03-22 14:01:25 +01:00
Jarek Radosz 7e2a490b67 DEV: Fix imports (#132) 2022-03-06 19:52:19 +01:00
Jarek Radosz c788b7bf1f DEV: Lose the es6 suffix (#131) 2022-03-05 17:23:41 +01:00
Discourse Translator Bot 03ec825e8e Update translations (#130) 2022-02-14 15:20:25 +11:00
David Taylor 912e68e587 DEV: Import test helpers 2022-01-25 14:41:53 +00:00
discoursebuild 9be37644d8 DEV: Update CI workflows 2022-01-25 14:41:53 +00:00
Discourse Translator Bot 58085298f0 Update translations (#128) 2022-01-11 14:20:49 +01:00
Andrei Prigorshnev 62a4eff705 DEV: migrate routes to the new @action pattern (#126) 2022-01-06 15:16:37 +04:00
Discourse Translator Bot 0d8e33c661 Update translations (#127) 2022-01-04 17:38:54 +01:00
Discourse Translator Bot 713d2951e7 Update translations (#125) 2021-12-28 14:13:16 +01:00
Discourse Translator Bot 0983b26180 Update translations (#124) 2021-12-21 10:10:58 -05:00
discoursebotanddavidtaylorhq 8c3f2b691f DEV: Update CI workflows (#121)
Co-authored-by: davidtaylorhq <[email protected]>
2021-12-16 16:16:25 +00:00
Jarek Radosz d5cf5776d9 DEV: Fix deprecated imports (#120) 2021-11-12 19:13:46 +01:00
Martin Brennan 55045bba3c DEV: Update code for eslint object-shorthand-rule. See https://github.com/discourse/eslint-config-discourse/commit/4f7aba06c03fdd22bb26669aeb8ed4af3127c409 (#119) 2021-11-10 11:58:31 +11:00
tshenry f2171a51c3 FIX: use imports instead of Discourse global (#118)
Replaces `Discourse.Site` with the imported equivalent and `Discourse.SiteSettings` with `this.siteSettings`
2021-09-21 11:27:10 -07:00
discoursebotandCvX a01058f041 DEV: Update CI workflows (#117)
Co-authored-by: CvX <[email protected]>
2021-09-15 15:39:13 +02:00
dependabot[bot] 1d47138cb7 Bump path-parse from 1.0.6 to 1.0.7 (#116)
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-13 00:49:51 +02:00
Discourse Translator Bot d7c127cc48 Update translations (#115) 2021-08-04 14:14:07 +02:00