-
Scenario:
- Master redis host goes down and the slave automatically failed-over (promoted to slave by sentinels).
- When old master is back, it is made a slave of the new master.
- **But** for…
-
When `sendPasswordResetEmail` is given an unknown email address, we can use a more specific error instead of `DocumentNotFoundError`: `EmailNotFoundError` (which already defined somewhere).
-
A user can be reported many times by the same user. Cf:
Here, it looks like those 2 users were just playing together for a year... A old lady might have clicked "Report" many times by mistake (…
-
-
Add a page in the administration interface that find the most reported users, that aren't banned already.
"Reports" being a feature handled by the [ganomede-users](https://github.com/j3k0/ganomede-…
-
The goal is to retrieve the list of highly reported users.
For this task, we first will need the _Events /latest_ feature implemented: https://github.com/j3k0/ganomede-events/issues/31
The idea …
-
- [ ] show the list of reports FROM the user
- [ ] show the list of reports TARGETING the user
- [ ] same for blocks (FROM and TARGETING).
---
In the user page:
**Reported by**: name1, name…
-
New page to display the content of a chat room
2 inputs: "user1, user2"
below:
- show the chat between those players.
To get the chat, it's `ganomede-chat`: https://github.com/j3k0/ganomede-…
-
@elmigranto
I am redeploying ganomede-coordinator to prod.
For some reasons the module thinks we changed the "active-games" view, so it updated it and couchdb is now recomputing it for millions of …
-
# Problem / solution
Some users of the module need to access filtered data.
So let the user define indices, so they can retrieve data grouped by a field of their choice.
# Server API
## `P…