* dev: new proxy api setup
* dev: updated endpoints with serializers and structure
* dev: external apis for cycles, modules and inbox
issue
* dev: order by for all the apis
* dev: enable webhooks for external apis
* dev: fields and expand for the apis
* dev: move authentication to proxy middleware
* dev: fix imports
* dev: api serializer updates and paginator
* dev: renamed api to app
* dev: renamed proxy to api
* dev: validation for project, issues, modules and cycles
* dev: remove favourites from project apis
* dev: states api
* dev: rewrite the url endpoints
* dev: exception handling for the apis
* dev: merge updated structure
* dev: remove attachment apis
* dev: issue activities endpoints
* dev: workspace member deactivation and leave endpoints and filters
* dev: deactivated for project members
* dev: project members leave
* dev: project member check on workspace deactivation
* dev: project member queryset update and remove leave project endpoint
* dev: rename is_deactivated to is_active and user deactivation apis
* dev: check if the user is already part of workspace then make them active
* dev: workspace and project save
* dev: update project members to make them active
* dev: project invitation
* dev: automatic user workspace and project member create when user sign in/up
* dev: fix member invites
* dev: rename deactivation variable
* dev: update project member invitation
* dev: additional permission layer for workspace
* dev: update the url for workspace invitations
* dev: remove invitation urls from users
* dev: cleanup workspace invitation workflow
* dev: workspace and project invitation
* dev: update settings file structure and added extra settings for CORS
* dev: remove WEB_URL variable and add celery integration for sentry
* dev: aws and minio settings
* dev: add cors origins to env
* dev: update settings
* dev: remove len for empty comparison
* dev: using in instead of multiple ors
* dev: assign expression to empty variables
* dev: use f-string
* dev: remove list comprehension and use generators
* dev: remove assert from paginator
* dev: use is for identity comparison with singleton
* dev: remove unnecessary else statements
* dev: fix does not exists error for both project and workspace
* dev: remove reimports
* dev: iterate a dictionary
* dev: remove unused commented code
* dev: remove redefinition
* dev: remove unused imports
* dev: remove unused imports
* dev: remove unnecessary f strings
* dev: remove unused variables
* dev: use literal structure to create the data structure
* dev: add empty lines at the end of the file
* dev: remove user middleware
* dev: remove unnecessary default None
* fix: removed members endpoint
* fix: changed project permisson class for project member
* fix: permission changed in workspace and project
* fix: added project filter in members
* refactor: folder structure for urls
* chore: deleted the urls file
* chore: proper naming for urls
* chore: reset password url
* dev: create refresh token endpoint and endpoint to get settings for user
* dev: workspace member me serializer
* dev: remove extra fields from project list and retrieve endpoints
* dev: update the project list endpoint with member details and deploy boolean
* dev: enable user favorite project endpoint and remove is_favorite from project list
* dev: analytics refactoring
* dev: revert is_favorite settings
* dev: create new serializer for project list and add pagination from projects
* dev: fix analytics api
* dev: module and cycle
* dev: update error message, fix module analytics and add null check for labels
* dev: member serializer
* dev: dynamic base serializer
* dev: remove view issues endpoint
* dev: url pattern updates
* dev: add comments to delete this file
* dev: last workspace id
* dev: analytics export
* dev: export analytics validation
* dev: update python runtime
* dev: update notification endpoints
* dev: cycle and validation fix
* dev: issue activity validation when creating updating and deleting issue and comments
* dev: update issue activity logging for link and reactions
* dev: update module issue activity logging
* dev: update module issue activity
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
* feat: project public boards
* dev: public issue and comment reactions
* dev: public issue comments
* dev: public comments
* dev: inbox for public boards
* dev: inbox issues for public board
* dev: public inbox issue
* dev: migrations
* dev: update api endpoints
* dev: project boards and views
* dev: state and label details
* dev: public issue voting
* dev: issue voting
* dev: workspace details
* dev: project icon and emoji
* feat: user display name for the entire system
* feat: update issue activity to remove emails
* dev: update to display name wherever assignees__email and member__email
* dev: update display names on issue activity and the user script
* dev: update display_name function to generate display_name from email
* dev: add email for test purpose
* dev: set default display name for the user
* dev: add migration script and default value
* dev: annotate with assignees_id
* dev: return assignees id
* dev: display name for the profile
* dev: project members endpoint
* dev: url update
* dev: trailing /
* dev: update workspace member serializer
* fix: activity for assignees
* feat: user project sorting
* dev: migration typo fix and query member fix
* feat: project member sort order update
* fix: project sorting per members
* chore: add triggered by details for notifications
* dev: update issue activity json to include extra fields
* chore: project create default state colors