Archos
81823f8c5c
Fix patch format
2026-05-22 10:01:11 +02:00
Archos
5023e76f78
Add character limit patch (2500 chars)
2026-05-22 10:01:10 +02:00
Package Updates
88aa7bbda2
Update package version to 1.17.11
2026-05-21 08:05:51 +00:00
Renovate Bot
e656d4229b
chore(deps): update dependency tootsuite/mastodon to v4.5.10
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ------ |
| github-releases | tootsuite/mastodon | 4.5.9 | 4.5.10 |
2026-05-20 14:55:16 +00:00
Girish Ramakrishnan
2945851e06
test: make test/test.js non-executable and remove shebang
2026-05-19 15:33:53 +02:00
Package Updates
312f2f48d2
Update package version to 1.17.10
2026-05-13 12:39:48 +00:00
Girish Ramakrishnan
61235820f1
Fix tests
2026-05-13 14:21:00 +02:00
Elias Hackradt
468fb5a435
chore: ignore tmp/ from cloudron-test artifacts
2026-05-13 11:10:52 +02:00
Elias Hackradt
89a6177023
test: migrate xpath selectors to text/regex locators
...
Replace xpath-based selectors in test.js with charlie's bare-text and
regex locators per the app-test migration guide. Fixes mocha-app CI
failures from xpath escape-hatch enforcement and exact-text mismatches
on Mastodon's banner and timeline copy.
2026-05-13 11:10:44 +02:00
Elias Hackradt
6feba78bf6
fix: update doc links from /apps/ to /packages/
...
The live Cloudron documentation moved from docs.cloudron.io/apps/
to docs.cloudron.io/packages/. Update doc URLs accordingly.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-12 22:18:08 +02:00
Girish Ramakrishnan
0bf99cc7ae
test: simplify clearCache, drop logout helpers, simplify button selectors
...
- Drop `await clearCache()` from login/auth helpers; clearing cache before
every login is no longer necessary now that charlie isolates sessions.
- Replace `logout` helpers with `clearCache` directly in `it()` calls; the
helpers were either thin wrappers around `clearCache()` or did real
navigation that is no longer worth the maintenance.
- Simplify `xpath=//button[text()=...]` / `[contains(., ...)]` button text
selectors to charlie's bare-string (or RegExp for OR-clauses) form.
2026-05-01 10:40:23 +02:00
Girish Ramakrishnan
33a68f9aee
test file cleanups
2026-04-30 10:23:38 +02:00
Girish Ramakrishnan
09434e0870
test: pass full Mocha test to takeScreenshot for unique screenshot names
2026-04-29 17:10:55 +02:00
Girish Ramakrishnan
45d54349ad
test: drop 'text=' prefix from charlie locators
...
charlie now treats bare strings as exact-match (was substring) and
RegExp as the explicit fuzzy escape hatch. The 'text=' prefix has
been removed and now throws a migration error from charlie.
Made-with: Cursor
2026-04-27 17:03:18 +02:00
Girish Ramakrishnan
27dfee230e
test: port to charlie
...
Made-with: Cursor
2026-04-24 19:59:36 +02:00
Package Updates
efc8b6a524
Update package version to 1.17.9
2026-04-16 17:13:02 +00:00
Renovate Bot
7a7c2064d1
chore(deps): update dependency tootsuite/mastodon to v4.5.9
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.8 | 4.5.9 |
2026-04-16 16:21:55 +00:00
Girish Ramakrishnan
9ac8c1d244
test: remove package.json and package-lock.json, charlie provides all deps
...
Made-with: Cursor
2026-04-16 10:43:35 +02:00
Girish Ramakrishnan
f0df8acb0b
test: remove chromedriver dependency
...
Selenium Manager auto-detects the system ChromeDriver, making the
chromedriver npm package unnecessary.
Made-with: Cursor
2026-04-15 17:18:45 +02:00
Girish Ramakrishnan
cd4d6efee4
test: convert test to ESM
...
Replace CommonJS require() with ESM imports, add "type": "module"
to test/package.json, remove 'use strict' and jshint directives,
replace __dirname with import.meta.dirname.
Made-with: Cursor
2026-04-15 16:16:57 +02:00
Girish Ramakrishnan
43b6dbc74a
Replace expect.js with node:assert/strict
...
expect.js is unmaintained and unnecessary — Node's built-in assert
module covers all our assertion patterns. This also removes expect.js
from package.json dependencies.
Made-with: Cursor
2026-04-15 15:37:50 +02:00
Package Updates
bc83ba4461
Update package version to 1.17.8
2026-03-25 07:16:45 +00:00
Renovate Bot
59f704c23f
chore(deps): update dependency tootsuite/mastodon to v4.5.8
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.7 | 4.5.8 |
2026-03-24 16:52:51 +00:00
Package Updates
7fa8ee5e78
Update package version to 1.17.7
2026-02-24 14:59:41 +00:00
Renovate Bot
313909cda6
chore(deps): update dependency tootsuite/mastodon to v4.5.7
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.6 | 4.5.7 |
2026-02-24 14:19:35 +00:00
Package Updates
221d35d8cd
Update package version to 1.17.6
2026-02-04 07:30:37 +00:00
Renovate Bot
9c8b00428b
chore(deps): update dependency tootsuite/mastodon to v4.5.6
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.5 | 4.5.6 |
2026-02-04 00:20:59 +00:00
Package Updates
4de52e6330
Update package version to 1.17.5
2026-01-21 07:22:45 +00:00
Renovate Bot
cc479463d9
chore(deps): update dependency tootsuite/mastodon to v4.5.5
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.4 | 4.5.5 |
2026-01-21 00:21:09 +00:00
Package Updates
5c2f33dcd4
Update package version to 1.17.4
2026-01-07 16:35:08 +00:00
Renovate Bot
4bfa7c7228
chore(deps): update dependency tootsuite/mastodon to v4.5.4
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.3 | 4.5.4 |
2026-01-07 15:56:13 +00:00
Package Updates
440ddfb52d
Update package version to 1.17.3
2025-12-09 08:15:10 +00:00
Renovate Bot
f95701c2af
chore(deps): update dependency tootsuite/mastodon to v4.5.3
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.2 | 4.5.3 |
2025-12-09 07:40:14 +00:00
Package Updates
6cfa065512
Update package version to 1.17.2
2025-11-21 08:11:57 +00:00
Renovate Bot
4c3deb1ff5
chore(deps): update dependency tootsuite/mastodon to v4.5.2
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.1 | 4.5.2 |
2025-11-21 00:20:31 +00:00
Package Updates
ef87b3fa1d
Update package version to 1.17.1
2025-11-14 07:34:31 +00:00
Renovate Bot
280a4c47da
chore(deps): update dependency tootsuite/mastodon to v4.5.1
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.5.0 | 4.5.1 |
2025-11-14 00:20:32 +00:00
Package Updates
b439d44a46
Update package version to 1.17.0
2025-11-06 18:41:50 +00:00
Renovate Bot
a55d3880d1
chore(deps): update dependency tootsuite/mastodon to v4.5.0
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.4.8 | 4.5.0 |
2025-11-06 17:47:41 +00:00
Package Updates
dbba75e467
Update package version to 1.16.8
2025-10-21 16:00:32 +00:00
Renovate Bot
38dd7a7201
chore(deps): update dependency tootsuite/mastodon to v4.4.8
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.4.7 | 4.4.8 |
2025-10-21 15:05:08 +00:00
Package Updates
825e8d0e21
Update package version to 1.16.7
2025-10-16 06:41:12 +00:00
Renovate Bot
5c07d43c50
chore(deps): update dependency tootsuite/mastodon to v4.4.7
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.4.6 | 4.4.7 |
2025-10-15 23:21:37 +00:00
Package Updates
d44b44e980
Update package version to 1.16.6
2025-10-13 18:38:12 +00:00
Renovate Bot
bf242e0f6e
chore(deps): update dependency tootsuite/mastodon to v4.4.6
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.4.5 | 4.4.6 |
2025-10-13 16:24:56 +00:00
Package Updates
2d7b6bc9c3
Update package version to 1.16.5
2025-09-24 04:47:25 +00:00
Renovate Bot
09fdb65305
chore(deps): update dependency tootsuite/mastodon to v4.4.5
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.4.4 | 4.4.5 |
2025-09-23 23:21:15 +00:00
Package Updates
0cc83fc0bd
Update package version to 1.16.4
2025-09-17 08:20:10 +00:00
Renovate Bot
a2b6831dfa
chore(deps): update dependency tootsuite/mastodon to v4.4.4
...
| datasource | package | from | to |
| --------------- | ------------------ | ----- | ----- |
| github-releases | tootsuite/mastodon | 4.4.3 | 4.4.4 |
2025-09-16 23:21:56 +00:00
Package Updates
f75f98c4d1
Update package version to 1.16.3
2025-08-06 04:50:04 +00:00