You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main codebase for the WECHANGE suite. Contains the core functionality and models: user account management, groups/projects, ideas, user-dashboard, map, search, …
Payment implementations for wechange using a BetterPayments integration. Currently a work-in-progress. Moved to https://git.wechange.de/code/wechange-payments
Extended version of Django's makemessages command that exposes selected GNU gettext tools options and adds new custom options, which further simplify message de…
A file management implementation for groups/projects in the WECHANGE suite. Implements a folder-based BaseTaggableObjectModel file model for uploaded files and …
A task management and scheduler implementation for groups/projects in the WECHANGE suite. Implements a BaseTaggableObjectModel for todos with assignees, priorit…
An implementation for user-defined custom viewsets of all other BaseTaggableObjectModels. Used by users to configure their own content timeline filtered by topi…
A poll implementation for groups/projects in the WECHANGE suite. Implements a BaseTaggableObjectModel poll with editable poll choices and voting settings.
E-Mail notification and daily/weekly e-mail digest generation for the WECHANGE suite. Handles all notifcation triggers and user notification preferences.
A news-post implementation for groups/projects in the WECHANGE suite. Implements a BaseTaggableObjectModel newspost model with title, text, attachable files and…
A direct messenging implementation for the WECHANGE suite. Based on django-postman. This package is being deprecated in favor of a direct-messaging solution usi…
A classified ads / marketplace implementation for groups/projects in the WECHANGE suite. Implements a BaseTaggableObjectModel offer model with automatic expiry.
An event calendar implementation for groups/projects in the WECHANGE suite. Implements BaseTaggableObjectModel event model and an event-poll model with dates, a…
Etherpad (https://etherpad.org/) and Ethercalc (https://ethercalc.net/) integration for groups/projects in the WECHANGE suite. Implements a folder-based BaseTag…