MCPcopy Create free account

hub / github.com/CivilHub/CivilHub / types & classes

Types & classes1,056 in github.com/CivilHub/CivilHub

↓ 16 callersClassUserDetailSerializer
Detailed serializer presenting user data. Meant to be read-only.
userspace/serializers.py:146
↓ 15 callersClassCommaSeparatedUserField
postman/fields.py:114
↓ 13 callersClassHybridRouter
Extend native REST Framework router to include also APIView classes objects in browsable api.
rest/routers.py:4
↓ 6 callersClassCommentDetailSerializer
This is serializer meant to be read-only. It presents detailed info about comment to be displayed in some front-end template.
comments/serializers.py:23
↓ 6 callersClassMessage
A message between a User and another User or an AnonymousUser.
postman/models.py:241
↓ 6 callersClassUserActionStream
Generic object for custom user stream. I've tried to use actstream's method to achieve similar effects, but it turned to be too problematic.
userspace/helpers.py:232
↓ 4 callersClassAjaxPointerForm
This form is displayed in modal window when user add map pointer for selected content element. It contains only hidden elements to get Ja
maps/forms.py:30
↓ 4 callersClassTagFilter
Custom class to filter tags related only to items in selected location.
places_core/helpers.py:264
↓ 3 callersClassEtherpadLiteClient
etherpad/client.py:16
↓ 3 callersClassLocationForm
Edit/update/create location form
locations/forms.py:96
↓ 3 callersClassLocationListSerializer
A serializer that displays in the views lists that contain the name of the location, a direct link and basic information.
locations/serializers.py:143
↓ 3 callersClassOverwriteStorage
places_core/storage.py:8
↓ 3 callersClassPaginatedActionSerializer
Paginate results for lazy loader.
rest/serializers.py:189
↓ 3 callersClassPasswordRemindForm
A form for users who forgot their password.
userspace/forms.py:226
↓ 3 callersClassPasswordResetForm
Allow users to change their passwords
userspace/forms.py:193
↓ 3 callersClassSocialAuthPassetForm
Set the user name and pass for users who log in through socail auth.
userspace/forms.py:159
↓ 2 callersClassActionObjectSerializer
Serializer for content objects, such as ideas or blog entries. It is made to present data in common way.
activities/serializers.py:40
↓ 2 callersClassBackgroundForm
Form allows users to select / crop the image background for the profile.
gallery/forms.py:13
↓ 2 callersClassContentPaginatedSerializer
An overlay that allows to send a list of objects in a location through a paginal APIView from the Rest Framework.
locations/serializers.py:113
↓ 2 callersClassDiscussionLocationForm
Custom form for Discussion - autocomplete value of location field.
locations/forms.py:186
↓ 2 callersClassEtherpadException
etherpad/client.py:13
↓ 2 callersClassImageManager
A manager that facilitates the manipulation of images uploaded onto the server. Allows to create minatures and to crop "intelligently" images
gallery/image_manager.py:43
↓ 2 callersClassInboxCountNode
For use in the postman_unread tag
postman/templatetags/postman_tags.py:98
↓ 2 callersClassLocationBasicSerializer
rest/serializers.py:203
↓ 2 callersClassMapClusterSerializer
Serializer for clusters.
maps/serializers.py:22
↓ 2 callersClassNGOInviteForm
Form that allow creators and superusers to invite others to join their organizations. By filling form we create Invitation objects.
organizations/forms.py:50
↓ 2 callersClassNGOInviteUsers
Invite already registered users to join to organization.
organizations/forms.py:76
↓ 2 callersClassNewsSerializer
News serializer - API endpoint for news Backbone application.
rest/serializers.py:278
↓ 2 callersClassPollForm
Custom poll form - we will bind it with scripts on client-side.
polls/forms.py:15
↓ 2 callersClassServePadForm
Form to display inline directly on detail page.
etherpad/forms.py:10
↓ 2 callersClassTaskGroupSerializer
projects/serializers.py:31
↓ 2 callersClassUnreadCountNode
For use in the unread_notifications tag
notifications/templatetags/notify_tags.py:11
↓ 2 callersClassUserGalleryItem
This simple gallery item class handles user media.
gallery/models.py:79
↓ 2 callersClassUserProfile
User profile.
userspace/models.py:46
↓ 2 callersClassVisitorsOnSite
Inject the number of active users on your site as an integer into the context.
user_tracker/templatetags/tracking_tags.py:7
↓ 1 callersClassAbuseReportForm
Abuse report form.
places_core/forms.py:23
↓ 1 callersClassActionSerializer
Serializer meant to be read-only, presenting detailed info about actions.
activities/serializers.py:182
↓ 1 callersClassActionTargetSerializer
Simple serializer for action target.
activities/serializers.py:155
↓ 1 callersClassAnswer
Single answer model.
polls/models.py:72
↓ 1 callersClassAnswerSet
Remember user answers to generate some statistics.
polls/models.py:89
↓ 1 callersClassAnswerSetSerializer
The most important serializer for basic graphs - formatting answers.
polls/serializers.py:29
↓ 1 callersClassAutoPaginateNode
postman/templatetags/pagination_tags.py:19
↓ 1 callersClassBlessDetailSerializer
This serializer is meant to read and list functions and presents detailed info about selected Blessing along with detailed user info.
blessings/serializers.py:16
↓ 1 callersClassBlessManager
Simplify generic foreign relations to avoid common ContentType imports.
blessings/models.py:12
↓ 1 callersClassBlogManager
This manager simplifies process of filtering content tied to specific objects or users.
simpleblog/models.py:20
↓ 1 callersClassCivmailAdminSite
civmail/admin.py:11
↓ 1 callersClassCommentNotify
Send this message to user whose comment has been hidden by moderator.
civmail/messages.py:126
↓ 1 callersClassCommentSerializer
Custom comments.
rest/serializers.py:379
↓ 1 callersClassCommentVote
Users can vote up or down on comments, but only once.
comments/models.py:110
↓ 1 callersClassCompilerProxy
A proxy to a compiler.
postman/query.py:40
↓ 1 callersClassConfirmDeleteForm
Delete discussion.
topics/forms.py:63
↓ 1 callersClassContentGalleryManager
gallery/managers.py:6
↓ 1 callersClassDiscussionAnswerForm
Responding to discussions - creation and edition of entries.
projects/forms.py:105
↓ 1 callersClassDiscussionSerializer
Basic serializer for discussions.
rest/serializers.py:457
↓ 1 callersClassDocumentForm
Form that cooperates with Ajax view and crates new document.
projects/forms.py:118
↓ 1 callersClassEntry
Single forum entry.
topics/models.py:92
↓ 1 callersClassEvaluateNode
places_core/templatetags/evaluate_tags.py:16
↓ 1 callersClassFriendsEmail
Send this email to new Facebook user with notification about his FB friends already registered in system.
civmail/messages.py:106
↓ 1 callersClassGalleryItemSerializer
Serializer class for location gallery items.
rest/serializers.py:655
↓ 1 callersClassGoogleCaptchaField
Handle Google Captcha v2 verification.
userspace/forms.py:31
↓ 1 callersClassIdeaBasicSerializer
rest/serializers.py:208
↓ 1 callersClassIdeaLocationForm
Custom form for Idea - autocomplete value of location field.
locations/forms.py:149
↓ 1 callersClassIdeaVoteCounterSerializer
Get user profile link along with vote value (positive or negative).
rest/serializers.py:607
↓ 1 callersClassInviteToOrganization
Send this email when organization creator wants to invite users to his/her organization.
civmail/messages.py:67
↓ 1 callersClassInviteUsersForm
A form for sending invites to other users.
locations/forms.py:242
↓ 1 callersClassLocationGalleryItem
This is basic class for items in location's gallery. File upload is handled other way, here we just add some additional data for our pictures
gallery/models.py:116
↓ 1 callersClassLocationLocaleManager
A manager that allows to order locations albhabetically with local utf-8 signs taken into account.
locations/managers.py:8
↓ 1 callersClassLocationMapDataSerializer
Serializer for map inputs - determine initial position and zoom.
locations/serializers.py:12
↓ 1 callersClassLocationSearchForm
locations/forms.py:86
↓ 1 callersClassMapObjectSerializer
This serializer takes map pointer and related object and presents data in fixed format to display in map dialog.
maps/serializers.py:39
↓ 1 callersClassMapPointerManager
A manager for map markers - filtered through the location or object.
maps/managers.py:7
↓ 1 callersClassMapPointerSerializer
Serializer for map pointer.
maps/serializers.py:13
↓ 1 callersClassMapSimpleSeraializer
Serializes map pointer data along with it's conten object type.
maps/serializers.py:30
↓ 1 callersClassMarkerSerializer
Serializer to use with map scripts. This serializer should be used only with ``list`` and ``retrieve`` methods. For other methods use ``Mark
mapvotes/serializers.py:15
↓ 1 callersClassMassMailTemplate
Simple newsletter functionality.
civmail/messages.py:81
↓ 1 callersClassMessageManager
The manager for Message.
postman/models.py:98
↓ 1 callersClassNewFriendEmail
Send this message to all Facebook friends of newly logged in user and inform them that they frind joined Civilhub.
civmail/messages.py:113
↓ 1 callersClassNewsBasicSerializer
rest/serializers.py:213
↓ 1 callersClassNotification
Basic model for all notifications.
notifications/models.py:33
↓ 1 callersClassNotificationManager
Allows faster counting and searching for notifications related to user.
notifications/models.py:15
↓ 1 callersClassNotificationSerializer
Serializer for notification model. It is meant to be read-only.
notifications/serializers.py:27
↓ 1 callersClassOrderByNode
For use in the postman_order_by tag
postman/templatetags/postman_tags.py:72
↓ 1 callersClassPaginateNode
postman/templatetags/pagination_tags.py:29
↓ 1 callersClassPendingMessage
A proxy to Message, focused on pending objects to accept or reject.
postman/models.py:524
↓ 1 callersClassPendingMessageManager
The manager for PendingMessage.
postman/models.py:513
↓ 1 callersClassPollBasicSerializer
rest/serializers.py:218
↓ 1 callersClassPollEntryAnswerForm
Print form for single poll's question and let user participate! aset param means answer set for given poll, this class will create approp
polls/forms.py:59
↓ 1 callersClassPostmanNotifyMail
Custom message for Postman notification.
civmail/messages.py:75
↓ 1 callersClassPostmanQuery
A custom SQL query.
postman/query.py:91
↓ 1 callersClassProjectActionSerializer
Returns basic information about the object to be used in activities.
projects/serializers.py:65
↓ 1 callersClassProjectDetailSerializer
Serializer for list and retrive views, presenting detail info.
projects/serializers.py:10
↓ 1 callersClassReplyForm
Reply to discussion topic.
topics/forms.py:42
↓ 1 callersClassSearchTermRecord
This model records search term when user filled search form.
places_core/models.py:155
↓ 1 callersClassSearchTermRecordManager
places_core/models.py:141
↓ 1 callersClassSimpleLocationSerializer
Simple location serializer for mobile API. Allows to list, add and manage location objects in database. Provides standard CRUD operations set
locations/serializers.py:134
↓ 1 callersClassSimplePollResultsManager
Custom manager to get results of simple polls.
polls/managers.py:5
↓ 1 callersClassSitemapNotFound
civmaps/__init__.py:13
↓ 1 callersClassSocialAuthManager
Fills in Python Social Auth that allows to log in through the mobile application. This class is somewhat an additional wrapper for pipeline
userspace/managers.py:16
↓ 1 callersClassTagsWidget
Custom widget to manage tags for guides. It allows us to display model choices in text field, like in django-taggit.
guides/forms.py:11
↓ 1 callersClassTaskActionSerializer
A serializer for actions connected with the task.
projects/serializers.py:86
next →1–100 of 1,056, ranked by callers